Chapter 4. Ladder Diagram (LD) Programming
118 PACSystems* RX7i, RX3i and RSTi-EP CPU Programmer's Reference Manual GFK-2950C
4.5.9 Suspend or Resume I/O Interrupt
Suspend or resume an I/O interrupt when using I/O variables.
If not using I/O variables, use SVC_REQ 32.
The function executes successfully and passes power to the right unless:
The I/O module associated with the interrupt trigger specified in IN1 is not supported.
The reference address specified does not correspond to a valid interrupt trigger reference.
The specified channel does not have its interrupt enabled in the configuration.
Operands
Selects a suspend or resume
operation.
1 (ON)=suspend
0 (OFF)=resume
BOOL variable or bit
reference in a non-BOOL
variable
data flow, I, Q, M, T, G, S,
SA, SB, SC, R, P, L, discrete
symbolic, I/O variable
The interrupt trigger to be
suspended or resumed.
I, Q, M, T, G, R, P, L, AI, AQ,
W, I/O variable
Example
In the following example, the variable Mod_Int is mapped to an I/O point on a hardware module and
is configured as an I/O interrupt to a program block. When the BOOL variable SuspOn_Off is set to
ON and A1 is set to ON, interrupts from Mod_Int are suspended until SuspOn_Off is reset.