You are on page 1of 6

2017 International Conference on circuits Power and Computing Technologies [ICCPCT]

Perturb & Observation MPPT algorithm for


Solar Photovoltaic System
Mr. Rahul S. Sharma Dr. P.K.Katti
M.Tech, Electrical Engineering Department Professor, Electrical Engineering Department
Dr. B.A.T.University, Lonere Dr. B.A.T.University, Lonere
Dist. Raigad, India Dist. Raigad, India
rahsha17@gmail.com pk_katti2003@yahoo.com

Abstract— The energy from sun can be collected in many forms but
In the recent decade, the need for renewable energy sources has one of the most popular techniques is Photovoltaic (PV) in
increased in which Solar has gained more importance as which the energy is directly obtained in electrical form.
compared to other traditional energy sources because noiseless Photovoltaic (PV) is the field of research and technology in
operation, availability and low maintenance cost. Solar energy which the irradiance from sun (sunlight, including sun ultra
has a great potential to meet the energy demand acting as a violet radiation) is directly converted into electricity by the
standalone system or in grid connected mode, but the main means of photovoltaic effect. The photovoltaic effect is a
drawbacks of solar PV are that they are depended on the process in which light (photons) is converted into electricity
irradiances levels and temperature conditions due to which (voltage), which uses semi-conductor material such as silicon
power conversion efficiency of Solar PV is affected. In order to for the conversion. When the solar radiation is incident on the
improve the efficiency, we should get maximum output power semi conducting film, it causes an electrical current to flow
under varying conditions; which can be tracked continuously by through it. Photovoltaic cells produce only direct current
the special techniques called Maximum Power Point Tracking.
(DC) electricity. The photovoltaic cells are classified based on
the type of semi-conductor used and they are followed as
In this paper, a mathematical model of Solar PV is simulated in
MATLAB software along with I-V & P-V curves for varying crystalline and thin film cells. [2]
atmospheric conditions. Simulation of P&O algorithm with buck This paper presents the work of Maximum Power Point
-boost converter is also carried out and power of Solar PV with Tracking (MPPT) based on perturb and observation using a
and without MPPT is also compared. DC-DC Buck-Boost converter for the performance of Solar PV
under certain irradiation and temperature condition. For the
Keywords— Solar Photovoltaic (PV) system; Maximum
ease of concept developed in the work, the paper is divided into
Power Point Tracking (MPPT); Buck-Boost Converter; Perturb
& Observation (P&O).
Sections: Section II present theory of solar PV modeling;
Section III shows the different MPPT techniques available;
I. INTRODUCTION Section IV gives theory of DC-DC Buck-Boost converter;
Section V presents the simulation results carried out in
MATLAB software; followed by Section VI conclusion.
The energy demand – supply gap is increasing due to the
increase in the consumption of electrical energy all over the II. MODELLING OF SOLAR PV SYSTEM
world, due to the increase in the energy demand and depletion
of fossil fuels. Therefore it is important to look for the Solar PV cells constitute the heart and modules make up the
alternative sources of energy. In order to find out solution for basic building block of a solar PV panel. Number of cells is
above problems many researches are carried out for sustainable connected in series or parallel combinations to form a module
energy sources, mainly in renewable energy sources. [1] and a group of such modules connected in series/parallel
There are many types of renewable sources available viz. depending on system voltage and current combine to form a
solar energy, wind energy, hydro energy, thermal energy, PV panel. Thus to model a PV panel we must first model an
biomass et al. Among the above stated renewable energy equivalent solar cell. Fig.1 shows a simple solar PV panel
sources solar photovoltaic is gaining more importance due to whereas Fig.2 shows equivalent circuit diagram of a single
its reliability and ease of availability. The advantages of solar solar PV cell which helps us to understand the working of solar
PV are as follows: it is renewable sources and mainly cell and to mathematically model it. A solar cell consists of
abundantly available in nature, it is silent producer of constant current source, non-linear junction impedance and
electricity; due to absence of mechanical parts it has low series and shunt resistances (Rs and Rp respectively) as shown
maintenance cost, low operating cost, and eco- friendly. [1], [2] in Fig. 2. [2], [3]

978-1- 5090-4967- 7/17/$31.00 © 2017 IEEE


2017 International Conference on circuits Power and Computing Technologies [ICCPCT]

The mathematical modelling of solar PV cell can be given To account for losses due to internal series and parallel
using following equations: resistances, a more accurate equation can be given for V-I
characteristics of solar cell as follows:
೜ೇ
‫ܫ‬஽ ൌ  ‫ܫ‬଴ ሺ݁ ಼೅ െ ͳሻ (1)
௏ሺଵାோೞሻ
‫ ܫ‬ൌ ‫ܫ‬௦௖ െ ‫ܫ‬଴ ൫݁ ௤௏ሺଵାோೞ ሻȀ௄் െ ͳ൯ െ ൬ ൰ (5)
ோ೛

Simulation of PV array was done under different irradiations


and operating temperatures conditions. The I-V & P-V curves
plotted through simulation are shown below in Fig. 3 & 4.[4]

