Voltage coming out as zero

3 views (last 30 days)
ayush
ayush on 6 Apr 2024
Answered: Arnav on 23 Aug 2024
im not getting the ideal PV curve because my voltage is zero ; how can i get this curve:-

Answers (1)

Arnav
Arnav on 23 Aug 2024
Hi @ayush,
The voltage in the scope is coming out to be zero because of a short in your circuit. So, its effectively measuring the short circuit current (which is why the current is nonzero) and the short circuit voltage (zero).
To fix this, we can remove the short. I have simplified the Model by considering a Variable Resistor block as load and the rest of the connections are kept the same. The cell temperature is set from mask of the PV Array from the advanced tab, so we do not need to use a Constant block. To plot the characteristic curves, I have used XY-Graph blocks. This is shown below:
The plots we get as output are shown below:
I-V Curve:
P-V Curve:
Hope it helps!

Categories

Find more on Specialized Power Systems in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!