Mathematic Operations

PLCopen motion icon

These are the mathematic calculation functions:

Name

Description

abs / absL

Returns the absolute value of the input.

acos / acosL

Calculate an arc-cosine.

asin / asinL

Calculate an arc-sine.

EXP / EXPL

Calculates the natural exponential of the input.

expt

Calculates a power.

ISINF

Checks if the input value is infinite.

ISINFL

Checks if the input value is infinite.

ISNAN

Checks if the input value is not a number.

ISNANL

Checks if the input value is not a number.

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.