DL06 Micro PLC User Manual, 3rd Edition, Rev. E
5-248
Chapter 5: Standard RLL Instructions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
A
B
C
D
Once the Off Delay Time has expired, the output will turn Off. If the power flow to the IBox
comes back on BEFORE the Off Delay Time, then the timer is RESET and the Output will
remain On - so you must continuously have NO power flow to the IBox for AT LEAST the
specified Off Delay Time before the Output will turn Off.
This IBox utilizes a Timer resource (TMRF), which cannot be used anywhere else in your
program.
OFFDTMR Parameters
• Timer Number: specifies the Timer(TMRF) number which is used by the OFFDTMR instruction
• Off Delay Time (0.01sec): specifies how long the Output will remain on once power flow to the Ibox
is removed
• Output: specifies the output that will be delayed “turning off” by the Off Delay Time.
Parameter
DL06 Range
Timer Number
T
T0-377
Off 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
Off Delay Timer (OFFDTMR) (IB-302)
Off Delay Timer will delay the “turning off”
of the Output parameter by the specified Off
Delay Time (in hundredths of a second) based
on the power flow into the IBox. Once the
IBox receives power, the Output bit will
turn on immediately. When the power flow
to the IBox turns off, the Output bit WILL
REMAIN ON for the specified amount of
time (in hundredths of a second).