The V-I & P-V characteristics are plotted for different


irradiation levels are as follows: 1000, 800, 600 & 400
W/m2 and a constant temperature of 250 C. The results show
that the power increases with the increase in irradiation level
and vice-versa.

Fig.1 Simple Solar PV Panel The V-I & P-V characteristics are plotted for different
temperatures are as follows: 55, 45, 35 & 250 C and a constant
irradiation of 1000 W/m2. The results show that the power
decreases with the increase in temperature and vice-versa. [3]

Fig.2 Equivalent circuit diagram of solar PV cell


೜ೇ
‫ ܫ‬ൌ  ‫ܫ‬௦௖ െ ‫ܫ‬଴ ሺ݁ ಼೅ െ ͳሻ (2)

௄் ூ
ܸ௢௖ ൌ Žቀ ೞ೎ ൅ ͳቁ (3)
௤ ூబ

೜ೇ
ܲ ൌ ܸ ‫ ܫ כ‬ൌ ܸ‫ܫ‬௦௖ െ ܸ‫ܫ‬଴ ൬݁ ಼೅ െ ͳ൰ (4)
Where,

I is the load current given by solar PV cell in Amps


V is the voltage generated by solar PV cell in volts
P is the power of solar PV cell in watts
I0 is the dark or reverse saturation current in Amps
Isc is the short circuit current of solar cell in Amps
Voc is the maximum open circuit voltage in volts
ID is the diode current in Amps Fig.3 Effect of irradiation on PV cell
q is the electron charge (1.602 x 10-19C)
K is the Boltzmann's constant (1.381 x 10-23J/K)
T is the absolute temperature in K
Rs & Rp is series & shunt resistances
2017 International Conference on circuits Power and Computing Technologies [ICCPCT]

Fig.5 Buck-Boost converter

TABLE II. BUCK-BOOST RATING

inductance 47mH

Capacitance 200¶F

IV. MPPT TECHNIQUES


Fig.4 Effect of temperature on PV cell
I-V and P-V characteristic of a PV cell has a unique single
TABLE I. SOLAR PANEL RATING point of maximum power at which it operates optimally. There
are special algorithms and techniques to track this maximum
Open circuit Voltage 43V power point under changing irradiation and temperature
Short circuit current 7.5A conditions and these are called as Maximum Power Point
Tracking (MPPT) Techniques.
Max. power point Voltage 35V
The maximum power point techniques can be broadly
classified into two categories viz. Indirect and Direct MPPT
Max. power point current 7.14A
techniques. Few of indirect techniques are as follows Fractional
open circuit voltage technique (FOCV), Fractional short circuit
current technique (FSSC) and Fuzzy logic control (FLC)
technique. Similarly commonly known direct techniques
III. DC – DC CONVERTER include Perturb and Observe (P&O) method and Incremental
conductance (IC) method.[6],[7],[8]
There are different types of DC-DC converters available viz. A. P & O Technique
Buck, Boost, Buck-Boost & Cuk converters which convert the
voltage level according to the requirement. In this paper, we
have used Buck-Boost converter, the buck and boost Perturb & Observe (P&O) is a simplest method as
topologies are combined into one. A Buck-Boost converter compared to others methods. In this method, the MPPT
is also built using the components viz. switch, inductor, algorithm is based on the computation of the PV output power
and the power change by perturbation of both the PV voltage
diode & capacitor. The inductor in this converter is placed
and current.
in parallel with the input voltage and the load capacitor.
The switch or transistor is placed between the input and the The tracker operates by incrementing or decrementing the
inductor, while the diode is placed between the inductor solar array voltage continuously at regular interval. For a
and the load capacitor in a reverse direction, shown in given perturbation, if there is increase (decrease) in the output
Figure 5.The buck-Boost converter provides an output power of the PV, it leads to subsequent perturbation in the
voltage that may be less than or greater than the input same (opposite) direction as shown in the Fig.5. As a result the
voltage.[5] duty ratio of the DC-DC converter is varied accordingly and
the process is repeated until the maximum power point has
been reached. [6], [7]
2017 International Conference on circuits Power and Computing Technologies [ICCPCT]

B. Incremental Conductance Technique


start

To track the maximum power at steady state condition the


Sample
operating point of the system oscillate around the MPP under voltage and
current
variation in atmospheric condition in the perturb and
observation technique, to overcome this drawback incremental dU = U – Uo
conduction technique is used. dI = I - Io

Y
dU = 0

N
di = 0
Y
di / du = -i / u N
Y

N
di > 0
di / du > -i / u
N Y
Y
N

D = D - ǻD D = D + ǻD D = D - ǻD D = D + ǻD

Uo = U
Io = I

End

Fig.7 I & C MPPT algorithm

V. SIMIULATION RESULTS

The proposed PV module with Buck-Boost DC-DC converter


