From 27c4a2348e567380102ac9b1f0b2f569ceeb8422 Mon Sep 17 00:00:00 2001 From: l_samenv Date: Wed, 21 Aug 2024 17:36:37 +0200 Subject: [PATCH] fftf: add coding and fix pt1000 curve it seems pt-1000 does not work as a calib. use pt1000e instead --- tcl/config/ccu4device.list | 2 +- tcl/fftf.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tcl/config/ccu4device.list b/tcl/config/ccu4device.list index 5c032db..aaab5d3 100644 --- a/tcl/config/ccu4device.list +++ b/tcl/config/ccu4device.list @@ -60,7 +60,7 @@ LOLLYP fa 550 200 HE3ANN h 38 105 95 460 MANGO fh 550 200 95 88 HEOX 0.1 fo 459 250 -FFTF fNH +FFTF 2,2 fNH MB11 NH HALFLOW f LEMFLOW f diff --git a/tcl/fftf.config b/tcl/fftf.config index 8e670ff..e8bc028 100644 --- a/tcl/fftf.config +++ b/tcl/fftf.config @@ -4,7 +4,7 @@ defineTemperature tt makenv tt -driver [lsdriver] { lsc_sensor ts A -sensor pt100e -sensorname sample -alarm 700 - lsc_sensor tm B -sensor pt-1000 -sensorname body -alarm 320 + lsc_sensor tm B -sensor pt1000e -sensorname body -alarm 320 lsc_loop set -loop 1 -channel A -maxheater 0.05A -resist 100Ohm -linearpower 75 -mout 15 }