Pulser3 Programming Manual Download PDF

G00: Rapid positioning

The axes are moved quickly to the specified target. Only the axes with codes added next to the G00 code will move. The coordinate each axis will move to is specified by the value next to the corresponding axis code. When the absolute distance command type (G90) is selected, the target coordinate is given as an absolute value. In incremental command mode (G91), the axes move by the specified value from their current position. The movement speeds of the axes depend on the PRM48-PRM53 parameters. These speeds can also be scaled using the ROV function (%0, %25, %50, %100). When the FOV ratio is set to 0%, the movement is paused.

 

Format:

G00 X_ Y_ Z_ A/B/C_ U/V/W_

 

X: X axis target coordinate

Y: Y axis target coordinate

Z: Z axis target coordinate

A/B/C: A/B/C axis target coordinate

U/V/W: U/V/W axis target coordinate (Incremental X/Y/Z target in lathe model)

 

In the milling model, the U/V/W codes specify the target coordinates of auxiliary axes. In the lathe model, the U/V/W commands specify the incremental targets of the X/Y/Z axes.