SlideShare a Scribd company logo
MAXIMUM POWER POINT TRACKING
SYSTEM FOR PHOTO VOLTAIC
SYSTEMS
Presented by Guide
P.PRIYADARSINI M.MURALI KRISHNA,M.Tech
19MT8405
Contents...
 OBJECTIVE
 MATHEMATICAL MODEL
 WHAT IS MPPT?
 SYSTEM MODELLING
 MPPT TECHNIQUES
 APPLICATIONS
 CONCLUSION
OBJECTIVE
 Solar Cell
A solar cell,or photo voltaic cell,is an electrical device that converts the energy of
light directly into electricity by the photo voltaic effect.
 Efficiency of solar cell is less,it only converts 30-40% of energy incident on it to
electrical energy.
 Need to use solar energy
Pollution free
Maintenance free
Silent operation
Long life time
 Efficiency of solar cell increased by this technique called MPPT,by installing this
technique we can get additional 20-30% of efficiency.
Mathematical model of solar cell
Equivalent circuit of PV cell
Current equation
I=IL-ID-Ish
I -Cell current(A)
IL -light generated current(A)
Io -Diode saturation current
q -Charge of electron
=1.6*10^-19(coul)
K -Boltzman constant(j/K)
T -Cell temperature(K)
Rs,Rsh are cell series and shunt
resistance(ohms)
V -Cell output voltage(V)
V-I and P-V Characteristics of a solar cell
Variation of I-V and P-V curves with solar irradiation
Variation of I-V curve with temperature
Variation of P-V curve with temperature
Maximum Power Point Tracking(MPPT)
 MPPT
Maximum power point tracking or sometimes power point tracking is a
technique used commonly with wind turbines and PV systems to
maximize power extracting under all conditions.
Generally MPPT is installed in between PV system&load. Coupling to the
load for maximum power transfer may required either providing a higher
voltage at lower current or lower voltage at higher current.
 Maximum power point(MPP)
It is an operating point at which maximum power can be extracted from
the system,usually represents maximum power point(MPP).
System modelling
Classification Of MPPT Techniques
Offline
Technique
• Open Circuit Voltage
• Short Circuit Current
Online
Technique
• Perturb&Observe
• Incremental Conductance
Intelligent
Technique
• Artificial Neural Network
• Fuzzy Logic Control
Offline Technique
 The offline technique is commonly called as indirect technique since this algorithm
is worked in offline i.e. not on the real time.
 In this technique, there is a necessity of prior requirement of particular PV panel
data such as the mathematical modeling, I-V, P-V curve, etc.
 The basic indirect techniques of MPPT are open circuit voltage and Short circuit
current method.
 In both the methods, a DC/DC converter with the driver circuit is controlled by the
micro controller or DSP operates either in Buck/Boost mode is required.
 The duty cycle of the switching converter can be varied based on the computation
of the open circuit voltage or short circuit current to track the maximum power
point (MPP).
Open circuit voltage
 In this technique, the value of Vmpp under
different solar insolation and temperature is
calculated approximately by the equation:
Where
Voc -is the open circuit voltage
K1 -is the coefficient value
ranges from 0.71 to 0.9 depending upon the
characteristics of the panel.
 The value of Vmpp is computed by
measuring the value of Voc periodically.
Short circuit current
 In this technique,The peak value of current Impp
is computed by the following equation as:
Where
K2 -is the coefficient value ranges from 0.73 to
0.95 depending on the cell material and
characteristics of the PV panel.
 By computing the values of Impp, at different
sampled values of Isc, the duty cycle of the
DC/DC converter is increased or decreased so
that the output current becomes equal to Impp.
Vmpp=K1Voc
Impp=K2Isc
Offline Techniques
Online Technique
 The online technique is commonly called as direct technique since
this algorithm is worked in real time i.e. not on the offline.
 The popular online techniques used directly for the maximum
power point are Perturb and Observe Technique (P&O) and
Incremental conductance Technique (INC).
 In the direct techniques, there will be an online measurement of
voltage and measurement of the panel periodically for computing
the duty cycle of the converter to track the maximum power point
MPPT.
Perturb&Observe MPPT Technique
 In this different MPP for different condition of temperature and irradiation which is
