Galil Motion Control manc 18x 6 Page 77
DMC-18x6 Command Reference
69
DT
FUNCTION: Delta Time
DESCRIPTION:
The DT command sets the time interval for Contour Mode. Sending the DT command once will
set the time interval for all contour data until a new DT command (or CDm=n) is sent.
ARGUMENTS: DT n
where
n is an integer in the range 0 to 8.
n=1 through 8 specifies the time interval of 2n samples.
By default the sample period is 1 msec (set by the TM command); with n=1, the time interval
would be 2 msec
n = ? Returns the value for the time interval for contour mode.
USAGE: DEFAULTS:
While Moving
Yes
Default Value
1
In a Program
Yes
Default Format
1.0
Command Line
Yes
Controller Usage ALL CONTROLLERS
OPERAND USAGE:
_DT contains the value for the time interval for Contour Mode
RELATED COMMANDS:
Contour Mode
Contour Data
EXAMPLES:
DT 4
Specifies time interval to be 16 msec
DT 7
Specifies time interval to be 128 msec
#CONTOUR Begin
CMAB Enter
Contour
Mode
DT 4
Set time interval
CD 1000,2000
Specify data
CD 2000,4000
New data
#Wait;JP#Wait,_CM<>511 Wait
for
all segments to process
CD0,0=0
Exit Contour Mode
EN End