5 arc sine instruction (asin) – Yaskawa MP900 Series Machine Controller New Ladder Editor User Manual
Page 101

1.5 Basic Function Instructions
1-91
1
1.5.5 ARC SINE Instruction (ASIN)
Outline
The ASIN instruction uses the Source as the input and stores the arc sine (unit
= degrees) of
the input in the Dest. This instruction can be used in a real number operation.
Format
Parameter
Program Example
The arc sine of the input value (0.5) [ASIN (0.5)
= θ = 30.0 degrees] is calculated.
ARC SINE Instruction cannot be used for integer type and double-length integer type data.
Parameter Name
Setting
Source
(Input)
• Any real number type register
• Any real number type register with subscript
• Constant
Dest
(Output)
• Any real number type register (except for # and C register)
• Any real number type register with subscript (except for # and
C register)
Symbol: ASIN
Full Name: Arc Sine
Category: FUNCTION
Icon:
INFO