Miscellaneous Functions For Path Behavior - HEIDENHAIN TNC 320 User Manual

Cnc control conversational programming
Hide thumbs Also See for TNC 320:
Table of Contents

Advertisement

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
...
13 L X... Y... R... F... M97
14 L IY-0.5 ... R... F...
15 L IX+100 ...
16 L IY+0.5 ... R... F... M97
17 L X... Y...
TNC 320 | User's Manual
HEIDENHAIN Conversational Programming | 3/2014

Miscellaneous functions for path behavior 10.4

Large tool radius
Move to contour point 13
Machine small contour step 13 to 14
Move to contour point 15
Machine small contour step 15 to 16
Move to contour point 17
10
343

Advertisement

Table of Contents
loading

Table of Contents