230
6 BASIC INSTRUCTIONS
6.1 Comparison Operation Instructions
Comparing 16-bit binary block data
BKCMP
(P)(_U)
These instructions compare the two sets of 16-bit binary block data specified.
*1 The engineering tool with version "1.035M" or later supports the ST.
*2 EQ indicates =, NE indicates <>, GT indicates >, LE indicates <=, LT indicates <, and GE indicates >=.
■
Execution condition
Setting data
■
Description, range, data type
*1 When specifying setting data by using a label, define an array to secure enough operation area and specify an element of the array
label.
Ladder
ST
(
is replaced by any of the following: BKCMP=(P)(_U), BKCMP<>(P)(_U),
BKCMP>(P)(_U), BKCMP<=(P)(_U), BKCMP<(P)(_U), BKCMP>=(P)(_U).)
ENO:=BKCMP_
(EN,s1,s2,n,d);
ENO:=BKCMP_
P(EN,s1,s2,n,d);
ENO:=BKCMP_
_U(EN,s1,s2,n,d);
ENO:=BKCMP_
P_U(EN,s1,s2,n,d)
;
(
is replaced by any of the following: EQ, NE, GT, LE, LT, GE.)
FBD/LD
(
is to be replaced by combination of any of the following: BKCMP_ and EQ(P)(_U), NE(P)(_U), GT(P)(_U), LE(P)(_U), LT(P)(_U), GE(P)(_U).)
Instruction
Execution condition
BKCMP
(_U)
BKCMP
P(_U)
Operand
Description
Range
Data type
Data type (label)
(s1)
BKCMP
(P)
Comparison data or the start device where the
comparison data is stored
-32768 to 32767
16-bit signed binary
ANY16_S
BKCMP
(P)_U
0 to 65535
16-bit unsigned binary
ANY16_U
(s2)
BKCMP
(P)
Start device where the comparison data is
stored
16-bit signed binary
ANY16_S
BKCMP
(P)_U
16-bit unsigned binary
ANY16_U
(d)
Start device for storing the comparison
operation result
Bit
ANY_BOOL
(n)
Number of data points to be compared
0 to 65535
16-bit unsigned binary
ANY16
EN
Execution condition
Bit
BOOL
ENO
Execution result
Bit
BOOL
RnCPU RnENCPU
RnSFCPU RnSFCPU
RnPCPU
RnPCPU
(Standard)
(Safety)
(Redundant)
(Process)
(s1)
(s2)
(d)
(n)
EN
ENO
d
s1
s2
n
Summary of Contents for MELSEC iQ-R Series
Page 1: ...MELSEC iQ R Programming Manual Instructions Standard Functions Function Blocks ...
Page 2: ......
Page 24: ...22 INDEX 2092 INSTRUCTION INDEX 2093 REVISIONS 2104 WARRANTY 2105 TRADEMARKS 2106 ...
Page 34: ...32 MEMO ...
Page 35: ...33 PART 1 PART 1 OVERVIEW This part consists of the following chapter 1 OVERVIEW ...
Page 68: ...66 1 OVERVIEW 1 5 Precautions on Programming MEMO ...
Page 1448: ...1446 14 REDUNDANT SYSTEM INSTRUCTIONS 14 2 Disabling Enabling System Switching MEMO ...
Page 1972: ...1970 33 TIME DATA TYPE FUNCTIONS 33 4 Division MEMO ...
Page 2067: ...APPX Appendix 5 PID Control Program Examples 2065 A 252 Set PID control data for loop 2 ...
Page 2109: ......