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

조회 수: 25 (최근 30일)
Michael Delaney
Michael Delaney 2024년 2월 25일
답변: Sayan 2024년 4월 10일
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에서 Pulse and Transition Metrics에 대해 자세히 알아보기

제품


릴리스

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by