Commit Graph

5 Commits

Author SHA1 Message Date
7a0652c62e Fix: Field weakening behavior
- fixed harsh braking when input is released quickly but the motor speed is still high
- in this case field weakening behavior follows the current speed.
2022-03-06 11:20:42 +01:00
d5b1086d2e Fixed bug
PI controller integrator is now working correctly.
2020-10-20 17:47:32 +02:00
f0b1c85465 Fixed warning 2020-10-11 21:45:04 +02:00
3c8a035b2e Updates on BLDC controller
- added possbility to switch the Control mode while motor is spinning
- added support for Cruise control: activated by b_cruiseCtrlEna, where the target to set is n_cruiseMotTgt. (Needs small aditional handling on the application firmware to set the n_cruiseMotTgt properly to the current operation speed, immediately after activation via b_cruiseCtrlEna).
- extended Phase current measurements z_selPhaCurMeasABC : {iA,iB} = 0; {iB,iC} = 1; {iA,iC} = 2
- added interface for external motor angle measurement from as sensor, e.g., encoder. The selection can be done via b_angleMeasEna.
2020-10-11 20:58:03 +02:00
ecbf045081 Renamed 2020-09-01 17:38:47 +02:00