Other Parts Discussed in Thread: TMDSADAP180TO100, CONTROLSUITE
Sir,
I m Working on Lab 2 using BL DC motor. it works Pretty Well.....
But When I Connect a AC Servo Motor...During estimation ..it starts with a fixed velocity in as per the USER_MOTOR_FLUX_EST_FREQ_Hz .. but after there is a start where it shows Lock Rotor.
Again i start by setting Flag_Run_Identify = 1, now the Motor Runs with a high Speed To And Fro about 4 to 5 times and then stops making Flag_Run_Identify = 0.
Now making Flag_Run_Identify = 1, it is expected to move with Set RPM...but is Moves to high Speed and stops...
My Parameter Setting
#define USER_MOTOR_TYPE MOTOR_Type_Induction
#define USER_MOTOR_NUM_POLE_PAIRS (2)
//Rated Rpm(Ns) = 3000, Rated Freq(F)= 100 , Ns = 120F/P
#define USER_MOTOR_Rr (NULL)
#define USER_MOTOR_Rs (NULL)
#define USER_MOTOR_Ls_d (NULL)
#define USER_MOTOR_Ls_q USER_MOTOR_Ls_d
#define USER_MOTOR_RATED_FLUX (0.8165*220.0/60.0)
#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 (2.0)
#define USER_MOTOR_FLUX_EST_FREQ_Hz (5.0)
Motor Parameters
Ns = 3000 RPM , 220V , 5.7 Amps.
F = 100Hz
Slip = 90 RPM
2) Whenever i try to I run the Motor... My USB Communication is lost... ??