Pulser3 Programming Manual Download PDF

G04: Dwell

It is used to make a pause during the operation. Either X or P code can be specified next to the G04 code as the dwell time.

 

Format:

G04 X_/P_

 

X: Dwell time (seconds)

P: Dwell time (miliseconds)

 

 

            Example:

G04 X1.5  (DWELL FOR 1.5 SECONDS)

G04 P2000 (DWELL FOR 2 SECONDS)

G04       (EXACT STOP)