Mitsubishi Electronics FX3GC User Manual

Page of 964
659
FX
3S
/FX
3G
/FX
3GC
/FX
3U
/FX
3UC
 Series
Programming Manual - Basic & Applied Instruction Edition
28 Data Comparison – FNC220 to FNC249
28.3 FNC240~246 – OR=, >, <, < >, <=, >= / Data Comparison
21
FNC160
-F
NC1
69
R
eal
 T
ime C
lock
 
C
ontrol
22
FNC17
0-F
NC
179
E
xternal D
evice
23
FNC
180
Alternate 
Instructions
24
FN
C181-
FNC18
9
O
thers
25
FNC190
-F
NC1
99
Bl
oc
k D
ata
 
Op
er
ation
26
FNC20
0-F
NC209
C
har
ac
te
r S
trin
Con
tro
l
27
FNC2
10-
FNC21
9
Dat
Operati
on 3
28
FNC220
-F
NC2
49
Da
ta 
C
omp
ari
son
29
FNC25
0-F
N
C
269
D
ata T
abl
Operation
30
FNC2
70-
FNC276
Ex
-Dev
ice
Explanation of function and operation
FNC240 to 246 are data comparison instructions connected to other contacts in parallel.
The contents of 
 are compared with the contents of 
 in binary format, and a contact becomes conductive
(ON) or non-conductive (OFF) depending on the comparison result.
Cautions
1. Negative value
When the most significant bit is "1" in the data stored in 
 or 
, it is regarded as a negative value in
comparison.
• In the 16-bit operation: bit 15
• In the 32-bit operation: bit 31
2. When using 32-bit counters (including 32-bit high-speed counters)
Make sure to execute the 32-bit operation (such as "ORD=", "ORD>" and "ORD<") when comparing 32-bit counters
(C200 to C255).
If a 32-bit counter is specified in the 16-bit operation (such as "OR=", "OR>" and "OR<"), a program error or operation
error will occur.
3. Programming of data comparison instructions
When programming in GX Works2 and GX Developer, symbols "
≤" and "≥" cannot be input.
Separate "
≤" into "<" and "=", and separate "≥" into ">" and "=".
<Input example for 16-bit operation>
<Input example for 32-bit operation>
Program example
FNC No.
16-bit instruction
32-bit instruction
ON condition
OFF condition
240
OR=
ORD=
=
 
 
241
OR>
ORD>
>
 <=
 
242
OR<
ORD<
<
 >=
 
244
OR<>
ORD<>
 
=
 
245
OR<=
ORD<=
<=
 >
 
246
OR>=
ORD>=
>=
 <
 
  
S
1
  
S
2
  
S
1
  
S
2
  
S
1
  
S
2
  
S
1
  
S
2
  
S
1
  
S
2
  
S
1
  
S
2
  
S
1
  
S
2
  
S
1
  
S
2
  
S
1
  
S
2
  
S
1
  
S
2
  
S
1
  
S
2
  
S
1
  
S
2
  
S
1
  
S
2
  
S
1
  
S
2
Y000
X001
K100000
FNC246
ORD>=
D100
M60
M30
X002
C10
FNC240
OR=
K200
S
S
When X001 turns ON or when the current value of the
counter C10 is "200", Y000 is driven.
When X002 and M30 turn ON or when the contents of the
data registers D101 and D100 are more than "K100,000"
M60 is driven.