Rockwell Automation Publication 1756-RM003N-EN-P - October 2011 559
Math Conversion Instructions (DEG, RAD, TOD, FRD, TRN, TRUNC) Chapter 16
FBD_MATH_ADVANCED Structure
Description: The DEG instruction uses this algorithm:
Source*180/π (where π = 3.141593)
Arithmetic Status Flags: Arithmetic status flags are affected.
Fault Conditions: None
Execution:
Relay Ladder
Function Block
Input Parameter Data Type Description
EnableIn BOOL Enable input. If cleared, the instruction does not execute and outputs are not updated.
Default is set.
Source REAL Input to the conversion instruction.
Valid = any float
Output Parameter Data Type Description
EnableOut BOOL The instruction produced a valid result.
Dest REAL Result of the conversion instruction. Arithmetic status flags are set for this output.
Condition Action
Prescan The rung-condition-out is set to false.
Rung-condition-in is false The rung-condition-out is set to false.
Rung-condition-in is true The controller converts the Source to degrees and places the result in the Destination.
The rung-condition-out is set to true.
Postscan The rung-condition-out is set to false.
Condition Action
Prescan No action taken.
Instruction first scan No action taken.
Instruction first run No action taken.
EnableIn is cleared EnableOut is cleared.
EnableIn is set The instruction executes.
EnableOut is set.
Postscan No action taken.