Allen-Bradley Logix5000 Reference Manual page 130

1756 controllogix, 1768 compactlogix, 1769 compactlogix, 1789 softlogix, 1794 flexlogix, powerflex 700s with drivelogix
Hide thumbs Also See for Logix5000:
Table of Contents

Advertisement

Chapter 3
Timer and Counter Instructions (TON, TOF, RTO, TONR, TOFR, RTOR, CTU, CTD, CTUD, RES)
Description:
Timer Accumulated Value (ACC)
IMPORTANT
130
The TONR instruction accumulates time until the following occurs:
· TONR instruction is disabled
· ACC ≥ PRE
The time base is always 1 ms. For example, for a two-second timer, enter 2000 for
the PRE value.
TimerEnable
Enable Bit (EN)
Timer Timing Bit (TT)
Timer Done Bit (DN)
Preset
0
Set the Reset input parameter to reset the instruction. If TimerEnable is set when
Reset is set, the TONR instruction begins timing again when Reset is cleared.
A timer runs by subtracting the time of its last scan from the time now:
ACC = ACC + (current_time - last_time_scanned)
After it updates the ACC, the timer sets last_time_scanned = current_time. This
gets the timer ready for the next scan.
Make sure to scan the timer at least every 69 minutes while it runs. Otherwise, the ACC
value won't be correct.
The last_time_scanned value has a range of up to 69 minutes. The timer's calculation rolls
over if you don't scan the timer within 69 minutes. The ACC value won't be correct if this
happens.
While a timer runs, scan it within 69 minutes if you put it in the following:
· A subroutine
· A section of code that is between JMP and LBL instructions
· A sequential function chart (SFC)
· An event or periodic task
· A state routine of a phase
Rockwell Automation Publication 1756-RM003N-EN-P - October 2011
Timer did not reach PRE value
ON
Delay
16649

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents