206
6 BASIC INSTRUCTIONS
6.2 Arithmetic Operation Instructions
Adding 32-bit binary block data
DBK+(P)(_U)
These instructions add (n) point(s) of 32-bit binary data from the device specified by (s1) and the (n) point(s) of 32-bit binary
data from the device specified by (s2), and store the results of addition 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) DBK+(P) Head device where the data to which another
is added is stored
-2147483648 to +2147483647 32-bit signed binary ANY32
DBK+(P)_U 0 to 4294967295 32-bit unsigned binary ANY32_U
(s2) DBK+(P) Addend data or the head device where the
data that is added to another is stored
-2147483648 to +2147483647 32-bit signed binary ANY32
DBK+(P)_U 0 to 4294967295 32-bit unsigned binary ANY32_U
(d) DBK+(P) Head device for storing the operation result 32-bit signed binary ANY32
DBK+(P)_U 32-bit unsigned binary ANY32_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)