I'd like to Combine a certain number of boxes to a pallet. The amount varies depending on the Type of the pallet (1, 2 or 3). In this example I have 12 different locations and I want the combiner to open a fix number of input ports. The amount depends on the pallet type (and the amount varies as well).
So for example. Type 1 pallet enter the combiner, it turns out this type needs 7 boxes (can be from 5 to 7 for this particular type). The combiner then needs to open 7 different ports to pull one box from each queue or pull 2 boxes from the same queue but the total for this entry stays the same, 7 boxes. How can it be done?
I have the hunch that by using the Update Combiner Component List can be done but I don't know for sure how to split this 7 entries between the 12 inputs i.e (1-1-1-0-0-1-0-1-1-0-0-1) or (1-2-0-0-0-1-0-1-2-0-0-0).
File example: cheat-depende-de-tipo-abre-racks.fsm