PLC Programming Timers Counters - RTO | Retentive Timer ON Instruction RSLogix Studio 5000
Visit https://SolisPLC.com for more Tutorials, Information & connect with the Community
The RTO, also know as Retentive Timer, an instruction is used to keep track of time just like the TON Instruction. However, there is a key difference between the two. The TON instruction will automatically reset the accumulated time upon a transition from HIGH to LOW. The RTO will simply “pause” the accumulated value during this transition. In other words, the timer will retain the value it currently has until it is energized again or forced to reset. Due to this capability, it’s an excellent tool for a process which may be interrupted but needs to keep track of a continuous event. For example, you can easily create a timer which would allow a certain valve to only open for a certain duration even though it is stopped in between.
The RTO is not a frequently utilized instruction but may come in handy in certain instances. Keep in mind that most programmers would achieve the same effect through the use of a TON or TOF instruction paired with a way to store the value such as a MOV Instruction.
Find us on social media:
Web: http://solisplc.com/
Forum: https://solisplc.com/forum/
LinkedIn: / solisplc
Facebook: / solisplc
Instagram: / solisplc
Twitter: / solis_plc
Relevant Search Terms
plc timers, plc timers and counters, plc timer programming, plc timer programming examples, plc retentive time, RTO PLC Instruction, RTO Timer, RTO programming, RTO example, RTO instruction tutorial