G00: Rapid Move
Overview
- The G00 command instructs a rapid move to a designated coordinate position at a specified feed rate, typically used for fast positioning operations.
Command Format
-
Syntax:
G00 X... Y... Z... E... F... -
Axes
X... Y... Z... E...- Target coordinate positions to move to.
- If an axis is not specified, then no motion will occur for it.
-
Feed Rate
- The speed at which the movement should occur is set by parameter
NC.Rapid.MaxFeedrate(see Parameter Table Parameter Table) - If the F argument is used to reduce the feedrate, the commanded feedrate will remain in effect until G00 is no longer active
- The feedrate for standard feeds (eg. G01, G02, G03…) will be stored when G00 becomes active and will be restored once G00 is no longer active
- Subsequent G00 calls will use the default rapid speed unless the F argument is used again
- The speed at which the movement should occur is set by parameter
-
Move End Point:
- The end point for the linear movement can be specified in either incremental (G91) or absolute (G90) values.
- In absolute programming (G90), the machine moves to a specific point in the coordinate system.
- In incremental programming (G91), the machine moves a specified distance from its current position.
Examples
N10 G01 X0 Y0 F50
|
Details
- By default, feed rate override does not affect G00 rapid moves
- See Feed Rate Feed Rate for more information on feed rate override behavior
- Axes not specified by the G00 command do not move.
See Also:
- G90 & G91 G90 and G91 Absolute and Incremental Mode
- G54-G59 G54 G59 Work Coordinate Systems
- G40, G41, G43, G44 G43, G44, and G49 Tool Length Offset