beautypg.com

Sl cycles with complex contour formula 9.1 – HEIDENHAIN TNC 320 (34055x-06) Cycle programming User Manual

Page 201

background image

SL cycles with complex contour formula

9.1

9

TNC 320 | User's Manual Cycle Programming | 5/2013

201

Contour description programs:

0 BEGIN PGM CIRCLE 1 MM

Contour description program: circle at right

1 CC X+65 Y+50
2 L PR+25 PA+0 R0
3 CP IPA+360 DR+
4 END PGM CIRCLE 1 MM

0 BEGIN PGM CIRCLE31XY MM

Contour description program: circle at left

1 CC X+Q1 Y+Q2
2 LP PR+Q3 PA+0 R0
3 CP IPA+360 DR+
4 END PGM CIRCLE31XY MM

0 BEGIN PGM TRIANGLE MM

Contour description program: triangle at right

1 L X+73 Y+42 R0
2 L X+65 Y+58
3 L X+58 Y+42
4 L X+73
5 END PGM TRIANGLE MM

0 BEGIN PGM SQUARE MM

Contour description program: square at left

1 L X+27 Y+58 R0
2 L X+43
3 L Y+42
4 L X+27
5 L Y+58
6 END PGM SQUARE MM