L-force | plc designer – Lenze PLC Designer PLC Designer (R2-x) User Manual
Page 535

L-force | PLC Designer
Operators and Library Modules Overview
DMS 3.2 EN 02/2011 TD29
533
in ST
in AWL
Mod.
AWL
Description
MUX(K,in0,...in_n)
MUX
Selecti the Kth value out of a group of
values (in0 to In_n)
ADR(in)
ADR
Address of the operand in [DWORD]
ADRINST()
ADRINST()
Address of the function block instance
from which you are calling that operator.
BITADR(in)
BITADR
Bitoffset of the operand in [DWORD]
BOOL_TO_
BOOL_TO_
Type conversion of the boolean operand
Type conversion to BOOL
INT_TO_
INT_TO_
Type conversion of an INT Operand to
another elementary type
REAL_TO_
REAL_TO_
Type conversion of an REAL operand to
another elementary type
LREAL_TO_
LREAL_TO_
Type conversion of a LREAL operand to
another elementary type
TIME_TO_
TIME_TO_
Type conversion of a TIME operand to
another elementary type
TOD_TO_
TOD_TO__
Type conversion of a TOD operand to
another elementary type
DATE_TO_
DATE_TO_
Type conversion of a DATE operand to
another elementary type
DT_TO_
DT_TO_
Type conversion of a DT operand to
another elementary type
STRING_TO_
STRING_TO_
Type conversion of a string operand to
another elementary type, in must contain
valid value of desired type
TRUNC(in)
TRUNC
Conversion from REAL to INT
ABS(in)
ABS
Absolute value of operand in
SQRT(in)
SQRT
Square root of operand in
LN(in)
LN
Natural logarithm of operand in
LOG(in)
LOG
Logarithm of operand in, base 10
EXP(in)
EXP
Exponential function of operand in
SIN(in)
SIN
Sine of operand in
COS(in)
COS
Cosine of operand in
TAN(in)
TAN
Tangent of operand in
ASIN(in)
ASIN
Arc sine of operand in
ACOS(in)
ACOS
Arc cosine of operand in
ATAN(in)
ATAN
Arc tangent of operand in
EXPT(in,expt)
EXPT expt
Exponentation of operand in with expt