question

Lucas avatar image
0 Likes"
Lucas asked Jason Lightfoot commented

Stop conveyor upon arrival of a new one


I will upload the file of a principle of the logic that I want to apply. The first photocell is occupied and the previous motor stopped that I have achieved it but later at the intersection I have put two photocells and in that section there can only be a single object. If an object reaches photocell P3, the next one if this intersection of two photocells if is occuped conveyor2 would stop until it leaves the P3. I upload the model to make it clearer

FORO FLEXSIM.fsm

FlexSim 23.1.2
conveyorsphoto eyelogyc
foro-flexsim.fsm (44.6 KiB)
· 2
5 |100000

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

Felix Möhlmann avatar image Felix Möhlmann commented ·

Please do not post duplicate questions. You can add a translation to your previous post by editing it via the small gear icon in the top right corner.

Edit: User deleted the other post or made it private.

0 Likes 0 ·
Jason Lightfoot avatar image Jason Lightfoot ♦ commented ·

Hi @Lucas, was Felix Möhlmann's answer helpful? If so, please click the "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 comment back to reopen your question.

0 Likes 0 ·

1 Answer

·
Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered Lucas commented

You can use the Area Restriction options in the Photo Eye triggers. By default, those stop the individual item, but you can change the code to have them stop a motor instead.

This does cause a potential issue though. There must be enough space between items for the entering item to reach the transfer point before the conveyor gets stopped again or the system will lock up.

The motor is made to stop all conveyors connected to it with an "A-connection". You do not need to set triggers on it.

foro-flexsim_1.fsm


foro-flexsim-1.fsm (45.5 KiB)
· 8
5 |100000

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

Lucas avatar image Lucas commented ·

And how can I make two conveyors glued but not joined?

0 Likes 0 ·
Felix Möhlmann avatar image Felix Möhlmann Lucas commented ·
You can simply delete transfer points. Just be sure to move the conveyors afterwards or it will be recreated.
0 Likes 0 ·
Lucas avatar image Lucas commented ·

And the restricted area solution does not work for me since there is a moment when the motor stops and the restricted area section does not work.

0 Likes 0 ·
Felix Möhlmann avatar image Felix Möhlmann Lucas commented ·

Yes, as I said, you need to make sure that there is enough space between two items.

Or the transfer section needs to be a separate conveyor object, so it does not stop when an item waits at the PE.

0 Likes 0 ·
Lucas avatar image Lucas Felix Möhlmann commented ·

But in some other way it could be done, right?

0 Likes 0 ·
Show more comments
Lucas avatar image Lucas commented ·

And with process Flow you can do it ?

0 Likes 0 ·
Felix Möhlmann avatar image Felix Möhlmann Lucas commented ·

All you have to do to get it to work is to move the first Photo Eye closer to the transfer between the first and the second conveyor (less than one item length). It will then guarantee a gap of at least on item length between items.

foro-flexsim-2.fsm

0 Likes 0 ·
foro-flexsim-2.fsm (45.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.