Load the Oxford 12T driver code for Echidna.

This commit is contained in:
Ferdi Franceschini
2014-04-29 15:24:42 +10:00
parent d0c9f39464
commit 1c75c336de

View File

@ -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
###########################################