Chapter 3
Chapter 3
MPPT ALGORITHMS
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.
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.
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 V OC 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.
Table 1 : Characteristics of different MPPT Techniques
Figure 3.4 : Solar panel characteristics showing MPP and operating points A and B
Figure 3.1 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. Consider A and
B as two operating points. As shown in the figure above, 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.
The flowchart for the P&O algorithm is shown in Figure 3.2.
Figure 3.6: Curve showing wrong tracking of MPP by P&O algorithm under
rapidly varying irradiance
In a situation where the irradiance changes rapidly, the MPP also moves on the
right hand side of the curve. The algorithm takes it as a change due to perturbation
and in the next iteration it changes the direction of perturbation and hence goes away
from the MPP as shown in the figure.
However, in this algorithm we use only one sensor, that is the voltage sensor,
to sense the PV array voltage and so the cost of implementation is less and hence easy
to implement. The time complexity of this algorithm is very less but on reaching very
close to the MPP it doesn’t stop at the MPP and keeps on perturbing in both the
directions. When this happens the algorithm has reached very close to the MPP and
we can set an appropriate error limit or can use a wait function which ends up
increasing the time complexity of the algorithm.
3.6 SUMMARY: