newbie trying to understand drum seq

I have never used the STOP instruction. As the manual says, this switches the PLC from RUN to Program (or Stop) mode. What were you trying to achieve?

If you want an input to control whether the outputs fire while the conditioning logic (timers etc) keep running then simply place a contact of that input in line with the output instruction for each ouput.

If you want the input to totally reset the logic to a point to before it started then monitor the input outside of any stages. When it goes to the state you want to stop the action then use that to RST (reset) all outputs and stages. Turn on an initial stage. In that stage wait for that input to go back to its original state.

If you post your current code we can show you haow this is implemented.
 
connect a reset switch to x1 input w/ a stop instruction in the program

I have never used the STOP instruction.

Thanks Bernie, I believe you are correct, that is what he is saying. Now I understand why he was concerned about having DS5 connected. I knew there was something I missed in his statement. There is no obvious need for that instruction in his program. Thanks
 

Similar Topics

Hello all, I am working on a remediation system for my work which is controlled by an Allen-Bradley SLC50X interface and The PLC is an AB...
Replies
6
Views
2,679
Hello all, I'm a new member here. I've joined as I want to learn about PLC programming. I've got a few questions to begin with. To get me...
Replies
37
Views
4,581
Howdy folks. Been doing PLC programming for like 15 years now in LD and ST, but I'm trying to learn SFC now and have a kind of dumb question... I...
Replies
4
Views
1,413
Hello. New to Unity and had a couple quick questions. Can a Modicon M340 output to a small multiline LCD screen and not a full HMI?
Replies
4
Views
967
Hi. I'm learning AOI programming in RSLogix 5000. I created an AOI with several input and output parameters but when I choose the AOI in the main...
Replies
17
Views
3,240
Back
Top Bottom