使用x:\dcdnc -?
显示dcdnc.exe软件帮助如下:
DCDNC Version 3.0b8
usage: DCDNC [/m] [/n] [/L] [/S] [/T] [/W] [dirname]
/m = use COM(m) port on PC, 'm' is either 1 or 2, only COM1
is used as default if this parameter is not specified
/n = set data rate to 'n' which can be one of the following:
110, 300, 600, 1200, 2400, 4800, 9600(default), 19200
/L = disable activity log on PC
/S = slow down display on CNC's terminal screen
/T = no timeout during transfer to CNC (for CONTINUOUS LOAD)
/W = allow overwrite and erasure of existing files
dirname = path name of default working directory
The optional parameters specified on the command line are evaluated
from left to right, each parameter can appear multiple times in the
command line, each time it appears it applies only to the last COM
port (the 'm' parameter) specified on its left.
For example, the following command line would instruct the program
to operate COM1 port at a data rate of 2400 with no activity log and
COM2 port at a data rate of 4800 with no timeout:
DCDNC /1 /2400 /L /2 /4800 /T
注意其中的说明
/T = no timeout during transfer to CNC (for CONTINUOUS LOAD)
CONTINUOUS LOAD(连续调用)=DNC!!!
这样在机床侧才能实现dnc加工! |