Other Parts Discussed in Thread: MOTORWARE
I am trying to perform identification of an ACIM motor with lab02b. My motorware version is 14. It performs identification with Different DC bus Voltage
I am success at 30VDC..
But as I increase the voltage it is taking too much current during identification..
My motor parameter is below
#define USER_MOTOR_TYPE MOTOR_Type_Pm
#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.0)
#define USER_MOTOR_MAGNETIZING_CURRENT (NULL)
#define USER_MOTOR_RES_EST_CURRENT (0.3)
#define USER_MOTOR_IND_EST_CURRENT (-0.3)
#define USER_MOTOR_MAX_CURRENT (0.4)
#define USER_MOTOR_FLUX_EST_FREQ_Hz (20.0)
so can know what should be the procedure for the same..
and what is the maximum current it will draw during identification