Hi,
I have a model with a separator that feeds a queue. This separator unloads all its content at once.
So a separator with 30 boxes and 1 pallet feeds a queue so that the queue contains the 30 boxes and the separator only remains with the pallet. An operator will then process each box until no more left. A transporter can only remove the pallet when the queue is fully empty and will then replace it with a new full pallet. Now my transporter replaces the pallet even when the queue is not empty and I don't manage to find a solution.
Can somebody help please?