Commissioning Manual
6FC5397-4EP10-0BA8, 07/2018
359
The function calculates the tangent of the value transferred in de-
grees.
- angle
<function name="tan" return="<double val>"> double
</function>
<let name= "tan_val" type="double"></let>
<function name="tan" return="tan_val"> 20.0
The function calculates the arcsine of the value transferred in de-
grees.
- x in the range from -PI/2 to +PI/2
<function name="arcsin" return="<double val>"> dou-
ble </function>
<let name= "arcsin_val" type="double"></let>
<function name="arcsin" return="arcsin_val"> 20.0
The function calculates the arccosine of the value transferred in
degrees.
x in the range from -PI/2 to +PI/2
<function name="arcos" return="<double val>"> dou-
ble </function>
<let name= "arccos_val" type="double"></let>
<function name="arccos" return="arccos_val"> 20.0