2021-05-11 12:10 PM
We are using STM32F301 micro along with 5.4.4 motor control SDK. We found that at different speeds we get different power measurments for the same amount of power output of the motor.
Is this due to the fact that PQD_CalcElMotorPower() does not use power factor for calculating power?
In our user code we are using MPM_GetAvrgElMotorPowerW(pMCT->pMPM) to limit the output power of the motor and this is not working properly because of the accuracy of the power measurement at different speeds of the motor.
2021-05-25 01:41 AM
Dear @SAkki.1
Just in case, could you try wit the last STM32 MC SDK version?
Best regards
==
Laurent Ca...
2021-05-25 09:41 AM
The power calculation function did not change in the 5.Y.1 version (5.6 SDK). Not sure if the calculation error will improve with new SDK. Will check when possible.