DVP-ES2/EX2/EC5/SS2/SA2/SX2/SE&TP Operation Manual - Programming
API
Mnemonic Operands Function
130 D
SIN P
Sine
Type
OP
Bit Devices Word devices Program Steps
X Y M S K H KnX
KnY
KnM
KnS
T C D E F
DSIN, DSINP: 9 steps
SS2
SX2
SS2
SX2
SS2
SX2
Operands:
S: Source device (0°≦S<360°) D: Operation result
Explanations:
1. SIN instruction performs sine operation on S and stores the result in D.
2. The value in S can be set as radian or degree by flag M1018.
3. M1018 = OFF, radian mode. RAD = degree ×π/180.
4. M1018 = ON, degree mode. Degree range: 0°≦degree<360°.
5. Flag: M1018 (Flag for Radian/Degree)
6. See the figure below for the relation between the radian and the operation result:
S: Radian
R: Result (SIN value)
R
S
-2
3
2
-2 2
3
2
2
2
-
1
-1
0
-
7. If operation result in D is 0, Zero flag M1020 = ON.
Program Example 1:
M1018 = OFF, radian mode. When X0 = ON, DSIN instruction conducts sine operation on binary
floating value in (D1, D0) and stores the SIN value in (D11, D10) in binary floating format.
M1002
RST M1018
X0
DSIN D0 D10
D1 D0
D11 D10
S
IN value
binary floating point
binary floating point
RAD value(degree x π /180)