You are on page 1of 20

intro

in

Studies show that a solar panel converts 30-40% of


energy incident on it to electrical energy. A
Maximum Power Point Tracking algorithm is
necessary to increase the efficiency of the solar
panel.
Maximum power point tracking (MPPT) is a
technique that grid connected inverters, solar
battery chargers and similar devices use to get the
maximum possible power from one or more
photovoltaic devices. MPPT devices are typically
integrated into an electric power converter system
that provides voltage or current conversion, filtering,
and regulation for driving various loads, including
power grids, batteries, or motors.

Standalone
Photovoltaic System
Photovoltaic cell
Components

A photovoltaic cell or photoelectric cell is a semiconductor device that converts light to


electrical
energy by photovoltaic effect. If the energy of photon of light is greater than the band gap
then
the electron is emitted and the flow of electrons creates current.

PV module

Usually a number of PV modules are arranged in series and parallel to meet the energy
requirements. PV modules of different sizes are commercially available (generally sized from
60W to 170W). For example, a typical small scale desalination plant requires a few thousand
watts of power.

PV modeling

A PV array consists of several photovoltaic cells in series and parallel connections. Series
connections are responsible for increasing the voltage of the module whereas the parallel
connection is responsible for increasing the current in the array.
Typically a solar cell can be modeled by a current source and an inverted diode connected in
parallel to it. It has its own series and parallel resistance. Series resistance is due to
hindrance in
the path of flow of electrons from n to p junction and parallel resistance is due to the leakage
current.

Solar cell modeling


Typically a solar cell can be modeled by a current source and an
inverted diode connected in parallel to it. It has its own series and
parallel resistance. Series resistance is due to hindrance in the path of
flow of electrons from n to p junction and parallel resistance is due to
the leakage current.

iv
Photovoltaic cells have a complex relationship
between their operating environment and the
maximum power they can produce. The Fill factor
an important parameter is defined as the ratio of
the maximum power from the solar cell to the
product of Open Circuit Voltage Voc and ShortCircuit Current Isc. it is often used to estimate the
maximum power that a cell can provide with an
optimal load under given conditions, P=FF*Voc*Isc.

A photovoltaic cell, for the majority of its useful


curve, acts as a constant current source However, at
a photovoltaic cell's MPP region, its curve has an
approximately inverse exponential relationship
between current and voltage. The power delivered
from or to a device is optimized where the derivative
(graphically, the slope) dI/dV of the I-V curve is equal
and opposite the I/V ratio (where dP/dV=0). This is
known as the maximum power point (MPP) and
corresponds to the "knee" of the curve.
When the voltage and the current characteristics are
multiplied we get the P-V characteristics.
The point indicated as MPP is the point at which the
panel power output is maximum.

Classification
MPPT is all about determining the optimum point of operation
of a PV module and that can be achieved through various
methods involving different algorithms.
Maximum power point trackers may implement different
algorithms and switch between them based on the operating
conditions of the array.
Different MPPT techniques
There are different techniques used to track the maximum
power point. Few of the most popular techniques are:
1) Perturb and Observe (hill climbing method)
2) Incremental Conductance method
3) Fractional short circuit current
4) Fractional open circuit voltage
5) Neural networks
6) Fuzzy logic
The choice of the algorithm depends on the time complexity
the algorithm takes to track the MPP, implementation cost
and the ease of implementation.

Perturb & Observe


Perturb & Observe (P&O) is the simplest method. In
this we use only one sensor.
voltage sensor, to sense the PV array voltage and
so the cost of implementation is less .
easy to implement. The time complexity of this
algorithm is very less.
but on reaching very close to the MPP it doesnt
stop at the MPP and keeps on perturbing on both
the directions which will introduce a certain error.
However the method does not take account of the
rapid change of irradiation level (due to which MPPT
changes) and considers it as a change in MPP due
to perturbation and ends up calculating the wrong
MPP. To avoid this problem we can use incremental
conductance method.

Incremental
Conductance

Incremental conductance method uses two voltage and current


sensors to sense the output voltage and current of the PV array.

At MPP the slope of the PV curve is 0.

(dP/dV)MPP=d(VI)/dV
0=I+VdI/dVMPP
dI/dVMPP = - I/V
The left hand side is the instantaneous conductance of the
solar panel. When this instantaneous conductance equals the
conductance of the solar then MPP is reached.
Here we are sensing both the voltage and current
simultaneously. Hence the error due to change in irradiance
is eliminated. However the complexity and the cost of
implementation increases.

Fuzzy Logic Control


Microcontrollers have made using fuzzy logic
control popular for MPPT over last decade.
Fuzzy logic controllers have the advantages of
working with imprecise inputs, not needing an
accurate mathematical model, and handling
nonlinearity .

Neural Network
Another technique of implementing MPPT which
are also well adapted for microcontrollers is neural
networks. Neural networks commonly have three
layers: input, hidden, and output layers.
The number nodes in each layer vary and are
user-dependent. The input variables can be PV
array parameters like VOC and ISC, atmospheric
data like irradiance and temperature, or any
combination of these. The output is usually one or
several reference signals like a duty cycle signal
used to drive the power converter to operate at or
close to the MPP .

As we go down the list of algorithms the


complexity and the cost of implementation goes
on
increasing which may be suitable for a highly
complicated system. This is the reason that
Perturb
and Observe and Incremental Conductance
method are the most widely used algorithms.

Characteristics of different MPPT


techniques

Perturb & Observe


Algorithm
The Perturb & Observe algorithm states that when the operating voltage of the
PV panel is perturbed by a small increment, if the resulting change in power P
is positive, then we are going in the direction of MPP and we keep on
perturbing in the same direction.
If P is negative, we are going away from the direction of MPP and the sign of
perturbation supplied has to be changed.

Figure previous slide shows the plot of module


output power versus module voltage for a solar
panel at a given irradiation.
The point marked as MPP is the Maximum Power
Point, the theoretical maximum output obtainable
from the PV panel. As shown in the figure the
point A is on the left hand side of the MPP.
Therefore, we can move towards the MPP by
providing a positive perturbation to the voltage.
On the other hand, point B is on the right hand side
of the MPP. When we give a positive perturbation,
the value of P becomes negative, thus it is
imperative to change the direction of perturbation
to achieve MPP.

Algorithm flow chart

end

You might also like