Query about the 'Single-Phase Grid-Connected Solar Photovoltaic System' Document

1 次查看(过去 30 天)
Hi,
In the Document mentioned in the description, I wanted to understand how the saturation values inside the Current Control Loop had been calculated. Specifically, in the Id and Iq current control. Variable name is currentVoltMax = 722.08.
I am also adding the link to the simulink system.

回答(1 个)

Shishir Reddy
Shishir Reddy 2025-7-22
As per my understanding You are referring to the 'currentVoltMax = 722.08' parameter in the current control loop of the Single-Phase Grid-Connected PV System example. This value is used as a saturation limit for the PI controllers regulating the d-axis (Id) and q-axis (Iq) currents.
This saturation limit essentially defines the maximum voltage that the controller can output, ensuring that the modulation signal to the inverter stays within a valid range. If the controller tries to output a voltage beyond what the inverter can physically generate (based on the available DC bus voltage), it would cause clipping or distortion. So this limit helps to maintain stable and safe operation.
You can usually find this value defined or calculated in the model’s initialization script or data file. If you open the 'SinglePhaseGridSolarPVData' or model callbacks (like InitFcn), you may find how this value is set based on the system’s voltage levels.
I Hope this helps.

类别

Help CenterFile Exchange 中查找有关 Solar Power 的更多信息

产品


版本

R2024b

Community Treasure Hunt

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

Start Hunting!

Translated by