Photo eye ResumeItem

Photo eye ResumeItem

mohamed_slama
Not applicable
5 Views
3 Replies
Message 1 of 4

Photo eye ResumeItem

mohamed_slama
Not applicable

stoppeur.fsm

Hi,

When PE2 is blocked (Accumulation in the conveyor), it sends a message to PE1 to stop the Items at PE1 location. But when PE2 is cleared, I want that PE1 let the Items resume.

Her is my model, can someone helps me to resolve this problem ? thank you

0 Likes
Accepted solutions (1)
6 Views
3 Replies
Replies (3)
Message 2 of 4

mohamed_slama
Not applicable
0 Likes
Message 3 of 4

jing_chen
Not applicable
Accepted solution

Hi, Mohamed.

If you want to resume items, you need use conveyorresume() command to resume the item you stop before.So I add a label named "item" to record the item stop in PE1. When the PE2 is cleared, it will send a message to resume the item which be stopped before.

In your model the PE2 will be cleared until all the items enter the Conveyor2, so PE1 will stop the item for a while. I am not sure is it what you want?

stoppeur-chjv17.fsm

0 Likes
Message 4 of 4

mohamed_slama
Not applicable

Hi Jing,

Thank you for your answer.

Yes this is what I wanted.