Retentive On-delay Timer!!!!!!!!!

ok lets see!!!

ok let me try again this time we just hope it will be alittle more expecific


(switch
I/3-----------rto----t4:0
[]------------t.base .01


---------------------preset 1200
----------------------acc----0
t4:0/en
[]----------------------------(O/1)


t4:0/DN
[]-----------------------(O/2)



I/4(switch
[]--------------------------(res)




what I have to modify in the program above so that the timer does not reset when the timer rung is false,but if the power fails,output 2 does not re-energize unles a separate start button is pressed. The accumulator must hold its value during the power failure. I been trying to figure these out but so far I can't get it to work like I been ask to. thanks to all of u guys ...
 
OK. I think I see what you're after. Under normal operating conditions, you want O:2/2 to come on after a 12 sec delay of I:0/3 and stay on until I:0/4 is ON. But, in the event of a power failure, you don't want O:2/2 to come ON.

Noramlly you would just RES the RTO on PLC powerup, except that you don't want to lose the .ACC value during the PLC power down time, so that solution is not the answer.

Therefore, what you need to do is build a rung that captures the event "PLC Power Failure occurred when RTO timer is Done".

HINT: Here are the pieces you need:
  • A seperate address (B3/0 ?) for that event.
  • The Latch (OTL) and Unlatch (OTU) instructions, which, like the RTO retain their status through a PLC power failure.
  • The PLC "First Scan" address: S:1/15 This bit is active only for the very first scan of the PLC. Alternatively, you could build your own:

B3/4 B3/3 = Active only on first scan of logic
---|/|---+-----( )
|
| B3/4
+-----( )


Batteries not included. Some assembly required.



When using the [LADDER] tags, you only need to have one [LADDER] at the very begining and one [/LADDER] at the very end of you ASCII drawing. When you do this, you can use the space bar rather than dashes to position your text, and it will post just as you wrote it in the Message Edit window. Use the Practice Posting Here area to get the hang of it if you want.
 
Last edited:

Similar Topics

Hello guys, I am currently looking through some examples of how timers work, but this ladder logic diagram gets me really confused. Once I:1/0 is...
Replies
2
Views
1,865
Can you give me a suggestion for using a retentive on-delay timer within a function block that will have multiple instances? I have found two...
Replies
12
Views
6,309
Hello Again, I am in need of some guidance again. I am kind of stuck.I can not seem to come up with a solution yet.It is a class assignment.It...
Replies
11
Views
3,187
It seems to be a very straightforward question but I need a help.For S7 200 Micro PLCs there is a Retentive On-Delay timer(TONR) that satisfies...
Replies
18
Views
14,221
Back
Top Bottom