From a8036d6771d4ca08f6dffad5ef1f04af5f4a1599 Mon Sep 17 00:00:00 2001 From: Marek Bartkowiak Date: Wed, 26 Nov 2025 11:27:33 +0100 Subject: [PATCH] changed calibs for the thermometers --- tcl/thermalcond.stick | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/tcl/thermalcond.stick b/tcl/thermalcond.stick index d7fa3aa..10d014f 100644 --- a/tcl/thermalcond.stick +++ b/tcl/thermalcond.stick @@ -1,17 +1,25 @@ stickDesc = 50 mm thermal conductivity stick, version with standard lsc370 driver -stick_sensors x200047 none - - +stick_sensors x00290 none makenv res -driver 370_lsc { - lsc_sensor s1 -channel 1 -sensor x200037 -excitation 200uV - lsc_sensor s2 -channel 2 -sensor x200044 -excitation 200uV - lsc_sensor s3 -channel 3 -sensor x200038 -excitation 200uV - lsc_sensor s4 -channel 4 -sensor x200048 -excitation 200uV - lsc_sensor s5 -channel 5 -sensor x200047 -excitation 200uV + lsc_sensor s1 -channel 1 -sensor x00444 -excitation 200uV + lsc_sensor s2 -channel 2 -sensor x00461 -excitation 200uV + lsc_sensor s3 -channel 3 -sensor x00747 -excitation 200uV + lsc_sensor s4 -channel 4 -sensor x00446 -excitation 200uV } +### configuration for the 1st Corbino (2023-2024) +#stick_sensors x200047 none +# +#makenv res -driver 370_lsc { +# lsc_sensor s1 -channel 1 -sensor x200037 -excitation 200uV +# lsc_sensor s2 -channel 2 -sensor x200044 -excitation 200uV +# lsc_sensor s3 -channel 3 -sensor x200038 -excitation 200uV +# lsc_sensor s4 -channel 4 -sensor x200048 -excitation 200uV +# lsc_sensor s5 -channel 5 -sensor x200047 -excitation 200uV +#} + GraphAdd res.s1 K R1 GraphAdd res.s2 K R2 GraphAdd res.s3 K R3 @@ -21,4 +29,3 @@ GraphAdd res.s5 K R5 res autoscan/interval 15 res autoscan/pause 5 res autoscan/dwell 5 -