Owner manual
Chapter 11
Coordinate Control
11-49
Example 11.16
Scaling with Absolute Mode Active
Program block Comment
G07 G90 G00 X30. Z60.;
radiusmode, absolutemode
G14.1 X0 P.5;
scale X axis only, by .5
G01 X12.;
feedrate move X
Z30.;
feedrate move Z
X20.;
feedrate move X
G14;
cancelscaling
G00 X30. Z60.;
rapidreturn
Figure 11.28
Results of Example 11.16
Original partcontour
Contourafterscaling
Xaxisonlyby.5in
G90 absolutemode
6
Z
X
10
20
30
20 40 60
Grinding wheel
12026-I
When incremental mode (G91) is active, the control ignores the
programmed centers of scaling. The control performs scaling on the axes
programmed in the G14.1 block, but the s caling moves are referenced from
their current axis positions not
the programmed center of scaling or the
active coordinate zero point.
Important: The center of scaling can be specified in either incremental or
absolute mode (G90/G91) in the G14.1 block. But unlike other features in
the control, you cannot program both m odes in the same block.