56
Series
Sign
Address
XD, XL
P
P0~P9999
Model
Name
Range
External interruption
Timer interruption
Input
terminal
Rising
interruption
Falling interruption
XD1-16
XD2-16
XD3-16
XD5-16
XL1-16
XL3-16
I
X2
I0000
I0001
There are 20 timer
interruptions. From
I40** to I59**. “**”
means the time of timer
interruption, the unit is
ms.
X3
I0100
I0101
X4
I0200
I0201
X5
I0300
I0301
X6
I0400
I0401
X7
I0500
I0501
Model
Name
Range
External interruption
Timer interruption
Input
terminal
Rising
interruption
Falling
interruption
XD1-32
XD2-24/32/48/60
XD3-24/32/48/60
XD5-24/32/48/60
XDM
XDC
XD5E
XDME
XL5
XL5E
XLME
I
X2
I0000
I0001
There are 20 timer
interruptions. From
I40** to I59**. “**”
means the timeof timer
interruption, the unit is
ms.
X3
I0100
I0101
X4
I0200
I0201
X5
I0300
I0301
X6
I0400
I0401
X7
I0500
I0501
X10
I0600
I0601
X11
I0700
I0701
X12
I0800
I0801
X13
I0900
I0901
P is usually used in flow; it is used together with CJ (condition jump), CALL (call
subprogram), etc.
Condition Jump CJ
DMOV K1000 D0
DMOV K20000 D2
DPLSY D0 D2 Y0
M0
RST M0
1000
20000
1000 20000 OFF
M8170
M8002
If coil X0 is ON, jump to the program
after P1;
If the coil X0 is not ON, do not execute
jump action, but run the original
program;
Sign P