This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMDSHVMTRPFCKIT: Conversion to TI per-unit.

Part Number: TMDSHVMTRPFCKIT

Hi All,

I want to control an asynchronous machine using the High Voltage Motor Control and PFC Developer's Kit  TMDSHVMTRPFCKIT.

My question is about the per unit conversion formula, how I could convert my simulation parameters (Ki, Kp, Umax, Umin, ... etc)  to the TI per unit  for all the projects in the controlSUITE?

// Initialize the PI module for speed
    
    pi_spd.Kp=_IQ(2.0);
	pi_spd.Ki=_IQ(T*SpeedLoopPrescaler/0.5);
	pi_spd.Umax =_IQ(0.95);
	pi_spd.Umin =_IQ(-0.95);
	
// Initialize the VHZ_PROF module
	vhz1.LowFreq = _IQ(0.2);
	vhz1.HighFreq = _IQ(0.5);
	vhz1.FreqMax = _IQ(1);
	vhz1.VoltMax = _IQ(0.95);
	vhz1.VoltMin = _IQ(0.2);

It is possible to use the TMS320F280049C or the TMS320F28377 with the TMDSHVMTRPFCKIT  Development Kit ?

Thanks in advance,

S.Tarik,