Add some extra controllers to kowari just in case they're needed in the future.

This commit is contained in:
Ferdi Franceschini
2014-03-26 08:23:00 +11:00
parent 50ea059237
commit fbf1f7bbf9
2 changed files with 6 additions and 0 deletions

View File

@ -3,12 +3,15 @@ config/source/source.tcl
config/anticollider/anticollider_common.tcl
config/plc/plc_common_1.tcl
config/counter/counter_common_1.tcl
config/environment/sct_keithley_2700.tcl
config/environment/temperature/sct_lakeshore_336.tcl
config/environment/temperature/sct_lakeshore_340.tcl
config/environment/temperature/sct_eurotherm_2000.tcl
config/environment/sct_protek_common.tcl
config/environment/temperature/sct_oxford_itc.tcl
config/environment/temperature/sct_oxford_mercury.tcl
config/environment/magneticField/sct_oxford_ips.tcl
config/environment/magneticField/sct_oxford_labview.tcl
config/hipadaba/hipadaba_configuration_common.tcl
config/hipadaba/common_instrument_dictionary.tcl
config/hipadaba/instdict_specification.tcl

View File

@ -23,12 +23,15 @@ source $cfPath(hipadaba)/hipadaba_configuration.tcl
fileeval $cfPath(motors)/positmotor_configuration.tcl
fileeval $cfPath(plc)/plc.tcl
fileeval $cfPath(counter)/counter.tcl
fileeval $cfPath(environment)/sct_keithley_2700.tcl
fileeval $cfPath(environment)/temperature/sct_oxford_mercury.tcl
fileeval $cfPath(environment)/temperature/sct_lakeshore_336.tcl
fileeval $cfPath(environment)/temperature/sct_lakeshore_340.tcl
fileeval $cfPath(environment)/temperature/sct_eurotherm_2000.tcl
fileeval $cfPath(environment)/sct_protek_common.tcl
fileeval $cfPath(environment)/temperature/sct_oxford_itc.tcl
fileeval $cfPath(environment)/magneticField/sct_oxford_ips.tcl
fileeval $cfPath(environment)/magneticField/sct_oxford_labview.tcl
fileeval $cfPath(hmm)/hmm_configuration.tcl
fileeval $cfPath(nexus)/nxscripts.tcl
fileeval $cfPath(scan)/scan.tcl