I found from other question that Base current is 10A, Base voltage is 236.6(DC bus/sqrt(3)) in latest version of TMDSHVMTRPFCKIT(v2.1).
( DC bus = 410 )
But in my kit, real DC bus is 300V, measured by multi-meter. In that case, my Base voltage is what? 410/sqrt(3) or 300/sqrt(3) ?
In HVPM_Sensored_servo.c, PU(per unit) is used. (-1 < park1.Qs < 1 )
I think that park1.Qs * Base current(10) is real Iq value. Is it right?
And I want to know real voltage value.
In PMSM, Current PI_MACRO output is the Vq value.
ipark1.Qs = pi_iq.out ;
If I want to know real Vq value, pi_iq.out * Base voltage is real value of Vq ?
or pi_iq.out * Base voltage*Base current?
plz answer my question!
