Automationdirect.com DL06 User Manual page 201

Micro programmable logic controller
Hide thumbs Also See for DL06:
Table of Contents

Advertisement

Chapter 5: Standard RLL Instructions
Timer (TMR) and Timer Fast (TMRF)
The Timer instruction is a 0.1 second single input timer
DS
Used
1
that times to a maximum of 999.9 seconds. The Timer Fast
HPP
Used
instruction is a 0.01 second single input timer that times up
to a maximum of 99.99 seconds. These timers will be enabled
2
if the input logic is true (on) and will be reset to 0 if the input
logic is false (off). Both timers use single word BCD values for
3
the preset and current value. The decimal place is implied.
Instruction Specifications
4
Timer Reference (Taaa): Specifies the timer number.
Preset Value (Bbbb): Constant value (K) or a V-memory
5
location specified in BCD.
Current Value: Timer current values, in BCD format,
6
are accessed by referencing the associated V or T memory
location*. For example, the timer current value for T3
physically resides in V-memory location V3.
7
Discrete Status Bit: The discrete status bit is referenced by the associated T memory location.
Operating as a "timer done bit", it will be on if the current value is equal to or greater than
8
the preset value. For example, the discrete status bit for Timer 2 is T2.
9
NOTE: A V-memory preset is required only if the ladder program or an Operator Interface unit must
change the preset.
10
11
Timers
12
V-memory for preset values
13
Pointers (preset only)
14
Constants (preset only)
Timer discrete status bits
A
Timer current values
B
NOTE: *May be non-volatile if MOV instruction is used.
** With the HPP, both the Timer discrete status bits and current value are accessed with the same
data reference. DirectSOFT uses separate references, such as "T2" for discrete status bit for Timer
C
T2, and "TA2" for the current value of Timer T2.
You can perform functions when the timer reaches the specified preset using the discrete status
D
bit. Or, use comparative contacts to perform functions at different time intervals, based on one
timer. The examples on the following page show these two methods of programming timers.
5-40
DL06 Micro PLC User Manual, 3rd Edition, Rev. E
Operand Data Type
A/B
T/V
V /T**
DL06 Range
aaa
T
0–777
V
––
P
––
K
––
0–377 or V41100–41117
TMR
T
aaa
B bbb
Preset
Timer #
TMRF
T aaa
B bbb
Preset
Timer #
bbb
––
400-677
1200–7377
7400–7577
10000-17777
400-677
1200–7377
7400–7577*
10000-17777
0–9999
0–377

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the DL06 and is the answer not in the manual?

Subscribe to Our Youtube Channel

Table of Contents

Save PDF