question

Tarun M avatar image
0 Likes"
Tarun M asked Eric M commented

i would like to have combiner quantity random every time a task is complete

i want the combiner to pack 12-15 items in a pallet at random.

FlexSim 21.1.4
combinerpallet
· 1
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

Joerg Vogel avatar image
1 Like"
Joerg Vogel answered

You must know, there is a picklist property on entry trigger of a combiner which updates the components list each time a new pallet enters the combiner. This property copies the values of a global table into the combiner components list. This is totally independent from a different label value. This means you can change the global table cell values and those currently availbale values are copied into the combiner. The attached model updates the global table first cell each time a last item leaves the combiner by a random value in the range 12 .. 15. And a new entering pallet updates the internal components list then.

update_component_list_table_dynamically_one_cell.fsm


5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.