question

jundi avatar image
0 Likes"
jundi asked Jeanette F commented

How to make random size&shape in source ? sometimes box, sphere, cylinder, etc

someone help me please

1694712750160.png

How to make the output size & shape in sorce sometimes box, sphere, cylinder, etc?.

and then all items will sorted by operators base on colour. Is it possible for FlexSim to represent an operator performing sorting?


please help me

Conveyor Sorting Simulation.fsm

FlexSim 22.2.0
sourceflow itemsoperators assignment
· 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.

Jeanette F avatar image Jeanette F ♦♦ commented ·

Hi @jundi, was Jeanette F's answer helpful? If so, please click the "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 comment back to reopen your question.

0 Likes 0 ·

1 Answer

·
Jeanette F avatar image
0 Likes"
Jeanette F answered

Hello @jundi,

You can set the object shape using

setobjectshapeindex(item, shapeIndex);

You would use a distribution to set the shapeIndex.

You can also use a distributions to define the x, y, and z dimensions and set it with

setsize(item, x, y, z);

conveyor-sorting-simulation_2.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.

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.