Hello, I have a system which is multiple trucks loading then unloading at a warehouse.
I have a source which generates multiple item types based on percentages taken from a global table.
I also have a combiner which combines each item type with a pallet.
My question is; how can I make the combiner combine, even if the target quantity isn't reached?
So, my source is generating multiple items based on percentages and this will change each time a truck loads.
If I set the target quantity in the combiner to be 5 for example, but only 4 of this item type is generated, then the combiner stops.
How can I make the combiner combine even if the target quantity isn't reached(since the source generated less of this item type).
I hope I explained it well!
Attached is a simple example of when the combiner stops and does nothing.
Thank you a lot in advance!
combinerproblem.fsm