I have a problem, while sequencing of pull items from storage areas as per requirement from order table.
Here I have 4 different storage areas, where a transporter picks an item as per order sequence. After picking up a single order items, it has to be placed on a staging area (having all items of a single order only). This is proceeded by processing of these items in a combiner and get stacked into a connected queue. Combiner component list has to be updated with the same total number of items as per order table. Stacking of items takes place on 4 staging area following the sequence as per order table. Once a order is finished, next order has to be taken up by next available staging areas.
Staging areas has to be filled as per their avilability
This order has to be followed for each day.
I want to have control on my staging areas to have only those items which are as per order table.
Problem I am facing here is, as soon as the staging area gets empty, it has to start collecting the items for a next available order.
For clear idea I have attached a model
Any help will be appreciated