I am working on an assembly process where I have 2 machines processed by 2 different operators in the first shift, then 1 operator working on both of the machines in the second shift.
I've been trying to find the right way to simulate this with dispatchers and preempting in the processors, but I keep noticing that even though the operators are scheduled to work they are idle and the machines' status is waiting for operators. I would like some directions on how to do that correctly, and what are the most important settings that I should pay attention to?