DVP15MC11T Operation Manual
8.8.22 EXPT
FC
EXPT is used to perform the exponentiation operation with In as the base
number and Pwr as the exponent. The result is output to Out.
DVP15MC11T
Parameters
Meaning
Description Valid range
In Base number Input Base number
Depends on the data type of
the variable that the input
parameter is connected to.
Pwr Exponent Input Exponent
Depends on the data type of
the variable that the input
parameter is connected to.
Out
Calculation
result
Output
Operation result with In as
the base number and Pwr as
the exponent
Depends on the data type of
the variable that the output
parameter is connected to.
Boolean
Bit string Integer
Real
number
Time, date
String
BOOL
BYTE
WORD
DWORD
LWORD
USINT
UINT
UDINT
ULINT
SINT
INT
DINT
LINT
REAL
LREAL
TIME
DATE
TOD
DT
STRING
In
● ● ● ● ● ● ● ● ● ● ● ● ● ●
Pwr
● ● ● ● ● ● ● ● ● ● ● ● ● ●
Out
●
Note:
The symbol ● indicates that the parameter is allowed to connect to the variable or constant of the data type.
Function Explanation
EXPT is used to perform the exponentiation operation with In as the base number and Pwr as the
exponent. And the result is output to Out.
Users can choose different data types for the input parameter in this instruction. But the data type of
the output parameter is restricted to LREAL. An error will occur during the compiling of the software
if the data type of the output parameter is not LREAL.
Precautions for Correct Use
The input variable is not allowed to omit. An error will occur during the compiling of the software if
the input variable is omitted. But the output variable is allowed to omit.
8-100