Topic: DMD0110

Help File Version: 2.9.4.37

RAD - Convert Degrees to Radians


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

 

The Convert Degrees to Radians (RAD) instruction converts real numbers in degree format to radian format. In degree format, a circle contains 360 degrees. In radian format, a circle contains 2pi radians. This instruction can convert between both positive and negative real numbers, and for angles greater than a full circle.

 

 

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 location to store the result of the calculation. This can be any writable numeric 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.

 

Some examples:

 

Radians

Degrees

0.0

 

0

π/4

(0.7853982)

45

π/2

(1.570796)

90

π

(3.14159)

180

3π/2

(4.71238)

270

(6.28319)

360

 


See Also:

DEG - Convert Radians to Degrees

 

RAD - Convert Degrees to Radians

 

MATH - Calculate Expression

 


Related Topics:

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

 


Rung Example: