202
6 BASIC INSTRUCTIONS
6.2 Arithmetic Operation Instructions
Adding 16-bit binary block data
BK+(P)(_U)
These instructions add (n) point(s) of 16-bit binary data from the device specified by (s1) and the (n) point(s) of 16-bit binary
data from the device specified by (s2), and store the results in the device specified by (d).
■Descriptions, ranges, and data types
■Applicable devices
Ladder diagram Structured text
Not supported
Operand Description Range Data type Data type (label)
(s1) BK+(P) Head device where the data to which another
data is added is stored
-32768 to +32767 16-bit signed binary ANY16
BK+(P)_U 0 to 65535 16-bit unsigned binary ANY16_U
(s2) BK+(P) Addend data or the head device where the
data that is added to another is stored
-32768 to +32767 16-bit signed binary ANY16
BK+(P)_U 0 to 65535 16-bit unsigned binary ANY16_U
(d) BK+(P) Head device for storing the operation result 16-bit signed binary ANY16
BK+(P)_U 16-bit unsigned binary ANY16_U
(n) Number of addition data 0 to 65535 16-bit unsigned binary ANY16_U
Operand Bit Word Double word Indirect
specification
Constant Others
X, Y, M, L,
SM, F, B, SB
U\G T, ST,
C, LC
T, ST, C, D,
W, SD, SW, R
U\G Z LC LZ K, H E $
(s1)
(s2)
(d)
(n)