198
6 BASIC INSTRUCTIONS
6.2 Arithmetic Operation Instructions
Multiplying BCD 4-digit data
B*(P)
These instructions multiply the BCD 4-digit data specified by (s1) and the BCD 4-digit data specified by (s2), and store the
results in the device specified by (d).
■Descriptions, ranges, and data types
■Applicable devices
• These instructions multiply the BCD 4-digit data specified by (s1) and the BCD 4-digit data specified by (s2), and store the
multiplication results in the device specified by (d).
Ladder diagram Structured text
Not supported
Operand Description Range Data type Data type (label)
(s1) Multiplicand data or the device where the data to be
multiplied by another is stored
0 to 9999 BCD 4-digit ANY16
(s2) Multiplier data or the device where the data by which
another is to be multiplied is stored
0 to 9999 BCD 4-digit ANY16
(d) Head device for storing the operation result 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
2820 Device specified by (d) exceeds the allowable device range
3405 BCD data in the device specified by (s1) is outside of the valid range (0 to 9999).
BCD data in the device specified by (s2) is outside of the valid range (0 to 9999).
(s1) (s2)
5 6 78 08 76 0
×
(d)+1
4 97
(d)
3 9 28
0 is entered.
(Upper 4 digits) (Lower 4 digits)