Part Number: TIDM-HV-1PH-DCAC
Other Parts Discussed in Thread: C2000WARE-DIGITALPOWER-SDK, CONTROLSUITE
Tool/software: Code Composer Studio
Hello everyone, I was going through the "Grid Connected Inverter Design Guide"-- " Tidu21a".
In the code "gridconnectedinvlclfltr.c" there is a line
652 ---------- invDutyPU= (cntl2p2z_LeadLag_vars.Out + invVoInstSD)/(invVbusInst*(VDCBUS_MAX_SENSE/VDC_NOMINAL));
1. What quantity does "invVoInstSD" represents as there's no mention of this variable throughout the code and how does it effects the control part.
2. Why VDCBUS_MAX_SENSE is kept to 620.152 in Settings file. How we came with up this value and what role does it play here as during general functioning(correct me if I'm wrong here) invVbusInst would be 380V and VDC_NOMINAL would also be 380V so the whole equation would just be divided by this 620.152 quantity.
Regards
Archit