346
Interrupt Functions Section 6-1
MSKS(690) Operands
Note *Input interrupts 4 and 5 are not supported by the CPU Units with 10 or 14 I/O
Points.
**Input interrupts 2 and 3 are not supported by the CPU Units with 10 I/O
Points.
Writing the Interrupt 
Task’s Program
Create programs for interrupt tasks 140 to 145, which are executed by the cor-
responding input interrupt. Always put an END(001) instruction at the last
address of the program.
Input Interrupt 
Settings and 
Operation
This example shows how to execute interrupt task 140 when input CIO 0.04
goes ON.
Settings
1,2,3...
1. Connect an input device to input 0.04.
2. Use the CX-Programmer to set input 0 as an input interrupt in the PLC Set-
up.
3. Use the CX-Programmer to create the program to use for interrupt pro-
cessing and allocate the program to interrupt task 140.
4. Use the CX-Programmer to write MSKS(690) in the program.
Input interrupt 
number
Interrupt    
task  
number
1. Up-differentiation or 
Down-differentiation
2. Enabling/Disabling 
the input interrupt
NSNS
Input 
interrupt 
number
Execution 
condition
Input 
interrupt 
number
Enable/
Disable
Input interrupt 0 140 110 (or 10) #0: Up-dif-
ferentiated
#1: Down-
differenti-
ated
100 (or 6) #0: Enable 
interrupt
#1: Disable 
interrupt
Input interrupt 1 141 111 (or 11) 101 (or 7)
Input interrupt 2** 142 112 (or 12) 102 (or 8)
Input interrupt 3** 143 113 (or 13) 103 (or 9)
Input interrupt 4* 144 114 104
Input interrupt 5* 145 115 105
MSKS(690)
 
110 
#0  
 
MSKS(690) 
100 
#0  
W0.00
(Execution condition)
1. Specifies input interrupt 0.
2. Specifies up-differentiated input interrupt.
3. Specifies input interrupt 0.
4. Enables the input interrupt.