Hello everyone,
I am trying to define a model with 5 processors and 3 operators. Basically the process is the same for every operator. They must pick one part from the queue and process it through all the processors (operator must remain in the processor for make the work).
I have two prblems that I do not know how to solve:
1. The operator does not follow the process flow I want, instead of going from processor 1 to processor 2 to processor 3, etc. the operator gives priority to go back to first processor and pick a new part. I have tried to use the preemp but i dont get it to work.
2. I do not know how to link more than 1 operator to the processors, so even if I get previous point solved, I do not know how to make the system work with 3 operators.
I attach my model, and hope someone could help.
Thank you very much.