- You are here:
- AM.CO.ZABuythisCNC Utilities Homepage
- PowerRoute-CNC-Router
- Mill Programming Manual.pdf
- Page 18 of 151
1. G Function Description
1.2.5 G04: Dwell
Command form:
X_
G 04
P_
;
X: specific time (decimal point permitted 0.001~9999.999s)
P: specific time (decimal point not permitted)
Description:
By specifying a dwell, the execution of the next block is delayed by the
specified time. In addition, a dwell can be specified to make an exact check
in the cutting mode.
Program example:
G04 X2500;//delay 2.5 sec
G04 X2.5;//delay 2.5 sec
G04 P2500;//delay 2.5 sec
G04 P2.5;//delay 2 sec (decimal point not permitted)
13