8 Applied Instructions (Move and Compare)
8.2 ZCP / Zone Compare
138
FXCPU Structured Programming Manual
[Basic & Applied Instruction]
Cautions
1) Some restrictions to applicable devices
S1:The FX
3U and FX3UC PLCs only are applicable. Not indexed (V,Z).
S2:The FX
3G, FX3GC, FX3U and FX3UC PLCs only are applicable.
S3:The FX
3U and FX3UC PLCs only are applicable.
2) Instructions of pulse operation type are not provided in the FX
0, FX0S or FX0N PLC.
To execute pulse operation, make the instruction execution condition pulse type.
3) From the device specified as , three devices are occupied.
Be sure not to use those devices in another control.
4) The lower comparison value specified by should be smaller than the upper comparison value
specified by .
• When the lower comparison value is smaller than the upper comparison value
• When the lower comparison value is larger than the upper comparison value
Turns ON in the case of "K100
> CN30 (current value)".
Turns ON in the case of "K100
CN30 (current value) K120"
Turns ON in the case of "K120
< CN30 (current value)".
ZCP
EN
s1
s2
ENO
d
s3
X000
K100
K120
M3
M3
M4
M5
CN30
X000
99
100
119
120
121
CN30
M3
M4
M5
…
X000
99
100
119
120
121
CN30
M3
M4
M5
It is handled as K120 .
Turns ON in the case of "K120
> CN30 (current value)".
Turns ON in the case of "K120
= CN30 (current value)".
Turns ON in the case of "K120
< CN30 (current value)".
ZCP
EN
s1
s2
ENO
d
s3
X000
K120
K100
M3
M3
M4
M5
CN30
…
s1