Commit Graph

16 Commits

Author SHA1 Message Date
d18ca7b4d7 Bugfix to stop hard braking at high speeds 2022-04-10 14:16:43 +02:00
c125ba18f4 Update README.md 2022-03-06 11:33:54 +01:00
400ba284ff Moved webview to docs folder 2022-03-06 11:24:58 +01:00
526f6d395d Prepare github pages: moved webview to root 2022-03-06 11:21:46 +01:00
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
bc3b29e0a6 Added STM FOC doc 2021-01-06 17:09:56 +01:00
5a04af7231 Update README.md 2020-11-28 10:31:57 +01:00
1a8598e3d9 Update README.md 2020-11-25 20:15:24 +01:00
4ade13e801 Delete BLDCmotor_FOC_R2017b_fixdt_backup.slx 2020-11-12 22:37:41 +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
bb38ef1790 Update README.md 2020-09-01 17:51:52 +02:00
0c7b83c090 Update README.md 2020-09-01 17:44:55 +02:00
ecbf045081 Renamed 2020-09-01 17:38:47 +02:00
864a3b7729 Initial commit 2020-09-01 17:38:14 +02:00