Dt (delta time), Motion, N is an integer. 0 terminates the contour mode – Yaskawa LEGEND-MC User Manual
Page 105

95
LEGEND-MC User’s Manual
DT (Delta Time)
[Motion]
DESCRIPTION:
The DT command sets the time interval for Contouring Mode. Sending the DT command once will set the
time interval for all following contour data until a new DT command is sent. 2
n
samples is the time
interval. Sending DT0 followed by CD0 command terminates the Contour Mode.
ARGUMENTS: DT n
where
n is an integer. 0 terminates the Contour Mode.
n=1 thru 8 specifies the time interval of 2
n
samples. By default the sample period is 1 msec (set by TM
command); with n=1, the time interval would be 2 msec.
USAGE:
OPERAND USAGE:
_DT contains the value for the time interval for Contour Mode
RELATED COMMANDS:
EXAMPLES:
While Moving
Yes
Minimum Value
0
In a Program
Yes
Maximum Value
8
Command Line
Yes
Default Value
0
Can be Interrogated
Yes
Default Format
1.0
Used as an Operand
Yes
Distributed Control
No, Local
"CM" Contour
Mode
"CD"
Contour Data
"WC"
Wait for next data
DT 4
Specifies time interval to be 16 msec
DT 7
Specifies time interval to be 128 msec
#CONTOUR
Begin
CM
Enter Contour Mode
DT 4
Set time interval
CD 1000
Specify data
WC
Wait for contour
CD 2000
New data
WC
Wait
DT0
Stop contour
CD0
Exit Contour Mode
EN
End