Panasonic FP Series Programming Manual page 336

Hide thumbs Also See for FP Series:
Table of Contents

Advertisement

MUL_TIME_INT
MUL_TIME_INT multiplies the values of the two input variables with each other and writes the
Description
result into the output variable.
To add an enable input and enable output to the instruction, select [With EN/ENO] from the
"Instructions" pane (LD, FBD or IL editor). To reuse an instruction select "Recently used" from the
context menu or press <Ctrl>+<Shift>+<v> in the programming window.
Availability of MUL_TIME_INT (see page 1328)
PLC types
Data types
Data type
TIME
INT
TIME
In this example, the same POU header is used for all programming languages. For an example
Example
using IL (instruction list), please refer to the online help.
POU header
All input and output variables used for programming this function have been declared in the POU
header.
In this example the input variables (time_value_1 and multiplier) have been declared. Instead,
you may enter constants directly at the input contacts of a function.
Body
Time_value_1 is multiplied with multiplier. The result is written into time_value_2.
LD
ST
When programming with structured text, enter the following:
time_value_2:=MUL_TIME_INT(time_value_1, multiplier);
Multiply TIME by INTEGER
I/O
Function
1st input
multiplicand
2nd input
multiplicator
output
result
Timer instructions
335

Advertisement

Table of Contents
loading

Table of Contents