So the idea behind this process is that I have three queues which are assigned to labels and are pushed into a list of items. I want my resource(the robot) to pick all the items from a particular queue first, before it goes to another queue to pick items.
The idea is to push all the items/tokens into a list and arrange them in a ascending order to pull the tokens which have labels numbered 1, then move tokens which have 2 and then 3. But there are some random errors which I am unable to debug.
Is there a better way to do this?
This is the error: Priortizing error.PNG
This is the flexsim file: Priortizing.fsm?
Note: I need to use process flow. This is a small logical part of a bigger project.