I have a problem in which one Processor(Station) can have operators either from Dispatcher 1 or 2 based on whichever is available at the earliest. The dispatchers are connected to other stations also .
In the given model , Processor 3 can have operator from either Dispatcher 7 or Dispatcher 9 .
Problem:- Processor 3 is only taking through Dispatcher 7 as it is connected to center port 1 and waiting even if other operator is idle.
operator-sharing-problem-autosave.fsm
How should I write a logic.Do we have to use process flow??