6 BASIC INSTRUCTIONS
6.2 Arithmetic Operation Instructions
199
6
Dividing BCD 4-digit data
B/(P)
These instructions divide the BCD 4-digit data specified by (s1) by 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 divide the BCD 4-digit data specified by (s1) by the BCD 4-digit data specified by (s2), and store the
results of division in the device specified by (d).
• The results of division are stored as quotient and remainder using 32 bit(s).
• If (d) is specified by bit device, remainder of division results is not stored.
Ladder diagram Structured text
Not supported
Operand Description Range Data type Data type (label)
(s1) Dividend data or the device where the data to be divided
by another is stored
0 to 9999 BCD 4-digit ANY16
(s2) Divisor data or the device where the data by which
another is to be divided is stored
0 to 9999 BCD 4-digit ANY16
(d) Head device for storing the operation result BCD 8-digit ANY16_ARRAY
(Number of elements:
2)
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)
• Quotient (BCD 4-digit): Stored in lower 16 bit(s).
• Remainder (BCD 4-digit): Stored in upper 16 bit(s).
Error code
(SD0/SD8067)
Description
2820 Device specified by (d) exceeds the allowable device range
3400 0 is specified for (s2) value.
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)
0 06
0 4 22
(d)+1
0 is entered.
Quotient Remainder