SICS-783 Load extra environment driver configurations for Echidna.
This commit is contained in:
@ -25,19 +25,37 @@ source $cfPath(hipadaba)/hipadaba_configuration.tcl
|
|||||||
fileeval $cfPath(motors)/positmotor_configuration.tcl
|
fileeval $cfPath(motors)/positmotor_configuration.tcl
|
||||||
fileeval $cfPath(plc)/plc.tcl
|
fileeval $cfPath(plc)/plc.tcl
|
||||||
fileeval $cfPath(counter)/counter.tcl
|
fileeval $cfPath(counter)/counter.tcl
|
||||||
#TODO Provide method for choosing environment controller
|
fileeval $cfPath(environment)/sct_agilent_33220A.tcl
|
||||||
|
fileeval $cfPath(environment)/sct_hiden_xcs.tcl
|
||||||
|
fileeval $cfPath(environment)/sct_huber_pilot.tcl
|
||||||
|
fileeval $cfPath(environment)/sct_isotech_ps.tcl
|
||||||
fileeval $cfPath(environment)/temperature/sct_eurotherm_2000.tcl
|
fileeval $cfPath(environment)/temperature/sct_eurotherm_2000.tcl
|
||||||
|
fileeval $cfPath(environment)/temperature/sct_eurotherm_m2000.tcl
|
||||||
fileeval $cfPath(environment)/sct_keithley_2700.tcl
|
fileeval $cfPath(environment)/sct_keithley_2700.tcl
|
||||||
fileeval $cfPath(environment)/magneticField/sct_green_magnet.tcl
|
fileeval $cfPath(environment)/sct_keithley_m2700.tcl
|
||||||
|
fileeval $cfPath(environment)/temperature/sct_lakeshore_218.tcl
|
||||||
|
fileeval $cfPath(environment)/temperature/sct_lakeshore_336.tcl
|
||||||
|
fileeval $cfPath(environment)/temperature/sct_ls336.tcl
|
||||||
|
fileeval $cfPath(environment)/temperature/sct_lakeshore_340.tcl
|
||||||
|
fileeval $cfPath(environment)/temperature/sct_ls340.tcl
|
||||||
|
fileeval $cfPath(environment)/temperature/sct_lakeshore_370.tcl
|
||||||
|
fileeval $cfPath(environment)/temperature/sct_lakeshore_m370.tcl
|
||||||
|
fileeval $cfPath(environment)/temperature/sct_mercury_base.tcl
|
||||||
|
fileeval $cfPath(environment)/temperature/sct_mercury_level.tcl
|
||||||
|
fileeval $cfPath(environment)/temperature/sct_mercury_pres.tcl
|
||||||
|
fileeval $cfPath(environment)/temperature/sct_mercury_scpi.tcl
|
||||||
|
fileeval $cfPath(environment)/temperature/sct_mercury_temp.tcl
|
||||||
|
fileeval $cfPath(environment)/temperature/sct_mercury_valve.tcl
|
||||||
|
fileeval $cfPath(environment)/sct_protek_common.tcl
|
||||||
|
fileeval $cfPath(environment)/sct_protekmm.tcl
|
||||||
|
fileeval $cfPath(environment)/temperature/west400.tcl
|
||||||
|
fileeval $cfPath(environment)/temperature/sct_west4100.tcl
|
||||||
|
fileeval $cfPath(environment)/temperature/sct_watlow_pm.tcl
|
||||||
fileeval $cfPath(environment)/magneticField/sct_oxford_labview.tcl
|
fileeval $cfPath(environment)/magneticField/sct_oxford_labview.tcl
|
||||||
fileeval $cfPath(environment)/magneticField/sct_oxford12tlv.tcl
|
fileeval $cfPath(environment)/magneticField/sct_oxford12tlv.tcl
|
||||||
fileeval $cfPath(environment)/sct_keithley_2700.tcl
|
fileeval $cfPath(environment)/he3/sct_he3.tcl
|
||||||
fileeval $cfPath(environment)/temperature/sct_lakeshore_336.tcl
|
fileeval $cfPath(environment)/magneticField/sct_green_magnet.tcl
|
||||||
fileeval $cfPath(environment)/temperature/sct_lakeshore_340.tcl
|
fileeval $cfPath(environment)/magneticField/sct_green_magnet_labview.tcl
|
||||||
fileeval $cfPath(environment)/temperature/sct_oxford_mercury.tcl
|
|
||||||
fileeval $cfPath(environment)/temperature/sct_mercury_scpi.tcl
|
|
||||||
fileeval $cfPath(environment)/temperature/west400.tcl
|
|
||||||
fileeval $cfPath(environment)/temperature/sct_watlow_pm.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(scan)/scan.tcl
|
fileeval $cfPath(scan)/scan.tcl
|
||||||
|
@ -246,6 +246,14 @@ terminator = \r\n
|
|||||||
tol1 = 1.0
|
tol1 = 1.0
|
||||||
tol2 = 1.0
|
tol2 = 1.0
|
||||||
|
|
||||||
|
[ls370_1]
|
||||||
|
desc = "Lakeshore 370 Resistance Bridge"
|
||||||
|
driver = "lakeshore_m370"
|
||||||
|
imptype = temperature
|
||||||
|
ip = 10.157.205.42
|
||||||
|
port = 4001
|
||||||
|
tol = 1.0
|
||||||
|
|
||||||
[mercury_scpi_01]
|
[mercury_scpi_01]
|
||||||
desc = "Oxford Mercury temperature controller in Mercury mode"
|
desc = "Oxford Mercury temperature controller in Mercury mode"
|
||||||
driver = "mercury_scpi"
|
driver = "mercury_scpi"
|
||||||
|
Reference in New Issue
Block a user