ma15: fix lambda output range (must be inversed)
This commit is contained in:
@ -48,8 +48,9 @@ makenv tcoil -driver mom -port ma15-ts:3003 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
makeLPR lpr lnv ma15-ts:3004 "/tcoil/tb /tcoil/ta /tcoil/tc /tcoil/td"
|
makeLPR lpr lnv ma15-ts:3004 "/tcoil/tb /tcoil/ta /tcoil/tc /tcoil/td"
|
||||||
lpr outmin 12
|
# outmax must be lower than outmin as a lower T means higher flow (inversed from typical T control)
|
||||||
lpr outmax 35
|
lpr outmax 12
|
||||||
|
lpr outmin 35
|
||||||
lpr prop 0.5
|
lpr prop 0.5
|
||||||
lpr int 600
|
lpr int 600
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user