initial commit
This commit is contained in:
17
tcl/fs.config
Normal file
17
tcl/fs.config
Normal file
@ -0,0 +1,17 @@
|
||||
deviceDesc = small furnace
|
||||
|
||||
defineTemperature tt
|
||||
|
||||
makenv tt -driver 340_lsc -port @lsc340a {
|
||||
lsc_sensor ts C -sensor type-k -sensorname sample -alarm 800
|
||||
lsc_sensor tm D -sensor type-k -sensorname main -alarm 800
|
||||
lsc_loop set -loop 1 -channel D -maxheater 100W -resist 25Ohm
|
||||
}
|
||||
|
||||
GraphAdd tt.set.reg K T_reg auto
|
||||
|
||||
catch {
|
||||
tt set/prop 10
|
||||
tt set/integ 5
|
||||
tt set/limit 800
|
||||
}
|
Reference in New Issue
Block a user