Why is the solar cell simulation not working?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Hello,
I have been trying to use the simscape solar cell block to reproduce data that I have actually gathered.
This is the simulink model that I am using:
I have set the short circuit current to 48mA, and the open circuit voltage to 5.4 V. This is data from an actual solar panel, for which I created the IV curve.
It does not produce any sort of curve, merely a straight line. And it appears to have malfunctioned.
I believe that my short circuit current data is too low for the simulation, but this is data that I actually gathered.
If anyone has any information about the suject I would be very grateful.
![Capture.PNG](https://www.mathworks.com/matlabcentral/answers/uploaded_files/234400/Capture.png)
1 Kommentar
Antworten (1)
Sabin
am 14 Dez. 2024
An example that shows how to generate the power-voltage curve for a solar array with Simscape Electrical:
Since R2024b, you can also generate a digital datasheet for the Solar Cell block, including current-voltage (I-V) and power-voltage (P-V) curves, using a MATLAB® live script. The script imports the parameters from the Solar Cell block you select in the model. You can use these characteristic curves to evaluate the maximum power point tracking (MPPT) output, because the curves help to identify the peak power at various irradiance levels and cell temperatures. To open the MATLAB live script:
- Double-click the block to open the Block Parameters window.
- Open the Description tab.
- Click the Generate datasheet hyperlink.
To generate the datasheet, in the live script, click the Generate Datasheet button.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Sources finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!