I am trying to model one way pathway between racks. I have modeled them using one-way network node connections. I notice that while one operator 1 is executing a delay activity (operator is said to be inactive or not travelling), operator 2 is passing operator 1. I have tried the following but not successful to avoid this passing-
1. I tried making the connections between network node non-passing
2. I have the max travelers set to 1 which could be the problem as it allows one in-active member and another traveler on the same node (and hence allow to pass).
3. I tried to set max travelers to 0, this resulted in deadlock.
4. Set min distance to 60 inches
Any suggestion to strictly not allow passing at the same time have multiple operators in the aisle if space allows. It is possible that one operator is not travelling and another is traveling, yet they should not pass. I appreciate the help.
I could add trafficControl between nodes as shown below to stop passing, but wondering if there is other elegant and less time consuming ways?
I am attaching a sample model. Test_NetworkNode_passing.fsm