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.
Hi,
I want to implement the current limiting mechanism for inverter using Analog comparators and cycle by cycle (CBC) Trip Zone events. The inverter implements Space vector modulation to convert DC to AC.
Is there any application note / some references that defines the usage for CBC feature for current limiting in inverter. I know this is a simple task with Buck or Boost converter where only one switch is involved. But how to deal with inverter?
Karthick,
That's a great & smaty choice !! :D
I will like to understand and help you with the configuration. We may not have some thing ready for NPC but if you can provide more information on what specific things you need from the trip we can suggest configuration of the device.
1. In light of your info i will suggest looking at configuration under
C:\ti\controlSUITE\development_kits\TMDSIDDK_v1.0\IDDK_PM_Servo_F2837x,
HVDMC_Protection Function configures the PWM to trip one shot (i.e. forever) in case of over current . Configuring the comparators is different on F28075 as we have xbars of the device. So have a look at it to understand how to take the comparator trip to the PWM module and trip it in one shot manner.
To modify it to CBC operation , i will suggest looking at diagram 13-41 www.ti.com/.../spruhm8d.pdf
Currently the code uses One Shot and hence uses DC_EVT1, for CBC you will need to change it to DC_EVT2
look at
" EPwm1Regs.DCACTL.bit.EVT1SRCSEL = DC_EVT1; "
We have seen engineers use the CBC trip for inverters and motors, specially for startup .
2. Using space vector will not change trip behavior
3. What specific sequence of trip do you want? can you share some diagram to enable us to assist you better?