I've seen that the current version of JaamSim has additional features not covered in the current version of the manual, is it right?
If I wanted (say) to clean the tip after some amount of time welding (say the 20*welding_time), should I specify (say) "Welder" in the keyword "IntervalWorkingEntity" and that amount of time in the keyword "Interval", both within the corresponding DowntimeEntity?
BTW, with respect to your recommendation to close the Property Editor and the Log Viewer, I definitely agree... and I'd also appreciate that when a model is saved the layout of tools is preserved, usually I adjust the Input Editor and Output Viewer as large as possible, but when I close the model and reopen it they return to their "default" size and location :-(
I've identified (part of) this behaviour: what happens is that the EntityGate keeps linked to the last entity that passed through, so the [FillerBlocked].obj.State gives the state of an entity which is no longer in the EntityGate but in subsequent stations.
The attached modified example shows it more clearly (better with Real Time=1).
Perhaps this behaviour (i.e., to stay linked to the last entity processed) is considered reasonable (I checked that it is the same in other objects, e.g. Servers),but still there is the problem that the EntityGate never assigns the state Blocked, despite the StateAssignment keyword :-(
My entities are never *queued* in the EntityGates because only one can be there (by the restrictions of the model), but the EntityGates *do hold* entities ...
(**) By the way: is there another way to model that the entity stays in the upstream server while it is blocked by the donwnstream queue? I understood that either it remains in the server (half-porcessed) when the threshold is "immediate", or they are released when it is an "OperatingThreshold" - but in production lines the common case is the one I intended to model with the EntityGate.
(**) By the way: is there another way to model that the entity stays in the upstream server while it is blocked by the donwnstream queue? I understood that either it remains in the server (half-porcessed) when the threshold is "immediate", or they are released when it is an "OperatingThreshold" - but in production lines the common case is the one I intended to model with the EntityGate.
In my opinion, Clearing_While_Stopped *is* a "working state", don't you agree?
But the example still does not work, although now the Filler is working most of the time (82132 s).It appears that there are several (7) breakdown events (exponential, mean 15 h, max 25000 s), but the Filler station is never in Breakdown state, and there are no repair events.
I've "discovered" the WorkingStateList in the Maintenance section (great! and I'm ashamed, it was the FIRST keyword)