Hello,
I have one question and one wish about rack.
My question is how to pull items from rack only if desired amount of item is stored in rack. For example, a combiner is collecting 5 type-A items and 3 type-B items. The rack won't release items until all the 8 items are arrived at rack.
In attached model, I build a rack stacking logic using processflow and list. There are two types of items, type-A goes level 1~4, type-B goes level 5~10 and places at bay by order. I found it is easier to build logic with processflow and with the power of list. But it's hard to reuse the processflow code, because the general processflow links to queue1 and rack1 directly. I hope there will be a new event for rack like "OnChoosingCell" and the event function returns bay and level for incoming item to tell it where to place, if there is no proper cell for the item then the item should hold at upstream. So I can use the new event in fixed-resource processflow in order to reuse the logic.