Topic: DMD0091

Help File Version: 2.9.4.37

SIN - Sine of Radian Angle


This instruction can only be used in the Expression parameter of the Calculate Expression (MATH) instruction.

 

The Sine of Radian Angle (ASIN) function will compute the sine of the expression parameter.

 

 

Note: Use the F9 key to open the Default Element Selection Tool (the Element Picker or the Element Browser) or use the Down-Arrow key (Auto-Complete) on any parameter field to see a complete list of the memory locations that are valid for that parameter of the instruction.

 

Result specifies a numeric memeory location to store the result of the calculation. The output values will be in the range of -1.0 to +1.0, so this should be a writable Real memory location.

 

The Expression parameter consists of all the text between the bounding parentheses. Any expression parameter can be a constant value, a bit or numeric memory location, an arithmetic expression, and / or mathematical function or other expressions up to a maximum of 1024 characters. Expressions can be nested, so use of parentheses is recommended to ensure proper evaluation order.

 

The range of acceptable input values is any real number. Angles expressed in degrees must first be converted to radians with the RAD - Convert Degrees to Radians instruction, for example, if the angle R1 is in degrees use SIN( RAD( R1 ) ).

 

Some examples:

 

SIN( 0.0 ) = 0.0

 

SIN( PI() / 2.0 ) = +1.0

 

SIN( 3 * PI() / 2.0 ) = -1.0

 


See Also:

COS - Cosine of Radian Angle

 

SIN - Sine of Radian Angle

 

TAN - Tangent of Radian Angle

 

ACOS - Arccosine in Radians

 

ASIN - Arcsine in Radians

 

ATAN - Arctangent in Radians

 


Related Topics:

MATH - Calculate Expression

 

DEG - Convert Radians to Degrees

 

RAD - Convert Degrees to Radians



Rung Example: