Rockwell Automation AutoMax Enhanced Ladder Language Reference Manual User Manual
Page 45

3Ć5
3.1.2
Output Parameters for the RTO Instruction
This table lists the outputs for the RTO instruction and the variable type and data
type/range that each output supports.
Parameter
Description
Variable Type
Data Type/Range
ENO
Use this bit as the input to another instruction for easily
chaining multiple instructions. This output follows the
state of EN.
Connect a contact, coil, or Boolean input to
another instruction.
Q
This output is true when the value in Elapsed equals the
value in TPreset.
Q is false when R is true.
Connect a Boolean input or a coil.
T
This output is true when all of the following conditions are
met:
D the instruction is enabled
D the value in Elapsed is less than the value in TPreset
D TR is false
T is false when the instruction is disabled or the value in
Elapsed equals the value in TPreset.
Connect a Boolean input or a coil.
Elapsed
This value is specified in increments of 0.01 seconds. This
value is incremented when EN is true and until its value
equals that of TPreset. The value in Elapsed is reset only
when TR is true.
The value in Elapsed is stored in the element
name.Elapsed and will not exceed the TPreset value when
the instruction is enabled.
constant
double integer
(0 to 2147483647)
0 to 248.5 days in
0.01s intervals