question

Paolo R4 avatar image
0 Likes"
Paolo R4 asked Paolo R4 commented

Separator using a Process Flow

Hello, I was trying to use a separator using the process flow logic. What I want to do is that the operator loads two items at a time, but I dont know how. I know it would be easier using the 3D model configuration butI want to introduce it in a bigger model with the process flow.

separator-autosave.fsm

Thank you very much fot the help!

FlexSim 22.1.3
separator
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 Paolo R4 commented

The attached model demonstrates two ways.

1) The items are pushed onto a global list in the "Use Transport" option of the separator. In the process flow, a token that represents the operator pulls them from the list in packs of two and then transports them to their destination. (I believe this is what you tried to build?)

1657539590135.png

2) The process flow reacts to the 'Send to Port' being fired and creates a token for each item. These are then batched together in pairs. Afterwards they acquire the operator as a resource and are being transported to the queue.

1657539601533.png

Both approaches share the subflows that deal with loading/unloading multiple items.

1657539633787.png

separator-fm.fsm


1657539590135.png (12.5 KiB)
1657539601533.png (13.3 KiB)
1657539633787.png (5.6 KiB)
separator-fm.fsm (51.2 KiB)
· 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.

Paolo R4 avatar image Paolo R4 commented ·

That's exactly what I needed. Thank you very much!

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.