Reset Timer Dilemma

For Timer T4:1, the best way to reset it is on Rung 9, add a parallel branch to the existing Counter Reset, and add another Reset for T4:1.
 
Having a bit of difficulty with No. 8

Hello Lancie1

After running your program in RS500 Emulate I realized I could not get No.8 work in your steps about how to run the program. I really appreciate your help so far since.

"8. Close I:0/6 Low Temp switch. Observe that the O:0/5 Inlet Water Solenoid goes off for 3 seconds, then comes back on as specified. Operate I:0/6 4 more times, and observe that Counter C5:0 counts to 5, then B3:0/0 System Run goes OFF, and O:0/6 Flashing Light flashes until the Run/Stop switch is turned to Stop."

Do I need to toggle I:0/1 Run/Stop switch in Rung 9 to make the Run/Stop switch turn to Stop to reset the counter?

Thank you very much for your help.

Rung8.jpg
 
Do I need to toggle I:0/1 Run/Stop switch in Rung 9 to make the Run/Stop switch turn to Stop to reset the counter?
If the counter has counted to 5, the SYSTEM RUN relay on rung 0 gets turned off as required by your specs. So yes, if you want to run again, you have to reset the counter by turning off I:0/1.
 
Hi Lancie1, but for some reason, after the counter is done, I:0/0 doesn't turn off on Rung 0. I have to toggle this on Rung 9 to make it go off on Rung 0. Any advice? Best regards.
 
I have to toggle this on Rung 9 to make it go off on Rung 0.
No, the Run/Stop Input I:0/1 is used on both Rung 0 and Rung 9. Inputs can be used in many places, and all duplicates operate at essentially the same time. On Rung 0, when I:0/1 goes ON, it serves to turn on the System Run Relay B3:0/0. On Rung 9, when I:0/1 goes OFF (when the system is OFF), it resets Counter C5:0.

I:1/0 is your maintained-contact Run/Stop selector switch, and is an Input to the PLC. The PLC has absolutely no control over Input devices. It cannot turn them either ON or OFF. The PLC only has control over its OUTPUTS, the actionable devices.

Normally, a Run/Stop selector switch is designed to be operated by nothing other than a good ol' human hand.

If you want to improve the program slightly, then use 2 control inputs for a traditional "3-wire control circuit", with a normally-closed momentary-contact Stop Pushbutton and a normally-open momentary-contact Start Pushbutton, with a seal-in contact from the System Run relay in parallel with the Start Pushbutton. Then when your program reaches its end, it can turn off the System Run relay, and can only be turned back ON by pressing the Start pushbutton.

The advantage of using momentary-contact pushbuttons is that the system will not come back on after a power outage. Using a maintained-contact selector switch can cause a system to restart in RUN mode when no on is there, or when someone is there and in a dangerous spot.
 
Last edited:

Similar Topics

Hi there I'm guessing this is a straightforward one but after much experimenting I've been unable to find an answer. The software is TIA V16...
Replies
5
Views
2,346
Processor: 1769-L30ER; Logix 5000: v32.02 I have an AOI that's been used in previous applications without issue, and have added a TON...
Replies
6
Views
2,763
Hello Folks, I am new to Direct Soft, but a customer has a program that need me to edit. It is a DL06. We have a TMR function (T4) that we want...
Replies
24
Views
5,672
I would like to use a numeric entry from a C-more HMI to change the preset in a timer in Do-More. How might I go about that? Thanks
Replies
1
Views
1,279
Hello everyone‚ Fairly new to PLC prog I seek your advise concerning what is said in my thread title; I program using workbench components; I...
Replies
1
Views
1,259
Back
Top Bottom