I am using the HVKit – TMDSHVMTRINSPIN
I am using the HVACIMTR that goes with it – Marathon 48T17D2000K
I did manage to find a data sheet for the motor on the Marathon web site…
I am using the F28069M processor card with it.
The Kit is driven via 230VAC 60Hz single phase. We use the rectifier stage in the kit to generate the DC Link voltage.
I am presently NOT using the PFC section.
I am running various labs with the setup…Lab03, Lab10, etc…
I presently have the following motor parameters (Most of which came from Motor ID process).
#define USER_MOTOR_TYPE MOTOR_Type_Induction
#define USER_MOTOR_NUM_POLE_PAIRS (2)
#define USER_MOTOR_Rr (6.527813)
#define USER_MOTOR_Rs (9.722257)
//#define USER_MOTOR_Ls_d (0.00892178)
#define USER_MOTOR_Ls_d (0.04282236)
#define USER_MOTOR_Ls_q USER_MOTOR_Ls_d
#define USER_MOTOR_RATED_FLUX (2.996896)
#define USER_MOTOR_MAGNETIZING_CURRENT (1.538325) // Note: This is a peak value.
#define USER_MOTOR_RES_EST_CURRENT (1.0)
#define USER_MOTOR_IND_EST_CURRENT (NULL)
#define USER_MOTOR_MAX_CURRENT (6.0)
#define USER_MOTOR_FLUX_EST_FREQ_Hz (5.0)
The Ls_d value from the Motor ID process is commented out per recommendation and changed to the value used by Marathon 5K33GN2A.
If I directly connect my Marathon 48T17D2000K to 3phase 230VAC, I reach a no load speed of 1792 RPM with line current of 1.244amps (RMS, not peak), pf=.2204, voltage=229.7. Note: that peak of the current is 1.244*sqrt(2) = 1.76amps peak.
However, If I use the HVKit I am only able to reach a no load speed of around 1400RPM. Shouldn’t I be able to reach the no load speed just like a directly line powered motor???
Requesting any higher speeds the motor starts running roughly. Usually starts happening right around Vs = 0.45
Increasing the line voltage going in to the kit DOES allow me to reach higher no load speeds (smooth sounding, not rough).
So, I started studying space vector modulation, and I think I am finding I need a much higher DC link voltage to be able to reach the “230VAC” levels that a directly connected motor would see…
Let’s say I have 230VAC coming in on rectifier input…
DC Link ends up being 230*sqrt(2) = 325VDC
The max voltage vector magnitude achievable at all angles would be 325*cos(30) = 325*sqrt(3)/2 ~= 281V
The motor line to neutral max voltage would then be 2/3 of this?? So this puts Vphase ~= 187volts
This ratio between Vphase and DCLink ends up being 0.57735
However, I have USER_MAX_VS_MAG of…
#define USER_MAX_VS_MAG_PU (0.5)
So, I am assuming that with USER_MAX_VS_MAG_PU of 0.5…This is defining this ratio between DC link voltage and Vphase I just calculated above?
So, if true, then my max phase voltage would be 0.5*325 = 162volts
Then my max line to line “voltage” would be 162*sqrt(3)/sqrt(2) = 199VAC
So to actually achieve 230VAC equivalent on the output, would need to bump my rectifier AC line voltage up to about 265VAC (15% higher)…
265VAC*sqrt(2) = 374VDC
Ph-n voltage = 374VDC*0.5 = 187 volts
Vl-l ~229VAC
265VAC is higher than what the input of the HVKit has been designed for, so I believe I would now have to get the PFC stage up and running. Of course for now I could drive the DCLink with an external DC supply at 400V.
I have demonstrated that I can drop the magnetizing current value down in value and achieve the no load speeds that the directly connected motor demonstrates.
Similarly, I have demonstrated that PowerWarp mode does allow me to reach higher speeds too. But should I really have to use this?
However, shouldn’t I be able to reach the same no load speeds that a directly line connected motor demonstrates without changing the Identified magnetizing current value???, And I just need to increase my DC link voltage to accommodate for SV mod index.
What else could be wrong?
I have started to work with lab 10 to change index values, but haven’t been able to show change yet…Still working on this.
edit...Hmmm, I submitted this with pictures, but no pictures are here in the post???
