I have a model which has an order list, and it splits the order into full pallet and incomplete pallet (box), for each order I load the full pallets with cart and the incomplete pallets (box) using a preparer. currently my preparer loads all the boxes of the same type and puts them on a pallet. What I want to do now, instead of loading all the boxes of the same type on the same pallet, I will load boxes in waves of 10 for example on a pallet then send this pallet to the queue and then return to take another wave of 10 boxes.
Someone can help me with this please ?
attached a image of my process flow and my complete model for more detail