Pull various config files closer into alignment
This commit is contained in:
@ -131,7 +131,6 @@ desc = "Function Generator"
|
|||||||
driver = agilent_33220A
|
driver = agilent_33220A
|
||||||
imptype = function_generator
|
imptype = function_generator
|
||||||
ip = 10.157.205.16
|
ip = 10.157.205.16
|
||||||
name = pulser
|
|
||||||
port = 5025
|
port = 5025
|
||||||
|
|
||||||
[eularian_cradle]
|
[eularian_cradle]
|
||||||
@ -254,27 +253,44 @@ ip = 10.157.205.42
|
|||||||
port = 4001
|
port = 4001
|
||||||
tol = 1.0
|
tol = 1.0
|
||||||
|
|
||||||
[mercury_scpi_01]
|
[mercury_01]
|
||||||
desc = "Oxford Mercury temperature controller in Mercury mode"
|
assoc = 00000124
|
||||||
driver = "mercury_scpi"
|
cards = HHHVLTTP
|
||||||
|
desc = "Oxford Mercury temperature controller (12T)"
|
||||||
|
driver = "oxford_mercury"
|
||||||
imptype = temperature
|
imptype = temperature
|
||||||
ip = 10.157.205.5
|
ip = 10.157.205.5
|
||||||
permlink = LT
|
|
||||||
port = 7020
|
port = 7020
|
||||||
terminator = \r\n
|
ptol = 5
|
||||||
tol = 1.0
|
terminator = \n
|
||||||
valve_tol = 2
|
ttol = 1.0
|
||||||
|
vtol = 5
|
||||||
|
|
||||||
[mercury_scpi_02]
|
[mercury_02]
|
||||||
desc = "Oxford Mercury temperature controller in Mercury mode"
|
assoc = 00000124
|
||||||
driver = "mercury_scpi"
|
cards = HHTVTTTP
|
||||||
|
desc = "Oxford Mercury temperature controller (CF10)"
|
||||||
|
driver = "oxford_mercury"
|
||||||
|
imptype = temperature
|
||||||
|
ip = 10.157.205.46
|
||||||
|
port = 7020
|
||||||
|
ptol = 5
|
||||||
|
terminator = \n
|
||||||
|
ttol = 1.0
|
||||||
|
vtol = 5
|
||||||
|
|
||||||
|
[mercury_03]
|
||||||
|
assoc = 00000123
|
||||||
|
cards = HHHNNTTT
|
||||||
|
desc = "Oxford Mercury temperature controller ()"
|
||||||
|
driver = "oxford_mercury"
|
||||||
imptype = temperature
|
imptype = temperature
|
||||||
ip = 10.157.205.47
|
ip = 10.157.205.47
|
||||||
permlink = LT
|
|
||||||
port = 7020
|
port = 7020
|
||||||
terminator = \r\n
|
ptol = 5
|
||||||
tol = 1.0
|
terminator = \n
|
||||||
valve_tol = 2
|
ttol = 1.0
|
||||||
|
vtol = 5
|
||||||
|
|
||||||
[normal_sample_stage]
|
[normal_sample_stage]
|
||||||
desc = "This is the default sample stage configuration with xy translation and phi and chi tilt stages"
|
desc = "This is the default sample stage configuration with xy translation and phi and chi tilt stages"
|
||||||
|
@ -40,11 +40,7 @@ fileeval $cfPath(environment)/temperature/sct_lakeshore_340.tcl
|
|||||||
fileeval $cfPath(environment)/temperature/sct_ls340.tcl
|
fileeval $cfPath(environment)/temperature/sct_ls340.tcl
|
||||||
fileeval $cfPath(environment)/temperature/sct_lakeshore_370.tcl
|
fileeval $cfPath(environment)/temperature/sct_lakeshore_370.tcl
|
||||||
fileeval $cfPath(environment)/temperature/sct_lakeshore_m370.tcl
|
fileeval $cfPath(environment)/temperature/sct_lakeshore_m370.tcl
|
||||||
fileeval $cfPath(environment)/temperature/sct_mercury_base.tcl
|
fileeval $cfPath(environment)/temperature/sct_oxford_mercury.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)/temperature/sct_mercury_valve.tcl
|
||||||
fileeval $cfPath(environment)/sct_protek_common.tcl
|
fileeval $cfPath(environment)/sct_protek_common.tcl
|
||||||
fileeval $cfPath(environment)/sct_protekmm.tcl
|
fileeval $cfPath(environment)/sct_protekmm.tcl
|
||||||
|
@ -40,11 +40,7 @@ fileeval $cfPath(environment)/temperature/sct_lakeshore_340.tcl
|
|||||||
fileeval $cfPath(environment)/temperature/sct_ls340.tcl
|
fileeval $cfPath(environment)/temperature/sct_ls340.tcl
|
||||||
fileeval $cfPath(environment)/temperature/sct_lakeshore_370.tcl
|
fileeval $cfPath(environment)/temperature/sct_lakeshore_370.tcl
|
||||||
fileeval $cfPath(environment)/temperature/sct_lakeshore_m370.tcl
|
fileeval $cfPath(environment)/temperature/sct_lakeshore_m370.tcl
|
||||||
fileeval $cfPath(environment)/temperature/sct_mercury_base.tcl
|
fileeval $cfPath(environment)/temperature/sct_oxford_mercury.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)/temperature/sct_mercury_valve.tcl
|
||||||
fileeval $cfPath(environment)/sct_protek_common.tcl
|
fileeval $cfPath(environment)/sct_protek_common.tcl
|
||||||
fileeval $cfPath(environment)/sct_protekmm.tcl
|
fileeval $cfPath(environment)/sct_protekmm.tcl
|
||||||
|
@ -233,27 +233,44 @@ ip = 10.157.205.42
|
|||||||
port = 4001
|
port = 4001
|
||||||
tol = 1.0
|
tol = 1.0
|
||||||
|
|
||||||
[mercury_scpi_01]
|
[mercury_01]
|
||||||
desc = "Oxford Mercury temperature controller in Mercury mode"
|
assoc = 00000124
|
||||||
driver = "mercury_scpi"
|
cards = HHHVLTTP
|
||||||
|
desc = "Oxford Mercury temperature controller (12T)"
|
||||||
|
driver = "oxford_mercury"
|
||||||
imptype = temperature
|
imptype = temperature
|
||||||
ip = 10.157.205.5
|
ip = 10.157.205.5
|
||||||
permlink = LT
|
|
||||||
port = 7020
|
port = 7020
|
||||||
terminator = \r\n
|
ptol = 5
|
||||||
tol = 1.0
|
terminator = \n
|
||||||
valve_tol = 2
|
ttol = 1.0
|
||||||
|
vtol = 5
|
||||||
|
|
||||||
[mercury_scpi_02]
|
[mercury_02]
|
||||||
desc = "Oxford Mercury temperature controller in Mercury mode"
|
assoc = 00000124
|
||||||
driver = "mercury_scpi"
|
cards = HHTVTTTP
|
||||||
|
desc = "Oxford Mercury temperature controller (CF10)"
|
||||||
|
driver = "oxford_mercury"
|
||||||
|
imptype = temperature
|
||||||
|
ip = 10.157.205.46
|
||||||
|
port = 7020
|
||||||
|
ptol = 5
|
||||||
|
terminator = \n
|
||||||
|
ttol = 1.0
|
||||||
|
vtol = 5
|
||||||
|
|
||||||
|
[mercury_03]
|
||||||
|
assoc = 00000123
|
||||||
|
cards = HHHNNTTT
|
||||||
|
desc = "Oxford Mercury temperature controller ()"
|
||||||
|
driver = "oxford_mercury"
|
||||||
imptype = temperature
|
imptype = temperature
|
||||||
ip = 10.157.205.47
|
ip = 10.157.205.47
|
||||||
permlink = LT
|
|
||||||
port = 7020
|
port = 7020
|
||||||
terminator = \r\n
|
ptol = 5
|
||||||
tol = 1.0
|
terminator = \n
|
||||||
valve_tol = 2
|
ttol = 1.0
|
||||||
|
vtol = 5
|
||||||
|
|
||||||
[normal_sample_stage]
|
[normal_sample_stage]
|
||||||
desc = "This is the default sample stage configuration with xy translation and phi and chi tilt stages"
|
desc = "This is the default sample stage configuration with xy translation and phi and chi tilt stages"
|
||||||
|
@ -42,12 +42,7 @@ fileeval $cfPath(environment)/temperature/sct_lakeshore_340.tcl
|
|||||||
fileeval $cfPath(environment)/temperature/sct_ls340.tcl
|
fileeval $cfPath(environment)/temperature/sct_ls340.tcl
|
||||||
fileeval $cfPath(environment)/temperature/sct_lakeshore_370.tcl
|
fileeval $cfPath(environment)/temperature/sct_lakeshore_370.tcl
|
||||||
fileeval $cfPath(environment)/temperature/sct_lakeshore_m370.tcl
|
fileeval $cfPath(environment)/temperature/sct_lakeshore_m370.tcl
|
||||||
fileeval $cfPath(environment)/temperature/sct_mercury_base.tcl
|
fileeval $cfPath(environment)/temperature/sct_oxford_mercury.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_protek_common.tcl
|
||||||
fileeval $cfPath(environment)/sct_protekmm.tcl
|
fileeval $cfPath(environment)/sct_protekmm.tcl
|
||||||
fileeval $cfPath(environment)/temperature/sct_julabo_lh45_gen.tcl
|
fileeval $cfPath(environment)/temperature/sct_julabo_lh45_gen.tcl
|
||||||
|
@ -250,27 +250,44 @@ terminator = \r\n
|
|||||||
tol1 = 1.0
|
tol1 = 1.0
|
||||||
tol2 = 1.0
|
tol2 = 1.0
|
||||||
|
|
||||||
[mercury_scpi_01]
|
[mercury_01]
|
||||||
desc = "Oxford Mercury temperature controller with three temperature loops."
|
assoc = 00000124
|
||||||
driver = "mercury_base"
|
cards = HHHVLTTP
|
||||||
|
desc = "Oxford Mercury temperature controller (12T)"
|
||||||
|
driver = "oxford_mercury"
|
||||||
imptype = temperature
|
imptype = temperature
|
||||||
ip = 10.157.205.5
|
ip = 10.157.205.5
|
||||||
permlink = LT
|
|
||||||
port = 7020
|
port = 7020
|
||||||
terminator = \r\n
|
ptol = 5
|
||||||
tol = 1.0
|
terminator = \n
|
||||||
valve_tol = 2
|
ttol = 1.0
|
||||||
|
vtol = 5
|
||||||
|
|
||||||
[mercury_scpi_02]
|
[mercury_02]
|
||||||
desc = "Oxford Mercury temperature controller with four temperature loops and needle valve control"
|
assoc = 00000124
|
||||||
driver = "mercury_scpi"
|
cards = HHTVTTTP
|
||||||
|
desc = "Oxford Mercury temperature controller (CF10)"
|
||||||
|
driver = "oxford_mercury"
|
||||||
|
imptype = temperature
|
||||||
|
ip = 10.157.205.46
|
||||||
|
port = 7020
|
||||||
|
ptol = 5
|
||||||
|
terminator = \n
|
||||||
|
ttol = 1.0
|
||||||
|
vtol = 5
|
||||||
|
|
||||||
|
[mercury_03]
|
||||||
|
assoc = 00000123
|
||||||
|
cards = HHHNNTTT
|
||||||
|
desc = "Oxford Mercury temperature controller ()"
|
||||||
|
driver = "oxford_mercury"
|
||||||
imptype = temperature
|
imptype = temperature
|
||||||
ip = 10.157.205.47
|
ip = 10.157.205.47
|
||||||
permlink = LT
|
|
||||||
port = 7020
|
port = 7020
|
||||||
terminator = \r\n
|
ptol = 5
|
||||||
tol = 1.0
|
terminator = \n
|
||||||
valve_tol = 2
|
ttol = 1.0
|
||||||
|
vtol = 5
|
||||||
|
|
||||||
[normal_sample_stage]
|
[normal_sample_stage]
|
||||||
desc = "This is the default sample stage configuration"
|
desc = "This is the default sample stage configuration"
|
||||||
|
@ -48,15 +48,10 @@ fileeval $cfPath(environment)/temperature/sct_ls340.tcl
|
|||||||
fileeval $cfPath(environment)/temperature/sct_lakeshore_370.tcl
|
fileeval $cfPath(environment)/temperature/sct_lakeshore_370.tcl
|
||||||
fileeval $cfPath(environment)/temperature/sct_oxford_itc.tcl
|
fileeval $cfPath(environment)/temperature/sct_oxford_itc.tcl
|
||||||
fileeval $cfPath(environment)/temperature/sct_oxford_mercury.tcl
|
fileeval $cfPath(environment)/temperature/sct_oxford_mercury.tcl
|
||||||
fileeval $cfPath(environment)/temperature/sct_mercury_base.tcl
|
|
||||||
fileeval $cfPath(environment)/temperature/sct_mercury_temp.tcl
|
|
||||||
fileeval $cfPath(environment)/temperature/sct_mercury_pres.tcl
|
|
||||||
fileeval $cfPath(environment)/temperature/sct_mercury_level.tcl
|
|
||||||
fileeval $cfPath(environment)/temperature/sct_mercury_valve.tcl
|
|
||||||
fileeval $cfPath(environment)/temperature/west400.tcl
|
fileeval $cfPath(environment)/temperature/west400.tcl
|
||||||
fileeval $cfPath(environment)/he3/sct_he3.tcl
|
|
||||||
fileeval $cfPath(environment)/magneticField/oxford_labview.tcl
|
fileeval $cfPath(environment)/magneticField/oxford_labview.tcl
|
||||||
fileeval $cfPath(environment)/magneticField/sct_oxford12tlv.tcl
|
fileeval $cfPath(environment)/magneticField/sct_oxford12tlv.tcl
|
||||||
|
fileeval $cfPath(environment)/he3/sct_he3.tcl
|
||||||
fileeval config/load_setup.tcl
|
fileeval config/load_setup.tcl
|
||||||
fileeval log.tcl
|
fileeval log.tcl
|
||||||
publish logbook spy
|
publish logbook spy
|
||||||
|
@ -124,7 +124,6 @@ desc = "Function Generator"
|
|||||||
driver = agilent_33220A
|
driver = agilent_33220A
|
||||||
imptype = function_generator
|
imptype = function_generator
|
||||||
ip = 10.157.205.16
|
ip = 10.157.205.16
|
||||||
name = pulser
|
|
||||||
port = 5025
|
port = 5025
|
||||||
|
|
||||||
[ls336_01]
|
[ls336_01]
|
||||||
@ -235,27 +234,44 @@ terminator = \r\n
|
|||||||
tol1 = 1.0
|
tol1 = 1.0
|
||||||
tol2 = 1.0
|
tol2 = 1.0
|
||||||
|
|
||||||
[mercury_scpi_01]
|
[mercury_01]
|
||||||
desc = "Oxford Mercury temperature controller with three temperature loops."
|
assoc = 00000124
|
||||||
driver = "mercury_base"
|
cards = HHHVLTTP
|
||||||
|
desc = "Oxford Mercury temperature controller (12T)"
|
||||||
|
driver = "oxford_mercury"
|
||||||
imptype = temperature
|
imptype = temperature
|
||||||
ip = 10.157.205.5
|
ip = 10.157.205.5
|
||||||
permlink = LT
|
|
||||||
port = 7020
|
port = 7020
|
||||||
terminator = \r\n
|
ptol = 5
|
||||||
tol = 1.0
|
terminator = \n
|
||||||
valve_tol = 2
|
ttol = 1.0
|
||||||
|
vtol = 5
|
||||||
|
|
||||||
[mercury_scpi_02]
|
[mercury_02]
|
||||||
desc = "Oxford Mercury temperature controller with four temperature loops and needle valve control"
|
assoc = 00000124
|
||||||
driver = "mercury_scpi"
|
cards = HHTVTTTP
|
||||||
|
desc = "Oxford Mercury temperature controller (CF10)"
|
||||||
|
driver = "oxford_mercury"
|
||||||
|
imptype = temperature
|
||||||
|
ip = 10.157.205.46
|
||||||
|
port = 7020
|
||||||
|
ptol = 5
|
||||||
|
terminator = \n
|
||||||
|
ttol = 1.0
|
||||||
|
vtol = 5
|
||||||
|
|
||||||
|
[mercury_03]
|
||||||
|
assoc = 00000123
|
||||||
|
cards = HHHNNTTT
|
||||||
|
desc = "Oxford Mercury temperature controller ()"
|
||||||
|
driver = "oxford_mercury"
|
||||||
imptype = temperature
|
imptype = temperature
|
||||||
ip = 10.157.205.47
|
ip = 10.157.205.47
|
||||||
permlink = LT
|
|
||||||
port = 7020
|
port = 7020
|
||||||
terminator = \r\n
|
ptol = 5
|
||||||
tol = 1.0
|
terminator = \n
|
||||||
valve_tol = 2
|
ttol = 1.0
|
||||||
|
vtol = 5
|
||||||
|
|
||||||
[normal_sample_stage]
|
[normal_sample_stage]
|
||||||
desc = "This is the default sample stage configuration"
|
desc = "This is the default sample stage configuration"
|
||||||
|
Reference in New Issue
Block a user