question

Yong_hong L avatar image
0 Likes"
Yong_hong L asked Yong_hong L commented

How can I cut the flow item ( 35m long ) into a few smaller pieces (5m long)?

I am simulating the extrusion of metal. I need to cut the long extruded product into smaller pieces. Can I use the separator to do it? Or is there any better way?

FlexSim 18.0.10
separatorcutting
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

·
Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered Yong_hong L commented

Yes, you can use the separator that is set to "split" for this. If the length of the entering item and the output are constand, you can simply enter the number of parts the entering item will be cut into into the "Split/Unpack Quantity" field. Then adjust the size of the item copies in the OnExit trigger.

1662711866132.png

1662711906889.png

If the lengths can vary, you would have to calculate how many parts the item is split into. At the same time you could adjust the process time depending on the number "cuts" that will be made.

In the attached example model I use some labels on the separator to control the length the items are cut into. The calculations are done in the custom code of the process time field. It also takes into account partial pieces if the length of the entering item isn't cleanly divisible by the target length.

SeparatorAsCutterfsm.jpg

(Rightclick on the file attachment -> Save Link/Target As (might be called differently depending on the browser) -> Set "Save as type" to All Types -> Save with a name ends with .fsm)


· 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.

Yong_hong L avatar image Yong_hong L commented ·
Thank you so much! :) It helps.
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.