Programming Chapter Three Commands and Functions
82
The tool rapid traverses to the specified position with G00.
G00
X
(
U
)
Z
(
W
)
are the coordinate value of the specified point.
Fig. 4 G00 rapid traverse
Example
:
Traverse from A to B with G00 as Fig. 4
:
Absolute programming:
N0010 G00 X18 Z0
;
Incremental programming:
N0100 G00 U52 W-30
;
When X and Z axis are commanded with G00, they traverse separately at max. rapid traverse
speed and the acceleration at the same time. One of them will not stop automatically until it
reaches the command position. The system will add the compensation value to G00 traverse
value to execute the operation to improve the working efficiency when the tool change command,
the tool compensation command and G00 are in the same block. So ensure the tool change
command and G00 are in the same block as possible when executing the tool change and the
compensation.
G00 can define separately X or Z.
The traverse speed in G00 is set by P05/06 and controlled by the rapid traverse override.
X actual rapid traverse speed = P05 ×rapid traverse override
Z actual rapid traverse speed = P06 ×rapid traverse override
The actual max. speed of machine is defined by its actual condition and matched motor. For
particular parameters, please see the manual from machine manufacture. `
G00 is the modal command and can be omitted in the next same block.
G00 can be omitted to G0, and G0 and G00 are equivalent.
Note: Ensure the tool is placed on the safe position to avoid the tools shocking each other when
X, Z move at the same time.
3.1.2 G01
—
Linear Interpolation
Command format: G01 X
(
U
)
Z
(
W
)
F
;
The tool traverses at the specified feedrate by G01 from the current point to the specified point
X(U),Z(W).
X(U) Z(W) are the specified end point coordinates.
F-feedrate
.
Unit
:
mm / min
Содержание GSK928TE
Страница 1: ...GSK928TE II Turning Machine CNC System User Manual...
Страница 117: ...Programming Chapter Three Commands and Functions 112 G99 G01 X50 Z30 F0 2 G04 D2 G99 G01 X50 Z30 F0 2...
Страница 148: ...GSK928TE Turning CNC System User Manual 143 Connection Chapter One Interface 1 1 Interface Layout...
Страница 185: ...Connection Appendix 180 J3 1 AC220V J3 2 0V...