how to release a conveyor when the other one is blocked

how to release a conveyor when the other one is blocked

Kauan
Not applicable
29 Views
4 Replies
Message 1 of 5

how to release a conveyor when the other one is blocked

Kauan
Not applicable

[ FlexSim 21.2.4 ]

I have an assembly line with two different products, the product only leaves the processor when my station is empty. But how do I when my box conveyor is empty, it releases the other cylinders that are waiting.


1674505912824.png

Different time on processor.fsm

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

Yasmin_Tavore
Not applicable

Hi, Kauan!


As I understood, your conveyor box isn't accepting more items because the processor output port is closed. So, here goes a couple of options


First, you can put a queue after the assembly line conveyor so your station wouldn't be blocked, and your trigger for open the conveyor output port would work just fine.


Even then, I saw that the conveyor box is blocked because the processor output port stays closed until a iten gets out the station. So, another option is edit your On exit trigger at processor, so it verifies is the source box is blocked. If it is, so the prcessor output port is not closed.


In the attached model, I changed the On exit trigger.

Please let me know if this answer is appropiate for your questions.

If it isn't, feel free to explain more about your model and desired logic.


different-time-on-processor_ANSWER.fsm

0 Likes
Message 3 of 5

Kauan
Not applicable

Hello @Yasmin !

I think I wasn't clear in my question, sorry. In short, what I wanted to do is when my conveyor belt is full, I continue with my sequential conveyor in the processor, but when only one conveyor belt is full and the other empty, I release the products from the full conveyor belt even if it is not sequential.

1674672250318.png

different-time-on-processor-answer (1)_1.fsm


0 Likes
Message 4 of 5

Jeanette_Fullmer
Community Manager
Community Manager
Accepted solution

Hello @kauan pedroso,

I added to the pull strategy so that if it is taking from the conveyor with the cylinders it checks to see if it is empty. If it is empty then it switches to pull from the box conveyor.

1674682634411.png

1674682653480.png

different-time-on-processor-answer-1-1_1.fsm

0 Likes
Message 5 of 5

Kauan
Not applicable
Thanks you a lot for the help !! @Jeanette F
0 Likes