a week ago
Hi,
I would like to ask if it possible to show simulation time when last entities exit from the buffer. I have 3 enties generates through percentage. Each one has their own buffer before drain and i want to display simulation time of when entitie left buffer.
Solved! Go to Solution.
a week ago
Hello StefaM,
I recommend to equip the Buffer objects with an user defined attribute lastExitTime of type time.
The rear triggered exit control does not need a move instruction. The MU is moved at this moment.
The code of the exit control is
?.lastExitTime := EventController.simTime
This value can be displayed as a Display Panel, which can be defined via the context menu of the Buffer object.
You can do it in the class of the buffers:
.MaterialFlow.Buffer.
Regards,
Peter
Wednesday