tracked by MPPT technique and can be delivered to load.
 The P&O MPPT technique algorithm calculates the power P(t) by measuring the
instant voltage V(t) and current I(t) and then compares it with last calculated power
P(t-1).
 The algorithm continuously perturbs the system if the operating point variation is
positive; otherwise the direction of perturbation is changed if the operating point
variation is positive.
 The duty cycle of the DC/DC converter is varied till it reaches the maximum power
point.
 With higher step size of perturbation, system may oscillate around MPP which
results into wastage of energy.
P&O MPPT
Technique
Flowchart
Yes
No
strart
Measure V(t),I(t)
P(t)=V(t)*I(t)
▲ P=P(t)-P(t-1)
▲P>0
▲V>0
▲V>0
Decrease
voltage
Increase
voltage
Return
Increase
voltage
Decrease
voltage
Incremental Conductance Technique
 This is a most popular MPPT algorithm and widely used.
 The disadvantages of the P&O MPPT algorithm is overcome and eliminated by this INC
technique but it is more complex and very difficult to implement.
 The theory of the incremental conductance is to determine the variation direction of the
output terminal voltage of the PV modules by measuring and comparing the incremental
conductance and instantaneous conductance of PV modules.
 If the value of incremental conductance and the instantaneous conductance are equal,
then it represents the operating point reaches the MPP maximum power point.
 Compare to the offline techniques, the online techniques like incremental conductance
(INC) algorithms are advantageous under rapidly changing atmospheric conditions but it
involves complex calculation which increases the hardware requirement and cost.
INC MPPT Technique Flowchart
dP/dV=0 at MPP
dP/dV>0 left of MPP
dP/dV<0 right of MPP
dP/dV = d(VI)/d(V)= I + V*dI/dV
The dP/dV is defined as Maximum power point identifier factor.By
utilizing this factor, the INC method is proposed to effectively track the
MPP of PV module.
Intelligent Technique
 Intelligent MPPT controllers are very robust than
conventional nonlinear controllers and it is able to
effectively improve the dynamic response and
steady state performance of the PV systems.
 The popular intelligent techniques are
Artificial Neural Network
Fuzzy Logic Control
Artificial Neural Network
 It is a new emerging technology used to solve complex problem. It
is best suited for approximation of non-linear system.
 Input, hidden and output are the three layers of the artificial neural
network.
 Feed forward type of neural network is the simplest one and it
passes the information only in forward direction to all the layers.
 the numbers of nodes are defined by the user and varied based
on the requirement.
Block Diagram of ANN
 Input of the neural network for
maximum power point tracking
PV array parameters such as
PV voltage and current,
environmental data like
irradiance and temperature, or
the combination of these.
 the output layer may be in the
form of voltage, duty cycle
depending.
Input
Layer
Hidden
Layer
Output
Layer
Tr
Vmpp
Ir
IPV
PPV
Fuzzy Logic Control
 For over a decade Fuzzy Logic MPPT is popular and most powerful control method.
It works with estimated inputs, ability to handle non-linearity, and have no need of
accurate mathematical model; these are the advantages of the fuzzy logic control.
FLC consist three state; fuzzification, decision-making and defuzzification.
 The inputs of the FLC are usually an error E and change error ▲E. To track
maximum power point error is computed based on irradiance and temperature or
instantaneous values such as power and voltage. The output signal is either the duty
cycle itself, or & from which the duty cycle can be generated
Fuzzification
Decision-making
Base
Defuzzification
E
▲E
 Fuzzification: The process of converting numerical value into
linguistic variable. The interval [-1 1] of membership function are
chosen for the inputs. As in PV array for MPPT voltage and power are
the two variables used to describing the control rule.
 Decision making base rule: In this base rule, the system behavior of the
input/output variable are derived from the IF – THEN rule. To satisfy
different condition rule base tables are obtained which gives several
possible combinations of the degree which varying strengths to the
corresponding rules.
 Defuzzification: The numerical variable outputs are obtained by
converting linguistic variable. To control the power and derive the
operating point to the MPP, analog signals are provided.
Applications
 The high end application like space satellites and Orbital stations, the complexity of
