Opening programs and entering
3.2
3
TNC 320 | User's Manual
HEIDENHAIN Conversational Programming | 3/2014
89
Cylindrical blank
The cylindrical blank form is defined by the dimensions of the
cylinder:
R: Radius of the cylinder
L: Length of the cylinder
DIST: Distance from datum to cylinder end
RI: Inside radius for a hollow cylinder
The
DIST
and
RI
parameters are optional and do not
need to be programmed.
Example: Display the BLK FORM CYLINDER in the NC program
0 BEGIN PGM NEW MM
Program begin, name, unit of measure
1 BLK FORM CYLINDER Z R50 L105 DIST+5 RI10
Spindle axis, radius, length, distance, inside radius
2 END PGM NEW MM
Program end, name, unit of measure
Rotationally symmetric blank of any shape
You define the contour of the rotationally symmetric blank in a
subprogram. In the workpiece blank definition you refer to the
contour description:
DIM_D, DIM_R: Diameter or radius of the rotationally
symmetrical blank form
LBL: Subprogram with the contour description
The subprogram can be designated with a number,
an alphanumeric name, or a QS parameter.
Example: Display the BLK FORM ROTATION in the NC program
0 BEGIN PGM NEW MM
Program begin, name, unit of measure
1 BLK FORM ROTATION Z DIM_R LBL1
Spindle axis, manner of interpretation, subprogram number
2 M30
End of main program
3 LBL 1
Beginning of subprogram
4 L X+0 Z+1
Beginning of contour
5 L X+50
6 L Z-20
7 L X+70
8 L Z-100
9 L X+0
10 L Z+1
End of contour
11 LBL 0
End of subprogram
12 END PGM NEW MM
Program end, name, unit of measure
Содержание TNC 320
Страница 4: ...Controls of the TNC 4 TNC 320 User s Manual HEIDENHAIN Conversational Programming 3 2014 ...
Страница 5: ...Fundamentals ...
Страница 16: ...Contents 16 TNC 320 User s Manual HEIDENHAIN Conversational Programming 3 2014 ...
Страница 43: ...1 First Steps with the TNC 320 ...
Страница 63: ...2 Introduction ...
Страница 81: ...3 Programming Fundamentals file management ...
Страница 124: ......
Страница 125: ...4 Programming Programming aids ...
Страница 152: ......
Страница 153: ...5 Programming Tools ...
Страница 180: ......
Страница 181: ...6 Programming Programming contours ...
Страница 232: ......
Страница 233: ...7 Programming Data transfer from DXF files or plain language contours ...
Страница 251: ...8 Programming Subprograms and program section repeats ...
Страница 267: ...9 Programming Q Parameters ...
Страница 337: ...10 Programming Miscellaneous functions ...
Страница 357: ...11 Programming Special functions ...
Страница 379: ...12 Programming Multiple Axis Machining ...
Страница 406: ......
Страница 407: ...13 Manual operation and setup ...
Страница 462: ......
Страница 463: ...14 Positioning with Manual Data Input ...
Страница 468: ......
Страница 469: ...15 Test run and program run ...
Страница 497: ...16 MOD functions ...
Страница 525: ...17 Tables and overviews ...