diff --git a/tcl/Bernina_cryochamber.config b/tcl/Bernina_cryochamber.config index be62bae..c950e89 100644 --- a/tcl/Bernina_cryochamber.config +++ b/tcl/Bernina_cryochamber.config @@ -1,7 +1,7 @@ deviceDesc = Bernina cryochamber makenv tt -driver 336_lsc { - lsc_sensor ta A -sensor X71737 -sensorname Cernox + lsc_sensor ta A -sensor X189666 -sensorname Cernox lsc_sensor tb B -sensor dt-670 -sensorname Diode lsc_loop set -loop 1 -channel A -maxheater 0.7A -resist 27Ohm -color green } diff --git a/tcl/ls370.addon b/tcl/ls370.addon index fc9d050..fdc3dbd 100644 --- a/tcl/ls370.addon +++ b/tcl/ls370.addon @@ -1,8 +1,8 @@ addonDesc = "lsc 370 resistance bridge" makenv res -driver 370_lsc { - lsc_sensor s1 -channel 1 -sensor raw -excitation 10uA - lsc_sensor s2 -channel 2 -sensor raw -excitation 10uA + lsc_sensor s1 -channel 1 -sensor raw -excitation 20uV + lsc_sensor s2 -channel 3 -sensor raw -excitation 20uV } GraphAdd res.s1 Ohm R1 diff --git a/tcl/ls372sc.addon b/tcl/ls372sc.addon index 4b7e15c..c969a48 100644 --- a/tcl/ls372sc.addon +++ b/tcl/ls372sc.addon @@ -3,13 +3,20 @@ addonDesc = additional LakeShore 372 #-sensor abs: converted value will be absolute value (-sensor raw does respect sign) makenv ls_dilsc -driver 372_lsc -port dilsc-ls2.psi.ch:7777 { - lsc_sensor plato 7 -sensor QT2-PS1_RuO -excitation 20uV -filter 1 -dwell 3 + # LiErF4 puck CHA + lsc_sensor reg A -sensor U08127 -excitation 20uV -filter 1 -dwell 3 + # LiErF4 puck CH7 + lsc_sensor plato 7 -sensor U08905 -excitation 20uV -filter 1 -dwell 3 + # LiErF4 puck CH8 + lsc_sensor chip 8 -sensor T_chip_2025-04-08 -excitation 20uV -filter 1 -dwell 3 + + #lsc_sensor plato 7 -sensor QT2-PS1_RuO -excitation 20uV -filter 1 -dwell 3 #MWpuck #lsc_sensor chip 2 -sensor 2023-BC1_2 -excitation 20uV -filter 1 -dwell 3 #lsc_sensor chip 8 -sensor 2024-BC1-V2 -excitation 20uV -filter 1 -dwell 3 #lsc_loop heater_plato -loop 0 -channel 1 -maxheater 10mA -resist 320 -loopname plato #lsc_sensor plato 8 -sensor U08910 -excitation 20uV -filter 1 -dwell 3 - lsc_sensor puck A -sensor U08127 -excitation 20uV -filter 1 -dwell 3 - lsc_loop heater_plato -loop 0 -channel A -maxheater 10mA -resist 84 -loopname plato + #lsc_sensor reg A -sensor U08833 -excitation 20uV -filter 1 -dwell 3 #MW puck + lsc_loop heater_plato -loop 0 -channel A -maxheater 10mA -resist 28 -loopname plato } GraphAdd ls_dilsc.plato.raw Ohm T_plato.raw