Dear,
This is beginner level question.
I'm using following environment to control my AC Inductive motor:
1) Driver circuit:
- DRV8301-69M-KIT (rev D)
- CCS 6.0.1.00040
- Motorware 1.01.00.16 -
- Using proj_lab02c for identify my motor (with some changes in (4))
=========
2) Power supply:
The power supply for DRV8301-69M-KIT is: switching power, 24VDC, 20 A
=========
3) My AC Inductive motor, with the Characteristic as attached file2604.125-5-21R-24-07-O.pdf
4) My user.h configuration as below:
#elif (USER_MOTOR == CIMA1915)
#define USER_MOTOR_TYPE MOTOR_Type_Induction
#define USER_MOTOR_NUM_POLE_PAIRS (4)
#define USER_MOTOR_Rr (NULL)
#define USER_MOTOR_Rs (NULL)
#define USER_MOTOR_Ls_d (NULL)
#define USER_MOTOR_Ls_q (NULL)
#define USER_MOTOR_RATED_FLUX (0.20808)
#define USER_MOTOR_MAGNETIZING_CURRENT (NULL)
#define USER_MOTOR_RES_EST_CURRENT (1.0)
#define USER_MOTOR_IND_EST_CURRENT (NULL)
#define USER_MOTOR_MAX_CURRENT (40.0)
#define USER_MOTOR_FLUX_EST_FREQ_Hz (100.0)
and: USER_PWM_FREQ_kHz = 30khz
5) Result after running Indentify proj_lab02c ---> it fail to identify the motor.
Could you please suggest me some steps/configuration need to take-care during this Identify process.
Thanks and regards.
--Tri

