HEIDENHAIN TNC PROGRAMMING Corner Rounding Exercise (Blend Radius) Exercise


Submit by: Brian

Drawing/Image

HEIDENHAIN TNC PROGRAMMING Corner Rounding Exercise (Blend Radius) Exercise

CNC Program

0 BEGIN PGM 10104 MM
1 BLK FORM 0.1 Z X-50 Y-50 Z-40
2 BLK FORM 0.2 X+50 Y+50 Z+0
3 TOOL DEF 1
4 TOOL CALL 1 Z S1000
5 L M6
6 L X-70 Y-20 R0 FMAX M3
7 L Z-20 FMAX
8 APPR ?
9 L X+0 Y+50
10 RND R15
11 L X+50 Y+0
12 RND R15
13 L X+0 Y-50
14 RND R15
15 L X-50 Y+0
16 DEP ?
17 TOOL CALL 0
18 L M6
19 STOP M30
20 END PGM 10104 MM