Other Parts Discussed in Thread: TMS320F28069M, CONTROLSUITE, MOTORWARE
Hello everyone
I am trying to build FOC algoritham using TMS320f28069M and DRV8301 as iverter module. The output of current loop is Vd and Vq and I converted this into 3 phase voltages using anti Park& Clarke transformations. Now these voltages has to be converted into duty i.e equivalent pwm register values. I am using below formula to convert into duty values.
Duty=(((Va/Vdc)+1)*Pwm_register/2).....[ 1 ]
Va is the voltage from transformation.
Vdc is the bus voltage.
Pwm register is value calculated for 20khz
Duty=(((Va/Vdc/2)+1)*Pwm_register/2)....[ 2 ]
In above two equations which one is correct?
What is the gain of inverter? Can someone explain with equation.
Thank You
Vigneshwar V