Hi,
In my model (flexsim-transfer-question12.fsm), I want the task executer "Transfer1" to take 18 boxes from the queue called "Only boxes" to the queue called "RM1 buffer" and to wait until the RM1 buffer is empty again before travelling back to its origin.
I can see that the task executer "Transfer1" moves back to pick up 18 more boxes as soon as there are 18 boxes ready in the queue "Only boxes" instead of waiting for the "RM1 buffer" to be empty first.
How can I do to make the Transfer1 wait until RM1 buffer is empty before it travels back to its origin?
Thank you in advance!