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

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

tarun_m
Not applicable
16 Views
2 Replies
Message 1 of 3

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

tarun_m
Not applicable

[ FlexSim 21.1.4 ]

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

0 Likes
Accepted solutions (1)
17 Views
2 Replies
Replies (2)
Message 2 of 3

joerg_vogel_HsH
Mentor
Mentor
Accepted solution

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

Message 3 of 3

eric_m3
Not applicable

Hi @Tarun M, was Joerg Vogel's answer helpful? If so, please click the red "Accept" button at the bottom of their answer. Or if you still have questions, add a comment and we'll continue the conversation.

If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always unaccept and comment back to reopen your question.

0 Likes