Hi
I started to play around with the Boost lately and notice the Solenoid DC% does not follow the base table even though there are no corection active at that moment.
In the log the Solenoid DC is reported as 33.4% when from the table it is 29.3%
What could cause it?
Hi,
look at the help description for Control:
The base table does not define the duty cycle directly, but the percentage of the configured duty cycle range in Min and Max.
Let’s make the calculations of this case:
control * (DCmax - DCmin) + DCmin = (29.3 / 100) * (90 - 10) + 10 = 33,44
Understood!
Thank you!