DL205 User Manual, 4th Edition, Rev. D
5-188
Chapter 5: Standard RLL Instructions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
A
B
C
D
Interrupt Return (IRT)
When an Interrupt Return is executed in the interrupt routine, the
CPU will return to the point in the main body of the program from
which it was called. The Interrupt Return is programmed as the last
instruction in an interrupt routine and is a stand alone instruction (no
input contact on the rung).
Interrupt Return Conditional (IRTC)
The Interrupt Return Conditional instruction is a optional instruction
used with an input contact to implement a conditional return from the
interrupt routine. The Interrupt Return is required to terminate the
interrupt routine.
Enable Interrupts (ENI)
The Enable Interrupt instruction is programmed in the main body of
the application program (before the End instruction) to enable hardware
or software interrupts. Once the coil has been energized, interrupts will
be enabled until they are disabled by the Disable Interrupt instruction.
Disable Interrupts (DISI)
The Disable Interrupt instruction is programmed in the main body of
the application program (before the End instruction) to disable both
hardware or software interrupts. Once the coil has been energized,
interrupts will be disabled until they are enabled by the Enable Interrupt
instruction.
IRT
IRTC




230
240
250-1
260
ENI
DISI