6 Motion Instructions and G-Code Instructions
DVP-PM Application Manual
6-45
program will reach the target position automatically by G00.
2. For 20D model, when G00 adopts Z-axis target position (built-in 3
rd
axis control) as:
G00 X1000 Y1000 Z100;
The instruction will automatically be compiled as:
G00 Z100; ... (A)
G00 X1000 Y1000; ... (B)
(A) is first executed, and at this time the operation fast moves to position K100 on Z axis. (B) is next executed
and the operation moves to target position (1000, 1000) at the maximum speed.