2 programming tool movements, Programming tool movements for workpiece machining – HEIDENHAIN TNC 128 (77184x-01) User Manual
Page 162

162
Programming: Tool movements
6.2 Pr
ogr
a
mming t
ool mo
v
e
ments
6.2 Programming tool movements
Programming tool movements for workpiece
machining
Creating the program blocks with the axis keys
Use the orange axis keys to initiate the plain-language dialog. The TNC
asks you successively for all the necessary information and inserts the
program block into the part program.
Example—programming a straight line:
Select the axis key you want to use for the
positioning movement, e.g. X
Enter the coordinate of the straight-line end point,
e.g. 10, and confirm with the ENT key
Select the radius compensation (here, press the R0
soft key—the tool moves without compensation)
Enter the feed rate (here, 100 mm/min), and confirm
your entry with ENT. For programming in inches,
enter 100 for a feed rate of 10 ipm
Move at rapid traverse: Press the F MAX soft key, or
Traverse with the feed rate defined in the TOOL CALL
block: Press the F AUTO soft key
Enter a miscellaneous function (here, M3), and
terminate the dialog with ENT
The part program now contains the following line:
COORDINATE?
TOOL RADIUS COMP: R+/R–/NO COMP?
FEED RATE F=? / F MAX = ENT
MISCELLANEOUS FUNCTION M?
X+10 R0 FMAX M3
100
100
3