question

Jhon Alexander SD avatar image
0 Likes"
Jhon Alexander SD asked Jhon Alexander SD commented

How do I create boxes of different sizes in the process flow?

I need to create boxes of different sizes at the same time in the process flow, in the model I could only create a single.

23842-23788-modelo-sku-fixed.fsm

FlexSim 19.2.3
process flowboxes
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 Jhon Alexander SD commented

Then change the visual appearance of the items.

if you want to get a randomly size, you replace the number "1" by a statistical distribution like:

  1. duniform(1,4,3)*0.2 // duniform chooses randomly in the range [1..4]
  2. // *0.2 scales the chosen value with the factor of 0.2

If you have conditions which item has to get distinct attributes then you evaluate the attribute in the fields.


change-visual.jpg (363.4 KiB)
· 2
5 |100000

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