4 using digitized data in a part program – HEIDENHAIN TNC 426B (280 472) Touch Probe Cycles User Manual
Page 152
140
5 Digitizing
5.4 Using Digitiz
e
d D
a
ta in a P
a
rt
Pr
ogr
am
5.4 Using Digitized Data in a Part
Program
Resulting NC blocks of a file containing data that
were digitized with the CONTOUR LINES cycle.
A surface-data file can have up to 1500 MB. This is the available
memory capacity of the TNC’s hard disk if no other programs are
stored.
0 BEGIN PGM DATA MM
Program name DATA is entered in the RANGE cycle
1 BLK FORM 0.1 Z X-40 Y-20 Z+0
Define workpiece blank: The size is determined by the
TNC
2 BLK FORM 0.2 X+40 Y+40 Z+25
3 L Z+250 FMAX
Clearance height in Z is entered in the RANGE cycle
4 L X+0 Y-25 FMAX
Starting point in X/Y is entered in the CONTOUR
LINES cycle
5 L Z+25
Starting height in Z is entered in the CONTOUR
LINES cycle and depends on the algebraic sign of the
line spacing
6 L X+0.002 Y-12.358
First probed position
7 L X+0.359 Y-12.021
Second probed position
...
253 L X+0.003 Y-12.390
A contour line has been completed: probe has
returned to the first
254 L Z+24.5 X+0.017 Y-12.653
...
2597 L X+0.093 Y-16.390
Last probed position in the range
2598 L X+0 Y-25 FMAX
Back to the starting point in X/Y
2599 L Z+250 FMAX
Back to the clearance height in Z
2600 END PGM DATA MM
End of program