initial commit
This commit is contained in:
26
tcl/haakeuro2.config
Normal file
26
tcl/haakeuro2.config
Normal file
@@ -0,0 +1,26 @@
|
||||
deviceDesc = Haake thermostat + Eurotherm controller + LakeShore 336
|
||||
|
||||
makeHaake haake 0
|
||||
catch {
|
||||
th upperlimit 70
|
||||
th lowerlimit -5
|
||||
th unit C
|
||||
}
|
||||
clientput X
|
||||
appendVars th/C/Bath_T/4 th.set/C/Bath_Set/5
|
||||
|
||||
# defineTemperature tt
|
||||
makenv tt -driver [lsdriver] {
|
||||
lsc_sensor ts C -sensor type-k -sensorname main
|
||||
}
|
||||
appendVars tt.ts/K/Sample_T
|
||||
|
||||
makeEuro te control
|
||||
catch {
|
||||
te upperlimit 999.9
|
||||
}
|
||||
defineTemperature te
|
||||
|
||||
appendVars te/C/Euro_T/3 te.workset/C/Euro_Set/2 te.output/%/Euro_Htr/1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user