Mitsubishi FX3G Series Programming Manual page 230

Programmable controllers
Hide thumbs Also See for FX3G Series:
Table of Contents

Advertisement

FX
/FX
/FX
/FX
3G
3U
3GC
3UC
Programming Manual - Basic & Applied Instruction Edition
Program example
M8000
Interrupt
The rising edge of X000 is detected.
pointer
I001
Interrupt
Interrupt every 20 ms
pointer
I620
Interrupt
High-speed counter
pointer
I010
228
Series
FNC 04
EI
C255
Main program
FNC 06
FEND
Input interrupt
routine
FNC 03
IRET
Timer interrupt
routine
FNC 03
IRET
High-speed counter
routine
FNC 03
IRET
‚"
8 Program Flow – FNC 00 to FNC 09
8.4 FNC 03 – IRET / Interrupt Return
Interrupts are usually disabled in PLCs.
Use EI instruction to enable interrupts.
When X000 turns ON while the main program is executed,
instructions after the interrupt routine pointer I001 are
executed, and the program execution returns to the original
main program by IRET instruction.
The timer interrupt of the pointer I620 is executed every timer
time of 20 ms, and the program execution is returned to the
original main program by IRET instruction each time.
The high-speed counter interrupt of the pointer I010 is
executed when the current value of a high-speed counter
becomes equivalent to a value specified by DHSCS (FNC 53)
instruction.
The program execution returns to the original main program by
IRET instruction.
Make sure to program an interrupt pointer (I***) as a label after
FEND instruction.

Advertisement

Table of Contents
loading

This manual is also suitable for:

Fx3u seriesFx3gc seriesFx3uc series

Table of Contents