VA Motion Controller Programming Manual
160
10.1.29 MUL_T_AN ( multiplication ( time multiplied by
integer, real ) instructions )
LD, FBD programming language
Function: The MUL_T_AN instruction is used to calculate the product of a time type data
anDAn integer or floating point number.
Note
: IL, ST
language programming needs to insert variables
IN1, IN2
and
OUT
or use
constants in the current
POU
variable worksheet
MUL_T_AN instruction processing data types
Second input, integer or floating point number
Funtion and Action examples
Find the time
T #5s
multiplied by the value
of the integer
2
When the contact
C300
is
ON
, the
instruction is executed, and the value
of the address
V5 11
is multiplied by the
value product in
the address
V5 12
and stored in
V51 3
:
Execution result:
V511
* V5 12 =V5 13