3 optimizing the digitizing sequence – HEIDENHAIN TNC 407 (243 020) Technical Manual User Manual
Page 310

9.2.3 Optimizing the digitizing sequence
The following preparations should be made before optimizing machine and controller.
- Set up the flat workpiece with vertical face and plane surface in the machining plane (e.g. XY
plane).
- Probe the surface with probing function "Surface = Datum" ("MANUAL" or "EL. HANDWHEEL
MODE") and enter the reference plane as +0 mm.
- Basic setting of the relevant machine parameters for "Digitizing"
MP6210
=
5 [1/s]
Oscillations in normal direction
MP6230
=
30 [mm/min]
Feed rate in normal direction
MP6240
=
5 [mm]
Maximum stylus deflection
- The interface must be configured in the "PROGRAMMING AND EDITING" mode, depending on
the type of desired memory for the digitized data (internal controller RAM, FE 401 or PC with
"Block Transfer" program). See TNC 407/TNC 415 Operating Manual.
- Connect FE 401 or PC to the serial data interface if necessary.
- Enter NC program with the scanning cycles "Range" and "Meander" and the scanning direction X
and the probe point interval 1 mm, e.g.
0
BEGIN PGM OPTIDIGI MM
1
BLK FORM 0.1 Z X+0 Y+0 Z-10
Blocks 1 to 4 are needed
2
BLK FORM 0.2 X+100 Y+100 Z+10
for the parallel graphics
3
TOOL DEF 1 L+0 R+4
of the TNC 415
4
TOOL CALL 1 Z S1000
5
TCH PROBE 5.0 RANGE
Define the range
6
TCH PROBE 5.1 PGM NAME: DIGIDAT
to be digitized with
7
TCH PROBE 5.2 Z X+0 Y+0 Z-10
the program name for
8
TCH PROBE 5.3 X+100 Y+100 Z+10
the digitized data and
9
TCH PROBE 5.4 HEIGHT: +25
clearance height (absolute)
10
TCH PROBE 6.0 MEANDER
"Meander" scanning in X
11
TCH PROBE 6.1 DIRECTN:X
direction with probe point
12
TCH PROBE 6.2 TRAVEL:0.5 L.SPAC:1 P:P.INT:1
and line interval and the
13
END PGM OPTIDIGI MM
stroke (for clearing steep
edges).