EcoStruxure Machine Expert version 1.1 does not support the M258, LMC058 and LMC078 controllers.
SQRT
Definition
Numeric IEC operator for returning the square root of a number.
The input variable can be of any numeric basic data type, the output variable has to be type REAL or LREAL.
Example in IL
The result in q is 4.
LD 16
SQRT
ST q
Example in ST
q:=SQRT(16);
Example in FBD