2 automatic return to machine home (g28) – Rockwell Automation 8520 9/Series CNC Lathe User Manual

Page 371

Advertising
background image

Axis Motion

Chapter 14

14-13

2.

When the output command equals 0 (i.e., the axis stops), the control

will determine the absolute position. Refer to your AMP manual for

more information about DCM Homing for Absolute Position.

If your axis is already homed, refer to the Automatic Return to

Home (G28) section later in this chapter.

Important: DCM axis homing must be performed manually or by

programming a G28. Attempting to program any motion command other

than a G28 will result in the decode error “MUST HOME AXIS”.

When a G28 is executed in a part program (or through MDI) after the axes
have already been homed, it causes a return to machine home. In this case,

the axes specified in the G28 block simply go to their respective home

positions in the machine coordinate system after moving to a programmed

intermediate point. They do not repeat the homing routine of moving to

the limit switches and searching for the encoder marker. For example,

executing the block:

G28 X__ Z__;

in either absolute or incremental mode would return the axes automatically

to the machine home via an intermediate point. The control stores the

intermediate point specified by the axis words (X, Z) in memory to be used

as the point of return for the automatic return from machine home

operation called out by G29.

The return operation generates two axis moves both executed at the rapid

feedrate. The first move is to the intermediate point, and the second is to

the axis home position.

Although this command moves the axes at rapid feedrate as if in G00

mode, it is not modal. If G01, G02, or G03 modes are active, they are only

temporarily canceled for the return to home moves.

Only the axes specified in the G28 block are returned to home. For

example:

N1 G28 X4.0;

(X axis is moved to home after moving to 4.0)

N2 G28 X4.0 Z2.0;

(X and Z axes are moved to home after moving to

(4.0, 2.0))

14.2.2

Automatic Return to

Machine Home (G28)

Advertising