In my model I'm creating boxes in two separate queues (a1 and b1). Then I'm acquiring operators from a group, who load from the beginning queue and unload to either queue a11 or b11. As the tokens loop through, a label called "pick" is incremented. Once the value for "pick" is the same as the number of boxes assigned I'm releasing the operator out of the loop.
The problem is that I want only two Operators loading and unloading at each pair of queues. There are a total of six operators. I want the other two operators to wait if there are already two operators working on each pair of queues. What's currently happening is that one of the pairs of queues has four operators loading and unloading, and all six operators are being utilized.
What I'm trying to model is that I have an empty trailer in a dock with flex conveyor. Only two operators at a time can load from flex conveyor and unload on trailer. Each trailer has a certain number of boxes