HEIDENHAIN TNC 407 (280 580) User Manual User Manual
Page 321

TNC 425/TNC 415 B/TNC 407
9-54
9
3D Touch Probe Systems
Using Digitized Data in a Part Program
Executing a part program from digitized data
The surface data program is called from another program containing the
following data:
• Tool radius and length
• Feed rate of tool
• Radius compensation
• Spindle axis and rpm
• Miscellaneous function for spindle ON
The program must contain the following five lines:
0
BEGIN PGM NAME MM .................................... Any name
1
TOOL DEF 1 L+30 R+4 ...................................... Tool data
2
TOOL CALL 1 Z S1000 ....................................... Tool axis and spindle speed in rpm
3
L R0 F500 M3 ..................................................... No tool radius compensation, milling feed rate, spindle ON
4
CALL PGM EXT: DATA ....................................... Program call for digitized data from an external storage device
5
END PGM NAME MM
At the end of the surface data program from the CONTOUR LINES cycle the tool is returned to the programmed
starting point.