Commissioning Manual
6FC5397-4EP10-0BA8, 07/2018
371
The function converts the specified value into RADian.
<function name="srad" return="var"> value
The function calculates the square root of the specified value.
<function name="sqrt" return="var"> value
The function rounds of the transferred number to the specified num-
ber of decimal places. If the number of decimal places is not speci-
fied, then the function rounds off the number, taking into account the
first decimal place.
<function name="round" return="var"> value, nDeci-
The function supplies the largest possible integer value, which is less
than or equal to the transferred value.
<function name="floor" return="var"> value
The function supplies the smallest possible integer value, which is
greater than or equal to the transferred value.
<function name="ceil" return="var"> value
The function calculates the logarithm of the specified value.
<function name="log" return="var"> value
The function calculates the common (decadic) logarithm of the speci-
fied value.
<function name="log10" return="var"> value
The function calculates the value "a
b
".
<function name="pow" return="var"> a, b </function>
The function compares the transferred value and returns the lower of
the values.
<function name="min" return="var"> value1, value2