Reset Timer

Cup O Noodles

Member
Join Date
Mar 2013
Location
Ohio
Posts
23
Hey all

Simple question here (I think)...

I'm using RSLogix 5000. I have a TON instruction, it counts to 5 seconds, and then executes some stuff. How do I reset the timer and start it back up again immediately when it gets to 5?
 
Put the timers "DN" done bit on the rung ahead of the "TON" instruction.

What triggers the timer? Can you post a snap shot of the timer's rung?
 
In RSlogix there are two ways to reset a TON instruction.

1: As in the examples shown, a false input to the timer will reset a TON. Placing an xio tmr.dn bit in the line is a common way to do this. Note there will be one scan where the timer will not be timing in this method.

2: You can use the RES instruction with the TON. Before your timer, place the logic xic tmr.dn res tmr This will reset the accumulated value.
 

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,338
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,756
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,622
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,274
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,255
Back
Top Bottom