Cannot Validate Phase Locked Loop on F28069M Launchpad

1 view (last 30 days)
Hello everyone,
Currently Im testing my power electronics generated code. In order to assess it, Im breaking the model and testing part by part. Now Im testing the PLL, so in order to test it, I generate the code for the PLL embedded on a 30KHz ADC interrupt. Inside the interrupt, I process the PLL and send the data through UART and catch the data on another simulink model and display it on a scope.
The PLL model has been simulated on simulink with expected results, however once I generate the code and deploy into the MCU, it doesnt match the simulation. Im attaching the model for reference.
Any help will be appreciated.
Thanks,
Rolando
  3 Comments
Rolando Aguilera
Rolando Aguilera on 17 Jun 2020
Hello Joel,
Thanks for the help, regarding your questions:
  1. Yes PLL is triggered at 30KHz, same as PWM frequency.
  2. Yes, I have tried External Mode, but the data seen on the scope is corrupted due to the high speed of the interrupt, hence using UART module.
  3. Im not reading any ADC channel instead, Im using a Look up table with a counter to simulate ideal ADC conditions after scaling
  4. I can try that, but If you see the model Im simulating it with a Look up table (in order to have ideal sine inputs)
One note is that the clarke transform performs well (I have sent the data through UART and the scope displays the correct waveform). Other thing that I have notice from debugging in CCS is that the arctan is not computed correctly and still figuring out why. If you have any additional suggestions, let me know.
Thanks,
Rolando
Rolando Aguilera
Rolando Aguilera on 17 Jun 2020
Hello Joel,
Upon endlessly tests I made the PLL worked. What I saw is that code generation has trouble when using "preexisting" blocks as I simulated a synchronous reference frame PLL with a simulink defined integrator vs a custom made one.
Waveform generation can be seen from the UART simulink model attached beforehand or by using CCS debugger graphing window.
Im attaching the model, for someone who might benefit in the future.
Thanks,
Rolando

Sign in to comment.

Answers (0)

Communities

More Answers in the  Power Electronics Control

Products


Release

R2020a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!