The model has four processors and 2 operators as seen in the following image.
I intend for operators to go to the sortest queue, pick up an item and take it to the processor connected to that queue. I have 3 problems:
1. Both operators load the same processor simultaneously even though the maximun content is 1.
2. I doný know how to tell them to go to the sortest queue. I tried that in the "pull from list" it was ordered according to "queuesixe" but it does not do it correctly.
3. Lastly, I would like the operator who has gone to a queue to remain in that work center (queue + processor) until the number of items in the queue when he arrived has been consumed. To carry this out, I suppose that a label can be made that saves the contents of the queue when he arrived and that repeats the process (load + travel + unload + wait for event ) a number of times equal to the numer of items tjat were when he arrived.
Thanks.
I attach the model: