From TechnoDocs
(Created page with "== Dwell Time == === Format === G4 Pd d = duration of the timed delay in seconds === Purpose === Specifies a programmed delay, indicated in seconds. === Example === <pre> G...") |
(→Format) |
||
Line 4: | Line 4: | ||
G4 Pd | G4 Pd | ||
− | d = duration of the timed delay in | + | d = duration of the timed delay in milliseconds |
=== Purpose === | === Purpose === |
Revision as of 14:36, 1 October 2010
Contents
Dwell Time
Format
G4 Pd
d = duration of the timed delay in milliseconds
Purpose
Specifies a programmed delay, indicated in seconds.
Example
G0X2Y2Z2 G4 P10 G0X8.00 Y6.00 Z5.00
In this example, the two rapid moves will be separated by a 10 millisecond delay.