主题中讨论的其他部件:MOTORWARE, DRV8323,DRV8305 , LAUNCHXL-F2.8027万F
我正在尝试识别一个小的8极电机,LS估计值似乎很低。
我使用的是为DRV8323提供的汽车软件,并且对用户唯一的更改。H是我增加了PWM频率和PWM信号,如下所示。
#define user_PWM_FREQ_kHz (60.0)
#define user_NUM_PWM_TICS_PER_ISR_TICK (3)
我还将0.1uF电容器焊接到 DRV8323板上的位置C9,C10和C11上。
以下是识别过程中的估计值和电机设置。
#Elif (user_motor == My_Motor)
#define user_motor_type motor_Type_pm
#define user_motor_NUM_pole_pairs (4)
#define user_motor_rr (空)
#define user_motor_Rs (0.0433574989)
#define user_motor_ls_d (4.1068.8497万e-12)
#define user_motor_ls_q (4.1068.8497万e-12)
#define user_motor_rated流量(0.0112582613)
#define user_motor_magniting_current (空)
#define user_motor_RES_EST_Current (3.0)(#define user_motor_RES_EST_
#define user_motor_IND_EST_current (1.5)
#define user_motor_MAX_current (20.0)
#define user_motor_flue_EST_FREQ_Hz (40.0)
我使用 LCR仪表在 电动机的两个相位之间测量1kHz时的140 uh。
我用欧姆表测量两相之间的0.3 欧姆。
只是想知道BOOSTXL-DRV8323RS是否需要任何其他更改才能在我的应用程序中正常工作,或者是否有人对该主板有任何问题。