EcoStruxure Machine Expert version 1.1 does not support the M258, LMC058 and LMC078 controllers.

ATAN

Definition

Numeric IEC operator for returning the arc tangent (inverse function of tangent) of a number. The value is calculated in arch minutes.

The input variable can be of any numeric basic data type where the output variable has to be type REAL or LREAL.

Example in IL

The result in q is 0.463648.

LD                0.5
ATAN
ST                q

Example in ST

q:=ATAN(0.5);

Example in FBD

G-SE-0024459.1.gif-high.gif