question

PT2 avatar image
0 Likes"
PT2 asked Eric M commented

Controlling the content on conveyors

Hi, I am trying to control the content on conveyors, and want it no more than 1 on any conveyor. For this I am using the triggers On Entry and On Exit, but somehow the triggers doesn't seem to work. I have created this simple model to test the triggers.

Conveyors_Content1.fsm

FlexSim 21.1.4
flexsim 21.1.4using conveyors
· 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.

Eric M avatar image Eric M commented ·

Hi @Prashant T2, was Felix Möhlmann's answer helpful? If so, please click the red "Accept" button at the bottom of their answer. Or if you still have questions, add a comment and we'll continue the conversation.

If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always unaccept and comment back to reopen your question.

0 Likes 0 ·

1 Answer

·
Felix Möhlmann avatar image
1 Like"
Felix Möhlmann answered Felix Möhlmann edited

For conveyors, the entry and exit transfers handle the input and output of items. So you have to close the output of those rather than the conveyor itself to stop items from moving onto the next conveyor.

There two "directions" you can build the logic in. Either you close the input whenever an item enters and open it again when an item leaves or you close the output when an item leaves and open it again when an item leaves the next object in the chain.

I would also like to suggest a different solution. In your case, of only ever wanting one item on a conveyor at a time, you can simply set the "Entry Space" to be at least as large as the length of the conveyor. This way FlexSim will automatically stop more than one item from entering as the space between them would be too small.

entryspace.png


conveyors-content1_1.fsm


5 |100000

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

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.