High level language
164
Other functions.
INT[...] Returns the integer
FRACT[...] Returns decimal portion
ROUND[...] Rounds up or down to the nearest
integer
FUP[...] Returns the integer plus one.
If the number is an integer, it
returns it
)
EXIST[...] It checks whether the selected
variable or parameter exists or not
Relational operators.
== Equal to
!= Different from, other than
> Greater than
<Smaller than
>= Greater than or equal to
<= Smaller than or equal to
&Binary AND
|Binary OR
^ Exclusive OR (XOR)
INV[...] Inverse
Logic operators.
*Logic AND
+Logic OR
Boolean constants.
TRUE True
FALSE Not true
List of auxiliary (miscellaneous) M functions.
M00: Program stop
M01: Conditional program stop
M02/M30: End of program
M03: Start the spindle clockwise
M04: Start the spindle counterclockwise
M05: Spindle stop
M06: Tool change
M17/M29:
End of a global or local subroutine
M19: Spindle orientation
M41-M44: Selects gear
Instruction Meaning