the algorithm, costs doesn’t matter, the only requirement is to track the true MPP
within a stipulated time period and no need of periodic tuning. In this type of special
applications, P&O and INC are more appropriate.
 In the case of large scale PV power plants, the efficiency of the MPPT method
constitutes the most important initial consideration and the hybrid MPPT algorithm
one is the best option. In the case of designing the solar vehicles would mostly
require the convergence speed to the MPP to be very fast. Fuzzy Logic, Artificial
neural network MPPT will be preferred for high speed of convergence to the MPP.
 Open circuit voltage and Short circuit current algorithms will be sufficient for the PV
systems used for street lightning since it does not require any more tight constraints
and only easy and cheap implementation is required.
Conclusion
 This presentation reviews the various MPPT algorithm techniques
that have been used for Photo voltaic system at changes in
irradiance and temperature. The selection of a particular MPPT
technique is based on type of application.
 It can be concluded that the offline and online techniques are working
very well only when the solar irradiation is uniform. But it failed to
approach the true MPP when it comes under rapidly changing
atmospheric and partial shaded conditions. This drawback was
overcome by the new MPPT techniques.
Maximum power point tracking system for photovoltaic systems

More Related Content

What's hot

Solar pv system and mppt
Solar pv system and mpptSolar pv system and mppt
Solar pv system and mppt
akshay1234kumar
 
Mppt
MpptMppt
Power electronic converter in wind turbine
Power electronic converter in wind turbinePower electronic converter in wind turbine
Power electronic converter in wind turbine
SonuKumarBairwa
 
Permanent magnet motor drives.pptx
Permanent magnet motor drives.pptxPermanent magnet motor drives.pptx
Permanent magnet motor drives.pptx
SuvenduMondal12
 
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
 
Electric Drives and Controls Unit 1 Introduction
Electric Drives and Controls Unit 1 IntroductionElectric Drives and Controls Unit 1 Introduction
Electric Drives and Controls Unit 1 Introduction
Dr.Raja R
 
Power Electronic Converter
Power Electronic ConverterPower Electronic Converter
Power Electronic Converter
Ali
 
Dc-Dc boost converter topologies & MPPT techniques for grid connected PV system
Dc-Dc boost converter topologies & MPPT techniques for grid connected PV systemDc-Dc boost converter topologies & MPPT techniques for grid connected PV system
Dc-Dc boost converter topologies & MPPT techniques for grid connected PV system
rameshwar meena
 
Iitbombay report
Iitbombay reportIitbombay report
Iitbombay report
Gaurav Khandelwal
 
Maximum power point tracking algorithms for solar(pv) systems
Maximum power point tracking algorithms for solar(pv) systemsMaximum power point tracking algorithms for solar(pv) systems
Maximum power point tracking algorithms for solar(pv) systems
Siksha 'O' Anusandhan (Deemed to be University )
 
MPPT using PV Module
MPPT using PV ModuleMPPT using PV Module
MPPT using PV Module
Faraz Anjum
 
Slip power recovery schemes EDC
Slip power recovery schemes EDC Slip power recovery schemes EDC
Slip power recovery schemes EDC
STALLONRAJ
 
Seminar Report on MPPT
Seminar Report on MPPTSeminar Report on MPPT
Seminar Report on MPPT
MANISH BARTHWAL
 
Doubly fed-induction-generator
Doubly fed-induction-generatorDoubly fed-induction-generator
Doubly fed-induction-generator
Harshad Karmarkar
 
POWER QUALITY IMPROVEMENT AND FAULT RIDE THROUGH OF GRID CONNECTED WIND ENE...
POWER QUALITY IMPROVEMENT AND FAULT RIDE THROUGH OF   GRID CONNECTED WIND ENE...POWER QUALITY IMPROVEMENT AND FAULT RIDE THROUGH OF   GRID CONNECTED WIND ENE...
POWER QUALITY IMPROVEMENT AND FAULT RIDE THROUGH OF GRID CONNECTED WIND ENE...
Bharadwaj S
 
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 algorithms for wind energy systems
Maximum power point tracking algorithms for wind energy systemsMaximum power point tracking algorithms for wind energy systems
Maximum power point tracking algorithms for wind energy systems
Siksha 'O' Anusandhan (Deemed to be University )
 
