Delta Electronics Programmable Logic Controller DVP-PLC User Manual
Page 451
![background image](/manuals/75807/451/background.png)
8 Application Instructions API 100-149
DVP-PLC Application Manual
8-49
API Mnemonic
Operands
Function
133
D ASIN P
Arc Sine
Controllers
ES/EX/SS SA/SX/SC EH/SV
Bit Devices
Word Devices
Program Steps
Type
OP
X Y M S K H
KnX KnY KnM KnS T
C
D
E
F
S
*
*
*
D
*
DASIN, DASINP: 9 steps
PULSE 16-bit 32-bit
ES EX SS SA SX SC EH SV ES EX SS SA SX SC EH SV ES EX SS SA SX SC EH SV
Operands:
S
: Source value (binary floating point) D: ASIN result
Explanations:
1. See the specifications of each model for their range of use.
2. Flag: M1020 (zero flag)
3. ASIN
value=sin
–1
. The figure below offers the relation between the entered sin value and the result.
S: Entered data (sine value)
R: ASIN value (radian)
R
S
2
2
-
0
-1,0
1,0
4. The decimal floating point of the SIN value designated by S should be within -1.0 ~ +1.0. If the value falls without
the range, M1067 and M1068 will be On without performing any action.
5. If the result = 0, M1020 = On.
Program Example:
When X0 = On, obtain the ASIN value of binary floating point (D1, D0) and store the binary floating point result in (D11,
D10).
DASIN
X0
D0
D10
D1
D0
D11
D10
ASIN value
binary floating point
binary floating point
Remarks:
For floating point operations, see “5.3 Handling of Numeric Values”.