EcoStruxure Machine Expert version 1.1 does not support the M258, LMC058 and LMC078 controllers.
LN
Definition
Numeric IEC operator for returning the natural logarithm 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 3.80666.
LD 45
LN
ST q
Example in ST
q:=LN(45);
Example in FBD