@Matthew Gillespie, @Brandon Peterson
Hello,
In the attached model, pallets are transported on two conveyors to one elevator, which transports them to two conveyors downstream.
1. On Arrival at decision points DP1 and DP2
- a. Tokens enter zone
- b. Tokens are pushed to list "Ready for Transport"
- c. Acquire Resource: Elevator and should travel to pick up level
2. On Arrival at decision points DP5 and DP7
- a. Tokens wait for Elevator to be available
- b. Tokens enter as a batch into elevator as per load task sequence and get pushed to "Move Elevator" list
- c. Elevator waits for batch arrival to execute unload task sequence.
I think the tokens are not pushed on to the list and hence the pallets do not enter the elevator since the batch is not complete. What am I doing wrong?