
B–61863E/15
11. INTERRUPT–TYPE
PMC FUNCTION
PMC SEQUENCE PROGRAM
405
This function uses a conventional first–level sequence section as an
interrupt program.
Only one interrupt program is supported. More than one interrupt input
condition (up to 8 points from bit 0 to bit 7 of X1003) can be specified
as the conditions for executing the interrupt program. In this case, if any
one condition is satisfied, the interrupt program is executed. To define a
different process in the interrupt program for each interrupt input signal,
create the interrupt program by referencing Section 11.4, “Sequence
Program Examples.”
END1(SUB1)
SP(SUB71)
END2(SUB2)
SPE(SUB72)
END(SUB64)
END1(SUB1)
SP(SUB71)
END2(SUB2)
SPE(SUB72)
END(SUB64)
[Conventionally] [With interrupt used]
First–level
sequence section
Run at 8–ms intervals
Second–level
sequence section
Run at 8 x n–ms intervals
(non–split method)
Run at 8 x n–ms intervals
(non–split method)
Subprogram
Second–level
sequence section
Subprogram
Interrupt program
Run on interrupt input
Fig. 11.3.1 Sequence program configuration
11.3
INTERRUPT
PROCESSING
11.3.1
Interrupt Program