Introduction
IntroductionIntroduction
Introduction
jawaharramaya
 
MODELLING OF PMSM
MODELLING OF PMSMMODELLING OF PMSM
MODELLING OF PMSM
Dr. Bibhu Prasad Ganthia
 
Unit I Introduction to Solid State Drives.pptx
Unit I Introduction to Solid State Drives.pptxUnit I Introduction to Solid State Drives.pptx
Unit I Introduction to Solid State Drives.pptx
ssuser41efab1
 

What's hot (20)

Solar pv system and mppt
Solar pv system and mpptSolar pv system and mppt
Solar pv system and mppt
 
Mppt
MpptMppt
Mppt
 
Power electronic converter in wind turbine
Power electronic converter in wind turbinePower electronic converter in wind turbine
Power electronic converter in wind turbine
 
Permanent magnet motor drives.pptx
Permanent magnet motor drives.pptxPermanent magnet motor drives.pptx
Permanent magnet motor drives.pptx
 
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...
 
Electric Drives and Controls Unit 1 Introduction
Electric Drives and Controls Unit 1 IntroductionElectric Drives and Controls Unit 1 Introduction
Electric Drives and Controls Unit 1 Introduction
 
Power Electronic Converter
Power Electronic ConverterPower Electronic Converter
Power Electronic Converter
 
Dc-Dc boost converter topologies & MPPT techniques for grid connected PV system
Dc-Dc boost converter topologies & MPPT techniques for grid connected PV systemDc-Dc boost converter topologies & MPPT techniques for grid connected PV system
Dc-Dc boost converter topologies & MPPT techniques for grid connected PV system
 
Iitbombay report
Iitbombay reportIitbombay report
Iitbombay report
 
Maximum power point tracking algorithms for solar(pv) systems
Maximum power point tracking algorithms for solar(pv) systemsMaximum power point tracking algorithms for solar(pv) systems
Maximum power point tracking algorithms for solar(pv) systems
 
MPPT using PV Module
MPPT using PV ModuleMPPT using PV Module
MPPT using PV Module
 
Slip power recovery schemes EDC
Slip power recovery schemes EDC Slip power recovery schemes EDC
Slip power recovery schemes EDC
 
Seminar Report on MPPT
Seminar Report on MPPTSeminar Report on MPPT
Seminar Report on MPPT
 
Doubly fed-induction-generator
Doubly fed-induction-generatorDoubly fed-induction-generator
Doubly fed-induction-generator
 
POWER QUALITY IMPROVEMENT AND FAULT RIDE THROUGH OF GRID CONNECTED WIND ENE...
POWER QUALITY IMPROVEMENT AND FAULT RIDE THROUGH OF   GRID CONNECTED WIND ENE...POWER QUALITY IMPROVEMENT AND FAULT RIDE THROUGH OF   GRID CONNECTED WIND ENE...
POWER QUALITY IMPROVEMENT AND FAULT RIDE THROUGH OF GRID CONNECTED WIND ENE...
 
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 algorithms for wind energy systems
Maximum power point tracking algorithms for wind energy systemsMaximum power point tracking algorithms for wind energy systems
Maximum power point tracking algorithms for wind energy systems
 
Introduction
IntroductionIntroduction
Introduction
 
MODELLING OF PMSM
MODELLING OF PMSMMODELLING OF PMSM
MODELLING OF PMSM
 
Unit I Introduction to Solid State Drives.pptx
Unit I Introduction to Solid State Drives.pptxUnit I Introduction to Solid State Drives.pptx
Unit I Introduction to Solid State Drives.pptx
 

Similar to Maximum power point tracking system for photovoltaic systems

New Microsoft PowerPoint Presentation.pptx
New Microsoft PowerPoint Presentation.pptxNew Microsoft PowerPoint Presentation.pptx
New Microsoft PowerPoint Presentation.pptx
Thilak85
 
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
SMRUTISAGARPATTANAIK1
 
