D-61
API
Mnemonic
Operands
Function
21 SUB
P
S
1
, S
2
,
D Subtraction
Type
OP
Bit Devices
Word devices
Program Steps
X
Y
M K
H KnX KnY KnM T C D SUB, SUBP: 7 steps
DSUB, DSUBP: 13 steps
S
1
*
*
*
*
*
*
*
*
S
2
*
*
*
*
*
*
*
*
D
*
*
*
*
*
Operands:
S1: Minuend S2: Subtrahend D: Remainder
Explanations:
1.
This instruction subtracts S1 and S2 in BIN format and stores the result in D.
2.
The highest bit is symbolic bit 0 (+) and 1 (-), which is suitable for algebraic subtraction.
3.
Flag changes in binary subtraction
In 16-bit instruction:
A. If the operation result
=
0, zero flag M1020 = On.
B. If the operation result
<
-32,768, borrow flag M1021 = On.
C. If the operation result
>
32,767, carry flag M1022 = On.
Program Example:
In 16-bit BIN subtraction:
When X0 = On, the content in D0 will minus the content in D10 and the remainder will be stored in
D20.
X0
SUB
D0
D10
D20
Содержание VFD-E Series
Страница 271: ...B 6 B 1 4 DIN Rail Installation...
Страница 304: ...B 39 Driver Installation After connecting IFD6500 to PC please install driver by following steps...
Страница 305: ...B 40 LED Display 1 Steady Green LED ON power is ON 2 Blinking orange LED data is transmitting...
Страница 306: ...B 41 B 9 DIN Rail B 9 1 MKE DRA Unit mm inch SCREW M4 2X 20 22 Kgf cm...
Страница 335: ...D 8 In ladder diagram mode you can perform program editing using the buttons on the function icon row Basic Operation...