Hi,
I have a problem : I have generate the box(item) demand for every parts according assembly line consumption(c/t=150s,finished product has 71 parts),and i add some label on item (partsno,boxcapacity, boxsPerPallet , pointofuse,deliveryroute...) . then i want to package the box to a delivery pallet;so i push box-item to list.but because the item flow is disorder.
i have trouble :when any part's box quantity reach to its boxPerPallet number in list,how to pull out by packageStation(combiner) ,and the first part box accumulate to pallet will be palletlize first,then the second part....
i attached an example,tks for help.