improve nv settings

- bigger toleance by default
- nv set 1 by default
This commit is contained in:
2022-10-07 14:28:07 +02:00
parent 6a16801b6d
commit 2b6c73cf54
3 changed files with 5 additions and 4 deletions

View File

@ -41,7 +41,7 @@ proc stdConfig::ccu4flow {args} {
node flow upd -secop=nvflow node flow upd -secop=nvflow
node set out node set out
default 2.0 default 1.0
prop check ccu4flow::checkset prop check ccu4flow::checkset
prop write stdSct::complete prop write stdSct::complete
prop label "flow set" prop label "flow set"
@ -89,11 +89,11 @@ proc stdConfig::ccu4flow {args} {
node hystpulse_c par 0 node hystpulse_c par 0
prop help {motor pulse to overcome hysteresis when closing} prop help {motor pulse to overcome hysteresis when closing}
node tol par 0.1 node tol par 0.25
prop label tolerance prop label tolerance
prop help {valid below 3 mbar} prop help {valid below 3 mbar}
node tolhigh par 0.2 node tolhigh par 0.5
prop label tol. above 4 prop label tol. above 4
prop help {valid above 4 mbar} prop help {valid above 4 mbar}

View File

@ -12,6 +12,6 @@ makenv tt -driver [lsdriver] {
} }
tt set/limit 310 tt set/limit 310
makeCCU4 ill2 nv n2 he makeCCU4 ill2 nv n2 he
hupdate /nv/set 2.0 hupdate /nv/set 1.0
source std_orange.table source std_orange.table

View File

@ -11,6 +11,7 @@ makenv tt -driver [lsdriver] {
} }
tt set/limit 310 tt set/limit 310
makeCCU4 ill5 nv n2 he makeCCU4 ill5 nv n2 he
nv set 1
source maxi_orange.table source maxi_orange.table