From TechnoDocs
Jump to: navigation, search
(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)
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
  
 
=== Format ===
 
=== Format ===
G4 Pd
 
  
d = duration of the timed delay in seconds
+
<pre>G4 Pd</pre>
 +
 
 +
d = duration of the timed delay in milliseconds
  
 
=== Purpose ===
 
=== Purpose ===

Latest revision as of 14:36, 1 October 2010

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.