Decide which conveyor to take based on conveyor with zone

Decide which conveyor to take based on conveyor with zone

Thomaslib
Not applicable
29 Views
4 Replies
Message 1 of 5

Decide which conveyor to take based on conveyor with zone

Thomaslib
Not applicable

[ FlexSim 23.2.1 ]

Objective: The goal is that when a box is present in queue 1 and there is no box yet on either conveyor belt, operator 1 places it on the correct conveyor belt. This will then be filled by operator 2 and finally operator 1 will place it in queue 3.

problem: I don't understand how to tell decide to select based on the content of the conveyor, so when conveyor 1 is empty, put it on conveyor 1, if it is full check whether conveyor 2 is empty and put it there if both are full then wait and repeat this again. How can I do this?


optional problem: In reality, a box is now placed in the tote on the conveyor, but I am unable to do this, so I have to do a destroy + change object. Is there a way to apply this combiner action here?


Thank you in advance!!

Test WPO1 uitgang.fsm

0 Likes
Accepted solutions (1)
30 Views
4 Replies
Replies (4)
Message 2 of 5

nilP8GEZ
Explorer
Explorer
Accepted solution

Hey Thomas, You can use the Max Wait Timer on the Enter Zone to release the token to another activity if the token can’t enter.

1711009570962.png


Please check this model.

Thanks!


test-wpo1-uitgang_1.fsm

0 Likes
Message 3 of 5

Thomaslib
Not applicable

Thanks for helping! Is it also possible to pack a tote with a box on the conveyor like is possible in the with a combiner?

0 Likes
Message 4 of 5

moehlmann_fe
Explorer
Explorer

Sure, just set the box to be unloaded to the tote (token.pallet).

capture1.png

And you can also use a Wait for Event activity to wait for the arrival of the tote back at DP2/DP3 instead of the Event-Triggered Source and Join that you currently use.

capture2.png

0 Likes
Message 5 of 5

Thomaslib
Not applicable

Thanks! it works like as I had in my mind 🙂

0 Likes