This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Dear C2000 team,
I'm ready to use F28034 to run PMSM motor based on the HVMotorCtrl+PfcKit_v2.1. And I found the project in the below project:
C:\ti\controlSUITE\development_kits\HVMotorCtrl+PfcKit_v2.1\HVPM_Enhanced_Sensorless_2803x
1. But I don't fully understand what some of parameters mean? Can you please help me understand how to get the below parameters?
// Define the electrical motor parametes (Estun Servomotor)
#define RS 2.35 // Stator resistance (ohm)
#define RR // Rotor resistance (ohm)
#define LS 0.0065 // Stator inductance (H)
#define LR // Rotor inductance (H)
#define LM // Magnatizing inductance (H)
#define POLES 8 // Number of poles
// Define the base quantites
#define BASE_VOLTAGE 236.14 // Base peak phase voltage (volt), Vdc/sqrt(3)
#define BASE_CURRENT 10 // Base peak phase current (amp), Max. measurable peak curr.
#define BASE_TORQUE // Base torque (N.m)
#define BASE_FLUX // Base flux linkage (volt.sec/rad)
#define BASE_FREQ 200 // Base electrical frequency (Hz)
#define BASE_FREQ 200 // Base electrical frequency (Hz)
2. If I would like to make my PMSM motor running, what parameter should I changed? Is there any document which can help me? Thanks...
Regards,
Jack
Hi Sean,
Yes, I have read this document. Since my motor and boards are different with EVM, and I didn't found anything from this document that mention how to get those parameters as in the first post. Can you please help on this?
And there is no PWMDAC in my boards, did you still recommend me to do this from LEVEL 1 to 7? Is there any other suggestion?
Regards,
Jack