01-19-2015 09:58 PM
Hello friends, I have been looking to see if its possible to do simulations of solar panel with MPPT algorithm and a load?
Something equivalent to this: https://www.youtube.com/watch?v=h1E0NcPOYYM but without the grid stuff.
Mine would be just one Solar panel 50W with buck or boost converter, a battery as a load, although I would take a DC-AC inverter model that doesn't connect to the grid.
THanks
01-20-2015 01:39 AM
01-20-2015 04:58 PM
I googled for the toolkit but couldn't really find anything.
Know any good tutorials on how to model in LabView?
01-20-2015 07:23 PM
Modeling in LV is not different from modeling in any other language. You define the equations which produce a mathematical description of your system. Then you implement the evaluation of those equations in LV.
Some models can be trivially simple. For example: Model the current in a resistor as the applied voltage varies. Equation: Ohm's Law: I = E/R. LabVIEW Program to implement model:
What part of this is giving you trouble? What have you tried?
Lynn