Scaling factor (cycle 11) – HEIDENHAIN TNC 360 User Manual User Manual
Page 189
TNC 360
8-36
8
Cycles
8.4
Cycles for Coordinate Transformations
Cycle in a part program
0
BEGIN PGM 360838 MM
1
BLK FORM 0.1 Z X+0 Y+0 Z–20
2
BLK FORM 0.2 X+100 Y+100 Z+0
3
TOOL DEF 1 L+0 R+5
4
TOOL CALL 1 Z S1000
5
L Z+100 R0 FMAX
6
CALL LBL 1 ........................................................ Non-rotated execution
1
7
CYCL DEF 7.0 DATUM ....................................... Rotated execution. Sequence:
8
CYCL DEF 7.1 X+70
9
CYCL DEF 7.2 Y+60 ........................................... 1. Datum shift
2
10
CYCL DEF 10.0 ROTATION ................................ 2. Rotation
3
11
CYCL DEF 10.1 ROT +35
12
CALL LBL 1 ........................................................ 3. Subprogram call
13
CYCL DEF 10.0 ROTATION ................................ Cancel rotation
14
CYCL DEF 10.1 ROT 0
15
CYCL DEF 7.0 DATUM ....................................... Cancel datum shift
16
CYCL DEF 7.1 X+0
17
CYCL DEF 7.2 Y+0
18
L Z+100 R0 FMAX M2
19
LBL 1
LBL 0
END PGM 360838 MM
The corresponding subprogram (see page 8-32) is programmed after M02.
SCALING FACTOR (Cycle 11)
Application
This cycle allows you to increase or reduce the size of contours within a
program, such as for shrinkage or finishing allowances.
Activation
A scaling factor becomes effective as soon as the cycle is defined.
Scaling factors can be applied
• in the machining plane, or to all three coordinate axes at the same time
(depending on MP7410)
• to the dimensions in cycles
• also in the parallel axes U, V, W
The scaling factor is indicated in the status display with SCL.
Input data
The cycle is defined by entering the scaling factor SCL. The TNC multiplies
the coordinates and radii by the SCL factor (as described under
“Activation” above).
To increase the size:
enter SCL greater than 1 (max. 99.999 999)
To reduce the size:
enter SCL less than 1 (down to 0.000 001)
Cancellation
To cancel a scaling factor, enter a scaling factor of 1.
Prerequisite
Before entering a scaling factor it is advisable to set the datum to an edge
or corner of the contour.
.
.
.