7 Applied Instructions (Program Flow)
7.6 EI / Enable Interrupt
122
FXCPU Structured Programming Manual
[Basic & Applied Instruction]
Cautions
1) Refer to the following items for the cautions on the interrupt program.
→ Refer to Section 7.4.
2) Use the EI instruction as follows when the FX
U, FX2C, FX2N, FX2NC, FX3U and FX3UC PLCs use the pulse
catch function. The IE instruction does not need to be programmed when the FX
0S, FX0, FX0N, FX1S,
FX
1N, FX1NC, FX3S, FX3G or FX3GC PLC uses the pulse catch function.
For the details of special auxiliary relays and other devices used with the pulse catch function, refer to the
following manual.
→ FX Structured Programming Manual [Device & Common]
When using the FX
3U PLC
*1. A special auxiliary relay for the X000 pulse catch function used in the FX
1S, FX1N, FX1NC, FXU, FX2C,
FX
2N, FX2NC, FX3S, FX3G, FX3GC, FX3U and FX3UC PLCs. The special auxiliary relay depends on the
PLC used and input number. For the pulse catch function, refer to Chapter 35.
[Structured ladder/FBD]
Y000
EI
EN ENO
M8170
*1
X002
[ ST ]
EI(TRUE)
Y000:=M8170;
*1
RST(X002, M8170);
*1
RST
EN ENO
d
M8170
With the rising edge of X000 detected,
M8170 is reset by interrupt.
Resets pulse catch results.