fix he vessel reading when using ILM

- add he_ilm to ma6.config
- add new hem0 and hfu0 settings for vessel in ccu4make
This commit is contained in:
2022-11-14 14:46:14 +01:00
parent 8e208aea4b
commit c883fc1201
2 changed files with 7 additions and 1 deletions

View File

@ -16,7 +16,7 @@ makenv tt -driver [lsdriver] {
#tt set/limit 310
makeCCU4 ma6 nv
makeCCU4 ma6 nv he_ilm
hupdate /nv/set 1.2
makeN2Fill ccu4ilm {
ln2fill lowlevel 10

View File

@ -89,6 +89,12 @@ proc makeCCU4 {args} {
}
he_ilm {
makenv hefill -driver ccu4ext he lev
set vessel [silent 0 result instconfig hevessel]
if {$vessel ne "0"} {
catch {cc hea 1}
catch {cc hem0 475}
catch {cc hfu0 0}
}
GraphAdd lev % He_Level brown
GraphAdd cc.h0 % HeVessel blue
hsetprop /hefill fast_cmd "lev mode 1\ncc hf 1"