SlideShare a Scribd company logo
1 of 5
Download to read offline
American Journal of Engineering Research (AJER) 2016
American Journal of Engineering Research (AJER)
e-ISSN: 2320-0847 p-ISSN : 2320-0936
Volume-5, Issue-8, pp-128-132
www.ajer.org
Research Paper Open Access
w w w . a j e r . o r g Page 128
Maximum Power Point Tracking Method For PV Array Under
Partially Shaded Condition
Belqasem Aljafari
College of Engineering/ Northern Illinois University, USA
ABSTRACT: Solar radiation that hits the photovoltaic modules has a variable character depending on the
position, the direction of the solar field, the season, and the hour of the day. During the trajectory of a day, a
shadow may be decanted on the cell, which may be contemplated, as in the case of a building near the solar
field, or unforeseeable as those created by clouds. The breakthrough of PV systems as distributed power
generation systems has increased drastically in the last few years. Because of this Maximum Power Point
Tracking (MPPT) is becoming more and more substantial as the amount of energy generated by PV systems is
increasing. A MPPT technique must be used to track the maximum power point since the MPP depends on solar
irradiation and cell temperature. In general, when the impedances of the load and source are matched, the
maximum power is transferred to the load from the source only. The generated energy from PV systems must be
maximized, as the efficiency of solar panels is low. For that reason to get the maximum power, a PV system is
repeatedly equipped with an MPP tracker. Several MPP pursuit techniques have been proposed and
implemented in recent years.
Keywords: Neural network, Open Circuit Voltage, Short Circuit Current, Fuzzy Logic Control, Perturb and
Observe and Incremental Conductance
I. INTRODUCTION
The use of the recently developed power control mechanisms, called Maximum Power Point Tracking
(MPPT) algorithms, has led to increasing the efficiency of operation of the solar modules. Therefore, MPPT is
efficient in the field of exploitation of renewable sources of energy [MPPT technics]. Maximum power point
tracking is a DC-to-DC converter that optimizes the match between the solar array (PV modules) and the battery
bank or utility grid. It converts a higher voltage DC output from solar PV arrays or modules down to the lower
voltage needed to charge batteries and vice versa. Maximum Power Point Tracking is an electronic arrangement
that routinely finds the voltage (VMPP) or current (IMPP) at which PV modules should operate to achieve
maximum power output (PMPP) under partial shading condition. It runs the PV modules in a way that allows the
modules to generate all the power they are capable of producing [3]. MPPT is an electronic tracking system,
whether digital or analog. There are many approaches to find and track the maximum power point for PV cells.
For instance, neural network, open circuit voltage, short circuit current, fuzzy logic control, perturb and observe,
and incremental conductance are the most popular methods to track the maximum power point tracking. As a
matter of fact, many systems have combined methods, for example, using the open circuit voltage (OV) to find
the starting point for the iterative methods such as Perturbation and Observation or Incremental. The levels of
irradiance play an important part in changing from one scheme to another. For example, at low levels of
irradiance, methods like open circuit voltage and short circuit current could be more suitable as they can be
more noise immune. When the cells are connected in a series, the iterative methods can be a preferable solution.
When a portion of the string is partial shade, search algorithms are needed [5].In general, the accurate method is
better than the fast because fast methods tend to bounce around the maximum power point due to noise present
in the power conversion system. Of course, an accurate and fast method would be preferred, but the cost of
implementation needs to be considered.
II. NEURAL NETWORK
Neural networks are another technique for implementing MPPT, which is also well adapted for
microcontrollers. Neural networks usually have three layers, which are input, hidden, and output layers. The
input variable can be PV array parameters such as VOC and ISC. Additionally, it can be atmospheric data like
irradiance and temperature. The output is commonly one or several reference signals like a duty cycle signal.
American Journal of Engineering Research (AJER) 2016
w w w . a j e r . o r g Page 129
III. OPEN CIRCUIT VOLTAGE
The Open Circuit Voltage (OV) method for MPPT control is based on measured terminal voltage and
PV arrays. Generally, the OV technique uses 76% of the open circuit voltage OV as the optimum operating
voltage VOP. By measuring the open circuit voltage in real-time, the maximum power point of the PV array can
be estimated with the predefined PV I-V curves. It is important to introduce a static switch into the PV array for
the OV method. The switch has to be connected in series to open the circuit. When IPV = 0, the PV system
supplies no power. The features of this approach are a relatively fast response and no oscillations in a steady
state [1].
IV. SHORT CIRCUIT CURRENT
The short circuit current method employs a value of ISC to estimate IMP. This method uses a short load
pulse to generate a short circuit condition. Indeed, it is important to observe that during the short circuit pulse,
VPV equal zero. Consequently, no power is supplied by the PV system and no energy is generated. Therefore,
the power conversion circuit must be powered from some other source. To create the short circuit condition, it is
necessary to introduce a static switch in parallel with the PV array. In fact, the optimum operating current IOP for
maximum output power is proportional to the short circuit current ISC under various conditions of irradiance
level G as follows:
IOP (G) = k. ISC (G)
Where k is a proportional constant. One advantage of this technique is the tolerance for input capacitance
compared to the VOC method [2].
V. FUZZY LOGIC CONTROL
A fuzzy logic control (FLC) is used to control the maximum power point tracking for a photovoltaic
(PV) system. The FLC technique harnesses the fuzzy logic control to specify the size of incremental current in
the current command of MPPT. Hence, the convergence time of the maximum power point (MPP) of the FLC
algorithm is better than the Perturb and Observe (P&O) algorithm. That is why the FLC algorithm is used to
enhance the performance of the P&O algorithm. Moreover, the FLC can handle nonlinearity and work with
imprecise inputs [4].
VI. PERTURB AND OBSERVE
Perturb and observe (P&O) is one of the most straightforward and popular techniques of MPPT. In this
technique, only one sensor is used, which is the voltage sensor, to sense the PV array voltage. Therefore, the
cost of implementation is reduced and, hence, is easy to implement. The main aim of this method is to boost the
system to work in a direction. The P&O algorithms operate by perturbing the array terminal voltage or current.
After that, the P&O algorithms compare the PV output power with the previous perturbation cycle. This
equation below describes the change of power, which elucidates the strategy of the P&O technique.
Δ�= �
�
−�
�
−1
(�
�
) = The new point of the power, (�
�
−1) = The old point of the power
By comparing the new power point with old power point we can get the new maximum power point.If
the resulting change in power is positive, then the system is going in the direction of MPP and will keep the
direction of the incremental current as the same direction. If the change in power is negative, the system will
change the direction of incremental current to the opposite direction, and it is going away from the direction of
MPP. This method works well when the radiation and temperature conditions change slowly. However, the
P&O method fails to track MPP when the atmospheric condition is rapidly changed. A common problem in
P&O algorithms is that the array terminal voltage is perturbed every MPPT cycle. Therefore, to avoid this
problem we can use an incremental conduction method [6]-[9].
American Journal of Engineering Research (AJER) 2016
w w w . a j e r . o r g Page 130
Fig.1:Flowchart of Perturb and Observe (P&O) methods.
VII. INCREMENTAL CONDUCTANCE
The incremental conductance(IC) method employs two sensors, which are voltage and current of the
PV array. At MPP, the slope of the PV curve is zero. Indeed, the purpose of the incremental conductance
method offers a good performance and takes account of the rapidly changing atmospheric conditions. The
incremental conductance method is based on the fact that the slope of the PV array power is zero at the MPP,
positive on the left of the MPP, and negative on the right, as given by
dP/dV = 0 , at MPP
dP/dV> 0 , left of MPP
dP/dV< 0 , right of MPP
Δ I/Δ V = − I/V, at MPP
Δ I/Δ V > − I/V, left of MPP
Δ I/Δ V < − I/V, right of MPP
Where V and I represent the PV array output current and voltage, respectively. The left-hand side of
equations represents incremental conductance of PV module, and the right-hand side represents the
instantaneous conductance cycle. Comparing the incremental conductance (ΔI/ΔV) to the instantaneous
conductance (I/V), as shown in the flowchart in Figure 4.4 used to track the MPP, the operation of the PV array
is maintained once the MPP has been reached unless a change in ΔI is noted [7]-[8].
American Journal of Engineering Research (AJER) 2016
w w w . a j e r . o r g Page 131
Fig.2: Flowchart of Incremental conductance method.
Table 1: Characteristics of Different MPPT Techniques
MPPT technique Convergence
speed
Implementation
Complexity
Periodic
tuning
Sensed parameters
Neural Network Fast High Yes Varies
Open Circuit Voltage Medium Low Yes Voltage
Short Circuit Current Medium Medium Yes Current
Fuzzy Logic Control Fast High Yes Varies
Perturb and Observe Varies Low No Voltage
Incremental Conductance Varies Medium No Voltage & Current
VIII. CONCLUSION
There are many ways to find and track the maximum power point for PV cells and groups of cells such
as neural network, open circuit voltage, short circuit current, fuzzy logic control, perturb and observe, and
incremental conductance. Numerous systems combine methods, such as using open circuit voltage to find the
starting point for the iterative methods like Perturb and Observe or Incremental Conductance. In some cases, the
level of irradiance plays a major role in choosing the appropriate method. For example, at low levels of
irradiance, methods like Open Circuit Voltage and Short Circuit Current may be more suitable. However, for
simplicity and effectiveness, P&O was selected for further analysis.
REFERENCES
[1]. Shiau, Jaw-Kuen, Min-Yi Lee, Yu-Chen Wei, and Bo-Chih Chen. "Circuit Simulation for Solar Power Maximum Power Point
Tracking with Different Buck-Boost Converter Topologies." Energies 7, no. 8 (2014): 5027-5046.
[2]. Singh, Priyanka O. "Modeling of photovoltaic arrays under shading patterns with reconfigurable switching and bypass diodes."
(2011).
[3]. Sriram, Nisha, and Mohammad Shahidehpour. "Renewable biomass energy." In Power Engineering Society General Meeting, 2005.
IEEE, pp. 612-617. IEEE, 2005.
[4]. Suman, Gaurav, BVS Pavan Kumar, M. Senthil Kumar, B. ChitraBabu, and K. R. Subhashini. "Modeling, analysis and design of
synchronous buck converter using state space averaging technique for pv energy system." InElectronic System Design (ISED), 2012
International Symposium on, pp. 281-285. IEEE, 2012.
American Journal of Engineering Research (AJER) 2016
w w w . a j e r . o r g Page 132
[5]. Teo, Kenneth Tze Kin, Pei Yi Lim, BihLii Chua, Hui Hwang Goh, and Min Keng Tan. "Maximum Power Point Tracking of
Partially Shaded Photovoltaic Arrays Using Particle Swarm Optimization." In Artificial Intelligence with Applications in
Engineering and Technology (ICAIET), 2014 4th International Conference on, pp. 247-252. IEEE, 2014.
[6]. Takun, Pongsakor, SomyotKaitwanidvilai, and ChaiyanJettanasen. "Maximum power point tracking using fuzzy logic control for
photovoltaic systems." In Proceedings of International MultiConference of Engineers and Computer Scientists.Hongkong. 2011.
[7]. Tan, Yun Tiam. "Impact on the power system with a large penetration of photovoltaic generation." PhD diss., UNIVERSITY OF
MANCHESTER, 2004.
[8]. Verma, Minakshi, and YashwantKashyap. "A Review on Maximum Power Point Tracking Techniques."
[9]. Wang, Yanzhi, Xue Lin, Younghyun Kim, Naehyuck Chang, and MassoudPedram. "Enhancing efficiency and robustness of a
photovoltaic power system under partial shading." In Quality Electronic Design (ISQED), 2012 13th International Symposium on,
pp. 592-600. IEEE, 2012.

