
Why are there differences between the MicroGrid Islanded Operation example in Simulink R2024b and the referenced paper?
I am following the MathWorks example about Micro-grid Islanded Operation Droop Control.
I noticed two discrepancies in the example model and model in the referenced IEEE paper: H. Karimi-Davijani and O. Ojo, “Dynamic operation and control of a multi-DG unit standalone Microgrid,” IEEE PES Innovative Smart Grid Technologies Conference, pp. 1–7, Apr. 2011, doi: 10.1109/ISGT.2011.5759177.
Specifically, in the following subsystems:
"MicroGridIslandedOperation/Inverter 1 500 kW/Control System/Voltage Regulators"
"MicroGridIslandedOperation/Inverter 1 500 kW/Control System/Current Regulator"
The differences:In the paper, "Vq" passes through a "PI controller" block to generate "Iqref" and "Vd" becomes "Idref." However, in the example model, "Vq" is passed through the "PI controller" block and becomes "Idref" and "Vd" becomes "Iq."In the paper, the output transmission line inductance "Lsi" is multiplied by the measured currents "Id" and "Iq", but in the example model, the respective inductance "Lff" is multiplied by the reference currents "Id" and "Iq."
Are there any explanations for these changes in the control structure?
Accepted Answer

0 Comments
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!