ma15: fix lambda output range (must be inversed)

This commit is contained in:
l_samenv
2023-08-28 15:32:23 +02:00
parent f59b44953c
commit 42784f5930

View File

@ -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