initial commit
This commit is contained in:
27
tcl/ft.config
Normal file
27
tcl/ft.config
Normal file
@ -0,0 +1,27 @@
|
||||
deviceDesc = tantalum furnace (1400 K)
|
||||
|
||||
defineTemperature tt
|
||||
|
||||
makenv tt -driver 340_lsc -port @lsc340a {
|
||||
lsc_sensor ts C -sensor type-k -sensorname sample -alarm 1405
|
||||
lsc_sensor tm D -sensor type-k -sensorname t2 -alarm 1405
|
||||
lsc_sensor te B -sensor rhfe4140 -sensorname outer -alarm 373
|
||||
lsc_sensor p A -sensor vacuum -sensorname vacuum
|
||||
lsc_loop set -loop 1 -channel C -maxheater 0.05A -resist 1000Ohm -linearpower 3000
|
||||
#powfact 2213, linearpower
|
||||
}
|
||||
|
||||
GraphAdd tt.set.reg K T_reg auto
|
||||
|
||||
catch {
|
||||
tt set/prop 1
|
||||
tt set/integ 5
|
||||
tt set/ramp 10
|
||||
tt set/limit 1400
|
||||
}
|
||||
|
||||
|
||||
makenv table -driver table /tt/tm {
|
||||
"tt set/prop" "300:1 1400:10"
|
||||
"tt set/integ" "300:5 1400:5"
|
||||
}
|
Reference in New Issue
Block a user