GE Fanuc
GE Fanuc
GE Fanuc
Cosine
IN IN contains the REAL value to be operated on in the range -263<IN<+263 (+263
»9.22 x 1018).
Data Type: WORD Length 2
Q Q contains the COS (IN).
Data Type: WORD Length 2
Relational
Relational functions provide instructions that allow you to compare numbers for
equality. Instructions include support comparisons for equal, not equal, and greater/less
than compares
Equal
Use this function to test if 2 numbers are equal. Q is set if the numbers are equal
Conversion
The type conversion functions allow you to convert data from one data type to another
data type. These functions are useful for applications that interface to BCD devices or
applications that perform math calculations.
BCD to INT
Use this function to convert BCD values to integer values. When the function receives
power flow, it performs the conversion and stores the results in Q. The function passes
power flow unless the result is outside the of range of 0 to 9999.
Data Move
The Data Move Functions provide instructions for moving and manipulating data in the
PLC.
Block Clear
Use this function to set memory to 0.
Block Move
Use this function to copy a block of 7 constants to PLC word memory. When this
function receives power flow, the 7 constants are copied to the location specified in Q.
Move
Use whenever you need to copy data to a new location, or when you need to initialize
memory. When this function receives power flow, the data is copied to the location
specified in Q.
Control
Control Functions allow you to vary execution of your logic
Call
Use whenever you need to call Sub Page (subroutine)
End
Use the END function to provide a temporary end of logic.
Jump
Use the JUMP instruction to cause a portion of the logic to be bypassed. The JUMP can
be either a forward or a backward JUMP. Logic execution will continue at the LABEL
specified.
Master Control Relay
Use the MCR function to cause a portion of the logic to be bypassed. Use an ENDMCR
function associated with the MCR to resume normal logic execution. An MCR causes all
rungs between the MCR and its subsequent ENDMCR to be executed without power
flow.