Hi, I have a problem with unloading a batch of totes in several different racks.
My model needs to work like that:
In the end of conveyor there is a queue from where AGV need to pick up 4 totes (that is the batch size) and travel to exact Rack to unload one of the tote, then go to another rack and unload second and so on...
Every token has assigned labels, one of them is "Unload" in which is defined where(to which rack) the AGV need togo and unload one of the totes. Unfortunatelly, using RunSubFlow the model works like : AGV go to "Unload" assigned to firs token and unloding all of the totes in one rack. It seems to like the acces t other three tokens is loosed.
Here is my model