-
G04: Dwell
Overview
- The G04 command is used to pause or dwell the machine’s operation for a specified period. This command is designed to halt the tool movement, allowing for timed pauses in machining operations.
Command Format
-
Syntax:
G04 P...
-
Delay Duration (P):
- The duration of the pause in the machine’s movement, specified in milliseconds.
- A negative or zero length dwell results in a stop in motion before the next command is executed
Example
-
G04 P1500
- Commands the machine to pause for 1500 milliseconds (1.5 seconds).
Details
- Executing this command causes the NC system to excute the remaining buffered motion before stopping.
- This can be used in conjunction with variable reads or writes to better control the associated timing.
Errors
-
It is strongly recommended that G04 commands be placed on their own lines to ensure correct command sequencing.