6 Basic Usage of Motion Instructions and G-codes
DVP20PM00D: If G00 adopts the target position of the Z-axis (built-in third axis),
the program required will be like the one shown below.
G00 X1000 Y1000 Z100;
The program will be compiled.
G00 Z100; (A)
G00 X1000 Y1000; (B)
(A) is first executed, and at this time the operation fast moves to the position
K100 on the Z-axis. (B) is next executed and the operation moves to the target
position (1000, 1000) at the maximum speed.
DVP-20PM Application
Manual
6-46