From 1c75c336de3ac5a1adc9cccd01cc9b67627356f2 Mon Sep 17 00:00:00 2001 From: Ferdi Franceschini Date: Tue, 29 Apr 2014 15:24:42 +1000 Subject: [PATCH] Load the Oxford 12T driver code for Echidna. --- site_ansto/instrument/hrpd/echidna_configuration.tcl | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 ###########################################