how to divert an item on a conveyor at a Decision Point?

how to divert an item on a conveyor at a Decision Point?

hong_seongweon
Participant Participant
13 Views
2 Replies
Message 1 of 3

how to divert an item on a conveyor at a Decision Point?

hong_seongweon
Participant
Participant

[ FlexSim 24.2.1 ]

how to divert an item on a conveyor at a Decision Point (representing a Diverter) and send the item to another conveyor?

I want to stop the item at DP1 and send the item to DP2 after 1 second.

I don't want to decide the destination of the item at DP3.


how to divert item.fsm

0 Likes
Accepted solutions (1)
14 Views
2 Replies
Replies (2)
Message 2 of 3

moehlmann_fe
Observer
Observer
Accepted solution

The "Send" through a side transfer has to happen before the item's leading edge passes the transfer point. Up to the point where the transfer process starts (center of item reaches transfer point) you can still 'abort' the transfer to the side conveyor through and send the item straight on.

So at DP3 you would send the item to DP2 by default. At DP1 you either to nothing or you send it to a fourth DP on the same conveyor.

how-to-divert-item_2.fsm

0 Likes
Message 3 of 3

hong_seongweon
Participant
Participant

Thank you so much for your kind and detailed answer.

0 Likes