make nv flow ctrl more conservative
- reduce prop_o / prop_c - increase Tmin from 1.5 to 10 (for autoflow)
This commit is contained in:
@ -59,10 +59,10 @@ proc stdConfig::ccu4flow {args} {
|
||||
prop label status
|
||||
prop width 40
|
||||
|
||||
node prop_o par 0.1
|
||||
node prop_o par 0.05
|
||||
prop help {prop [sec/mbar] when opening. above 4 mbar a 10 times lower value is used}
|
||||
|
||||
node prop_c par 0.05
|
||||
node prop_c par 0.03
|
||||
prop help {prop [sec/mbar] when closing. above 4 mbar a 10 times lower value is used}
|
||||
|
||||
node deriv_o par 30
|
||||
|
@ -151,7 +151,7 @@ proc flow::make {{getT flow::tmts} {getS "result tt tr"} {getF "result nv flow"}
|
||||
node difRange par 7
|
||||
node flowSize par 10
|
||||
node convTime par 30
|
||||
node Tmin par 1.5
|
||||
node Tmin par 10
|
||||
node script -text par "flow::task"
|
||||
prop width 24
|
||||
node getTemp -text par "$getT"
|
||||
|
Reference in New Issue
Block a user