Photovoltaic Generator with Battery Storage
Photovoltaic Generator with Battery StoragePhotovoltaic Generator with Battery Storage
Photovoltaic Generator with Battery Storage
IRJET Journal
 
R050801280132
R050801280132R050801280132
R050801280132
AhmedSalem624403
 
batch-10(B).pptx
batch-10(B).pptxbatch-10(B).pptx
batch-10(B).pptx
EllandulaKeerthana
 
G1102034148
G1102034148G1102034148
G1102034148
IOSR Journals
 
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
 
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
 
PPT FINAL (1)-1 (1).ppt
PPT FINAL (1)-1 (1).pptPPT FINAL (1)-1 (1).ppt
PPT FINAL (1)-1 (1).ppt
Akbarali206563
 
Performance evaluation of Maximum Power Point Tracking algorithm with buck dc...
Performance evaluation of Maximum Power Point Tracking algorithm with buck dc...Performance evaluation of Maximum Power Point Tracking algorithm with buck dc...
Performance evaluation of Maximum Power Point Tracking algorithm with buck dc...
IJERA Editor
 
maximum power point tracking ( mppt)
maximum power point tracking ( mppt)maximum power point tracking ( mppt)
maximum power point tracking ( mppt)
Shashikumar Jeevan
 
Design Of Charge Controller Using MPPT Algorithm
Design Of Charge Controller Using MPPT AlgorithmDesign Of Charge Controller Using MPPT Algorithm
Design Of Charge Controller Using MPPT Algorithm
IJRES Journal
 
IRJET - Implementation of Simulink and Hardware System of MPPT by using F...
IRJET -  	  Implementation of Simulink and Hardware System of MPPT by using F...IRJET -  	  Implementation of Simulink and Hardware System of MPPT by using F...
IRJET - Implementation of Simulink and Hardware System of MPPT by using F...
IRJET Journal
 
Comparison of Maximum Power Point Technique for Solar Photovoltaic Array
Comparison of Maximum Power Point Technique for Solar Photovoltaic ArrayComparison of Maximum Power Point Technique for Solar Photovoltaic Array
Comparison of Maximum Power Point Technique for Solar Photovoltaic Array
IRJET Journal
 
Integral sliding-mode controller for maximum power point tracking in the grid...
Integral sliding-mode controller for maximum power point tracking in the grid...Integral sliding-mode controller for maximum power point tracking in the grid...
Integral sliding-mode controller for maximum power point tracking in the grid...
IJECEIAES
 
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
 
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
 
A Multilevel Inverter with MPPT Control for Drifting Analysis and Improved Po...
A Multilevel Inverter with MPPT Control for Drifting Analysis and Improved Po...A Multilevel Inverter with MPPT Control for Drifting Analysis and Improved Po...
A Multilevel Inverter with MPPT Control for Drifting Analysis and Improved Po...
IRJET Journal
 

Similar to Maximum power point tracking system for photovoltaic systems (20)

New Microsoft PowerPoint Presentation.pptx
New Microsoft PowerPoint Presentation.pptxNew Microsoft PowerPoint Presentation.pptx
New Microsoft PowerPoint Presentation.pptx
 
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
 
Photovoltaic Generator with Battery Storage
Photovoltaic Generator with Battery StoragePhotovoltaic Generator with Battery Storage
Photovoltaic Generator with Battery Storage
 
R050801280132
R050801280132R050801280132
R050801280132
 
batch-10(B).pptx
batch-10(B).pptxbatch-10(B).pptx
batch-10(B).pptx
 
332 dinesh
332 dinesh332 dinesh
332 dinesh
 
G1102034148
G1102034148G1102034148
G1102034148
 
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 ...
 
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...
 
IJER_2013_308
IJER_2013_308IJER_2013_308
IJER_2013_308
 
PPT FINAL (1)-1 (1).ppt
PPT FINAL (1)-1 (1).pptPPT FINAL (1)-1 (1).ppt
PPT FINAL (1)-1 (1).ppt
 
Performance evaluation of Maximum Power Point Tracking algorithm with buck dc...
Performance evaluation of Maximum Power Point Tracking algorithm with buck dc...Performance evaluation of Maximum Power Point Tracking algorithm with buck dc...
Performance evaluation of Maximum Power Point Tracking algorithm with buck dc...
 
