From TechnoDocs
Revision as of 14:36, 1 October 2010 by Jbeck (Talk | contribs) (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...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Dwell Time

Format

G4 Pd

d = duration of the timed delay in seconds

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.