TIDUD61E October 2020 – April 2021
To meet industry standards, the design must be tested under frequency transients. This poses a problem when using PLL angle for the drive of the PWM signal if the PLL cannot adapt to the frequency change. A frequency locked loop scheme, as proposed in Grid Synchronization of Power Converters Using Multiple Second Order Generalized Integrators [1], can be used to make the software phase locked loop frequency adaptive.
The module follows the same basic structure as the SOGI PLL module, with implementation discussed in Software PLL Design Using C2000 MCUs Single Phase Grid Connected Inverter [2]. A frequency adaptive feature through a frequency locked loop is added as shown in Figure 3-62.
To select a PLL method go to the <solution>_user_settings.h. The following are the #define that can be adjusted:
#define TTPLPFC_SPLL_METHOD_SELECT TTPLPFC_SPLL_1PH_SOGI_FLL_SEL
Following this adjustment the project must be saved, re-compiled, and loaded on the controller. Hardware setup and software instructions for the Lab 4 can be followed to see the behavior of the board with the new PLL scheme