6 BASIC INSTRUCTIONS
6.2 Arithmetic Operation Instructions
213
6
Incrementing 32-bit binary data
DINC(P)(_U)
These instructions add +1 to the device (32-bit binary data) specified by (d).
■Descriptions, ranges, and data types
■Applicable devices
• These instructions add +1 to the contents of device (32-bit binary data) specified by (d).
• If DINC(P) instruction is executed when contents of device specified by (d) is 2147483647, -2147483648 is stored in the
device specified by (d). (If signed is specified)
• If DINC(P)_U instruction is executed when contents of device specified by (d) is 4294967295, 0 is stored in the device
specified by (d). (If unsigned is specified)
• Flags (zero, carry and borrow) are not activated at this time.
Note that data is incremented in every operation cycle in a continuous operation type instruction.
There is no operation error.
Ladder diagram Structured text
ENO:=DINC(EN,d);
ENO:=DINCP(EN,d);
ENO:=DINC_U(EN,d);
ENO:=DINCP_U(EN,d);
Operand Description Range Data type Data type (label)
(d) DINC(P) Head device to be incremented by +1 -2147483648 to +2147483647 32-bit signed binary ANY32_S
DINC(P)_U 0 to 4294967295 32-bit unsigned binary ANY32_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 $
(d)
73500 (BIN) 73501 (BIN)
+1
b0
(d)
··· ···
(d)+1
(d)
(d)+1
b31 b16 b15
b0
··· ···
b31 b16 b15