Rockwell Automation 8520-GUM 9/Series CNC Grinder Operation and Programming Manual Documentation Set User Manual

Page 366

Advertising
background image

Coordinate Control

Chapter 11

11-50

Example 11.17

Scaling with Incremental Mode Active

Program block

Comment

G07 G90 G00 X30. Z60.;

radius mode, absolute mode

G91;

incremental mode

G14.1 X1.023 P.5;

scale X by .5 (X value is ignored)

G01 X-18.;

feedrate move X

Z-30.;

feedrate move Z

X8.;

feedrate move X

G14;

cancel scaling

G00 X5. Z30.;

rapid return

Figure 11.29

Results of Example 11.17

Original part contour

Contour after scaling
X axis only by .5 in
G91 incremental mode

--9

Z

X

10

20

30

20

40

60

Grinding wheel

12027-I

G14 disables scaling on all axes. When scaling is disabled, the center of
scaling and any scaling magnification factors are cleared. The next time
scaling is enabled, these values must be reset. In addition to G14, M99 in
the main program, M02, M30, and a control reset operation disables
scaling. The system powers-up with scaling disabled.

Your system installer specifies in AMP, on an axis by axis basis, whether
scaling is allowed. See the literature provided by your system installer for
additional information.

Advertising