190
6 BASIC INSTRUCTIONS
6.2 Arithmetic Operation Instructions
Adding BCD 4-digit data
B+(P) [using two operands]
These instructions add the BCD 4-digit data in the device specified by (d) and the BCD 4-digit data in the device specified by
(s), and store the result in the device specified by (d).
■Descriptions, ranges, and data types
■Applicable devices
• These instructions add the BCD 4-digit data in the device specified by (d) and the BCD 4-digit data in the device specified
by (s), and store the addition result in the device specified by (d).
• If the addition result exceeds 9999, carry is ignored. In this case, the carry flag (SM700) does not turn ON.
Ladder diagram Structured text
Not supported
Operand Description Range Data type Data type (label)
(s) Addend data or the device where the data that is added to
another is stored
0 to 9999 BCD 4-digit ANY16
(d) Device where the data to which another is added is stored 0 to 9999 BCD 4-digit 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)
Error code
(SD/SD8067)
Description
3405 BCD data in the device specified by (s) is outside of the valid range (0 to 9999).
BCD data in the device specified by (d) is outside of the valid range (0 to 9999).
(d) (s) (d)
5 6 78 12 34 69 12
+