I am using the C2000 TMS320F28069MFOC card with the 8305 driver to perform an inertia test as detailed in Instaspin lab05c.
How do you convert the inertia measurement given in units of PU/pu/sec^2 to Kg M^2?
I looked at the write up in section 10.5 (Bypassing Inertia Estimation) for the conversion, but when I try using it, the concerted inertia is way off almost a factor of 10 from what the data sheet states.
Also, I tried converting the estimated inertia using information from a TI writeup titled "Torque calculation and definition of flux unit V/Hz.
This write up calculates the motor torque given the formula :
T= (P/2)*motor flux(webers)**3/2*Iq
If I Take Tm/Iq = (P/2)*motorflux(webers)*3/2 = Kt torque constant?
so in my example,
gMotorVars.SpinTAC.InertiaEstimate_Aperkrpm = 0.258812
gMotorVars.SpinTAC.FrictionEstimate_Aperkrpm = 0.7498223
gMotorVars.Flux_VpHz = 0.020012
Then,
0.258812(A/Krpm/sec)*60sec/min*(1rot/(2*pi*1000rad)*(0.020012/(2*pi))*4polepairs*3/2 = Inertia(kg M^2).
This calculation gives me the crrect inertia, but is it right?
Note: New email address: david.donofrio@vnbs.com