VA Motion Controller Programming Manual
159
10.1.28 MUL_T_AI ( multiplication ( time multiplied by
integer ) instruction )
LD, FBD programming language
Function: The MUL_T_AI instruction is used to calculate the product of a time type data
anDAn integer type data.
Note :
IL, ST
language programming needs to insert variables
IN1, IN2
and
OUT
or use
constants in the current
POU
variable worksheet
MUL_T_AI data processing instruction type
Funtion and Action examples
Find the time
T #5s
multiplied
by the value of the integer
3
When the contact
C300
is
ON
, the
instruction is executed, and the value of
the address
V508
is multiplied by the value product
in the address
V509
and stored in
V510
:
Execution result:
V508 * V50 9 = V510