More Related Content

What's hot

Simulation of incremental conductance mppt with
Simulation of incremental conductance mppt withSimulation of incremental conductance mppt with
Simulation of incremental conductance mppt witheSAT Publishing House
 
Modeling and Simulation of Fuzzy Logic based Maximum Power Point Tracking (MP...
Modeling and Simulation of Fuzzy Logic based Maximum Power Point Tracking (MP...Modeling and Simulation of Fuzzy Logic based Maximum Power Point Tracking (MP...
Modeling and Simulation of Fuzzy Logic based Maximum Power Point Tracking (MP...IJECEIAES
 
Maximum power point tracking techniques a review
Maximum power point tracking techniques a review Maximum power point tracking techniques a review
Maximum power point tracking techniques a review graphic era university
 
PI Controller based MPPT for a PV System
PI Controller based MPPT for a PV SystemPI Controller based MPPT for a PV System
PI Controller based MPPT for a PV SystemIOSR Journals
 
Energy Comparison of MPPT Techniques Using Cuk Converter
Energy Comparison of MPPT Techniques Using Cuk ConverterEnergy Comparison of MPPT Techniques Using Cuk Converter
Energy Comparison of MPPT Techniques Using Cuk ConverterAM Publications
 
MPPT using fuzzy logic
MPPT using fuzzy logicMPPT using fuzzy logic
MPPT using fuzzy logicmazirabbas
 
A Neural Network Based MPPT Technique Controller for Photovoltaic Pumping System
A Neural Network Based MPPT Technique Controller for Photovoltaic Pumping SystemA Neural Network Based MPPT Technique Controller for Photovoltaic Pumping System
A Neural Network Based MPPT Technique Controller for Photovoltaic Pumping SystemIJPEDS-IAES
 
Maximum power point tracking system for photovoltaic systems
Maximum power point tracking system for photovoltaic systemsMaximum power point tracking system for photovoltaic systems
Maximum power point tracking system for photovoltaic systemsPRIYADARSINIPUTCHAKA
 
Solar PV Model With MPPT (P & O method)
Solar PV Model With MPPT (P & O method)Solar PV Model With MPPT (P & O method)
Solar PV Model With MPPT (P & O method)SURBHI PATHAK
 
MPPT using P&O method and ANN method in solar PV array
MPPT using P&O method and ANN method in solar PV arrayMPPT using P&O method and ANN method in solar PV array
MPPT using P&O method and ANN method in solar PV arraySMRUTISAGARPATTANAIK1
 
Perturb and observe maximum power point tracking for photovoltaic cell
Perturb and observe maximum power point tracking for photovoltaic cellPerturb and observe maximum power point tracking for photovoltaic cell
Perturb and observe maximum power point tracking for photovoltaic cellAlexander Decker
 
Maximum power point tracking.......saq
Maximum power point tracking.......saqMaximum power point tracking.......saq
Maximum power point tracking.......saqSaquib Maqsood
 
Different Kinds of Maximum Power Point Tracking Control Method for Photovolta...
Different Kinds of Maximum Power Point Tracking Control Method for Photovolta...Different Kinds of Maximum Power Point Tracking Control Method for Photovolta...
Different Kinds of Maximum Power Point Tracking Control Method for Photovolta...yash yadav
 

What's hot (20)

Simulation of incremental conductance mppt with
Simulation of incremental conductance mppt withSimulation of incremental conductance mppt with
Simulation of incremental conductance mppt with
 
176 shiv kumar
176 shiv kumar176 shiv kumar
176 shiv kumar
 
Modeling and Simulation of Fuzzy Logic based Maximum Power Point Tracking (MP...
Modeling and Simulation of Fuzzy Logic based Maximum Power Point Tracking (MP...Modeling and Simulation of Fuzzy Logic based Maximum Power Point Tracking (MP...
Modeling and Simulation of Fuzzy Logic based Maximum Power Point Tracking (MP...
 
Maximum power point tracking techniques a review
Maximum power point tracking techniques a review Maximum power point tracking techniques a review
Maximum power point tracking techniques a review
 
PI Controller based MPPT for a PV System
PI Controller based MPPT for a PV SystemPI Controller based MPPT for a PV System
PI Controller based MPPT for a PV System
 
Energy Comparison of MPPT Techniques Using Cuk Converter
Energy Comparison of MPPT Techniques Using Cuk ConverterEnergy Comparison of MPPT Techniques Using Cuk Converter
Energy Comparison of MPPT Techniques Using Cuk Converter
 
solar Mppt
solar Mpptsolar Mppt
solar Mppt
 
MPPT using fuzzy logic
MPPT using fuzzy logicMPPT using fuzzy logic
MPPT using fuzzy logic
 
A Neural Network Based MPPT Technique Controller for Photovoltaic Pumping System
A Neural Network Based MPPT Technique Controller for Photovoltaic Pumping SystemA Neural Network Based MPPT Technique Controller for Photovoltaic Pumping System
A Neural Network Based MPPT Technique Controller for Photovoltaic Pumping System
 
An Advanced MPPT Based on Artificial Bee Colony Algorithm for MPPT Photovolta...
An Advanced MPPT Based on Artificial Bee Colony Algorithm for MPPT Photovolta...An Advanced MPPT Based on Artificial Bee Colony Algorithm for MPPT Photovolta...
An Advanced MPPT Based on Artificial Bee Colony Algorithm for MPPT Photovolta...
 
Maximum power point tracking system for photovoltaic systems
Maximum power point tracking system for photovoltaic systemsMaximum power point tracking system for photovoltaic systems
Maximum power point tracking system for photovoltaic systems
 
Solar PV Model With MPPT (P & O method)
Solar PV Model With MPPT (P & O method)Solar PV Model With MPPT (P & O method)
Solar PV Model With MPPT (P & O method)
 
5 kante
5 kante5 kante
5 kante
 
MPPT using P&O method and ANN method in solar PV array
MPPT using P&O method and ANN method in solar PV arrayMPPT using P&O method and ANN method in solar PV array
MPPT using P&O method and ANN method in solar PV array
 
MPPT
MPPTMPPT
MPPT
 
Seminar Report on MPPT
Seminar Report on MPPTSeminar Report on MPPT
Seminar Report on MPPT
 
Perturb and observe maximum power point tracking for photovoltaic cell
Perturb and observe maximum power point tracking for photovoltaic cellPerturb and observe maximum power point tracking for photovoltaic cell
Perturb and observe maximum power point tracking for photovoltaic cell
 
MPPT Poster
MPPT PosterMPPT Poster
MPPT Poster
 
Maximum power point tracking.......saq
Maximum power point tracking.......saqMaximum power point tracking.......saq
Maximum power point tracking.......saq
 
Different Kinds of Maximum Power Point Tracking Control Method for Photovolta...
Different Kinds of Maximum Power Point Tracking Control Method for Photovolta...Different Kinds of Maximum Power Point Tracking Control Method for Photovolta...
Different Kinds of Maximum Power Point Tracking Control Method for Photovolta...
 

Similar to MPPT Methods PV Systems Partially Shaded Conditions

New Microsoft PowerPoint Presentation.pptx
New Microsoft PowerPoint Presentation.pptxNew Microsoft PowerPoint Presentation.pptx
New Microsoft PowerPoint Presentation.pptxThilak85
 
Solar pv system and mppt
Solar pv system and mpptSolar pv system and mppt
Solar pv system and mpptakshay1234kumar
 
A REVIEW OF VARIOUS MPPT TECHNIQUES FOR PHOTOVOLTAIC SYSTEM
A REVIEW OF VARIOUS MPPT TECHNIQUES FOR PHOTOVOLTAIC SYSTEMA REVIEW OF VARIOUS MPPT TECHNIQUES FOR PHOTOVOLTAIC SYSTEM
A REVIEW OF VARIOUS MPPT TECHNIQUES FOR PHOTOVOLTAIC SYSTEMijiert bestjournal
 
A Survey on the Performance of the Various MPPT Techniques of Standalone PV G...
A Survey on the Performance of the Various MPPT Techniques of Standalone PV G...A Survey on the Performance of the Various MPPT Techniques of Standalone PV G...
A Survey on the Performance of the Various MPPT Techniques of Standalone PV G...IJSRD
 
Development of a Novel Robust Differential Maximum Power Point Tracking (MPPT...
Development of a Novel Robust Differential Maximum Power Point Tracking (MPPT...Development of a Novel Robust Differential Maximum Power Point Tracking (MPPT...
Development of a Novel Robust Differential Maximum Power Point Tracking (MPPT...IJSRP Journal
 
Fuzzy Logic based Maximum Power Point Tracker for a PV System
Fuzzy Logic based Maximum Power Point Tracker for a PV SystemFuzzy Logic based Maximum Power Point Tracker for a PV System
Fuzzy Logic based Maximum Power Point Tracker for a PV SystemIOSR Journals
 
DESIGN A TWO STAGE GRID CONNECTED PV SYSTEMS WITH CONSTANT POWER GENERATION A...
DESIGN A TWO STAGE GRID CONNECTED PV SYSTEMS WITH CONSTANT POWER GENERATION A...DESIGN A TWO STAGE GRID CONNECTED PV SYSTEMS WITH CONSTANT POWER GENERATION A...
DESIGN A TWO STAGE GRID CONNECTED PV SYSTEMS WITH CONSTANT POWER GENERATION A...Journal For Research
 
Solar Powered Water Pump with Improved Efficiency
Solar Powered Water Pump with Improved EfficiencySolar Powered Water Pump with Improved Efficiency
Solar Powered Water Pump with Improved Efficiencyijtsrd
 
Simulation and hardware implementation of change in
Simulation and hardware implementation of change inSimulation and hardware implementation of change in
Simulation and hardware implementation of change ineSAT Publishing House
 
Attou. photovoltaic grid Boost Converter
Attou. photovoltaic grid Boost ConverterAttou. photovoltaic grid Boost Converter
Attou. photovoltaic grid Boost ConverterAttou
 
IRJET- Classification and Comparison of Maximum Power Point Tracking Algo...
IRJET-  	  Classification and Comparison of Maximum Power Point Tracking Algo...IRJET-  	  Classification and Comparison of Maximum Power Point Tracking Algo...
IRJET- Classification and Comparison of Maximum Power Point Tracking Algo...IRJET Journal
 
IRJET-Maximum Power Point Tracking Techniques for Photovoltaic Systems - A Re...
IRJET-Maximum Power Point Tracking Techniques for Photovoltaic Systems - A Re...IRJET-Maximum Power Point Tracking Techniques for Photovoltaic Systems - A Re...
IRJET-Maximum Power Point Tracking Techniques for Photovoltaic Systems - A Re...IRJET Journal
 
Finite Step Model Predictive Control Based Asymmetrical Source Inverter with ...
Finite Step Model Predictive Control Based Asymmetrical Source Inverter with ...Finite Step Model Predictive Control Based Asymmetrical Source Inverter with ...
Finite Step Model Predictive Control Based Asymmetrical Source Inverter with ...IJERD Editor
 
Enhanced MPPT Technique For DC-DC Luo Converter Using Model Predictive Contro...
Enhanced MPPT Technique For DC-DC Luo Converter Using Model Predictive Contro...Enhanced MPPT Technique For DC-DC Luo Converter Using Model Predictive Contro...
Enhanced MPPT Technique For DC-DC Luo Converter Using Model Predictive Contro...IJERD Editor
 

Similar to MPPT Methods PV Systems Partially Shaded Conditions (20)

New Microsoft PowerPoint Presentation.pptx
New Microsoft PowerPoint Presentation.pptxNew Microsoft PowerPoint Presentation.pptx
New Microsoft PowerPoint Presentation.pptx
 
Solar pv system and mppt
Solar pv system and mpptSolar pv system and mppt
Solar pv system and mppt
 
G1102034148
G1102034148G1102034148
G1102034148
 
Adaptive Neuro-Fuzzy Inference System-based Improvement of Perturb and Observ...
Adaptive Neuro-Fuzzy Inference System-based Improvement of Perturb and Observ...Adaptive Neuro-Fuzzy Inference System-based Improvement of Perturb and Observ...
Adaptive Neuro-Fuzzy Inference System-based Improvement of Perturb and Observ...
 
A REVIEW OF VARIOUS MPPT TECHNIQUES FOR PHOTOVOLTAIC SYSTEM
A REVIEW OF VARIOUS MPPT TECHNIQUES FOR PHOTOVOLTAIC SYSTEMA REVIEW OF VARIOUS MPPT TECHNIQUES FOR PHOTOVOLTAIC SYSTEM
A REVIEW OF VARIOUS MPPT TECHNIQUES FOR PHOTOVOLTAIC SYSTEM
 
A Survey on the Performance of the Various MPPT Techniques of Standalone PV G...
A Survey on the Performance of the Various MPPT Techniques of Standalone PV G...A Survey on the Performance of the Various MPPT Techniques of Standalone PV G...
A Survey on the Performance of the Various MPPT Techniques of Standalone PV G...
 
Development of a Novel Robust Differential Maximum Power Point Tracking (MPPT...
Development of a Novel Robust Differential Maximum Power Point Tracking (MPPT...Development of a Novel Robust Differential Maximum Power Point Tracking (MPPT...
Development of a Novel Robust Differential Maximum Power Point Tracking (MPPT...
 
40220130406008
4022013040600840220130406008
40220130406008
 
Fuzzy Logic based Maximum Power Point Tracker for a PV System
Fuzzy Logic based Maximum Power Point Tracker for a PV SystemFuzzy Logic based Maximum Power Point Tracker for a PV System
Fuzzy Logic based Maximum Power Point Tracker for a PV System
 
DESIGN A TWO STAGE GRID CONNECTED PV SYSTEMS WITH CONSTANT POWER GENERATION A...
DESIGN A TWO STAGE GRID CONNECTED PV SYSTEMS WITH CONSTANT POWER GENERATION A...DESIGN A TWO STAGE GRID CONNECTED PV SYSTEMS WITH CONSTANT POWER GENERATION A...
DESIGN A TWO STAGE GRID CONNECTED PV SYSTEMS WITH CONSTANT POWER GENERATION A...
 
Mppt
MpptMppt
Mppt
 
Solar Powered Water Pump with Improved Efficiency
Solar Powered Water Pump with Improved EfficiencySolar Powered Water Pump with Improved Efficiency
Solar Powered Water Pump with Improved Efficiency
 
Simulation and hardware implementation of change in
Simulation and hardware implementation of change inSimulation and hardware implementation of change in
Simulation and hardware implementation of change in
 
Attou. photovoltaic grid Boost Converter
Attou. photovoltaic grid Boost ConverterAttou. photovoltaic grid Boost Converter
Attou. photovoltaic grid Boost Converter
 
IRJET- Classification and Comparison of Maximum Power Point Tracking Algo...
IRJET-  	  Classification and Comparison of Maximum Power Point Tracking Algo...IRJET-  	  Classification and Comparison of Maximum Power Point Tracking Algo...
IRJET- Classification and Comparison of Maximum Power Point Tracking Algo...
 
IRJET-Maximum Power Point Tracking Techniques for Photovoltaic Systems - A Re...
IRJET-Maximum Power Point Tracking Techniques for Photovoltaic Systems - A Re...IRJET-Maximum Power Point Tracking Techniques for Photovoltaic Systems - A Re...
IRJET-Maximum Power Point Tracking Techniques for Photovoltaic Systems - A Re...
 
Maximum power control for photovoltaic system using intelligent strategies
Maximum power control for photovoltaic system using intelligent strategiesMaximum power control for photovoltaic system using intelligent strategies
Maximum power control for photovoltaic system using intelligent strategies
 
Finite Step Model Predictive Control Based Asymmetrical Source Inverter with ...
Finite Step Model Predictive Control Based Asymmetrical Source Inverter with ...Finite Step Model Predictive Control Based Asymmetrical Source Inverter with ...
Finite Step Model Predictive Control Based Asymmetrical Source Inverter with ...
 
Enhanced MPPT Technique For DC-DC Luo Converter Using Model Predictive Contro...
Enhanced MPPT Technique For DC-DC Luo Converter Using Model Predictive Contro...Enhanced MPPT Technique For DC-DC Luo Converter Using Model Predictive Contro...
Enhanced MPPT Technique For DC-DC Luo Converter Using Model Predictive Contro...
 
Nv3424352438
Nv3424352438Nv3424352438
Nv3424352438
 

Recently uploaded

Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Glass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesGlass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesPrabhanshu Chaturvedi
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingrknatarajan
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdfKamal Acharya
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdfankushspencer015
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college projectTonystark477637
 

Recently uploaded (20)

Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
Glass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesGlass Ceramics: Processing and Properties
Glass Ceramics: Processing and Properties
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
 

MPPT Methods PV Systems Partially Shaded Conditions

  • 1. American Journal of Engineering Research (AJER) 2016 American Journal of Engineering Research (AJER) e-ISSN: 2320-0847 p-ISSN : 2320-0936 Volume-5, Issue-8, pp-128-132 www.ajer.org Research Paper Open Access w w w . a j e r . o r g Page 128 Maximum Power Point Tracking Method For PV Array Under Partially Shaded Condition Belqasem Aljafari College of Engineering/ Northern Illinois University, USA ABSTRACT: Solar radiation that hits the photovoltaic modules has a variable character depending on the position, the direction of the solar field, the season, and the hour of the day. During the trajectory of a day, a shadow may be decanted on the cell, which may be contemplated, as in the case of a building near the solar field, or unforeseeable as those created by clouds. The breakthrough of PV systems as distributed power generation systems has increased drastically in the last few years. Because of this Maximum Power Point Tracking (MPPT) is becoming more and more substantial as the amount of energy generated by PV systems is increasing. A MPPT technique must be used to track the maximum power point since the MPP depends on solar irradiation and cell temperature. In general, when the impedances of the load and source are matched, the maximum power is transferred to the load from the source only. The generated energy from PV systems must be maximized, as the efficiency of solar panels is low. For that reason to get the maximum power, a PV system is repeatedly equipped with an MPP tracker. Several MPP pursuit techniques have been proposed and implemented in recent years. Keywords: Neural network, Open Circuit Voltage, Short Circuit Current, Fuzzy Logic Control, Perturb and Observe and Incremental Conductance I. INTRODUCTION The use of the recently developed power control mechanisms, called Maximum Power Point Tracking (MPPT) algorithms, has led to increasing the efficiency of operation of the solar modules. Therefore, MPPT is efficient in the field of exploitation of renewable sources of energy [MPPT technics]. Maximum power point tracking is a DC-to-DC converter that optimizes the match between the solar array (PV modules) and the battery bank or utility grid. It converts a higher voltage DC output from solar PV arrays or modules down to the lower voltage needed to charge batteries and vice versa. Maximum Power Point Tracking is an electronic arrangement that routinely finds the voltage (VMPP) or current (IMPP) at which PV modules should operate to achieve maximum power output (PMPP) under partial shading condition. It runs the PV modules in a way that allows the modules to generate all the power they are capable of producing [3]. MPPT is an electronic tracking system, whether digital or analog. There are many approaches to find and track the maximum power point for PV cells. For instance, neural network, open circuit voltage, short circuit current, fuzzy logic control, perturb and observe, and incremental conductance are the most popular methods to track the maximum power point tracking. As a matter of fact, many systems have combined methods, for example, using the open circuit voltage (OV) to find the starting point for the iterative methods such as Perturbation and Observation or Incremental. The levels of irradiance play an important part in changing from one scheme to another. For example, at low levels of irradiance, methods like open circuit voltage and short circuit current could be more suitable as they can be more noise immune. When the cells are connected in a series, the iterative methods can be a preferable solution. When a portion of the string is partial shade, search algorithms are needed [5].In general, the accurate method is better than the fast because fast methods tend to bounce around the maximum power point due to noise present in the power conversion system. Of course, an accurate and fast method would be preferred, but the cost of implementation needs to be considered. II. NEURAL NETWORK Neural networks are another technique for implementing MPPT, which is also well adapted for microcontrollers. Neural networks usually have three layers, which are input, hidden, and output layers. The input variable can be PV array parameters such as VOC and ISC. Additionally, it can be atmospheric data like irradiance and temperature. The output is commonly one or several reference signals like a duty cycle signal.
  • 2. American Journal of Engineering Research (AJER) 2016 w w w . a j e r . o r g Page 129 III. OPEN CIRCUIT VOLTAGE The Open Circuit Voltage (OV) method for MPPT control is based on measured terminal voltage and PV arrays. Generally, the OV technique uses 76% of the open circuit voltage OV as the optimum operating voltage VOP. By measuring the open circuit voltage in real-time, the maximum power point of the PV array can be estimated with the predefined PV I-V curves. It is important to introduce a static switch into the PV array for the OV method. The switch has to be connected in series to open the circuit. When IPV = 0, the PV system supplies no power. The features of this approach are a relatively fast response and no oscillations in a steady state [1]. IV. SHORT CIRCUIT CURRENT The short circuit current method employs a value of ISC to estimate IMP. This method uses a short load pulse to generate a short circuit condition. Indeed, it is important to observe that during the short circuit pulse, VPV equal zero. Consequently, no power is supplied by the PV system and no energy is generated. Therefore, the power conversion circuit must be powered from some other source. To create the short circuit condition, it is necessary to introduce a static switch in parallel with the PV array. In fact, the optimum operating current IOP for maximum output power is proportional to the short circuit current ISC under various conditions of irradiance level G as follows: IOP (G) = k. ISC (G) Where k is a proportional constant. One advantage of this technique is the tolerance for input capacitance compared to the VOC method [2]. V. FUZZY LOGIC CONTROL A fuzzy logic control (FLC) is used to control the maximum power point tracking for a photovoltaic (PV) system. The FLC technique harnesses the fuzzy logic control to specify the size of incremental current in the current command of MPPT. Hence, the convergence time of the maximum power point (MPP) of the FLC algorithm is better than the Perturb and Observe (P&O) algorithm. That is why the FLC algorithm is used to enhance the performance of the P&O algorithm. Moreover, the FLC can handle nonlinearity and work with imprecise inputs [4]. VI. PERTURB AND OBSERVE Perturb and observe (P&O) is one of the most straightforward and popular techniques of MPPT. In this technique, only one sensor is used, which is the voltage sensor, to sense the PV array voltage. Therefore, the cost of implementation is reduced and, hence, is easy to implement. The main aim of this method is to boost the system to work in a direction. The P&O algorithms operate by perturbing the array terminal voltage or current. After that, the P&O algorithms compare the PV output power with the previous perturbation cycle. This equation below describes the change of power, which elucidates the strategy of the P&O technique. Δ�= � � −� � −1 (� � ) = The new point of the power, (� � −1) = The old point of the power By comparing the new power point with old power point we can get the new maximum power point.If the resulting change in power is positive, then the system is going in the direction of MPP and will keep the direction of the incremental current as the same direction. If the change in power is negative, the system will change the direction of incremental current to the opposite direction, and it is going away from the direction of MPP. This method works well when the radiation and temperature conditions change slowly. However, the P&O method fails to track MPP when the atmospheric condition is rapidly changed. A common problem in P&O algorithms is that the array terminal voltage is perturbed every MPPT cycle. Therefore, to avoid this problem we can use an incremental conduction method [6]-[9].
  • 3. American Journal of Engineering Research (AJER) 2016 w w w . a j e r . o r g Page 130 Fig.1:Flowchart of Perturb and Observe (P&O) methods. VII. INCREMENTAL CONDUCTANCE The incremental conductance(IC) method employs two sensors, which are voltage and current of the PV array. At MPP, the slope of the PV curve is zero. Indeed, the purpose of the incremental conductance method offers a good performance and takes account of the rapidly changing atmospheric conditions. The incremental conductance method is based on the fact that the slope of the PV array power is zero at the MPP, positive on the left of the MPP, and negative on the right, as given by dP/dV = 0 , at MPP dP/dV> 0 , left of MPP dP/dV< 0 , right of MPP Δ I/Δ V = − I/V, at MPP Δ I/Δ V > − I/V, left of MPP Δ I/Δ V < − I/V, right of MPP Where V and I represent the PV array output current and voltage, respectively. The left-hand side of equations represents incremental conductance of PV module, and the right-hand side represents the instantaneous conductance cycle. Comparing the incremental conductance (ΔI/ΔV) to the instantaneous conductance (I/V), as shown in the flowchart in Figure 4.4 used to track the MPP, the operation of the PV array is maintained once the MPP has been reached unless a change in ΔI is noted [7]-[8].
  • 4. American Journal of Engineering Research (AJER) 2016 w w w . a j e r . o r g Page 131 Fig.2: Flowchart of Incremental conductance method. Table 1: Characteristics of Different MPPT Techniques MPPT technique Convergence speed Implementation Complexity Periodic tuning Sensed parameters Neural Network Fast High Yes Varies Open Circuit Voltage Medium Low Yes Voltage Short Circuit Current Medium Medium Yes Current Fuzzy Logic Control Fast High Yes Varies Perturb and Observe Varies Low No Voltage Incremental Conductance Varies Medium No Voltage & Current VIII. CONCLUSION There are many ways to find and track the maximum power point for PV cells and groups of cells such as neural network, open circuit voltage, short circuit current, fuzzy logic control, perturb and observe, and incremental conductance. Numerous systems combine methods, such as using open circuit voltage to find the starting point for the iterative methods like Perturb and Observe or Incremental Conductance. In some cases, the level of irradiance plays a major role in choosing the appropriate method. For example, at low levels of irradiance, methods like Open Circuit Voltage and Short Circuit Current may be more suitable. However, for simplicity and effectiveness, P&O was selected for further analysis. REFERENCES [1]. Shiau, Jaw-Kuen, Min-Yi Lee, Yu-Chen Wei, and Bo-Chih Chen. "Circuit Simulation for Solar Power Maximum Power Point Tracking with Different Buck-Boost Converter Topologies." Energies 7, no. 8 (2014): 5027-5046. [2]. Singh, Priyanka O. "Modeling of photovoltaic arrays under shading patterns with reconfigurable switching and bypass diodes." (2011). [3]. Sriram, Nisha, and Mohammad Shahidehpour. "Renewable biomass energy." In Power Engineering Society General Meeting, 2005. IEEE, pp. 612-617. IEEE, 2005. [4]. Suman, Gaurav, BVS Pavan Kumar, M. Senthil Kumar, B. ChitraBabu, and K. R. Subhashini. "Modeling, analysis and design of synchronous buck converter using state space averaging technique for pv energy system." InElectronic System Design (ISED), 2012 International Symposium on, pp. 281-285. IEEE, 2012.
  • 5. American Journal of Engineering Research (AJER) 2016 w w w . a j e r . o r g Page 132 [5]. Teo, Kenneth Tze Kin, Pei Yi Lim, BihLii Chua, Hui Hwang Goh, and Min Keng Tan. "Maximum Power Point Tracking of Partially Shaded Photovoltaic Arrays Using Particle Swarm Optimization." In Artificial Intelligence with Applications in Engineering and Technology (ICAIET), 2014 4th International Conference on, pp. 247-252. IEEE, 2014. [6]. Takun, Pongsakor, SomyotKaitwanidvilai, and ChaiyanJettanasen. "Maximum power point tracking using fuzzy logic control for photovoltaic systems." In Proceedings of International MultiConference of Engineers and Computer Scientists.Hongkong. 2011. [7]. Tan, Yun Tiam. "Impact on the power system with a large penetration of photovoltaic generation." PhD diss., UNIVERSITY OF MANCHESTER, 2004. [8]. Verma, Minakshi, and YashwantKashyap. "A Review on Maximum Power Point Tracking Techniques." [9]. Wang, Yanzhi, Xue Lin, Younghyun Kim, Naehyuck Chang, and MassoudPedram. "Enhancing efficiency and robustness of a photovoltaic power system under partial shading." In Quality Electronic Design (ISQED), 2012 13th International Symposium on, pp. 592-600. IEEE, 2012.