
6 BASIC INSTRUCTIONS
6.2 Arithmetic Operation Instructions
195
6
DB+(P) [using three operands]
These instructions add the BCD 8-digit data in the device specified by (s1) and the BCD 8-digit data in the device specified by
(s2), and store the result in the device specified by (d).
Setting data
■
Descriptions, ranges, and data types
■
Applicable devices
Processing details
• These instructions add the BCD 8-digit data in the device specified by (s1) and the BCD 8-digit data in the device specified
by (s2), and store the addition result in the device specified by (d).
• If the addition result exceeds 99999999, carry is ignored. In this case, the carry flag (SM700) does not turn ON.
Operation error
Ladder diagram
Structured text
ENO:=DBPLUS(EN,s1,s2,d);
ENO:=DBPLUSP(EN,s1,s2,d);
Operand
Description
Range
Data type
Data type (label)
(s1)
Augend data or the head device where the data to which
another is added is stored
0 to 99999999
BCD 8-digit
ANY32
(s2)
Addend data or the head device where the data that is
added to another is stored
0 to 99999999
BCD 8-digit
ANY32
(d)
Head device for storing the operation result
0 to 99999999
BCD 8-digit
ANY32
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)
Error code
(SD0/SD8067)
Description
3405
BCD data in the device specified by (s1) is outside of the valid range (0 to 99999999).
BCD data in the device specified by (s2) is outside of the valid range (0 to 99999999).
(s1)
(s2)
(d)
(s1)
(s1)+1
(s2)
(s2)+1
(d)
(d)+1
+
1
0
2 3 4 5 6 7
6
5
7 8 9 1 2 3
8
5
0 2 3 6 9 0
0 is entered.
(Upper 4 digits) (Lower 4 digits)
(Upper 4 digits) (Lower 4 digits)
(Upper 4 digits) (Lower 4 digits)
1
0
6 5 4 3 2 1
9
9
0 0 0 0 0 0
0
0
6 5 4 3 2 1
+
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: ......