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:
@ -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
|
||||
|
@ -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"
|
||||
|
Reference in New Issue
Block a user