3-ph inverter with dq control. Model issues (Current waveform)

29 次查看(过去 30 天)
Hi Everyone, First ever post so hope theres enough info.
I have created a simulink model based on a youtube tutorial for a 3 phase grid connected inverter with dq Control. The model runs fine apart from the current waveform doesn't look right, I expect to see a near perfect sinbusoidal waveform in phase with the voltage waveform (yellow). I cannot find my error and wondered if anytone could have a look at my model?
Thanks

回答(1 个)

Sayan
Sayan 2024-4-10
Hi Michael,
It seems the control logic is right. If the current waveforms are not matching as expected, the probable reasons for the issue and their fixes are mentioned below.
  • The PI controllers may not be properly tuned. Try to tune the controller 'Kp' and 'Ki' values to change the reference voltages of the 3 phases. Currently, the reference voltages (Vref) are fluctuating between -1500 and +1500.
  • Ensure the inductance and capacitance values of the L-C-L filter are properly chosen to reduce the harmonics.
  • Verify that the proper solver is chosen to solve the circuit. If accuracy is not the goal, try using stiff solvers like ode15s, ode23t, etc.
You can try the following example too. Similar to your model, a 3-phase grid-feeding inverter has been designed here.
Hope this helps finding your desired result.

类别

Help CenterFile Exchange 中查找有关 Switches and Breakers 的更多信息

产品


版本

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by