Opening programs and entering 3.2 – HEIDENHAIN TNC 640 (34059x-05) User Manual

Page 103

Advertising
background image

Opening programs and entering

3.2

3

TNC 640 | User's Manual
HEIDENHAIN Conversational Programming | 1/2015

103

Cylindrical blank

The cylindrical blank form is defined by the dimensions of the
cylinder:

Rotation axis X, Y or Z

R: Radius of the cylinder (with positive sign)

L: Length of the cylinder (with positive sign)

DIST: Shifting along the rotational axis

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. Use X, Y or Z as the rotation axis.

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 contour description may contain negative values in the rotation
axis but only positive values in the reference axis. The contour
must be closed, i.e. the contour beginning corresponds to the
contour end.

The subprogram can be designated with a number,
an alphanumeric name, or a QS parameter.

Advertising