Commissioning Manual
01/2017
381
The function returns the title bar height in pixels.
<function name="hmi.get_caption_heigt" re-
turn="<return var>" />
return - integer variable
This function returns the absolute value of the specified number.
<function name="abs" return="var"> value
The function converts the specified value into degrees.
<function name="sdeg" return="var"> value
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