Mitsubishi Electronics QnUCPU Home Theater Server User Manual


 
CHAPTER2 SEQUENCE PROGRAMS
1
2
3
4
5
6
7
8
2.2 Sequence Program Configuration
2.2.3 Interrupt program
2 - 9
(3) Operation when an interrupt factor occurs
There are restrictions on interrupt programs depending on the interrupt factor occurrence timing.
(a) When an interrupt factor occurs before the interrupt program execution status is enabled
The CPU module stores the interrupt factor occurred.
As soon as the interrupt program execution status is enabled, the CPU module executes the
interrupt program corresponding to the stored interrupt factor.
When the same interrupt factor occurs more than one time before the interrupt program execution
status is enabled, the interrupt factors of I0 to I15, I28 to I31, I45, I50 to I255, and fixed scan
execution type programs are stored only once.
Note that all interrupt factors occurred are discarded if they are masked by the IMASK instruction.
Remark
For details of the IMASK instruction, refer to the following.
QCPU Programming Manual (Common Instructions)
(b) When an interrupt factor occurs in the STOP or PAUSE status
The CPU module executes the interrupt program as soon as the interrupt program execution status is enabled
after the CPU module status is changed to RUN.
Figure 2.11 When an interrupt factor occurs before interrupts are enabled
Figure 2.12 When an interrupt factor occurs in the STOP or PAUSE status
Main routine
program
Interrupt
program
Interrupt factor
occurrence
Not executed because
the interrupt program
execution status is
disabled (DI).
Executed as soon as
the interrupt program
execution status
changes to enabled.
Interrupt
enabled (EI)
Execution
Main routine
program
Interrupt
program
Interrupt factor
occurrence
STOP/PAUSE
RUN
Not executed because
the CPU module is in
the STOP status.
Executed as soon as the interrupt
program execution status changes
to enabled after the CPU module
status is changed from
STOP/PAUSE to RUN.
Interrupt
enabled (EI)
Execution