Files
sea/tcl/fi_tk.config
2022-08-18 15:04:28 +02:00

54 lines
1.1 KiB
Plaintext

deviceDesc = ILL furnace with type K stick and new FI control
makenv tt -driver fictrl -port ldm-fi-ts:3001 {
voltscale 17.8
min_resist 0.02
max_resist 0.05
current_offset -1.11
voltage_offset 0.05
}
defineTemperature tt
#GraphAdd tt.t1 K T1
#GraphAdd tt.t2 K T2
GraphAdd tt.t3 K T3
GraphAdd tt.t4 K T4
GraphAdd tt.target K T_set
GraphAdd tt.t3.raw mV V3
GraphAdd tt.t4.raw mV V4
#GraphAdd tt.t3.raw mV V3
#GraphAdd tt.t4.raw mV V4
#GraphAdd tt.tref K_2
#GraphAdd tt.tout K_2
GraphAdd tt.power W power
GraphAdd tt.htr % htr
GraphAdd tt.resist Ohm resist
GraphAdd pv mbar p_vac
#GraphAdd tt.s1 i s1
#GraphAdd tt.s2 i s2
#GraphAdd tt.cool i cool
GraphAdd tt.slope K/min
GraphAdd tt.sramp K/min
#GraphAdd tt.powerset W
#GraphAdd tt.powerprop W
GraphAdd tt.maxpower W
#tt t1/curve type-c
#tt t2/curve type-c
tt t3/curve type-k
tt t4/curve type-k
tt ctrlchan 3
tt ramp 99
makenv pv -driver pfeiffertpg -port ldm-fi-ts:3002
makenv table -driver table /tt/t3 {
"tt smooth" "300:500 400:160 500:120 700:60 1000:30"
"tt prop" "300:12 500:6 700:3 1000:3"
"tt int" "300:40 500:20 700:10 1000:10"
"tt maxpower" "300:150 500:200 1000:500 1400:2000 1800:3000"
}