add Goniometer

r2980 | jgn | 2010-07-19 14:43:13 +1000 (Mon, 19 Jul 2010) | 2 lines
This commit is contained in:
Jing Chen
2010-07-19 14:43:13 +10:00
committed by Douglas Clowes
parent acb291e2e0
commit 0cdd7119e1
2 changed files with 8 additions and 3 deletions

View File

@@ -25,8 +25,8 @@ fileeval $cfPath(parameters)/parameters.tcl
fileeval $cfPath(plc)/plc.tcl fileeval $cfPath(plc)/plc.tcl
fileeval $cfPath(optics)/optics.tcl fileeval $cfPath(optics)/optics.tcl
fileeval $cfPath(counter)/counter.tcl fileeval $cfPath(counter)/counter.tcl
fileeval $cfPath(environment)/temperature/sct_lakeshore_340.tcl fileeval $cfPath(environment)/temperature/lakeshore340.tcl
fileeval $cfPath(environment)/temperature/sct_lakeshore_336.tcl fileeval $cfPath(environment)/temperature/sct_lakeshore_3xx.tcl
fileeval $cfPath(hmm)/hmm_configuration.tcl fileeval $cfPath(hmm)/hmm_configuration.tcl
fileeval $cfPath(nexus)/nxscripts.tcl fileeval $cfPath(nexus)/nxscripts.tcl
fileeval $cfPath(hmm)/detector.tcl fileeval $cfPath(hmm)/detector.tcl
@@ -34,9 +34,9 @@ fileeval $cfPath(scan)/scan.tcl
fileeval $cfPath(commands)/commands.tcl fileeval $cfPath(commands)/commands.tcl
fileeval $cfPath(anticollider)/anticollider.tcl fileeval $cfPath(anticollider)/anticollider.tcl
fileeval $cfPath(environment)/temperature/sct_julabo_lh45.tcl fileeval $cfPath(environment)/temperature/sct_julabo_lh45.tcl
fileeval $cfPath(environment)/magneticField/sct_oxford_ips.tcl
fileeval $cfPath(environment)/environment.tcl fileeval $cfPath(environment)/environment.tcl
fileeval $cfPath(beamline)/spin_flipper.tcl fileeval $cfPath(beamline)/spin_flipper.tcl
fileeval $cfPath(goniometer)/spin_goniometer.tcl
source gumxml.tcl source gumxml.tcl
::utility::mkVar ::anticollider::protect_detector text manager protect_detector false detector true false ::utility::mkVar ::anticollider::protect_detector text manager protect_detector false detector true false

View File

@@ -33,6 +33,9 @@ plc_simulation false
VarMake rfgen_simulation Text internal VarMake rfgen_simulation Text internal
rfgen_simulation false rfgen_simulation false
VarMake goniometer_simulation Text internal
goniometer_simulation false
VarMake sics_fullsimulation Text internal VarMake sics_fullsimulation Text internal
source util/utility.tcl source util/utility.tcl
@@ -80,6 +83,7 @@ if {[string trim [lindex [split [sics_fullsimulation] =] 1]] == "true"} {
velsel_simulation true velsel_simulation true
plc_simulation true plc_simulation true
rfgen_simulation true rfgen_simulation true
goniometer_simulation true
} }
set cfParent config set cfParent config
@@ -102,6 +106,7 @@ hipadaba $cfParent/hipadaba\
plc $cfParent/plc\ plc $cfParent/plc\
commands $cfParent/commands\ commands $cfParent/commands\
beamline $cfParent/beamline\ beamline $cfParent/beamline\
goniometer $cfParent/goniometer\
] ]
ServerOption LogFileBaseName $sicsroot/log/serverlog ServerOption LogFileBaseName $sicsroot/log/serverlog