maximum power point tracking ( mppt)
maximum power point tracking ( mppt)maximum power point tracking ( mppt)
maximum power point tracking ( mppt)
 
Design Of Charge Controller Using MPPT Algorithm
Design Of Charge Controller Using MPPT AlgorithmDesign Of Charge Controller Using MPPT Algorithm
Design Of Charge Controller Using MPPT Algorithm
 
IRJET - Implementation of Simulink and Hardware System of MPPT by using F...
IRJET -  	  Implementation of Simulink and Hardware System of MPPT by using F...IRJET -  	  Implementation of Simulink and Hardware System of MPPT by using F...
IRJET - Implementation of Simulink and Hardware System of MPPT by using F...
 
Comparison of Maximum Power Point Technique for Solar Photovoltaic Array
Comparison of Maximum Power Point Technique for Solar Photovoltaic ArrayComparison of Maximum Power Point Technique for Solar Photovoltaic Array
Comparison of Maximum Power Point Technique for Solar Photovoltaic Array
 
Integral sliding-mode controller for maximum power point tracking in the grid...
Integral sliding-mode controller for maximum power point tracking in the grid...Integral sliding-mode controller for maximum power point tracking in the grid...
Integral sliding-mode controller for maximum power point tracking in the grid...
 
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...
 
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...
 
A Multilevel Inverter with MPPT Control for Drifting Analysis and Improved Po...
A Multilevel Inverter with MPPT Control for Drifting Analysis and Improved Po...A Multilevel Inverter with MPPT Control for Drifting Analysis and Improved Po...
A Multilevel Inverter with MPPT Control for Drifting Analysis and Improved Po...
 

Recently uploaded

space technology lecture notes on satellite
space technology lecture notes on satellitespace technology lecture notes on satellite
space technology lecture notes on satellite
ongomchris
 
Railway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdfRailway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdf
TeeVichai
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
Kamal Acharya
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
Amil Baba Dawood bangali
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
Jayaprasanna4
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
Pratik Pawar
 
AP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specificAP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specific
BrazilAccount1
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
ViniHema
 
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
H.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdfH.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdf
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
MLILAB
 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
ankuprajapati0525
 
Hierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power SystemHierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power System
Kerry Sado
 
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
zwunae
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Sreedhar Chowdam
 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
SamSarthak3
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
Pipe Restoration Solutions
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
fxintegritypublishin
 
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang,  ICLR 2024, MLILAB, KAIST AI.pdfJ.Yang,  ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
MLILAB
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
Massimo Talia
 
Investor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptxInvestor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptx
AmarGB2
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
Jayaprasanna4
 

Recently uploaded (20)

space technology lecture notes on satellite
space technology lecture notes on satellitespace technology lecture notes on satellite
space technology lecture notes on satellite
 
Railway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdfRailway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdf
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
 
AP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specificAP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specific
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
 
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
H.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdfH.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdf
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
 
Hierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power SystemHierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power System
 
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
 
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang,  ICLR 2024, MLILAB, KAIST AI.pdfJ.Yang,  ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
 
Investor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptxInvestor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptx
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
 

