question

Victoria M2 avatar image
0 Likes"
Victoria M2 asked Ben Wilson commented

How do I make the conveyor release one item at time?

I want to create a buffer of five items in a conveyor and then when the sixth item arrives, the conveyor releases the first item in it.

I tried to do to it by using a custom conveyor, in the slug Builder section, but the thing is it only releases all at once.

FlexSim 20.1.3
conveyorflexsim 20.1.3releaseitem
· 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.

Ben Wilson avatar image Ben Wilson ♦♦ commented ·

Hi @victoria.m2, was tanner.p's answer helpful? If so, please click the red "Accept" button on their answer. Or if you still have questions, add a comment and we'll continue the conversation.

0 Likes 0 ·

1 Answer

·
tannerp avatar image
0 Likes"
tannerp answered Benjamin W2 commented

@victoria.m2,

You can control the input/output ports on the conveyor to release one item at a time. I created an example of this where any time an item exits the conveyor, a trigger is fired that closes the conveyor's output port. The output is re-opened when you press the button in the dashboard. (Just an example; you can trigger the opening of the output port however you'd like.)

open and close conveyor output.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.

Benjamin W2 avatar image Benjamin W2 commented ·

Looks like Tanner beat me to the punch! Here is another example model with 2 slightly different implementations.5Conveyor.fsm

2 Likes 2 ·
5conveyor.fsm (47.6 KiB)

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.