Hey all,
699flatsorter-current-process-2.fsm
I am working on a simulation in which the operators to the left of the straight conveyor (the inductors) are meant to take the items off the conveyor and induct them on to the racetrack-like conveyor. I want both to have the same process flow, with the only thing to note being that if one operator is occupied, the other should get the next set of items.
My thought process behind this is using a Decision point and using central port connections from each of the inductors to connect them to this point. After the items are placed on the straight conveyor, 'token.DP' is assigned to the event object which is then used to tell both operators to perform the process flow. I am a bit confused on why the token is not going past the wait for event item.
Thanks in advance!