Chapter3
Chapter3
Use the XIC instruction in your ladder logic to determine if a bit is ON.
0 = False
1 = True
Devices
Start push buttons
Selectors
Limit switch
Proximity switch
Light
Internal bit
Devices
Stop push buttons
motor overload
Limit switch
Proximity switch
Internal bit
Devices
Light
Motor run signal
Internal bits
Symbol
Definition:
Turns a bit on when the rung is executed, and this bit retains its state when the rung is
not executed or a power cycle power occurs.
OTL is a retentive output instruction. OTL can only turn on a bit. This instruction is
usually used with OUT, both OTL and OTU addressing the same bit.
Ladder logic can examine a bit controlled by OTL as often as necessary.
When you assign an address to the OTL instruction that corresponds to the address of a
physical output, the output device wired to the screw terminal is energized when the bit
is set. When rung conditions become false, the bit remains set and the corresponding
output device remains energized.
Definition:
Turns a bit off when the rung is executed, and this bit retains its state when the
rung is not executed or when power cycle occurs.
OTU is a retentive output instruction. OTU can only turn off a bit. This instruction
is usually used with OTL, with both OTL and OTU addressing the same bit.
Ladder logic can examine a bit controlled by OTU as often as necessary.
When you assign an address to the OTU instruction that corresponds to the
address of a physical output, the output device wired to the screw terminal is de-
energized when the bit is cleared.
The unlatch instruction tells the controller to turn off the addressed bit.
Thereafter, the bit remains off, regardless of the rung condition, until it is turned
on.
Definition:
Triggers a one-time event.
The OSR instruction is a retentive input instruction that triggers an event to
occur only one time. Use the OSR instruction when an event must start based
on change of state of the rung from false to true.
When the input instruction goes from false to true, the OSR instruction
conditions the rung so that the output goes true for one scan. The output goes
false and remains false for successive scans until the input makes another false
to true transition.
Bit Patterns
The Sealed in Coil pattern
The State Coil pattern
The Start/Stop Circuit pattern
The Set/Reset pattern