- Most instrument test files have been tested

- sinqcom undwerwent extension to cover more devices and is now more or
  less finished
This commit is contained in:
koennecke
2007-04-26 14:34:58 +00:00
parent 524dac0fbf
commit a24f56e7fb
14 changed files with 303 additions and 122 deletions

View File

@ -18,6 +18,8 @@ if {$argc > 0} {
initSicsDebug $instrument
config rights lnsmanager lnsSICSlns
standradPrelude $instrument count
#--------- remember detector position...
set detpos [SICSValue detectorx]
bsin
@ -41,11 +43,6 @@ lappend commandList "hmframe 0"
lappend commandList "fileframe 0 0"
exe upload
exe append drive detectorx 3.
exe append drive detectorx 18.
exe forcesave insttestbatch.tcl
lappend interruptList "drive detectorx 18."
lappend interruptList "count timer 120"
lappend interruptList "exe insttestbatch.tcl"
@ -79,6 +76,7 @@ if {$det == 1} {
}
#--------- put detector back where it was
drive detectorx $detpos
standardRestore
#------------ print a summary
set inst [string toupper $instrument]