fftf: add coding and fix pt1000 curve

it seems pt-1000 does not work as a calib. use pt1000e instead
This commit is contained in:
l_samenv
2024-08-21 17:36:37 +02:00
parent c798f6b6c1
commit 27c4a2348e
2 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@ LOLLYP fa 550 200
HE3ANN h 38 105 95 460 HE3ANN h 38 105 95 460
MANGO fh 550 200 95 88 MANGO fh 550 200 95 88
HEOX 0.1 fo 459 250 HEOX 0.1 fo 459 250
FFTF fNH FFTF 2,2 fNH
MB11 NH MB11 NH
HALFLOW f HALFLOW f
LEMFLOW f LEMFLOW f

View File

@ -4,7 +4,7 @@ defineTemperature tt
makenv tt -driver [lsdriver] { makenv tt -driver [lsdriver] {
lsc_sensor ts A -sensor pt100e -sensorname sample -alarm 700 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 lsc_loop set -loop 1 -channel A -maxheater 0.05A -resist 100Ohm -linearpower 75 -mout 15
} }