Dear Hank:
Hello, I want to ask that the settings in my "HVPM_Sensored_Servo.h" with " Estun_EMJ_04APB22"Servo PMSM.
I found this website: https://e2e.ti.com/support/microcontrollers/c2000/f/171/t/86018.
TI's employee has solved some of my questions, but the information he provide is not complete.
These settings the employee provided are as following:
#if (USER_MOTOR == Estun_EMJ_04APB22)
#define USER_MOTOR_TYPE MOTOR_Type_Pm
#define USER_MOTOR_NUM_POLE_PAIRS (4)
#define USER_MOTOR_Rr (NULL)
#define USER_MOTOR_Rs (2.200221)
#define USER_MOTOR_Ls_d (0.008721023)
#define USER_MOTOR_Ls_q (0.008721023)
#define USER_MOTOR_RATED_FLUX (0.3846985)
#define USER_MOTOR_MAGNETIZING_CURRENT (NULL)
---------------------------------------------------------------------------------------------------------------
These settings I should modify in my program(HVPM_Sensored_Servo-settings.h):