I am creating a model to simulate the inbound palletizing loop. Here are the requirements
- Stack 20-27 cartons on the pallet based on inbound carton label
- Once pallet is full, move it away to a different queue
I could not figure out how to make operators unload cartons to the pallet inside the queue by using standard prompts so started using process flow. However, in the process flow, I am trying to leverage the subprocess to do the same action (once carton hits the DP, move it to the corresponding queue by using the nearest operator). I think there is an easier way to do this, and it's been 3-4 years since I have done some development. Can someone help out with this?