Rotationally symmetric workpiece blank with BLK FORM ROTATION
Application
With BLK FORM ROTATION you define a rotationally symmetric workpiece blank with a definable contour. You define the contour in a subprogram or separate NC program.
Description of function
In the workpiece blank definition you refer to the contour description.
In the contour description, you program a half-section of the contour around the tool axis as the rotational axis.
The following conditions apply to the contour description:
- Only coordinates of the main axis and tool axis
- Starting point defined in both axes
- Closed contour
- Only positive values in the main axis
- Positive and negative values are possible in the tool axis
The workpiece preset is in the center of the blank in the working plane. You define the coordinates of the blank contour relative to the workpiece preset. You can also define an oversize.
Input
1 BLK FORM ROTATION Z DIM_R LBL "BLANK" | ; Rotationally symmetric blank |
* - ... | |
11 LBL "BLANK" | ; Subprogram start |
12 L X+0 Z+0 | ; Beginning of contour |
13 L X+50 | ; Coordinates in positive direction of main axis |
14 L Z+50 | |
15 L X+30 | |
16 L Z+70 | |
17 L X+0 | |
18 L Z+0 | ; End of contour |
19 LBL 0 | ; End of subprogram |
To navigate to this function:
Insert NC function Special functions Program defaults BLK FORM BLK FORM ROTATION
The NC function includes the following syntax elements:
Syntax element | Meaning |
---|---|
BLK FORM ROTATION | Syntax initiator for rotationally symmetric workpiece blank |
Z | Rotary axis Other possibilities might be available, depending on the machine. |
DIM_R or DIM_D | Interpret values in the main axes in the contour description as radius or diameter |
LBL or FILE | Name or number of the contour subprogram or path of the separate NC program |
Notes
- If you program the contour description with incremental values, the control interprets the values as radii regardless of whether DIM_R or DIM_D is selected.
- With the software option CAD Import (#42 / #1-03-1), you can load contours from CAD files and save them in subprograms or separate NC programs.