question

komalkoli avatar image
0 Likes"
komalkoli asked komalkoli commented

Operator to wait until all parts are arrived in the Queue

Hello,

I would like operator to wait until queue has all parts arrived. Currently, operator moves quickly as the first item arrives at queue and picks the item right away. I would like the operator to wait until all parts are arrived and then moves to the queue and pick all the parts at the same time.

FlexSim 24.1.0
moveobjectoperator taskqueue logicwait until
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered komalkoli commented

You first have to define what "all" means. If it's a fixed batch size, use the batching options of the queue.

capture1.png

If the quantity can vary, I'd try to mark the last item with a label somehow. When any item that is not the last item enters the queue close the output, otherwise open the output in the On Entry trigger.


capture1.png (3.6 KiB)
· 5
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.