EFeru / hoverboard-firmware-hack-FOC

With Field Oriented Control (FOC)
GNU General Public License v3.0
1.11k stars 922 forks source link

What is inside bldc model #10

Closed AntumArk closed 4 years ago

AntumArk commented 4 years ago

Hello,

Is there a way to take a look what is inside BLDC model plant? (mexw64 file)

EFeru commented 4 years ago

Yes, it is possible if you have Matlab, you just need to open BLDCmotorControl_FOC_R2017b_fixdt.slx. At the moment I did not create a webview from the whole model, only the BLDC_Controller itself. If you are interested about the motor model, I use the one available in Matlab. This one: https://nl.mathworks.com/help/physmod/sps/powersys/ref/permanentmagnetsynchronousmachine.html

Does this answer your question?

AntumArk commented 4 years ago

Yes, thank you!