CNC 8055
CNC 8055i
·M· & ·EN· MODELS
SOFT: V02.2X
5
·65·
ISO CODE PROGRAMMING
A block programmed in ISO language can consist of:
• Preparatory (G) functions
• Axis coordinates (X...C)
• Feedrate (F)
• Spindle speed (S)
• Tool number (T)
• Tool offset number (D)
• Auxiliary functions (M)
This order should be maintained within each block, although it is not necessary for every block to
contain the information.
The CNC allows you to program figures from 0.00001 to 99999.9999 with or without sign, working
in millimeters (G71), called format +/-5.4, or either from 0.00001 to 3937.00787 with or without sign
if the programming is done in inches (G70), called format +/-4.5.
However, and to simplify the instructions, we can say that the CNC admits +/- 5.5 format, thereby
admitting +/- 5.4 in millimeters and +/- 4.5 in inches.
Any function with parameters can also be programmed in a block, apart from the number of the label
or block. Thus, when the block is executed the CNC substitutes the arithmetic parameter for its value
at that time.