Hi, I'm having a problem in the sorting phase of the different boxes.
The idea would be that each box must be processed by the processor of the same color. The fact that operators can pick boxes of different colors is a desired feature.
Currently the color of the box is decided and assigned to a label directly from "MainSource".
The problem I'm having is the following, the operators unload all their load in a single Queue, placing the entire load there even with boxes of non-related color.
I think that the Queue that is chosen is based on the first box that is picked which, unfortunately, commands the unloading for the rest of the load.
How can I make sure that, once the first box is unloaded, the operator goes to the Queue of the correct color?
(I realize that it is not an efficient system, but I need it to be able to understand the logic of the tokens).
Thanks for the help.
TU5 Conditional Task Tutorial V4.fsm