Maximum power point tracking system for photovoltaic systems

  • 1. MAXIMUM POWER POINT TRACKING SYSTEM FOR PHOTO VOLTAIC SYSTEMS Presented by Guide P.PRIYADARSINI M.MURALI KRISHNA,M.Tech 19MT8405
  • 2. Contents...  OBJECTIVE  MATHEMATICAL MODEL  WHAT IS MPPT?  SYSTEM MODELLING  MPPT TECHNIQUES  APPLICATIONS  CONCLUSION
  • 3. OBJECTIVE  Solar Cell A solar cell,or photo voltaic cell,is an electrical device that converts the energy of light directly into electricity by the photo voltaic effect.  Efficiency of solar cell is less,it only converts 30-40% of energy incident on it to electrical energy.  Need to use solar energy Pollution free Maintenance free Silent operation Long life time  Efficiency of solar cell increased by this technique called MPPT,by installing this technique we can get additional 20-30% of efficiency.
  • 4. Mathematical model of solar cell Equivalent circuit of PV cell Current equation I=IL-ID-Ish I -Cell current(A) IL -light generated current(A) Io -Diode saturation current q -Charge of electron =1.6*10^-19(coul) K -Boltzman constant(j/K) T -Cell temperature(K) Rs,Rsh are cell series and shunt resistance(ohms) V -Cell output voltage(V)
  • 5. V-I and P-V Characteristics of a solar cell
  • 6. Variation of I-V and P-V curves with solar irradiation
  • 7. Variation of I-V curve with temperature
  • 8. Variation of P-V curve with temperature
  • 9. Maximum Power Point Tracking(MPPT)  MPPT Maximum power point tracking or sometimes power point tracking is a technique used commonly with wind turbines and PV systems to maximize power extracting under all conditions. Generally MPPT is installed in between PV system&load. Coupling to the load for maximum power transfer may required either providing a higher voltage at lower current or lower voltage at higher current.  Maximum power point(MPP) It is an operating point at which maximum power can be extracted from the system,usually represents maximum power point(MPP).
  • 11. Classification Of MPPT Techniques Offline Technique • Open Circuit Voltage • Short Circuit Current Online Technique • Perturb&Observe • Incremental Conductance Intelligent Technique • Artificial Neural Network • Fuzzy Logic Control
  • 12. Offline Technique  The offline technique is commonly called as indirect technique since this algorithm is worked in offline i.e. not on the real time.  In this technique, there is a necessity of prior requirement of particular PV panel data such as the mathematical modeling, I-V, P-V curve, etc.  The basic indirect techniques of MPPT are open circuit voltage and Short circuit current method.  In both the methods, a DC/DC converter with the driver circuit is controlled by the micro controller or DSP operates either in Buck/Boost mode is required.  The duty cycle of the switching converter can be varied based on the computation of the open circuit voltage or short circuit current to track the maximum power point (MPP).
  • 13. Open circuit voltage  In this technique, the value of Vmpp under different solar insolation and temperature is calculated approximately by the equation: Where Voc -is the open circuit voltage K1 -is the coefficient value ranges from 0.71 to 0.9 depending upon the characteristics of the panel.  The value of Vmpp is computed by measuring the value of Voc periodically. Short circuit current  In this technique,The peak value of current Impp is computed by the following equation as: Where K2 -is the coefficient value ranges from 0.73 to 0.95 depending on the cell material and characteristics of the PV panel.  By computing the values of Impp, at different sampled values of Isc, the duty cycle of the DC/DC converter is increased or decreased so that the output current becomes equal to Impp. Vmpp=K1Voc Impp=K2Isc Offline Techniques
  • 14. Online Technique  The online technique is commonly called as direct technique since this algorithm is worked in real time i.e. not on the offline.  The popular online techniques used directly for the maximum power point are Perturb and Observe Technique (P&O) and Incremental conductance Technique (INC).  In the direct techniques, there will be an online measurement of voltage and measurement of the panel periodically for computing the duty cycle of the converter to track the maximum power point MPPT.
  • 15. Perturb&Observe MPPT Technique  In this different MPP for different condition of temperature and irradiation which is tracked by MPPT technique and can be delivered to load.  The P&O MPPT technique algorithm calculates the power P(t) by measuring the instant voltage V(t) and current I(t) and then compares it with last calculated power P(t-1).  The algorithm continuously perturbs the system if the operating point variation is positive; otherwise the direction of perturbation is changed if the operating point variation is positive.  The duty cycle of the DC/DC converter is varied till it reaches the maximum power point.  With higher step size of perturbation, system may oscillate around MPP which results into wastage of energy.
  • 16. P&O MPPT Technique Flowchart Yes No strart Measure V(t),I(t) P(t)=V(t)*I(t) ▲ P=P(t)-P(t-1) ▲P>0 ▲V>0 ▲V>0 Decrease voltage Increase voltage Return Increase voltage Decrease voltage
  • 17. Incremental Conductance Technique  This is a most popular MPPT algorithm and widely used.  The disadvantages of the P&O MPPT algorithm is overcome and eliminated by this INC technique but it is more complex and very difficult to implement.  The theory of the incremental conductance is to determine the variation direction of the output terminal voltage of the PV modules by measuring and comparing the incremental conductance and instantaneous conductance of PV modules.  If the value of incremental conductance and the instantaneous conductance are equal, then it represents the operating point reaches the MPP maximum power point.  Compare to the offline techniques, the online techniques like incremental conductance (INC) algorithms are advantageous under rapidly changing atmospheric conditions but it involves complex calculation which increases the hardware requirement and cost.
  • 18. INC MPPT Technique Flowchart dP/dV=0 at MPP dP/dV>0 left of MPP dP/dV<0 right of MPP dP/dV = d(VI)/d(V)= I + V*dI/dV The dP/dV is defined as Maximum power point identifier factor.By utilizing this factor, the INC method is proposed to effectively track the MPP of PV module.
  • 19. Intelligent Technique  Intelligent MPPT controllers are very robust than conventional nonlinear controllers and it is able to effectively improve the dynamic response and steady state performance of the PV systems.  The popular intelligent techniques are Artificial Neural Network Fuzzy Logic Control
  • 20. Artificial Neural Network  It is a new emerging technology used to solve complex problem. It is best suited for approximation of non-linear system.  Input, hidden and output are the three layers of the artificial neural network.  Feed forward type of neural network is the simplest one and it passes the information only in forward direction to all the layers.  the numbers of nodes are defined by the user and varied based on the requirement.
  • 21. Block Diagram of ANN  Input of the neural network for maximum power point tracking PV array parameters such as PV voltage and current, environmental data like irradiance and temperature, or the combination of these.  the output layer may be in the form of voltage, duty cycle depending. Input Layer Hidden Layer Output Layer Tr Vmpp Ir IPV PPV
  • 22. Fuzzy Logic Control  For over a decade Fuzzy Logic MPPT is popular and most powerful control method. It works with estimated inputs, ability to handle non-linearity, and have no need of accurate mathematical model; these are the advantages of the fuzzy logic control. FLC consist three state; fuzzification, decision-making and defuzzification.  The inputs of the FLC are usually an error E and change error ▲E. To track maximum power point error is computed based on irradiance and temperature or instantaneous values such as power and voltage. The output signal is either the duty cycle itself, or & from which the duty cycle can be generated Fuzzification Decision-making Base Defuzzification E ▲E
  • 23.  Fuzzification: The process of converting numerical value into linguistic variable. The interval [-1 1] of membership function are chosen for the inputs. As in PV array for MPPT voltage and power are the two variables used to describing the control rule.  Decision making base rule: In this base rule, the system behavior of the input/output variable are derived from the IF – THEN rule. To satisfy different condition rule base tables are obtained which gives several possible combinations of the degree which varying strengths to the corresponding rules.  Defuzzification: The numerical variable outputs are obtained by converting linguistic variable. To control the power and derive the operating point to the MPP, analog signals are provided.
  • 24. Applications  The high end application like space satellites and Orbital stations, the complexity of the algorithm, costs doesn’t matter, the only requirement is to track the true MPP within a stipulated time period and no need of periodic tuning. In this type of special applications, P&O and INC are more appropriate.  In the case of large scale PV power plants, the efficiency of the MPPT method constitutes the most important initial consideration and the hybrid MPPT algorithm one is the best option. In the case of designing the solar vehicles would mostly require the convergence speed to the MPP to be very fast. Fuzzy Logic, Artificial neural network MPPT will be preferred for high speed of convergence to the MPP.  Open circuit voltage and Short circuit current algorithms will be sufficient for the PV systems used for street lightning since it does not require any more tight constraints and only easy and cheap implementation is required.
  • 25. Conclusion  This presentation reviews the various MPPT algorithm techniques that have been used for Photo voltaic system at changes in irradiance and temperature. The selection of a particular MPPT technique is based on type of application.  It can be concluded that the offline and online techniques are working very well only when the solar irradiation is uniform. But it failed to approach the true MPP when it comes under rapidly changing atmospheric and partial shaded conditions. This drawback was overcome by the new MPPT techniques.