HP3070-BASIC -SAME COMMANDS
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
Some Useful BT-BASIC Commands
testhead power on turn on power to the testhead(Support Bay power switch must be turned on)
给测试头上电(供应电源开关必须是打开的),此命令只在电脑、测试机第一次开的时候使用。
testhead power off remove power from testhead
关掉测试头的电源,此命令用在给设备关机时。
testhead is 1 link the testhead to the BT-BASIC window
连接测试头到BT-BASIC窗口,testhead power on之后要调出测试头只需使用此命令。
testhead is * release the testhead from the window
释放当前BT-BASIC窗口的测试头。
fixture lock engage the fixture before testing
测试之前吸合测试夹具
fixture unlock release the fixture before changing
更换夹具前松开测试夹具
vacuum well a is 3 faon/faoff works on vacuum port3
使faon/faoff(真空a)工作时使用第三个真空口
vacuum well b is 2 fbon/fboff works on vacuum port2
使fbon/fboff(真空b)工作时使用第二个真空口
faon activate vacuum tor well a
激活真空a
faoff release vacuum well a
释放真空a
load board load board information into CPU memory(required for first testing)
将待测板的信息载入CPU内存(在第一次测板之前需要使用该命令)
unpowered start of unpowered tests (requyred before any unpowered test)
开始不上电的测试(所有不上电测试之前使用)
powered start of powered testing (needed before turn on DUT power supply)
开始上电的测试(必须在DUT电源开之前)
get "xxx" load the file "xxx"into BT-BASIC window"
将当前目录下的文件“xxx”在BT-BASIC窗口中打开(载入)
run execute the program which was loaded into the
BT-BASIC window
执行已经载入BT-BASIC窗口的程序
msi "/xxx" change working directory to "/xxx"
改变工作路径到“/xxx”(与DOS下cd类似)
msi$ Return path name of current directory
显示当前目录的路径名
create dir "xxx" create a new directory
创建一个新的目录名(类似DOS下的md)
unlink "xxx" delete file"xxx"
删除文件“xxx“(类似DOS下的del)
cat list the current working directory DIR
列出当前工作目录下面的目录名和文件名(类似DOS下的dir)
cat"xxx" list the directory "xxx"
列出当前目录下子目录的目录名和文件名
save "xxx" save current work to file "xxx"
将当前使用的文件保存为“xxx“(相当于另存为)
re-save re-save current work
保存当前的文件
copy "xxx" to "yyy" copy file "xxx" to a new file "yyy"
将文件“xxx”复制成一个新的文件“yyy”
copy "xxx" over "yyy" copy file "xxx" over the original file "yyy"
将文件“xxx”覆盖原始文件“yyy”
copy"xxx" over lineprinter print the file "xxx" at line printer
将文件“xxx”行式打印机打印出来
fixture consultant ( fix cons )
打开找点图
board graphics
打开找零件图
board graphics end
关闭找零件图
debug board
打开调试窗口
debug end
关闭调试窗口
autoadjust
自动调整设备的一些参数
compile “xxx”
编译文件“xxx”,结果会产生一个“xxx.o”的文件
list obj “xxx.o” to “xxx”
将文件“xxx.o”反编译成可视化文件“xxx”。