Other Parts Discussed in Thread: CONTROLSUITE
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