I'm trying to find a way to stack boxes on pallets that will not always have the same total amount. We always store product with only one part # per pallet but the case sizes vary by part, so each pallet will have a different amount of cases stacked on it.
I've tried doing this by sending boxes through a specific port on a combiner with a global table. I got the correct quantity to stack but pallet never releases because the combiner thinks the other boxes are still coming through the other ports.
Now I'm attempting to create a combiner from scratch with a list in process flow, and I still am having trouble. I can't get the request amount to match the "PltQty" label I have on the token. This model is attached.
Can anyone help me figure this out on either the combiner or in process flow?