ma6: no 2nd stick sensor, ilm

This commit is contained in:
2023-05-23 18:03:43 +02:00
parent accdb8a804
commit 010a5e1bbf
4 changed files with 14 additions and 1 deletions

View File

@ -17,6 +17,7 @@ makenv tt -driver [lsdriver] {
#tt set/limit 310
makeCCU4 ma6 nv he_ilm
hupdate /nv/set 1.2
makeN2Fill ccu4ilm {
ln2fill lowlevel 10
@ -36,3 +37,12 @@ if {[result instrument] eq "tasp"} {
makeIlm -channels 2 -port ma6-ts:3001
makeHePump
makenv table -driver table /tt/tm {
"tt set/prop" "50:50 300:20 400:10"
"tt set/integ" "10:50 50:20 300:5"
"tt dblctrl/int2" "10:10 50:100 300:600 400:1200"
"tt dblctrl/prop_up" "20:0.1 50:0.4"
"tt dblctrl/prop_lo" "20:0.1 50:0.8"
}

View File

@ -1,3 +1,4 @@
stickDesc = standard MA6 stick
stick_sensors x63161 undefined
# stick_sensors x63161 x63163

View File

@ -14,3 +14,5 @@ if [catch {
} msg] {
clientput $msg
}
GraphAdd tt.dout 1 heater_switch

View File

@ -1825,7 +1825,7 @@ clientput "CONFIG $device/$stick/$addons"
}
}
if {$found_stick == 0 && [llength $bad_sticks] > 0} {
hupdate /tt/status "stick seems not to be $devstk (may be $bad_sticks?)"
# hupdate /tt/status "stick seems not to be $devstk (may be $bad_sticks?)"
} elseif {[string match "stick *" [hvali /tt/status]]} {
hupdate /tt/status ""
}