DL06 Micro PLC User Manual, 3rd Edition, Rev. E
5-250
Chapter 5: Standard RLL Instructions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
A
B
C
D
On Delay Timer (ONDTMR) (IB-301)
This IBox utilizes a Timer resource (TMRF), which cannot be used anywhere else in your
program.
ONDTMR Parameters
• Timer Number: specifies the Timer(TMRF) number which is used by the ONDTMR instruction
• On Delay Time (0.01sec): specifies how long the Output will remain off once power flow to the Ibox
is applied.
• Output: specifies the output that will be delayed “turning on” by the On Delay Time.
Parameter
DL06 Range
Timer Number
T
T0-377
On Delay Time
K,V
K0-9999; See DL06 V-memory map - Data Words
Output
X, Y, C, GX,GY, B
See DL06 V-memory map
DS
Used
HPP
N/A
On Delay Timer will delay the “turning on”
of the Output parameter by the specified
amount of time (in hundredths of a second)
based on the power flow into the IBox. Once
the IBox loses power, the Output is turned
off immediately. If the power flow turns off
BEFORE the On Delay Time, then the timer
is RESET and the Output is never turned
on, so you must have continuous power
flow to the IBox for at least the specified On
Delay Time before the Output turns On.