VA Motion Controller Programming Manual
171
When the contact
C300
is
ON
when this
instruction is executed :
execution result
= 1.4142136E + 000
10.1.41 SUB (Subtraction Instruction )
LD, FBD programming language
Function: The SUB instruction is used to find the difference between two input values.
Note :
IL, ST
language programming needs to insert variables
IN1, IN2
and
OUT
or use
constants in the current
POU
variable worksheet
Data type processed by SUB instruction
Funtion and Action examples
Find the value of floating point
number
8.0
minus
5.0
When the contact
C300
is
ON
, the
instruction is executed : the value of
the address
V545
is subtracted
from
the value
of
V546
and stored in the address of
V547
:
Execution result:
V545-V546 = V547