dryrex: state as of 2026-05-27
This commit is contained in:
+32
-23
@@ -23,15 +23,24 @@ config listen 1
|
||||
# lsc_loop set -loop 1 -channel B -maxheater 25W -resist 25Ohm
|
||||
#}
|
||||
|
||||
# Configuration for braid thermal conductivity measurements:
|
||||
# Configuration for squid testing:
|
||||
makenv tt -driver [lsdriver] {
|
||||
lsc_sensor CR2 A -sensor X148903 -sensorname CR2
|
||||
#lsc_sensor ts B -sensor X68433 -sensorname platform
|
||||
lsc_sensor SR2 C -sensor X148906 -sensorname SR2
|
||||
lsc_sensor CZ2 D -sensor X142474 -sensorname CZ2
|
||||
lsc_loop set -loop 1 -channel C -maxheater 25W -loopname braid -resist 81Ohm
|
||||
lsc_sensor tm B -sensor X154360 -sensorname coldhead
|
||||
lsc_sensor ts A -sensor X219231 -sensorname sample
|
||||
# lsc_sensor SR2 C -sensor X148906 -sensorname SR2
|
||||
# lsc_sensor CZ2 D -sensor X142474 -sensorname CZ2
|
||||
lsc_looxp set -loop 1 -channel B -maxheater 25W -loopname coldhead -resist 81Ohm
|
||||
}
|
||||
|
||||
# Configuration for braid thermal conductivity measurements:
|
||||
#makenv tt -driver [lsdriver] {
|
||||
# lsc_sensor CR2 A -sensor X148903 -sensorname CR2
|
||||
# #lsc_sensor ts B -sensor X68433 -sensorname platform
|
||||
# lsc_sensor SR2 C -sensor X148906 -sensorname SR2
|
||||
# lsc_sensor CZ2 D -sensor X142474 -sensorname CZ2
|
||||
# lsc_loop set -loop 1 -channel C -maxheater 25W -loopname braid -resist 81Ohm
|
||||
#}
|
||||
|
||||
tt set/limit 315
|
||||
tt set/prop 15
|
||||
tt set/integ 10
|
||||
@@ -40,15 +49,15 @@ catch {
|
||||
}
|
||||
|
||||
# Add second LakeShore (LS336)
|
||||
makenv ttb -driver 336_lsc -port lollypop-ls:7777 {
|
||||
#makenv ttb -driver 336_lsc -port lollypop-ls:7777 {
|
||||
# Choose which brad is connecter and change the corresponding thermomemter calibration (copy from the top LakeShore 340)
|
||||
lsc_sensor PLAT A -sensor X68433 -sensorname platform
|
||||
lsc_loop set -loop 1 -channel A -maxheater 25W -resist 25Ohm -loopname platform -color green
|
||||
}
|
||||
# lsc_sensor PLAT A -sensor X68433 -sensorname platform
|
||||
# lsc_loop set -loop 1 -channel A -maxheater 25W -resist 25Ohm -loopname platform -color green
|
||||
#}
|
||||
|
||||
ttb set/prop 25
|
||||
ttb set/integ 20
|
||||
ttb dblctrl/int2 100
|
||||
#ttb set/prop 25
|
||||
#ttb set/integ 20
|
||||
#ttb dblctrl/int2 100
|
||||
|
||||
|
||||
|
||||
@@ -56,19 +65,19 @@ if {0} {
|
||||
|
||||
# lakeshore 370
|
||||
|
||||
makenv tx -driver 370_lsc {
|
||||
lsc_sensor Exhaust 1 pt1000e
|
||||
# makenv tx -driver 370_lsc {
|
||||
# lsc_sensor Exhaust 1 pt1000e
|
||||
# lsc_sensor Shield1top 2 pt1000e
|
||||
lsc_sensor Shield1bot 3 pt1000e
|
||||
lsc_sensor VTI 4 x68433
|
||||
lsc_sensor Sample 7 x75610
|
||||
# lsc_sensor Shield1bot 3 pt1000e
|
||||
# lsc_sensor VTI 4 x68433
|
||||
# lsc_sensor Sample 7 x75610
|
||||
#please set sample Thermpmeter to the real calib
|
||||
GraphAdd tx.Exhaust K Stage2PT yellow
|
||||
# GraphAdd tx.Exhaust K Stage2PT yellow
|
||||
# GraphAdd tx.Shield1top K Shield1_top orange
|
||||
GraphAdd tx.Shield1bot K Shield1_bot cyan
|
||||
GraphAdd tx.VTI K VTI_HX orange
|
||||
GraphAdd tx.Sample K Sample_T black
|
||||
}
|
||||
# GraphAdd tx.Shield1bot K Shield1_bot cyan
|
||||
# GraphAdd tx.VTI K VTI_HX orange
|
||||
# GraphAdd tx.Sample K Sample_T black
|
||||
# }
|
||||
|
||||
}
|
||||
#debug tx
|
||||
|
||||
+24
-17
@@ -16,7 +16,7 @@ config listen 1
|
||||
# change X77456 for X154360 when calibration exists
|
||||
|
||||
## Configuration for attocube testing:
|
||||
#makenv tt -driver [lsdriver] {
|
||||
#makenv tt -driver [lsdriver] { #Lakeshore340 configuration for Rio
|
||||
# lsc_sensor tm A -sensor X71741 -sensorname top
|
||||
# lsc_sensor ts B -sensor X68433 -sensorname bottom
|
||||
# lsc_sensor tc C -sensor X154360 -sensorname middle
|
||||
@@ -24,25 +24,30 @@ config listen 1
|
||||
#}
|
||||
|
||||
# Configuration for braid thermal conductivity measurements:
|
||||
makenv tt -driver [lsdriver] {
|
||||
lsc_sensor ts B -sensor X154360 -sensorname stage2
|
||||
lsc_loop set -loop 1 -channel B -maxheater 25W -loopname braid -resist 50Ohm
|
||||
}
|
||||
#makenv tt -driver [lsdriver] {
|
||||
# lsc_sensor tm B -sensor X154360 -sensorname stage2
|
||||
# lsc_sensor ts A -sensor X219231 -sensorname sample
|
||||
# lsc_loop set2 -loop 1 -channel B -maxheater 23W -loopname stage2 -resist 25Ohm
|
||||
# lsc_loop set -loop 2 -channel A -maxheater 1W -loopname sample -resist 130Ohm
|
||||
#}
|
||||
|
||||
tt set/limit 315
|
||||
tt set/prop 15
|
||||
tt set/integ 10
|
||||
catch {
|
||||
enableTable 0
|
||||
}
|
||||
#catch {
|
||||
# tt set/limit 315
|
||||
#}
|
||||
#tt set/prop 10
|
||||
#tt set/integ 200
|
||||
#catch {
|
||||
# enableTable 0
|
||||
#}
|
||||
|
||||
|
||||
makenv tx -driver 370_lsc {
|
||||
lsc_sensor S1 -channel 1 -sensor ruox002
|
||||
lsc_sensor S2 -channel 3 -sensor ruox001
|
||||
#please set sample Thermpmeter to the real calib
|
||||
GraphAdd tx.S1 K S1 yellow
|
||||
GraphAdd tx.S2 K S2 cyan
|
||||
makenv tx -driver 370_lsc {
|
||||
lsc_sensor c1 -channel 1 -sensor X219231
|
||||
lsc_sensor c5 -channel 5 -sensor X154360
|
||||
lsc_loop set -channel 1 -maxheater 100mA -resist 130
|
||||
#please set sample Thermpmeter to the real calib
|
||||
# GraphAdd tx.S1 K S1 yellow
|
||||
# GraphAdd tx.S2 K S2 cyan
|
||||
}
|
||||
|
||||
|
||||
@@ -61,4 +66,6 @@ GraphAdd cp2800.low_side_p_min psi Low_psi_min green
|
||||
GraphAdd cp2800.low_side_p_max psi Low_psi_max dark_green
|
||||
|
||||
|
||||
makenv p -driver pfeiffertpg -port ldmse3-ts:3016
|
||||
GraphAdd p mbar Vacuum
|
||||
|
||||
|
||||
Reference in New Issue
Block a user