Manual

Chapter
1
4
14-1
Axis Motion
This chapter covers the group of G-words that generates axis motion or
dwell data blocks. Major topics include:
Information about: On page:
Positioning axes 14-1
Automatic machinehome 14-12
Dwell (G04) 14-18
Programmable mirror image 14-19
Axis clamp 14-22
Use these 4 basic G-codes to produce axis motion:
G00 Rapid Positioning
G01 Linear interpolation
G02 Circular interpolation (clockwise)
G03 Circular interpolation (counterclockwise)
After the execution of a positioning command the program proceeds to the
next block only after an in-position check function confirms that all
commanded axes have reached the in-position band. Your system installer
sets the in-position band width in AMP. See chapter 18 for details on the
G-codes that you can use to modify the in-position band check.
Format for the rapid positioning mode is:
G00X__ Z__ ;
Where : Is :
G00 The G00code establishesthe positioningmode. In positioningmode, the cutting
tool isfed alonga straight lineat the rapidfeedrate determined in AMP by your
system installer.
XZ The end point of the move generatedby the G00 block inthe current work
coordinate system.
You can perform a rapid positioning in the absolute mode (G90), or the
incremental mode (G91).
14.0
Chapter Overview
14.1
Positioning Axes
14.1.1
Rapid Positioning Mode
(G00)