question

Leandro Spallanzani avatar image
0 Likes"
Leandro Spallanzani asked Leandro Spallanzani commented

How to STOP an Item from Process Flow?

I have a simple question: can you write me the entire Process Flow to Stop an Item on Arrival to a Decision Point, please? I apologize for my really simple question but I am not able to manage well the items in the 3D world from Process Flow. Thank you! 1639067381078.png

FlexSim 21.2.3
stop an item from process flow
1639067381078.png (885.6 KiB)
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
1 Like"
Felix Möhlmann answered Leandro Spallanzani commented

To react to an item arriving at the decision point, use an event-triggered source. In it's properties use the sampling tool next to the "Object" field to select the decision point and choose the "OnArrival" event.

To create a reference to the arriving item on the token, put a label name you want to assign the reference to into the field next to "Arriving Item". In the field next to it, choose "assign" as the Operation. The created token will now have a reference to the item in a label of the chosen name.

1639070361084.png

To stop the item, use a "Custom Code" activity. It offers a pick option "Stop/Resume Item on Conveyor".

1639070402525.png

Reference the item through the label that got created in the source.

1639070512396.png

By switching the "Action" you can later resume the item in the same way.

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

Leandro Spallanzani avatar image Leandro Spallanzani commented ·

Thank you Felix!

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.