
214
6 BASIC INSTRUCTIONS
6.2 Arithmetic Operation Instructions
Decrementing 32-bit binary data
DDEC(P)(_U)
These instructions subtract 1 from the device (32-bit binary data) specified by (d).
Setting data
■
Descriptions, ranges, and data types
■
Applicable devices
Processing details
• These instructions decrement contents of device (32-bit binary data) specified by (d) by 1.
• If DDEC(P) instruction is executed when contents of device specified by (d) is 0, -1 is stored in the device specified by (d).
(If signed is specified)
• If DDEC(P)_U instruction is executed when contents of device specified by (d) is 0, 4294967295 is stored in the device
specified by (d). (If unsigned is specified)
• Flags (zero, carry and borrow) are not activated at this time.
Precautions
Note that data is decremented in every operation cycle in a continuous operation type (DDEC) instruction.
Operation error
There is no operation error.
Ladder diagram
Structured text
ENO:=DDEC(EN,d);
ENO:=DDECP(EN,d);
ENO:=DDEC_U(EN,d);
ENO:=DDECP_U(EN,d);
Operand
Description
Range
Data type
Data type (label)
(d)
DDEC(P)
Head device to be decremented by 1
-2147483648 to +2147483647
32-bit signed binary
ANY32_S
DDEC(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)
(d)
73500 (BIN)
73499 (BIN)
-1
b0
(d)
···
···
(d)+1
(d)
(d)+1
b31
b16 b15
b0
···
···
b31
b16 b15
Summary of Contents for MELSEC iQ-F FX5 series
Page 1: ...MELSEC iQ F FX5 Series Programming Manual Instructions Standard Functions Function Blocks ...
Page 2: ......
Page 21: ...19 PART 1 PART 1 OVERVIEW Part 1 consists of the following chapter 1 OVERVIEW ...
Page 98: ...96 4 STANDARD FUNCTIONS FUNCTION BLOCKS 4 2 Standard Function Blocks MEMO ...
Page 840: ...838 23 TIME DATA FUNCTIONS 23 4 Division MEMO ...
Page 887: ......