Galil DMC-1400 用户手册

下载
页码 235
DMC-1400  Series Command Reference DL 
● 67   
DL 
FUNCTION:  Download 
DESCRIPTION: 
The DL command transfers a data file from the host computer to the DMC-14XX.  
Instructions in the file will be accepted as a datastream without line numbers.  The file is 
terminated using <control> Z, <control> Q, <control> D, or \.  DO NOT insert spaces 
before each command. 
If no parameter is specified, downloading a data file will clear any programs in the DMC-
14XX RAM.  The data is entered beginning at line 0. If there are too many lines or too 
many characters per line, the DMC-14XX will return a “?”.  To download a program 
after a label, specify the label name following DL.  The # argument may be used with DL 
to append a file at the end of the DMC-14XX program in RAM.  
ARGUMENTS:  DL n 
n = no argument 
Downloads program beginning at line 0.  Erases programs in RAM. 
n = #Label 
Begins download at line following #Label where label may be any 
valid program   label. 
n = # 
Begins download at end of program in RAM. 
USAGE: 
While Moving 
Yes 
Default Value 
--- 
In a Program 
No 
Default Format 
--- 
Command Line 
Yes 
 
 
Can be Interrogated 
No 
 
 
Used as an Operand 
Yes 
 
 
Controller Usage 
ALL 
OPERAND USAGE: 
When used as an operand, _DL gives the number of available labels.  The total number of 
labels is 126. 
RELATED COMMANDS: 
Upload 
EXAMPLES: 
DL; Begin 
download 
#A;PR 4000;BG 
Data 
AM;MG DONE 
Data 
EN Data 
<control> Z 
End download