7 APPLICATION INSTRUCTION
7.17 Data operation instruction
569
7
Adding 32-bit data
DWSUM(P)(_U)
These instructions add the (n) point(s) of 32-bit binary data in the device starting from the one specified by (s), and store the
result in the device specified by (d).
■Descriptions, ranges, and data types
■Applicable devices
• These instructions add the (n) point(s) of 32-bit binary data in the device starting from the one specified by (s), and store the
result in the device specified by (d).
In the 32-bit operation, the acquired sum is 64-bit data. The FX5 series CPU module cannot handle 64-bit data. When the sum
is within the numeric range of 32-bit data (K-2147483648 to K2147483647), however, the FX5 series CPU module can handle
the low-order 32 bits of 32-bit data as the sum while ignoring the high-order 32 bits.
Ladder diagram Structured text Structured text
ENO:=DWSUM(EN,s,n,d);
ENO:=DWSUMP(EN,s,n,d);
ENO:=DWSUM_U(EN,s,n,d);
ENO:=DWSUMP_U(EN,s,n,d);
Operand Description Range Data type Data type (label)
(s) DWSUM(P) Head device number where the addition target data are
stored
32-bit signed binary ANY32
DWSUM(P)_U 32-bit unsigned binary
(d) DWSUM(P) Head device number storing sum 64-bit signed binary Array of any 32-bit data
(0..1)
DWSUM(P)_U 64-bit unsigned binary
(n) Number of data 16-bit unsigned binary ANY16
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 $
(s)
(d)
(n)
Error code
(SD0/SD8067)
Description
2820 The device range specified by (d) exceeds the corresponding device range.
The (n) point(s) of data in the device starting from (s) exceed the corresponding device range.
3405 The data stored in a device specified by (n) is 0.
(s)+1, (s)
(s)+3, (s)+2
(s)+9, (s)+8
(s)+5, (s)+4
(s)+7, (s)+6
32767000 (BIN)
6000 (BIN)
35392000 (BIN)
-11870000 (BIN)
12345000 (BIN)
68640000 (BIN)
(n)
(d)+3 to (d)