is shown in figure.10. It was modelled in MATLAB-Simulink
Fig.5 P & O MPPT algorithm
and its simulation results of I-V and P-V curves are shown in
Fig.3 & 4. To track the MPP of PV module, P&O MPPT
The Incremental Conductance technique is based on the algorithms have been used. Simulation was carried out under
principle to track accurate maximum power point comparing particular solar insolation and cell temperature for P&O
the incremental conductance (I/U) with the instantaneous algorithm. The load was resistive load. The simulation of
conduction (ǻI/ǻU) of the photovoltaic module, as shown in Solar PV with MPPT algorithm is shown in fig.8 and obtained
the fig.7.[6],[7] results of the solar PV with MPPT P&O algorithm is shown in
For a PV module, the derivative of output power of module Fig.9.
with respect to voltage is given by:

݀ܲ ݀ሺ‫ܷܫ‬ሻ ݀‫ܫ‬ ο‫ܫ‬


= =I+U =I+U (6)
ܷ݀ ܷ݀ ܷ݀ οܷ

οூ ‫ܫ‬
If,
ο௎
൅ = 0, operating point is on the centre of the P-V
ܷ
characteristic.

οூ ‫ܫ‬

ο௎
൅ > 0, operating point is on the left of the P-V
ܷ
characteristic.

οூ ‫ܫ‬
ο௎
൅ ܷ < 0, operating point is on the right of the P-V
characteristic. Fig.8. Solar with MPPT algorithm
2017 International Conference on circuits Power and Computing Technologies [ICCPCT]

[6] F. Liu, Y. Kang, Y. Zhang and S. Duan, “Comparison of P&O and Hill
Climbing MPPT Methods for Grid-Connected PV Converter,”
Proceedings of the 3rd IEEE Industrial Electronics and Applications
Conference ICIEA, Singapore City, 3-5, pp. 804-807, June (2008).
[7] Experimental Assessment of PV Arrays Connected to Buck-Boost
Converter using MPPT and Non- MPPT Technique authored by
Deepak Kumar Chy. Md. Khaliluzzam Published in Proceedings of
2015 3rd International Conference on Advances in Electrical
Engineering 17-19 December, 2015, Dhaka, Bangladesh
[8] J.A. Jiang, T.L. Huang, Y.T. Hsiao, and C.H. Chen Tamkangn.
ʊMaximum Power Tracking for Photovoltaic Power Systems‫ۅ‬. Journal
of Science and Engineering, Vol. 8, No 2, pp. 147-153, 2005.
[9] Atlas H, Sharaf AM (2007) A photovoltaic array simulation model for
matlab-simulink GUI environment. In: Proceeedings of IEEE
international conference on clean electrical power,ICCEP 2007, Capri
[10] Banerjee S, Jeevananathan (2010) Modeling of PV array and
performance enhancement by MPPT algorithm. Int J Comput Appl
7:35–39 (0975–8887)
Fig.9. Output Power with MPPT & without MPPT

VI. CONCLUSION

Currently the use of energy from photovoltaic panels is a


reality, and its intensive use will very soon become extremely
important in finding solutions to energy and environmental
problems. In this paper, the used MPPT techniques are of most
importance to extract the maximum power available in PV. P
& O MPPT algorithm is simulated for a constant irradiation of
1000 W/m2 and temperature of 25oC for which we get 210
watts of power across the load, simulation of Solar PV without
MPPT gives 140 watts of power which shows that the use of
MPPT in solar PV can be used for improving the efficacy and
maximize the output power of solar PV system and hence the
area of installation of Solar PV can also be reduced and also
the investment cost is reduced.

REFERENCES

[1] Mathematical modelling of photovoltaic cell/module/arrays with tags in


Matlab/Simulink Xuan Hieu Nguyen and Minh Phuong Nguyen
published in Nguyen and Nguyen Environ Syst Res (2015) 4:24, A
springer Open journal.
[2] Development of Generalized Photovoltaic Model Using
MATLAB/SIMULINK authored by Huan-Liang Tsai, Ci-Siang Tu, and
Yi-Jie Su, Member, IAENG published in Proceedings of the World
Congress on Engineering and Computer Science 2008 WCECS 2008,
October 22 - 24, 2008, San Francisco, USA
[3] Analysis of Effects of Sun`s Position in the Sky on Solar Radiation and
Solar Panel Output Power authored by Moein Jazayeri, Sener Uysal,
Member, IEEE, and Kian Jazayeri published in IEEE 978-1-4673-5943-
6/13/$31.00 ©2013 IEEE
[4] B. Subudhi and R. Pradhan "Comparative Study on Maximum Power
Point Tracking Techniques for Photovoltaic Power Systems",Sustainable
Energy, IEEE Transactions On 4(1), pp. 89-98, (2013).
[5] V. Salas, E. Olias, A. Barrado, and A. Lazaro, “Review of the maximum
power point tracking algorithms for stand-alone photovoltaic systems,”
published in Solar Energy Materials & Solar Cells, vol. 90, pp. 1555-
1578, 2006.
2017 International Conference on circuits Power and Computing Technologies [ICCPCT]

978-1-5090-4966-0/17/$31.00 ©2017 IEEE


.

You might also like