6 BASIC INSTRUCTIONS
6.2 Arithmetic Operation Instructions
193
6
B-(P) [using three operands]
These instructions subtract the BCD 4-digit data in the device specified by (s1) and the BCD 4-digit data in the device
specified by (s2), and store the result in the device specified by (d).
■Descriptions, ranges, and data types
■Applicable devices
• These instructions subtract the BCD 4-digit data in the device specified by (s1) and the BCD 4-digit data in the device
specified by (s2), and store the subtraction result in the device specified by (d).
• If an underflow occurs, the result will be as follows. In this case, the carry flag (SM700) does not turn ON.
Ladder diagram Structured text
ENO:=BMINUS(EN,s1,s2,d);
ENO:=BMINUSP(EN,s1,s2,d);
Operand Description Range Data type Data type (label)
(s1) Minuend data or the device where the data from which
another is to be subtracted is stored
0 to 9999 BCD 4-digit ANY16
(s2) Subtrahend data or the device where the data to be
subtracted from another is stored
0 to 9999 BCD 4-digit ANY16
(d) Device for storing the operation result 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 $
(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 9999).
BCD data in the device specified by (s2) is outside of the valid range (0 to 9999).
(s1) (s2) (d)
0 6 78 02 34 04 44
-
0 is entered.