question

kauan pedroso avatar image
0 Likes"
kauan pedroso asked kauan pedroso commented

how to release a conveyor when the other one is blocked

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

FlexSim 21.2.4
conveyorblockedprocesor
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Jeanette F avatar image
0 Likes"
Jeanette F answered kauan pedroso commented

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


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

kauan pedroso avatar image kauan pedroso commented ·
Thanks you a lot for the help !! @Jeanette F
0 Likes 0 ·
Yasmin avatar image
0 Likes"
Yasmin answered kauan pedroso commented

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


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

kauan pedroso avatar image kauan pedroso commented ·

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