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

54 lines
1.1 KiB
Plaintext

deviceDesc = FI control (new FI control from valentin)
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.t1.raw mV V1
GraphAdd tt.t2.raw mV V2
#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 2
tt ramp 99
makenv pv -driver pfeiffertpg -port ldm-fi-ts:3002
makenv table -driver table /tt/t1 {
"tt smooth" "300:500 400:160 500:120 700:60 1000:30"
"tt prop" "300:6 500:3 700:1.5 1000:1"
"tt int" "300:40 500:20 700:10 1000:10"
"tt maxpower" "300:150 500:200 1000:500 1400:2000 1800:3000"
}