Chapter 8 Logic Instructions
8.8.12 SIN
FC
SIN is used to find the sine of a number and the result is output to Out. The
unit of In is radian.
DVP15MC11T
Parameters
Meaning
Description Valid range
In
Radians to
process
Input Radians to process
Depends on the data type of
the variable that the input
parameter is connected to.
Out
Operation
result
Output Operation result
-1.00000000000000
~ 1.00000000000000
Boolean
Bit string Integer
Real
number
Time, date
String
BxOOL
BYTE
WORD
DWORD
LWORD
USINT
UINT
UDINT
ULINT
SINT
INT
DINT
LINT
REAL
LREAL
TIME
DATE
TOD
DT
STRING
In
● ● ● ● ● ● ● ● ● ● ● ● ● ●
Out
●
Note:
The symbol ● indicates that the parameter is allowed to connect to the variable or constant of the data type.
Function Explanation
SIN is used to calculate the sine of the input parameter In and the result is output to Out.
Users can choose different data types for the input parameter in this instruction. But the data type of
the output parameter is restricted to LREAL. An error will occur during the compiling of the software
if the data type of the output parameter is not LREAL.
Out
In
In Angle: ( ) in radians data
Out Result Sine: ( )
-2
3
2
-2 2
3
2
2
2
-
1
-1
0
-
8-79