Mathematic Operations

PLCopen motion icon

These are the mathematic calculation functions:

Name

Description

abs / absL

Returns the absolute value of the input.

EXP / EXPL

Calculates the natural exponential of the input.

expt

Calculates a power.

LN / LNL

Calculates the natural logarithm of the input.

log / logL

Calculates the logarithm (base 10) of the input.

pow / powL

Calculates a power.

root

Calculates the Nth root of the input.

ScaleLin

Scaling - linear conversion.

sqrt / sqrtL

Calculates the square root of the input.

trunc / truncL

Truncates the decimal part of the input.