haake: make 2 versions depending on extra T sensor
This commit is contained in:
@ -5,8 +5,8 @@ catch {
|
|||||||
th unit C
|
th unit C
|
||||||
th upperlimit 70
|
th upperlimit 70
|
||||||
th lowerlimit -5
|
th lowerlimit -5
|
||||||
|
th with2sensors 0
|
||||||
}
|
}
|
||||||
defineTemperature th
|
defineTemperature th
|
||||||
appendVars th/K/Bath_T/1 th.set/K/Bath_Set/2
|
appendVars th/K/Bath_T/1 th.set/K/Bath_Set/2
|
||||||
appendVars th.t2/K/Sample_T/3
|
|
||||||
|
|
||||||
|
13
tcl/haake2.config
Normal file
13
tcl/haake2.config
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
deviceDesc = Haake Phoenix P1 thermostat + extra T sensor
|
||||||
|
|
||||||
|
makeHaake
|
||||||
|
catch {
|
||||||
|
th unit C
|
||||||
|
th upperlimit 70
|
||||||
|
th lowerlimit -5
|
||||||
|
th with2sensors 1
|
||||||
|
}
|
||||||
|
defineTemperature th
|
||||||
|
appendVars th/K/Bath_T/1 th.set/K/Bath_Set/2
|
||||||
|
appendVars th.t2/K/Sample_T/3
|
||||||
|
|
Reference in New Issue
Block a user