Hi all,
I’m using Motorware 12 now. I try different Voltages for the DCbus (100V, 300V, 600V).
At State_Ramp_up the Motor just moves back and forward. This problem also occurs during State_IdRated no matter at which DCbus level and no matter how big RES_EST_CURRENT.
#elif (USER_MOTOR == Z_4KW5)
#define USER_MOTOR_TYPE MOTOR_Type_Induction
#define USER_MOTOR_NUM_POLE_PAIRS (1)
#defineUSER_MOTOR_Rr (NULL)
#define USER_MOTOR_Rs (NULL)
#defineUSER_MOTOR_Ls_d (NULL)
#defineUSER_MOTOR_Ls_q (NULL)
#define USER_MOTOR_RATED_FLUX (11.26)
#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 (6.5)
#defineUSER_MOTOR_FLUX_EST_FREQ_Hz (5.0)
I get good results for a PM with my hardware but I recognized that I get better results for PM with PWM frequency of just 4KHz. Is a PWM frequency of 4KHz a problem for ACIM ID? I also tried today 10kHz and 15kHz but get always the same problem.
Here is the nameplate of the motor:
50 Hz
5,5kW
cos 0,89
690V (Y)
6,1A
2925/min
USER_MOTOR_RATED_FLUX = 690V * sqrt(2)/sqrt(3) * 1/50Hz = 11.26
I connect the motor in Y.
Attached you can find oscilloscope plots of the three phase currents.As mentioned the motor just moves forward and back.
It’s important for me to understand why it’s not working. I really had high hopes that ID for ACIM is working with Motorware 12.
Thanks for your support
Matthias