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:

duniform(1,4,3)*0.2 // duniform chooses randomly in the range [1..4]
                    // *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.

Jhon Alexander SD avatar image Jhon Alexander SD commented ·

Thank you very much it served me, I wanted to know how that can be done when there is more Rack, where each of the boxes have different dimensions.

0 Likes 0 ·
Joerg Vogel avatar image Joerg Vogel Jhon Alexander SD commented ·

Actually this looks like a new question, but the assign slot own source code activity is responsible for the slot management. The storage system in your toolbox controls all slots. You adjust the activity to use the slots of all rack objects in the storage system.

0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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