Other Parts Discussed in Thread: CONTROLSUITE
{
EALLOW;
EPwm3Regs.TZFRC.bit.OST = 1;//Turn off LLC PWM when LLC output is 410V
EDIS;
}
if(Gui_Vboost>_IQ9(31.0))//
{
PVInverterState=3;
……
}
……
break;
case 3: // Wait for shut down sequence
if(Gui_InvStop==1)
{
……
// Trip the PWM for the inverter
// software force the trip of inverter to disable the inverter completely
EALLOW;
EPwm1Regs.TZFRC.bit.OST=0x1;
EPwm2Regs.TZFRC.bit.OST=0x1;//关断DC-AC电路的四个开关管
EDIS;
……
}