beautypg.com

4 miscellaneous functions for path behavior, Machining small contour steps: m97, Miscellaneous functions for path behavior – HEIDENHAIN TNC 320 (77185x-01) User Manual

Page 343: Miscellaneous functions for path behavior 10.4

background image

Miscellaneous functions for path behavior 10.4

10

TNC 320 | User's Manual

HEIDENHAIN Conversational Programming | 3/2014

343

10.4

Miscellaneous functions for path
behavior

Machining small contour steps: M97

Standard behavior

The TNC inserts a transition arc at outside corners. If the contour

steps are very small, however, the tool would damage the contour
In such cases the TNC interrupts program run and generates the

error message "Tool radius too large."

Behavior with M97

The TNC calculates the intersection of the contour elements—as at

inside corners—and moves the tool over this point.
Program M97 in the same block as the outside corner.

Instead of

M97 you should use the much more

powerful function

M120 LA, see "Calculating the

radius-compensated path in advance (LOOK AHEAD):

M120 ", page 348!

Effect

M97 is effective only in the blocks in which it is programmed.

A corner machined with M97 will not be completely

finished. You may wish to rework the contour with a

smaller tool.

Example NC blocks

5 TOOL DEF L ... R+20

Large tool radius

...
13 L X... Y... R... F... M97

Move to contour point 13

14 L IY-0.5 ... R... F...

Machine small contour step 13 to 14

15 L IX+100 ...

Move to contour point 15

16 L IY+0.5 ... R... F... M97

Machine small contour step 15 to 16

17 L X... Y...

Move to contour point 17