Hi all,
The issue I am running into is that I want arrivals from queue 1 to flow into both Pack Station A and Pack Station B but only based on availability. If one arrival is sent to Pack Station A I want the corresponding box to flow to Box Station A, which triggers the operator to run a task sequence to combine the arrival and box and then unload this on the other conveyor (very similar to a model @Natalie White showed me wcocsim2-a.fsm ). When an arrival hits the pack station it should no longer accept any other arrivals until the operator is done with the task sequence, and the next arrival should go to Pack Station B along with the corresponding box also going to box station B. The task sequence part seems intuitive, however, I am struggling with figuring out how to complete this task using two operators since the boxes default to taking the side conveyor to Box Station B. In summary, I want each arrival to go to a pack station based on if the operator is completed with the entire operation, and I want the corresponding box to show up at the box station. I am confused on how to route both the arrivals and the conveyor to do this.
Thanks,
Amit