diff --git a/site_ansto/instrument/hrpd/echidna_configuration.tcl b/site_ansto/instrument/hrpd/echidna_configuration.tcl index 4fadaefd..2013c5e9 100644 --- a/site_ansto/instrument/hrpd/echidna_configuration.tcl +++ b/site_ansto/instrument/hrpd/echidna_configuration.tcl @@ -29,6 +29,7 @@ fileeval $cfPath(counter)/counter.tcl fileeval $cfPath(environment)/temperature/sct_eurotherm_2000.tcl fileeval $cfPath(environment)/sct_keithley_2700.tcl fileeval $cfPath(environment)/magneticField/sct_green_magnet.tcl +fileeval $cfPath(environment)/magneticField/sct_oxford_labview.tcl fileeval $cfPath(environment)/sct_keithley_2700.tcl fileeval $cfPath(environment)/temperature/sct_lakeshore_336.tcl fileeval $cfPath(environment)/temperature/sct_lakeshore_340.tcl @@ -51,13 +52,13 @@ source gumxml.tcl # Current driver for Lakeshore temperature controllers # ########################################################## # driverName shortName IP-address port LineTerminator Tolerance1 Tolerance2 optional_Verbose - add_sct_ls340 tc2 ca5-[instname] 4002 "\r" 0.5 1.0 +# add_sct_ls340 tc2 ca5-[instname] 4002 "\r" 0.5 1.0 # add_sct_ls336 tc3 137.157.201.24 7777 "\r\n" 5.0 5.0 - add_sct_ls336 tc1 137.157.201.23 7777 "\r\n" 5.0 5.0 +# add_sct_ls336 tc1 137.157.201.23 7777 "\r\n" 5.0 5.0 #::environment::temperature::add_west400 137.157.201.14 #::robot::add_robby -add_robot robby 137.157.201.26 6000 +# add_robot robby 137.157.201.26 6000 #add_robot rosie 137.157.201.26 6000 server_init ###########################################