40 lines
669 B
Plaintext
40 lines
669 B
Plaintext
deviceDesc = 5T System (1975)
|
|
device stick_menu "dilmango dilRDR5 dilRDR2 dilRDRN"
|
|
|
|
makenv temp -driver 370_lsc {
|
|
lsc_sensor main -channel 1 -sensor manual -excitation 10uA
|
|
}
|
|
|
|
GraphAdd temp.main K T
|
|
GraphAdd temp.main.raw Ohm R
|
|
|
|
# levelmeter
|
|
makeCCU4 mango he
|
|
|
|
hefill minfillminutes 1
|
|
hefill maxfillminutes 10
|
|
hefill undershoot 50
|
|
|
|
cc hts 40
|
|
cc htf 10
|
|
cc hfu 200
|
|
cc hem 550
|
|
|
|
# 250 l vessel:
|
|
cc hem0 720
|
|
|
|
GraphAdd hefill.smooth % smooth
|
|
|
|
if {0} { # magnet manually
|
|
|
|
makenv mf -driver smc -port Prologix-00-21-69-01-19-57:1234
|
|
mf gen/profile 5:1
|
|
mf gen/profile_training 5:1
|
|
GraphAdd mf T mf
|
|
GraphAdd mf.smc.leads_set T mf_set
|
|
GraphAdd mf.smc.leads_meas T mf_cur
|
|
|
|
}
|
|
|
|
|