beautypg.com

HEIDENHAIN TNC 426B (280 472) Touch Probe Cycles User Manual

Page 153

background image

HEIDENHAIN TNC 426, TNC 430

141

5.4 Using Digitiz

e

d D

a

ta in a P

a

rt

Pr

ogr

am

To execute a part program from digitized data, you can:

n

Use fixed cycle 30 if several infeeds are required (only possible with
data that were digitized in the MEANDER and LINE cycles, see the
User's Manual, section 8.8 “Cycles for Multipass Milling”).

n

Write an auxiliary program if you only need to finish-mill:

0 BEGIN PGM MILLING MM

1 TOOL DEF 1 L+0 R+4

Tool definition: tool radius = stylus radius

2 TOOL CALL 1 Z S4000

Tool call

3 L R0 F1500 M13

Define feed rate for milling, spindle and coolant ON

4 CALL PGM DATA

Call digitized data

5 END PGM MILLING MM

End of program