Hello,
I'm doing a FlexSim demo and I wanted to go a little further.
Using a parameter I modified the number of Pickers that I have in the model, so that I can increase or decrease it.
In the case that I put 6 pickers I want the first StagningArea to be used by 2 operators and the rest by 1. I have achieved this in the custom code that I indicate in the image.
The problem I have is because those operators appear as Array in the token and when I use a TS to perform the displacement, loading and unloading tasks, it only uses 1 of the operators, leaving the other idle.
Could you help me so that each operator of that Array takes a different box that is in the same order order and takes it to the pallet in StagningArea1?
Thank you very much in advance.