01-07-2011 03:47 AM
i am looking for a component for a photovoltaic cell source.does multisim 11 have anything like this.
01-07-2011 03:00 PM
Multisim doesn't have a photovoltaic cell, there are only generic power sources. Are you trying to model a specific behavior of a photo cell?
01-12-2011 12:44 AM
yes i am trying to simulate 6 photo cells on series with a LED and resistor.
01-12-2011 03:19 PM
I am not familiar with the characteristic of a photo cells so these are just general info that I think you may find useful.
There is a "Piecewise linear voltage" source in the "Source" database, this component allows you to enter time vs. voltage in table and you can sure this in a voltage source to driver a circuit.
You can generate a non-linear source by using the Anolog Bahavoir model (ABM) by inserting math equations. I can give you more information about this if you tell me the math equation.
A photo cell is just a voltage generator and you should be able to emulate the cell behavior with a voltage source.
01-12-2011 06:24 PM - edited 01-12-2011 06:26 PM
the best explination of the curcuit equivalent of a photo(solar cell) seems to be found in wiki
solar cell perameters to out put current and voltage
I = output current (amperes)
IL = photogenerated current (amperes)
V = voltage across the output terminals (volts)
RS = series resistance (Ω).
I0 = reverse saturation current (amperes)
n = diode ideality factor (1 for an ideal diode)
q = elementary charge
k = Boltzmann's constant
T = absolute temperature
RSH = shunt resistance (Ω)
then the edffected based on physical size of the cell
J = current density (amperes/cm2)
JL = photogenerated current density (amperes/cm2)
J0 = reverse saturation current density (amperes/cm2)
rS = specific series resistance (Ω-cm2)
rSH = specific shunt resistance (Ω-cm2).
not sure if this helps i will check with my professor on this matter as well.
05-03-2013 01:52 PM
How can I implement a voltage source with the following (I=current dependent) behaviour?
U = ( 100 * LN ( ( 1600 - I + 0.18177723) / 0.18177723 ) ) - ( I * 0.00000043)
Thank you.
05-06-2013 09:32 AM
Hi MrPV,
Please have a look at the attached example. I used a Current Controlled Voltage Source(CCVS) to convert current to voltage to make it easier to work with, next use an ABM source to read the voltage from the CCVS node 2.
You can have a look at this knowledge base to learn more about the ABM source.
http://www.ni.com/white-paper/5632/en
02-05-2014 06:18 AM
Will that attached model of ABM source emulates solar cell equation given in above equation???
02-06-2014 02:44 PM
Hi 123Abhu,
I am not familiar with the expression from the ealier post, but the ABM source is a component that can read a voltage somewhere in your circuit and apply that value to an expression to give you a new voltage.
02-07-2014 08:51 AM
Yes, but the problem was the calculation accuracy due to the "LN" - function. So sometimes the UI-"operating-area" of the PV generator was not met.
Recently I saw an example from NI with LV & MS - Co-Simulation where the PV source in LabViev is implemented - I think this is the better way 😉