SlideShare a Scribd company logo
International Journal of Electrical and Computer Engineering (IJECE)
Vol. 8, No. 3, June 2018, pp. 1315~1323
ISSN: 2088-8708, DOI: 10.11591/ijece.v8i3.pp1315-1323  1315
Journal homepage: http://iaescore.com/journals/index.php/IJECE
Modeling and Simulation of Fuzzy Logic based Maximum
Power Point Tracking (MPPT) for PV Application
Ahmad Saudi Samosir, Herri Gusmedi, Sri Purwiyanti, Endah Komalasari
Departement of Electrical Engineering, University of Lampung, Bandar Lampung, Indonesia
Article Info ABSTRACT
Article history:
Received Sep 30, 2017
Revised Jan 3, 2018
Accepted Feb 1, 2018
This paper presents modeling and simulation of maximum power point
tracking (MPPT) used in solar PV power systems. The Fuzzy logic algorithm
is used to minimize the error between the actual power and the estimated
maximum power. The simulation model was developed and tested to
investigate the effectiveness of the proposed MPPT controller. MATLAB
Simulink was employed for simulation studies. The proposed system was
simulated and tested successfully on a photovoltaic solar panel model. The
Fuzzy logic algorithm succesfully tracking the MPPs and performs precise
control under rapidly changing atmospheric conditions. Simulation results
indicate the feasibility and improved functionality of the system.
Keyword:
Fuzzy logic algorithm
Maximum power point tracking
MPPT
Photovoltaic
Simulink Copyright © 2018 Institute of Advanced Engineering and Science.
All rights reserved.
Corresponding Author:
Ahmad Saudi Samosir,
Departement of Electrical Engineering,
University of Lampung,
No. 1, Jln. Prof. Soemantri Brojonegoro, Bandar Lampung, 35152, Indonesia.
Email: ahmad.saudi@eng.unila.ac.id
1. INTRODUCTION
The growing energy demand of the world and the tremendous risk of climate change associated with
the use of fossil fuels have driven research and development of alternative energy sources that are clean,
efficient, renewable and environmentally friendly. Among all renewable energy sources, solar power systems
attract more attention because they have several advantages such as pollution-free, low maintenance costs
and low operating costs. Their sources of energy, which is derived from solar energy, are also widely
available and it is free [1]-[4].
In solar power system, the solar energy is directly converted into electrical energy by solar PV
module. The main components of solar PV systems are solar cells made from semiconductor materials that
have a photovoltaic effect, which serves to convert solar energy into direct current electricity. When exposed
to sunlight; the solar panels will generate the direct current electricity, which is ready to supply power to the
load.
Solar Panels do not need much maintenance and have no moving parts. The unfavorable issue with
solar PV systems is the high installing cost and the variation of energy form the solar panel with
environmental conditions. In order to attain the maximum efficiency from the solar panel, it is important to
obtain the maximum available power at any operating condition [5]. Also, the power distribution across the
system has to be managed. Storage devices are used so that the energy is stored or supplied according to the
availability of sufficient power and the load requirements [6].
The efficiency of solar cells depends on many factors such as temperature, irradiance, spectral
characteristics of sunlight, dirt, shadow, and so on. Changes in insolation on panels due to fast climatic
changes such as cloudy weather and increase in ambient temperature can reduce the photovoltaic (PV) array
 ISSN: 2088-8708
Int J Elec & Comp Eng, Vol. 8, No. 3, June 2018 : 1315 – 1323
1316
output power. In other words, each PV cell produces energy pertaining to its operational and environmental
conditions [7].
In addressing the poor efficiency of PV systems, some methods were proposed, among which is a
new concept called “maximum power point tracking” (MPPT). All MPPT methods follow the same goal
which is maximizing the PV array output power by tracking the maximum power on every operating
condition.
2. SOLAR PHOTOVOLTAIC MODEL
The mathematical model of the PV cell can be developed by using equivalent circuit model of PV
Cell. An ideal solar cell may be modeled by a current source connected in parallel with a diode; the current
source represents the generated photocurrent when the sunlight hits on the surface of the solar panel, and the
diode represents the p-n transition area of the solar cell [8]. This PV cell model represents the electrical
behavior of the pn-junction [9]-[11]. Figure 1 shows the single diode equivalent circuit model of Solar cell.
Figure 1. Solar Cell Equivalent Circuit Model
From the single diode equivalent circuit in Figure 1, the equation for the output current is given by:
pv ph D shI I I I   (1)
The current through the diode follow the Shockley diode equation:
D OI 1I
DqV
nkT
e
 
 
 
 
 
  
 (2)
sh
sh
sh
I
R
=
V
(3)
D pv pv s+V V I R (4)
where, Ipv is the PV output current, Iph is the photocurrent, ID is the diode current, Ish is the shunt current, IO is
the reverse saturation current, n is diode ideality factor, q is the electron charge, k is the Boltzmann constant,
T is the absolute temperature, VD is the voltage across diode and resistor Rsh, Vpv is the output terminal
voltage, and RS is the series resistance of the PV cells.
By substituting Equations (2), (3) and (4) into the first equation, the characteristic equation of a PV
cell, which relates solar cell parameters to the output current and voltage, is given by the following
expression[1], [2]:
pv pv s( + )V I R
pv pv s
pv ph O
sh
V I R
I I
R
+
I 1
q
nkT
e
 
  
 
 
   
 
 
(5)
Int J Elec & Comp Eng ISSN: 2088-8708 
Modeling and Simulation of Fuzzy Logic based Maximum Power Point ... (Ahmad Saudi Samosir)
1317
The nonlinear equation of PV characteristic actualy depends on the solar irradiance and the cell
temperature. As the references, the PV module manufacturers normally provided specified data at Standard
Test Conditions where the irradiance is 1000W/m2
and the cell temperature is 25O
C.
In this paper, the ICA100 PV module was chosen for simulation setup. The electrical parameters are
tabulated in Table 1, and the characteristic curves are shown in Figure 2 and Figure 3. Figure 2 illustrates the
P-V characteristic of the ICA100 module under different irradiance and Figure 3 illustrates the P-V
characteristic under different temperature conditions.
Figure 2. P-V characteristics at irradiance variation Figure 3. P-V characteristics at temperature variation
Figure 4. Current – vs – Voltage curve of PV module
Figure 4 shows the current-vs-voltage curve of the PV module. It gives an idea about the significant
points on each I–V curve: open-circuit voltage, short-circuit current, and the operating point where the
module performs the maximum power (MPP). This point is related to a voltage and a current that are Vmpp
and Impp, respectively, and is highly dependent on solar irradiation and ambient temperature.
Table 1. Specification of ICA100 PV Module
Parameters Symbol Value
Maximum power Pmax 100 W
Voltage at max power Vmp 17.6 V
Current at max power Imp 5.69 A
Open circuit voltage Voc 22.4 V
Short circuit current Isc 6.03 A
Number of Series Cells Ns 36
Number of Parallel Cells Np 1
 ISSN: 2088-8708
Int J Elec & Comp Eng, Vol. 8, No. 3, June 2018 : 1315 – 1323
1318
3. MAXIMUM POWER POINT TRACKING (MPPT)
The Maximum Power Point Tracking (MPPT) is an algorithm that included in charge controllers
used for extracting maximum available power from PV module under certain conditions. The MPPT
algorithm moves the electrical operating point of the PV modules to its Maximum Power Point, so that the
modules are able to deliver maximum available power.
The voltage at which PV module can produce maximum power point is called maximum power
voltage (or peak power voltage). The Maximum Power Point of PV module varies with solar radiation,
ambient temperature and solar cell temperature. From Power – vs – Voltage curve in Figure 5, the
ICA100 PV module produces power with maximum power voltage of around 17.6V when measured at a cell
temperature of 25°C, it can drop to around 16V on a very hot day and it can also rise to 19V on a very cold
day.
Figure 5. Power – vs – Voltage curve of PV module
When a load is directly connected to the PV panel, the PV panel operating point is usually not at
peak power. In Figure 5, it is clear when a 12V dc load is directly connected to the PV panel, the PV output
power is only 72W, which is less then the maximum available power of PV module.
The impedance seen by the PV panel derives the electrical operating point of the solar PV panel. By
varying the impedance seen by the PV panel, the electrical operating point can be moved towards peak power
point. Since solar PV panels are DC devices, DC-DC converters might be used to transform the impedance of
solar panel circuit to the load circuit. Changing the duty ratio of the DC-DC converter results in the
impedance seen by the panel being changed. In order to maximize the extraction power of solar photovoltaic
systems, the DC-DC converter must be able to track a particular duty ratio that make the operating point will
be at the maximum power point (MPP).
There are a large number of algorithms that are able to track the MPPs. Some of them are simple,
such as voltage and current feedback control base, while some are more complicated, such as hill cimbing
method, Perturbation and Observation (P&O) method and Incremental Conductance method. They vary in
complexity, sensor requirement, speed of convergence, cost, range of operation, popularity, ability to detect
multiple local maxima, and their applications [12]-[14].
Figure 6. Basic idea of the MPPT method
Int J Elec & Comp Eng ISSN: 2088-8708 
Modeling and Simulation of Fuzzy Logic based Maximum Power Point ... (Ahmad Saudi Samosir)
1319
Most of MPPT method focuses directly on power variations and the slope of the P–V characteristic
curve. In Figure 6, we can see that the MPP is located at the peak of the Power – vs – Voltage curve of PV
module. Here the value of PV power is maximum. Figure 6 shows that the slope of the PV array power
curve, dP/dV, is zero at the MPP, positive on the left of the MPP and negative on the right-hand side of the
MPP. The basic equations of this method are as follows :
=0
dP
dV
, at MPP (6)
>0
dP
dV
, left of MPP (7)
<0
dP
dV
, right of MPP (8)
where P and V are the PV array output power and voltage, respectively.
4. MPPT FUZZY LOGIC CONTROLLER
Fuzzy Logic has been used for tracking the Maximum Power Point (MPP) of PV module because it
has the advantages of being robust, relatively simple to design and does not require the knowledge of PV
exact model. Fuzzy logic control generally consists of three basic componens: fuzzification module, fuzzy
inference engine, and defuzzification module, as shown in Figure 7.
Figure 7. Structure of fuzzy logic controller
4.1. Fuzzification
During fuzzification, numerical input variables are converted into linguistic variable based on a
membership function. For this MPPT, the actual voltage and current of PV module measured continuously
and the power can be calculated as P=VxI. The control is determined based on satisfaction of two proposed
input control variable, namely the error E (which represents the slope of P-V characteristic) and change of
error CE at the instant sampling k. The variable E and CE are exprexed as follows:
( ) ( 1)
( )
( ) ( 1)
P k P k
E k
V k V k
 

 
(9)
( ) ( ) ( 1)CE k E k E k   (10)
where P(k) is the power and V(k) is voltage of PV module. The change in duty ratio (D) of the
DC-DC Converter is used as the output of the controller. Therefore, the control is done by changing this duty
ratio according to the slope E(k) in order to track the operation point to the optimal point where the slope is
zero.
 ISSN: 2088-8708
Int J Elec & Comp Eng, Vol. 8, No. 3, June 2018 : 1315 – 1323
1320
As shown in Figure 8, the input variables of the fuzzy controller (E, CE) are converted to the
liguistic variables such as PB (positive big), PS (positive small), ZO (zero), NS (negative small), and NB
(negative big) using basic fuzzy subset. Figure 8 shows the membership grades of five basic fuzzy subsets for
input and output variables.
(a) (b)
(c)
Figure 8. Membership function for (a) Input E, (b) Input CE, (c) Output D
4.2. Inference engine
The inference engine applies a rule to the fuzzy input to determine the fuzzy output. Therefore,
before the rule can be evaluated, the real input value must be fuzzified to obtain an appropriate linguistic
value. Table 2 shows the fuzzy controller rule table, where all the matrix entries are fuzzy sets of the error
(E), the change of error (CE) and the change of duty ratio (D) to converter.
The rule table in Table 2 containt 25 rules of fuzzy controller. These rules are employed to control
the DC-DC converter so that the MPP of the PV module is reached. The main idea of the rules are to bring
the operation point of PV module to the MPP by increasing or decreasing the duty ratio of DC-DC Converter
depending on the position of the operation point from the MPP.
4.3. Defuzzification
Since the DC-DC converter require a precise control signal D at its entry, it is necessary to tranform
the output of fuzzy controller from fuzzy information into deterministic information. This tranformation is
called defuzzification. In the defuzzification stage, the fuzzy logic controller output is converted from a
linguistic variable to a numerical variable.
Defuzzification can be performed normally by two algorithms; Center of Area (COA) and the Max
Criterion Method (MCM). The most widely used defuzzification method is the determination of the center of
gravity (COA) of the final combined fuzzy set.
The final combined fuzzy set is defined by the unification of all outputs of the fuzzy rule set, using
the maximum aggregation method. The center of gravity (D) is computed by,
1
1
( )
( )
n
j jj
n
jj
D D
D
D




 
 



(11)
Int J Elec & Comp Eng ISSN: 2088-8708 
Modeling and Simulation of Fuzzy Logic based Maximum Power Point ... (Ahmad Saudi Samosir)
1321
and the actual duty ratio D is calculated by:
( ) ( 1) ( )DD k D k S D k    (12)
5. RESULT AND ANALYSIS
In order to evaluate the performance of the proposed Fuzzy Logic based MPPT controller, a
simulation analysis was conducted. The simulation model was developed using MATLAB Simulink. The
simulink model of PV system is shown as Figure 9. The PV module considered in the simulation is the
ICA100.
Figure 9 shows the developed PV model system consisting of PV Solar Panel, Power Circuit and
MPPT controller block diagram which is implemented using Fuzzy logic controller. The Fuzzy MPPT
algorithm is presented in Figure 10. Figure 11 shows the simulation result of the Fuzzy MPPT algorithm
response.
Figure 9. Simulink model of PV system
Figure 10. Block diagram of fuzzy MPPT algorithm
 ISSN: 2088-8708
Int J Elec & Comp Eng, Vol. 8, No. 3, June 2018 : 1315 – 1323
1322
Figure 11. fuzzy MPPT algorithm response
6. CONCLUSION
A modeling and simulation of fuzzy logic based Maximum Power Point Tracking for PV application is
presented. The performance of the fuzzy logic MPPT algorithm system has been investigated. The simulation
results show that the proposed fuzzy logic algorithm has a good and effective performance to generate
maximum power from solar panels.
ACKNOWLEDGEMENTS
The authors would like to thanks the Directorate General of Higher Education Indonesia (DIKTI)
for the financial support, and Lampung University for providing the facilities to conduct the research.
REFERENCES
[1] Azadeh Safari and Saad Mekhilef, “Simulation and Hardware Implementation of Incremental Conductance MPPT
with Direct Control Method Using Cuk Converter”, IEEE Transactions on Industrial Electronics, vol. 58, no. 4,
April 2011.
[2] M. Abdulkadir, A.S. Samosir and A.H.M. Yatim, “Modelling and simulation of maximum power point tracking of
photovoltaic system in Simulink model”, PECon 2012 - IEEE International Conference on Power and Energy,
2012.
[3] M. Abdulkadir, A.S. Samosir and A.H.M. Yatim, “Modeling and Simulation of a Solar Photovoltaic System, Its
Dynamics and Transient Characteristics in LABVIEW”, ARPN Journal of Engineering and Applied Sciences,
vol. 3, no. 2, Jun 2013.
[4] A. S. Samosir, A. Trisanto, A. Sadnowo, "Development of dynamic evolution control for pv inverter in solar power
plant application”, ARPN Journal of Engineering and Applied Sciences, vol. 12, no.12, Jun 2017.
[5] M. A. Abdourraziq and M. Maaroufi, “Experimental Verification of the Main MPPT Techniques for Photovoltaic
System”, International Journal of Power Electronics and Drive Systems (IJPEDS), vol. 8, no. 1, pp. 384-391, March
2017.
Int J Elec & Comp Eng ISSN: 2088-8708 
Modeling and Simulation of Fuzzy Logic based Maximum Power Point ... (Ahmad Saudi Samosir)
1323
[6] Z. Almukhtar, A. Merabet, “Fuzzy MPPT Control and Power Regulation for Standalone Photovoltaic Energy
Conversion System”, International Journal of Advanced Engineering Research and Applications (IJA-ERA), vol. 2,
no. 7, Nov 2016.
[7] F. Liu, S. Duan, F. Liu, B. Liu, and Y. Kang, “A variable step size INC MPPT method for PV systems,” IEEE
Trans. I nd. Electron, vol. 55, no. 7, pp. 2622-2628, Jul. 2008.
[8] N. Mohammad, M. A. Islam, T. Karim, and Q. D. Hossain, “Improved Solar Photovoltaic Array Model with FLC
Based Maximum Power Point Tracking”, International Journal of Electrical and Computer Engineering (IJECE),
vol. 2, no. 6, pp. 717-730, December 2012.
[9] Pandiarajan, N, Ranganath Muthu, “Mathematical Modeling of Photovoltaic Module with Simulink”, International
Conference on Electrical Energy System, ICESS 2011.
[10] H. Gusmedi, E. Komalasari, “DocumentFeasibility and optimal design of micro-hydro and photovoltaic hybrid
system in support to energy independent village”, Proceedings - ICPERE 2014: 2nd IEEE Conference on Power
Engineering and Renewable Energy, 2014.
[11] Amirullah and A. Kiswantono, “Power Quality Enhancement of Integration Photovoltaic Generator to Grid under
Variable Solar Irradiance Level using MPPT-Fuzzy”, International Journal of Electrical and Computer Engineering
(IJECE), vol. 6, no. 6, pp. 2629-2642, December 2016.
[12] T. Esram and P. L. C hapman, “Comparison of photovoltaic array maximum power point tracking techniques,”
IEEE Trans. Energy Conversion, vo l. 22, no. 2, pp. 439-449, Jun. 2007.
[13] V. Salas, E. Olias, A. B arrado, and A. Lazaro, “Review of the maximum power point tracking algorithms for stand-
alone photovoltaic systems,” Solar Energy Materials and Solar Cells, vol. 90, no. 11, pp. 1555-1578, Jul. 2006.
[14] M.A. Abdullah, A.H.M.Yatim, C.W. Tan, A.S. Samosir, “Particle swarm optimization-based maximum power point
tracking algorithm for wind energy conversion system”, PECon 2012 - IEEE International Conference on Power
and Energy, 2012.
BIOGRAPHIES OF AUTHORS
Ahmad Saudi Samosir was born in Belawan, Indonesia in 1971. He obtained his Bachelor degree
in electrical engineering from University of North Sumatera, Indonesia, in 1995, Master degree in
electrical power engineering from Bandung Institute of Technology, Indonesia, in 1999, and PhD
degree from Universiti Teknologi Malaysia, Malaysia, in 2010. His areas of interest research include
renewable energy, control technique and application of power electronic converters. Currently he is
working as a professor in the department of Electrical Engineering, University of Lampung, Bandar
Lampung, Indonesia.
Herri Gusmedi was born in Palembang, Indonesia in 1971. He received his Bachelor degree in
electrical engineering from Sriwijaya University, Indonesia, in 1995, and Master degree in electrical
power engineering from Bandung Institute of Technology, Indonesia, in 2001. His research area
includes power system, load analysis, system monitoring and renewable energy. Currently He is
working as a lecturer in the department of Electrical Engineering, University of Lampung, Bandar
Lampung, Indonesia.
Sri Purwiyanti was born in Jakarta, Indonesia in 1973. She received bachelor degree in electrical
engineering from Universitas Mercubuana, Indonesia, in 1996, Master degree in electrical
engineering from Universitas Gajah Mada, Indonesia, in 2000, and PhD degree from Universitas
Indonesia and Shizuoka University, Japan, in 2015. Her research interest includes electronic system,
nanowire silicon semiconductor, application of artificial intelligent in power system as well as
renewable energy in distributed generation. Currently She is working as a lecturer in the department
of Electrical Engineering, University of Lampung, Bandar Lampung, Indonesia.
Endah Komalasari was born in Ujung Pandang, Indonesia in 1973. She received bachelor degree in
electrical engineering from Sriwijaya University, Indonesia, in 1997, Master degree in electrical
power engineering from Bandung Institute of Technology, Indonesia, in 2002, and PhD degree from
Kyushu University, Japan, in 2012. Her research interest includes system monitoring, power
electronic system, and renewable energy. Currently She is working as a lecturer in the department of
Electrical Engineering, University of Lampung, Bandar Lampung, Indonesia.

More Related Content

What's hot

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
PRIYADARSINIPUTCHAKA
 
“POWER FACTOR IMPROVEMENT BY SIMULATION AND IMPLEMENTATION OF FC-TCR”
“POWER FACTOR IMPROVEMENT BY SIMULATION AND IMPLEMENTATION OF FC-TCR”“POWER FACTOR IMPROVEMENT BY SIMULATION AND IMPLEMENTATION OF FC-TCR”
“POWER FACTOR IMPROVEMENT BY SIMULATION AND IMPLEMENTATION OF FC-TCR”
Dr. Babasaheb Ambedkar Technological University
 
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
Alexander Decker
 
Smart grid
Smart gridSmart grid
Smart grid
Utsav Yagnik
 
Technical seminar
Technical seminarTechnical seminar
Technical seminar
Mihir Acharya
 
Maximum power point tracking.......saq
Maximum power point tracking.......saqMaximum power point tracking.......saq
Maximum power point tracking.......saq
Saquib Maqsood
 
PLC and Sensors Based Protection and Fault Detection of Induction Motors
PLC and Sensors Based Protection and Fault Detection of Induction MotorsPLC and Sensors Based Protection and Fault Detection of Induction Motors
PLC and Sensors Based Protection and Fault Detection of Induction Motors
Mathankumar S
 
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
 
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
 
Solar Power Charge Controller
Solar Power Charge ControllerSolar Power Charge Controller
Solar Power Charge Controller
Edgefxkits & Solutions
 
Seminar Report on MPPT
Seminar Report on MPPTSeminar Report on MPPT
Seminar Report on MPPT
MANISH BARTHWAL
 
Grid tie inverter
Grid tie inverterGrid tie inverter
Grid tie inverterNitesh Jha
 
GRID INTERCONNECTION OF RENEWABLE ENERGY SOURCES AT DISTRIBUTION LEVEL WITH P...
GRID INTERCONNECTION OF RENEWABLE ENERGY SOURCES AT DISTRIBUTION LEVEL WITH P...GRID INTERCONNECTION OF RENEWABLE ENERGY SOURCES AT DISTRIBUTION LEVEL WITH P...
GRID INTERCONNECTION OF RENEWABLE ENERGY SOURCES AT DISTRIBUTION LEVEL WITH P...
Pradeep Avanigadda
 
simulation of maximum power point tracking for photovoltaic systems
simulation of maximum power point tracking for photovoltaic systemssimulation of maximum power point tracking for photovoltaic systems
simulation of maximum power point tracking for photovoltaic systems
ST. MARTIN'S ENGINEERING COLLEGE
 
Power Electronic Converter
Power Electronic ConverterPower Electronic Converter
Power Electronic Converter
Ali
 
Solar pv system and mppt
Solar pv system and mpptSolar pv system and mppt
Solar pv system and mppt
akshay1234kumar
 
MTDC SYSTEMS
MTDC SYSTEMSMTDC SYSTEMS
MTDC SYSTEMS
Prashant Kumar
 
POWER QUALITY IMPROVEMENT BY DSTATCOM
POWER QUALITY IMPROVEMENT BY DSTATCOMPOWER QUALITY IMPROVEMENT BY DSTATCOM
POWER QUALITY IMPROVEMENT BY DSTATCOM
Sajid Sheikh
 
MPPT Solar Charge Controller
MPPT Solar Charge ControllerMPPT Solar Charge Controller
MPPT Solar Charge Controller
Shashank Narayan
 
Design and implementation of active power filter for harmonic elimination and...
Design and implementation of active power filter for harmonic elimination and...Design and implementation of active power filter for harmonic elimination and...
Design and implementation of active power filter for harmonic elimination and...
Siksha 'O' Anusandhan (Deemed to be University )
 

What's hot (20)

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
 
“POWER FACTOR IMPROVEMENT BY SIMULATION AND IMPLEMENTATION OF FC-TCR”
“POWER FACTOR IMPROVEMENT BY SIMULATION AND IMPLEMENTATION OF FC-TCR”“POWER FACTOR IMPROVEMENT BY SIMULATION AND IMPLEMENTATION OF FC-TCR”
“POWER FACTOR IMPROVEMENT BY SIMULATION AND IMPLEMENTATION OF FC-TCR”
 
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
 
Smart grid
Smart gridSmart grid
Smart grid
 
Technical seminar
Technical seminarTechnical seminar
Technical seminar
 
Maximum power point tracking.......saq
Maximum power point tracking.......saqMaximum power point tracking.......saq
Maximum power point tracking.......saq
 
PLC and Sensors Based Protection and Fault Detection of Induction Motors
PLC and Sensors Based Protection and Fault Detection of Induction MotorsPLC and Sensors Based Protection and Fault Detection of Induction Motors
PLC and Sensors Based Protection and Fault Detection of Induction Motors
 
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...
 
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
 
Solar Power Charge Controller
Solar Power Charge ControllerSolar Power Charge Controller
Solar Power Charge Controller
 
Seminar Report on MPPT
Seminar Report on MPPTSeminar Report on MPPT
Seminar Report on MPPT
 
Grid tie inverter
Grid tie inverterGrid tie inverter
Grid tie inverter
 
GRID INTERCONNECTION OF RENEWABLE ENERGY SOURCES AT DISTRIBUTION LEVEL WITH P...
GRID INTERCONNECTION OF RENEWABLE ENERGY SOURCES AT DISTRIBUTION LEVEL WITH P...GRID INTERCONNECTION OF RENEWABLE ENERGY SOURCES AT DISTRIBUTION LEVEL WITH P...
GRID INTERCONNECTION OF RENEWABLE ENERGY SOURCES AT DISTRIBUTION LEVEL WITH P...
 
simulation of maximum power point tracking for photovoltaic systems
simulation of maximum power point tracking for photovoltaic systemssimulation of maximum power point tracking for photovoltaic systems
simulation of maximum power point tracking for photovoltaic systems
 
Power Electronic Converter
Power Electronic ConverterPower Electronic Converter
Power Electronic Converter
 
Solar pv system and mppt
Solar pv system and mpptSolar pv system and mppt
Solar pv system and mppt
 
MTDC SYSTEMS
MTDC SYSTEMSMTDC SYSTEMS
MTDC SYSTEMS
 
POWER QUALITY IMPROVEMENT BY DSTATCOM
POWER QUALITY IMPROVEMENT BY DSTATCOMPOWER QUALITY IMPROVEMENT BY DSTATCOM
POWER QUALITY IMPROVEMENT BY DSTATCOM
 
MPPT Solar Charge Controller
MPPT Solar Charge ControllerMPPT Solar Charge Controller
MPPT Solar Charge Controller
 
Design and implementation of active power filter for harmonic elimination and...
Design and implementation of active power filter for harmonic elimination and...Design and implementation of active power filter for harmonic elimination and...
Design and implementation of active power filter for harmonic elimination and...
 

Similar to Modeling and Simulation of Fuzzy Logic based Maximum Power Point Tracking (MPPT) for PV Application

H010425863
H010425863H010425863
H010425863
IOSR Journals
 
Real Time Implementation of Variable Step Size Based P&O MPPT for PV Systems ...
Real Time Implementation of Variable Step Size Based P&O MPPT for PV Systems ...Real Time Implementation of Variable Step Size Based P&O MPPT for PV Systems ...
Real Time Implementation of Variable Step Size Based P&O MPPT for PV Systems ...
IJPEDS-IAES
 
IRJET- Simulation and Analysis of Photovoltaic Solar System for Different Wea...
IRJET- Simulation and Analysis of Photovoltaic Solar System for Different Wea...IRJET- Simulation and Analysis of Photovoltaic Solar System for Different Wea...
IRJET- Simulation and Analysis of Photovoltaic Solar System for Different Wea...
IRJET Journal
 
Modeling and Simulation of Solar Photovoltaic System
Modeling and Simulation of Solar Photovoltaic SystemModeling and Simulation of Solar Photovoltaic System
Modeling and Simulation of Solar Photovoltaic System
ijtsrd
 
Simulation of incremental conductance mppt with direct control method using c...
Simulation of incremental conductance mppt with direct control method using c...Simulation of incremental conductance mppt with direct control method using c...
Simulation of incremental conductance mppt with direct control method using c...
eSAT Journals
 
A Novel Approach on Photovoltaic Technologies for Power Injection in Grid Usi...
A Novel Approach on Photovoltaic Technologies for Power Injection in Grid Usi...A Novel Approach on Photovoltaic Technologies for Power Injection in Grid Usi...
A Novel Approach on Photovoltaic Technologies for Power Injection in Grid Usi...
IJERA Editor
 
Performance Investigation of Grid Connected Photovoltaic System Modelling Bas...
Performance Investigation of Grid Connected Photovoltaic System Modelling Bas...Performance Investigation of Grid Connected Photovoltaic System Modelling Bas...
Performance Investigation of Grid Connected Photovoltaic System Modelling Bas...
IJECEIAES
 
Simulation of incremental conductance mppt with
Simulation of incremental conductance mppt withSimulation of incremental conductance mppt with
Simulation of incremental conductance mppt with
eSAT Publishing House
 
Comparison of PV panels MPPT techniques applied to solar water pumping system
Comparison of PV panels MPPT techniques applied to solar water pumping systemComparison of PV panels MPPT techniques applied to solar water pumping system
Comparison of PV panels MPPT techniques applied to solar water pumping system
International Journal of Power Electronics and Drive Systems
 
Improving efficiency of Photovoltaic System with Neural Network Based MPPT Co...
Improving efficiency of Photovoltaic System with Neural Network Based MPPT Co...Improving efficiency of Photovoltaic System with Neural Network Based MPPT Co...
Improving efficiency of Photovoltaic System with Neural Network Based MPPT Co...
IJMER
 
PV array connected to the grid with the implementation of MPPT algorithms (IN...
PV array connected to the grid with the implementation of MPPT algorithms (IN...PV array connected to the grid with the implementation of MPPT algorithms (IN...
PV array connected to the grid with the implementation of MPPT algorithms (IN...
International Journal of Power Electronics and Drive Systems
 
Performance of Maximum Power Point Tracking Algorithm based Photovoltaic Arra...
Performance of Maximum Power Point Tracking Algorithm based Photovoltaic Arra...Performance of Maximum Power Point Tracking Algorithm based Photovoltaic Arra...
Performance of Maximum Power Point Tracking Algorithm based Photovoltaic Arra...
IRJET Journal
 
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
 
A New Simulation Approach of 3-Φ Transformer-less Grid Connected PV Inverter ...
A New Simulation Approach of 3-Φ Transformer-less Grid Connected PV Inverter ...A New Simulation Approach of 3-Φ Transformer-less Grid Connected PV Inverter ...
A New Simulation Approach of 3-Φ Transformer-less Grid Connected PV Inverter ...
IRJET Journal
 
AN ADAPTIVE EXTREMUM SEEKING CONTROL FOR REAL TIME OPTIMIZATION IN PHOTOVOLTA...
AN ADAPTIVE EXTREMUM SEEKING CONTROL FOR REAL TIME OPTIMIZATION IN PHOTOVOLTA...AN ADAPTIVE EXTREMUM SEEKING CONTROL FOR REAL TIME OPTIMIZATION IN PHOTOVOLTA...
AN ADAPTIVE EXTREMUM SEEKING CONTROL FOR REAL TIME OPTIMIZATION IN PHOTOVOLTA...
Editor IJMTER
 
Simulation of various DC-DC converters for photovoltaic system
Simulation of various DC-DC converters for photovoltaic systemSimulation of various DC-DC converters for photovoltaic system
Simulation of various DC-DC converters for photovoltaic system
IJECEIAES
 
An Experimental Study of P&O MPPT Control for Photovoltaic Systems
An Experimental Study of P&O MPPT Control for Photovoltaic SystemsAn Experimental Study of P&O MPPT Control for Photovoltaic Systems
An Experimental Study of P&O MPPT Control for Photovoltaic Systems
IJPEDS-IAES
 
Photovoltaic Emulator for Grid-connected Quasi-Z-Sorce Inverter
Photovoltaic Emulator for Grid-connected Quasi-Z-Sorce InverterPhotovoltaic Emulator for Grid-connected Quasi-Z-Sorce Inverter
Photovoltaic Emulator for Grid-connected Quasi-Z-Sorce Inverter
International Journal of Power Electronics and Drive Systems
 

Similar to Modeling and Simulation of Fuzzy Logic based Maximum Power Point Tracking (MPPT) for PV Application (20)

H010425863
H010425863H010425863
H010425863
 
Real Time Implementation of Variable Step Size Based P&O MPPT for PV Systems ...
Real Time Implementation of Variable Step Size Based P&O MPPT for PV Systems ...Real Time Implementation of Variable Step Size Based P&O MPPT for PV Systems ...
Real Time Implementation of Variable Step Size Based P&O MPPT for PV Systems ...
 
IRJET- Simulation and Analysis of Photovoltaic Solar System for Different Wea...
IRJET- Simulation and Analysis of Photovoltaic Solar System for Different Wea...IRJET- Simulation and Analysis of Photovoltaic Solar System for Different Wea...
IRJET- Simulation and Analysis of Photovoltaic Solar System for Different Wea...
 
Modeling and Simulation of Solar Photovoltaic System
Modeling and Simulation of Solar Photovoltaic SystemModeling and Simulation of Solar Photovoltaic System
Modeling and Simulation of Solar Photovoltaic System
 
Simulation of incremental conductance mppt with direct control method using c...
Simulation of incremental conductance mppt with direct control method using c...Simulation of incremental conductance mppt with direct control method using c...
Simulation of incremental conductance mppt with direct control method using c...
 
A Novel Approach on Photovoltaic Technologies for Power Injection in Grid Usi...
A Novel Approach on Photovoltaic Technologies for Power Injection in Grid Usi...A Novel Approach on Photovoltaic Technologies for Power Injection in Grid Usi...
A Novel Approach on Photovoltaic Technologies for Power Injection in Grid Usi...
 
Performance Investigation of Grid Connected Photovoltaic System Modelling Bas...
Performance Investigation of Grid Connected Photovoltaic System Modelling Bas...Performance Investigation of Grid Connected Photovoltaic System Modelling Bas...
Performance Investigation of Grid Connected Photovoltaic System Modelling Bas...
 
Simulation of incremental conductance mppt with
Simulation of incremental conductance mppt withSimulation of incremental conductance mppt with
Simulation of incremental conductance mppt with
 
Comparison of PV panels MPPT techniques applied to solar water pumping system
Comparison of PV panels MPPT techniques applied to solar water pumping systemComparison of PV panels MPPT techniques applied to solar water pumping system
Comparison of PV panels MPPT techniques applied to solar water pumping system
 
Improving efficiency of Photovoltaic System with Neural Network Based MPPT Co...
Improving efficiency of Photovoltaic System with Neural Network Based MPPT Co...Improving efficiency of Photovoltaic System with Neural Network Based MPPT Co...
Improving efficiency of Photovoltaic System with Neural Network Based MPPT Co...
 
PV array connected to the grid with the implementation of MPPT algorithms (IN...
PV array connected to the grid with the implementation of MPPT algorithms (IN...PV array connected to the grid with the implementation of MPPT algorithms (IN...
PV array connected to the grid with the implementation of MPPT algorithms (IN...
 
Performance of Maximum Power Point Tracking Algorithm based Photovoltaic Arra...
Performance of Maximum Power Point Tracking Algorithm based Photovoltaic Arra...Performance of Maximum Power Point Tracking Algorithm based Photovoltaic Arra...
Performance of Maximum Power Point Tracking Algorithm based Photovoltaic Arra...
 
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...
 
A New Simulation Approach of 3-Φ Transformer-less Grid Connected PV Inverter ...
A New Simulation Approach of 3-Φ Transformer-less Grid Connected PV Inverter ...A New Simulation Approach of 3-Φ Transformer-less Grid Connected PV Inverter ...
A New Simulation Approach of 3-Φ Transformer-less Grid Connected PV Inverter ...
 
Mini_Project
Mini_ProjectMini_Project
Mini_Project
 
AN ADAPTIVE EXTREMUM SEEKING CONTROL FOR REAL TIME OPTIMIZATION IN PHOTOVOLTA...
AN ADAPTIVE EXTREMUM SEEKING CONTROL FOR REAL TIME OPTIMIZATION IN PHOTOVOLTA...AN ADAPTIVE EXTREMUM SEEKING CONTROL FOR REAL TIME OPTIMIZATION IN PHOTOVOLTA...
AN ADAPTIVE EXTREMUM SEEKING CONTROL FOR REAL TIME OPTIMIZATION IN PHOTOVOLTA...
 
Simulation of various DC-DC converters for photovoltaic system
Simulation of various DC-DC converters for photovoltaic systemSimulation of various DC-DC converters for photovoltaic system
Simulation of various DC-DC converters for photovoltaic system
 
An Experimental Study of P&O MPPT Control for Photovoltaic Systems
An Experimental Study of P&O MPPT Control for Photovoltaic SystemsAn Experimental Study of P&O MPPT Control for Photovoltaic Systems
An Experimental Study of P&O MPPT Control for Photovoltaic Systems
 
Photovoltaic Emulator for Grid-connected Quasi-Z-Sorce Inverter
Photovoltaic Emulator for Grid-connected Quasi-Z-Sorce InverterPhotovoltaic Emulator for Grid-connected Quasi-Z-Sorce Inverter
Photovoltaic Emulator for Grid-connected Quasi-Z-Sorce Inverter
 
France 2
France 2France 2
France 2
 

More from IJECEIAES

Bibliometric analysis highlighting the role of women in addressing climate ch...
Bibliometric analysis highlighting the role of women in addressing climate ch...Bibliometric analysis highlighting the role of women in addressing climate ch...
Bibliometric analysis highlighting the role of women in addressing climate ch...
IJECEIAES
 
Voltage and frequency control of microgrid in presence of micro-turbine inter...
Voltage and frequency control of microgrid in presence of micro-turbine inter...Voltage and frequency control of microgrid in presence of micro-turbine inter...
Voltage and frequency control of microgrid in presence of micro-turbine inter...
IJECEIAES
 
Enhancing battery system identification: nonlinear autoregressive modeling fo...
Enhancing battery system identification: nonlinear autoregressive modeling fo...Enhancing battery system identification: nonlinear autoregressive modeling fo...
Enhancing battery system identification: nonlinear autoregressive modeling fo...
IJECEIAES
 
Smart grid deployment: from a bibliometric analysis to a survey
Smart grid deployment: from a bibliometric analysis to a surveySmart grid deployment: from a bibliometric analysis to a survey
Smart grid deployment: from a bibliometric analysis to a survey
IJECEIAES
 
Use of analytical hierarchy process for selecting and prioritizing islanding ...
Use of analytical hierarchy process for selecting and prioritizing islanding ...Use of analytical hierarchy process for selecting and prioritizing islanding ...
Use of analytical hierarchy process for selecting and prioritizing islanding ...
IJECEIAES
 
Enhancing of single-stage grid-connected photovoltaic system using fuzzy logi...
Enhancing of single-stage grid-connected photovoltaic system using fuzzy logi...Enhancing of single-stage grid-connected photovoltaic system using fuzzy logi...
Enhancing of single-stage grid-connected photovoltaic system using fuzzy logi...
IJECEIAES
 
Enhancing photovoltaic system maximum power point tracking with fuzzy logic-b...
Enhancing photovoltaic system maximum power point tracking with fuzzy logic-b...Enhancing photovoltaic system maximum power point tracking with fuzzy logic-b...
Enhancing photovoltaic system maximum power point tracking with fuzzy logic-b...
IJECEIAES
 
Adaptive synchronous sliding control for a robot manipulator based on neural ...
Adaptive synchronous sliding control for a robot manipulator based on neural ...Adaptive synchronous sliding control for a robot manipulator based on neural ...
Adaptive synchronous sliding control for a robot manipulator based on neural ...
IJECEIAES
 
Remote field-programmable gate array laboratory for signal acquisition and de...
Remote field-programmable gate array laboratory for signal acquisition and de...Remote field-programmable gate array laboratory for signal acquisition and de...
Remote field-programmable gate array laboratory for signal acquisition and de...
IJECEIAES
 
Detecting and resolving feature envy through automated machine learning and m...
Detecting and resolving feature envy through automated machine learning and m...Detecting and resolving feature envy through automated machine learning and m...
Detecting and resolving feature envy through automated machine learning and m...
IJECEIAES
 
Smart monitoring technique for solar cell systems using internet of things ba...
Smart monitoring technique for solar cell systems using internet of things ba...Smart monitoring technique for solar cell systems using internet of things ba...
Smart monitoring technique for solar cell systems using internet of things ba...
IJECEIAES
 
An efficient security framework for intrusion detection and prevention in int...
An efficient security framework for intrusion detection and prevention in int...An efficient security framework for intrusion detection and prevention in int...
An efficient security framework for intrusion detection and prevention in int...
IJECEIAES
 
Developing a smart system for infant incubators using the internet of things ...
Developing a smart system for infant incubators using the internet of things ...Developing a smart system for infant incubators using the internet of things ...
Developing a smart system for infant incubators using the internet of things ...
IJECEIAES
 
A review on internet of things-based stingless bee's honey production with im...
A review on internet of things-based stingless bee's honey production with im...A review on internet of things-based stingless bee's honey production with im...
A review on internet of things-based stingless bee's honey production with im...
IJECEIAES
 
A trust based secure access control using authentication mechanism for intero...
A trust based secure access control using authentication mechanism for intero...A trust based secure access control using authentication mechanism for intero...
A trust based secure access control using authentication mechanism for intero...
IJECEIAES
 
Fuzzy linear programming with the intuitionistic polygonal fuzzy numbers
Fuzzy linear programming with the intuitionistic polygonal fuzzy numbersFuzzy linear programming with the intuitionistic polygonal fuzzy numbers
Fuzzy linear programming with the intuitionistic polygonal fuzzy numbers
IJECEIAES
 
The performance of artificial intelligence in prostate magnetic resonance im...
The performance of artificial intelligence in prostate  magnetic resonance im...The performance of artificial intelligence in prostate  magnetic resonance im...
The performance of artificial intelligence in prostate magnetic resonance im...
IJECEIAES
 
Seizure stage detection of epileptic seizure using convolutional neural networks
Seizure stage detection of epileptic seizure using convolutional neural networksSeizure stage detection of epileptic seizure using convolutional neural networks
Seizure stage detection of epileptic seizure using convolutional neural networks
IJECEIAES
 
Analysis of driving style using self-organizing maps to analyze driver behavior
Analysis of driving style using self-organizing maps to analyze driver behaviorAnalysis of driving style using self-organizing maps to analyze driver behavior
Analysis of driving style using self-organizing maps to analyze driver behavior
IJECEIAES
 
Hyperspectral object classification using hybrid spectral-spatial fusion and ...
Hyperspectral object classification using hybrid spectral-spatial fusion and ...Hyperspectral object classification using hybrid spectral-spatial fusion and ...
Hyperspectral object classification using hybrid spectral-spatial fusion and ...
IJECEIAES
 

More from IJECEIAES (20)

Bibliometric analysis highlighting the role of women in addressing climate ch...
Bibliometric analysis highlighting the role of women in addressing climate ch...Bibliometric analysis highlighting the role of women in addressing climate ch...
Bibliometric analysis highlighting the role of women in addressing climate ch...
 
Voltage and frequency control of microgrid in presence of micro-turbine inter...
Voltage and frequency control of microgrid in presence of micro-turbine inter...Voltage and frequency control of microgrid in presence of micro-turbine inter...
Voltage and frequency control of microgrid in presence of micro-turbine inter...
 
Enhancing battery system identification: nonlinear autoregressive modeling fo...
Enhancing battery system identification: nonlinear autoregressive modeling fo...Enhancing battery system identification: nonlinear autoregressive modeling fo...
Enhancing battery system identification: nonlinear autoregressive modeling fo...
 
Smart grid deployment: from a bibliometric analysis to a survey
Smart grid deployment: from a bibliometric analysis to a surveySmart grid deployment: from a bibliometric analysis to a survey
Smart grid deployment: from a bibliometric analysis to a survey
 
Use of analytical hierarchy process for selecting and prioritizing islanding ...
Use of analytical hierarchy process for selecting and prioritizing islanding ...Use of analytical hierarchy process for selecting and prioritizing islanding ...
Use of analytical hierarchy process for selecting and prioritizing islanding ...
 
Enhancing of single-stage grid-connected photovoltaic system using fuzzy logi...
Enhancing of single-stage grid-connected photovoltaic system using fuzzy logi...Enhancing of single-stage grid-connected photovoltaic system using fuzzy logi...
Enhancing of single-stage grid-connected photovoltaic system using fuzzy logi...
 
Enhancing photovoltaic system maximum power point tracking with fuzzy logic-b...
Enhancing photovoltaic system maximum power point tracking with fuzzy logic-b...Enhancing photovoltaic system maximum power point tracking with fuzzy logic-b...
Enhancing photovoltaic system maximum power point tracking with fuzzy logic-b...
 
Adaptive synchronous sliding control for a robot manipulator based on neural ...
Adaptive synchronous sliding control for a robot manipulator based on neural ...Adaptive synchronous sliding control for a robot manipulator based on neural ...
Adaptive synchronous sliding control for a robot manipulator based on neural ...
 
Remote field-programmable gate array laboratory for signal acquisition and de...
Remote field-programmable gate array laboratory for signal acquisition and de...Remote field-programmable gate array laboratory for signal acquisition and de...
Remote field-programmable gate array laboratory for signal acquisition and de...
 
Detecting and resolving feature envy through automated machine learning and m...
Detecting and resolving feature envy through automated machine learning and m...Detecting and resolving feature envy through automated machine learning and m...
Detecting and resolving feature envy through automated machine learning and m...
 
Smart monitoring technique for solar cell systems using internet of things ba...
Smart monitoring technique for solar cell systems using internet of things ba...Smart monitoring technique for solar cell systems using internet of things ba...
Smart monitoring technique for solar cell systems using internet of things ba...
 
An efficient security framework for intrusion detection and prevention in int...
An efficient security framework for intrusion detection and prevention in int...An efficient security framework for intrusion detection and prevention in int...
An efficient security framework for intrusion detection and prevention in int...
 
Developing a smart system for infant incubators using the internet of things ...
Developing a smart system for infant incubators using the internet of things ...Developing a smart system for infant incubators using the internet of things ...
Developing a smart system for infant incubators using the internet of things ...
 
A review on internet of things-based stingless bee's honey production with im...
A review on internet of things-based stingless bee's honey production with im...A review on internet of things-based stingless bee's honey production with im...
A review on internet of things-based stingless bee's honey production with im...
 
A trust based secure access control using authentication mechanism for intero...
A trust based secure access control using authentication mechanism for intero...A trust based secure access control using authentication mechanism for intero...
A trust based secure access control using authentication mechanism for intero...
 
Fuzzy linear programming with the intuitionistic polygonal fuzzy numbers
Fuzzy linear programming with the intuitionistic polygonal fuzzy numbersFuzzy linear programming with the intuitionistic polygonal fuzzy numbers
Fuzzy linear programming with the intuitionistic polygonal fuzzy numbers
 
The performance of artificial intelligence in prostate magnetic resonance im...
The performance of artificial intelligence in prostate  magnetic resonance im...The performance of artificial intelligence in prostate  magnetic resonance im...
The performance of artificial intelligence in prostate magnetic resonance im...
 
Seizure stage detection of epileptic seizure using convolutional neural networks
Seizure stage detection of epileptic seizure using convolutional neural networksSeizure stage detection of epileptic seizure using convolutional neural networks
Seizure stage detection of epileptic seizure using convolutional neural networks
 
Analysis of driving style using self-organizing maps to analyze driver behavior
Analysis of driving style using self-organizing maps to analyze driver behaviorAnalysis of driving style using self-organizing maps to analyze driver behavior
Analysis of driving style using self-organizing maps to analyze driver behavior
 
Hyperspectral object classification using hybrid spectral-spatial fusion and ...
Hyperspectral object classification using hybrid spectral-spatial fusion and ...Hyperspectral object classification using hybrid spectral-spatial fusion and ...
Hyperspectral object classification using hybrid spectral-spatial fusion and ...
 

Recently uploaded

Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdfTop 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Teleport Manpower Consultant
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
karthi keyan
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation & Control
 
Standard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - NeometrixStandard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - Neometrix
Neometrix_Engineering_Pvt_Ltd
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
AafreenAbuthahir2
 
LIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.pptLIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.ppt
ssuser9bd3ba
 
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
 
ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
AhmedHussein950959
 
Democratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek AryaDemocratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek Arya
abh.arya
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
MdTanvirMahtab2
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
Jayaprasanna4
 
road safety engineering r s e unit 3.pdf
road safety engineering  r s e unit 3.pdfroad safety engineering  r s e unit 3.pdf
road safety engineering r s e unit 3.pdf
VENKATESHvenky89705
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
Kamal Acharya
 
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdfCOLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
Kamal Acharya
 
TECHNICAL TRAINING MANUAL GENERAL FAMILIARIZATION COURSE
TECHNICAL TRAINING MANUAL   GENERAL FAMILIARIZATION COURSETECHNICAL TRAINING MANUAL   GENERAL FAMILIARIZATION COURSE
TECHNICAL TRAINING MANUAL GENERAL FAMILIARIZATION COURSE
DuvanRamosGarzon1
 
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
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
bakpo1
 
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
 
Event Management System Vb Net Project Report.pdf
Event Management System Vb Net  Project Report.pdfEvent Management System Vb Net  Project Report.pdf
Event Management System Vb Net Project Report.pdf
Kamal Acharya
 
Vaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdfVaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdf
Kamal Acharya
 

Recently uploaded (20)

Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdfTop 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
 
Standard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - NeometrixStandard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - Neometrix
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
 
LIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.pptLIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.ppt
 
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
 
ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
 
Democratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek AryaDemocratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek Arya
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
 
road safety engineering r s e unit 3.pdf
road safety engineering  r s e unit 3.pdfroad safety engineering  r s e unit 3.pdf
road safety engineering r s e unit 3.pdf
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
 
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdfCOLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
 
TECHNICAL TRAINING MANUAL GENERAL FAMILIARIZATION COURSE
TECHNICAL TRAINING MANUAL   GENERAL FAMILIARIZATION COURSETECHNICAL TRAINING MANUAL   GENERAL FAMILIARIZATION COURSE
TECHNICAL TRAINING MANUAL GENERAL FAMILIARIZATION COURSE
 
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
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
 
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
 
Event Management System Vb Net Project Report.pdf
Event Management System Vb Net  Project Report.pdfEvent Management System Vb Net  Project Report.pdf
Event Management System Vb Net Project Report.pdf
 
Vaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdfVaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdf
 

Modeling and Simulation of Fuzzy Logic based Maximum Power Point Tracking (MPPT) for PV Application

  • 1. International Journal of Electrical and Computer Engineering (IJECE) Vol. 8, No. 3, June 2018, pp. 1315~1323 ISSN: 2088-8708, DOI: 10.11591/ijece.v8i3.pp1315-1323  1315 Journal homepage: http://iaescore.com/journals/index.php/IJECE Modeling and Simulation of Fuzzy Logic based Maximum Power Point Tracking (MPPT) for PV Application Ahmad Saudi Samosir, Herri Gusmedi, Sri Purwiyanti, Endah Komalasari Departement of Electrical Engineering, University of Lampung, Bandar Lampung, Indonesia Article Info ABSTRACT Article history: Received Sep 30, 2017 Revised Jan 3, 2018 Accepted Feb 1, 2018 This paper presents modeling and simulation of maximum power point tracking (MPPT) used in solar PV power systems. The Fuzzy logic algorithm is used to minimize the error between the actual power and the estimated maximum power. The simulation model was developed and tested to investigate the effectiveness of the proposed MPPT controller. MATLAB Simulink was employed for simulation studies. The proposed system was simulated and tested successfully on a photovoltaic solar panel model. The Fuzzy logic algorithm succesfully tracking the MPPs and performs precise control under rapidly changing atmospheric conditions. Simulation results indicate the feasibility and improved functionality of the system. Keyword: Fuzzy logic algorithm Maximum power point tracking MPPT Photovoltaic Simulink Copyright © 2018 Institute of Advanced Engineering and Science. All rights reserved. Corresponding Author: Ahmad Saudi Samosir, Departement of Electrical Engineering, University of Lampung, No. 1, Jln. Prof. Soemantri Brojonegoro, Bandar Lampung, 35152, Indonesia. Email: ahmad.saudi@eng.unila.ac.id 1. INTRODUCTION The growing energy demand of the world and the tremendous risk of climate change associated with the use of fossil fuels have driven research and development of alternative energy sources that are clean, efficient, renewable and environmentally friendly. Among all renewable energy sources, solar power systems attract more attention because they have several advantages such as pollution-free, low maintenance costs and low operating costs. Their sources of energy, which is derived from solar energy, are also widely available and it is free [1]-[4]. In solar power system, the solar energy is directly converted into electrical energy by solar PV module. The main components of solar PV systems are solar cells made from semiconductor materials that have a photovoltaic effect, which serves to convert solar energy into direct current electricity. When exposed to sunlight; the solar panels will generate the direct current electricity, which is ready to supply power to the load. Solar Panels do not need much maintenance and have no moving parts. The unfavorable issue with solar PV systems is the high installing cost and the variation of energy form the solar panel with environmental conditions. In order to attain the maximum efficiency from the solar panel, it is important to obtain the maximum available power at any operating condition [5]. Also, the power distribution across the system has to be managed. Storage devices are used so that the energy is stored or supplied according to the availability of sufficient power and the load requirements [6]. The efficiency of solar cells depends on many factors such as temperature, irradiance, spectral characteristics of sunlight, dirt, shadow, and so on. Changes in insolation on panels due to fast climatic changes such as cloudy weather and increase in ambient temperature can reduce the photovoltaic (PV) array
  • 2.  ISSN: 2088-8708 Int J Elec & Comp Eng, Vol. 8, No. 3, June 2018 : 1315 – 1323 1316 output power. In other words, each PV cell produces energy pertaining to its operational and environmental conditions [7]. In addressing the poor efficiency of PV systems, some methods were proposed, among which is a new concept called “maximum power point tracking” (MPPT). All MPPT methods follow the same goal which is maximizing the PV array output power by tracking the maximum power on every operating condition. 2. SOLAR PHOTOVOLTAIC MODEL The mathematical model of the PV cell can be developed by using equivalent circuit model of PV Cell. An ideal solar cell may be modeled by a current source connected in parallel with a diode; the current source represents the generated photocurrent when the sunlight hits on the surface of the solar panel, and the diode represents the p-n transition area of the solar cell [8]. This PV cell model represents the electrical behavior of the pn-junction [9]-[11]. Figure 1 shows the single diode equivalent circuit model of Solar cell. Figure 1. Solar Cell Equivalent Circuit Model From the single diode equivalent circuit in Figure 1, the equation for the output current is given by: pv ph D shI I I I   (1) The current through the diode follow the Shockley diode equation: D OI 1I DqV nkT e               (2) sh sh sh I R = V (3) D pv pv s+V V I R (4) where, Ipv is the PV output current, Iph is the photocurrent, ID is the diode current, Ish is the shunt current, IO is the reverse saturation current, n is diode ideality factor, q is the electron charge, k is the Boltzmann constant, T is the absolute temperature, VD is the voltage across diode and resistor Rsh, Vpv is the output terminal voltage, and RS is the series resistance of the PV cells. By substituting Equations (2), (3) and (4) into the first equation, the characteristic equation of a PV cell, which relates solar cell parameters to the output current and voltage, is given by the following expression[1], [2]: pv pv s( + )V I R pv pv s pv ph O sh V I R I I R + I 1 q nkT e                  (5)
  • 3. Int J Elec & Comp Eng ISSN: 2088-8708  Modeling and Simulation of Fuzzy Logic based Maximum Power Point ... (Ahmad Saudi Samosir) 1317 The nonlinear equation of PV characteristic actualy depends on the solar irradiance and the cell temperature. As the references, the PV module manufacturers normally provided specified data at Standard Test Conditions where the irradiance is 1000W/m2 and the cell temperature is 25O C. In this paper, the ICA100 PV module was chosen for simulation setup. The electrical parameters are tabulated in Table 1, and the characteristic curves are shown in Figure 2 and Figure 3. Figure 2 illustrates the P-V characteristic of the ICA100 module under different irradiance and Figure 3 illustrates the P-V characteristic under different temperature conditions. Figure 2. P-V characteristics at irradiance variation Figure 3. P-V characteristics at temperature variation Figure 4. Current – vs – Voltage curve of PV module Figure 4 shows the current-vs-voltage curve of the PV module. It gives an idea about the significant points on each I–V curve: open-circuit voltage, short-circuit current, and the operating point where the module performs the maximum power (MPP). This point is related to a voltage and a current that are Vmpp and Impp, respectively, and is highly dependent on solar irradiation and ambient temperature. Table 1. Specification of ICA100 PV Module Parameters Symbol Value Maximum power Pmax 100 W Voltage at max power Vmp 17.6 V Current at max power Imp 5.69 A Open circuit voltage Voc 22.4 V Short circuit current Isc 6.03 A Number of Series Cells Ns 36 Number of Parallel Cells Np 1
  • 4.  ISSN: 2088-8708 Int J Elec & Comp Eng, Vol. 8, No. 3, June 2018 : 1315 – 1323 1318 3. MAXIMUM POWER POINT TRACKING (MPPT) The Maximum Power Point Tracking (MPPT) is an algorithm that included in charge controllers used for extracting maximum available power from PV module under certain conditions. The MPPT algorithm moves the electrical operating point of the PV modules to its Maximum Power Point, so that the modules are able to deliver maximum available power. The voltage at which PV module can produce maximum power point is called maximum power voltage (or peak power voltage). The Maximum Power Point of PV module varies with solar radiation, ambient temperature and solar cell temperature. From Power – vs – Voltage curve in Figure 5, the ICA100 PV module produces power with maximum power voltage of around 17.6V when measured at a cell temperature of 25°C, it can drop to around 16V on a very hot day and it can also rise to 19V on a very cold day. Figure 5. Power – vs – Voltage curve of PV module When a load is directly connected to the PV panel, the PV panel operating point is usually not at peak power. In Figure 5, it is clear when a 12V dc load is directly connected to the PV panel, the PV output power is only 72W, which is less then the maximum available power of PV module. The impedance seen by the PV panel derives the electrical operating point of the solar PV panel. By varying the impedance seen by the PV panel, the electrical operating point can be moved towards peak power point. Since solar PV panels are DC devices, DC-DC converters might be used to transform the impedance of solar panel circuit to the load circuit. Changing the duty ratio of the DC-DC converter results in the impedance seen by the panel being changed. In order to maximize the extraction power of solar photovoltaic systems, the DC-DC converter must be able to track a particular duty ratio that make the operating point will be at the maximum power point (MPP). There are a large number of algorithms that are able to track the MPPs. Some of them are simple, such as voltage and current feedback control base, while some are more complicated, such as hill cimbing method, Perturbation and Observation (P&O) method and Incremental Conductance method. They vary in complexity, sensor requirement, speed of convergence, cost, range of operation, popularity, ability to detect multiple local maxima, and their applications [12]-[14]. Figure 6. Basic idea of the MPPT method
  • 5. Int J Elec & Comp Eng ISSN: 2088-8708  Modeling and Simulation of Fuzzy Logic based Maximum Power Point ... (Ahmad Saudi Samosir) 1319 Most of MPPT method focuses directly on power variations and the slope of the P–V characteristic curve. In Figure 6, we can see that the MPP is located at the peak of the Power – vs – Voltage curve of PV module. Here the value of PV power is maximum. Figure 6 shows that the slope of the PV array power curve, dP/dV, is zero at the MPP, positive on the left of the MPP and negative on the right-hand side of the MPP. The basic equations of this method are as follows : =0 dP dV , at MPP (6) >0 dP dV , left of MPP (7) <0 dP dV , right of MPP (8) where P and V are the PV array output power and voltage, respectively. 4. MPPT FUZZY LOGIC CONTROLLER Fuzzy Logic has been used for tracking the Maximum Power Point (MPP) of PV module because it has the advantages of being robust, relatively simple to design and does not require the knowledge of PV exact model. Fuzzy logic control generally consists of three basic componens: fuzzification module, fuzzy inference engine, and defuzzification module, as shown in Figure 7. Figure 7. Structure of fuzzy logic controller 4.1. Fuzzification During fuzzification, numerical input variables are converted into linguistic variable based on a membership function. For this MPPT, the actual voltage and current of PV module measured continuously and the power can be calculated as P=VxI. The control is determined based on satisfaction of two proposed input control variable, namely the error E (which represents the slope of P-V characteristic) and change of error CE at the instant sampling k. The variable E and CE are exprexed as follows: ( ) ( 1) ( ) ( ) ( 1) P k P k E k V k V k      (9) ( ) ( ) ( 1)CE k E k E k   (10) where P(k) is the power and V(k) is voltage of PV module. The change in duty ratio (D) of the DC-DC Converter is used as the output of the controller. Therefore, the control is done by changing this duty ratio according to the slope E(k) in order to track the operation point to the optimal point where the slope is zero.
  • 6.  ISSN: 2088-8708 Int J Elec & Comp Eng, Vol. 8, No. 3, June 2018 : 1315 – 1323 1320 As shown in Figure 8, the input variables of the fuzzy controller (E, CE) are converted to the liguistic variables such as PB (positive big), PS (positive small), ZO (zero), NS (negative small), and NB (negative big) using basic fuzzy subset. Figure 8 shows the membership grades of five basic fuzzy subsets for input and output variables. (a) (b) (c) Figure 8. Membership function for (a) Input E, (b) Input CE, (c) Output D 4.2. Inference engine The inference engine applies a rule to the fuzzy input to determine the fuzzy output. Therefore, before the rule can be evaluated, the real input value must be fuzzified to obtain an appropriate linguistic value. Table 2 shows the fuzzy controller rule table, where all the matrix entries are fuzzy sets of the error (E), the change of error (CE) and the change of duty ratio (D) to converter. The rule table in Table 2 containt 25 rules of fuzzy controller. These rules are employed to control the DC-DC converter so that the MPP of the PV module is reached. The main idea of the rules are to bring the operation point of PV module to the MPP by increasing or decreasing the duty ratio of DC-DC Converter depending on the position of the operation point from the MPP. 4.3. Defuzzification Since the DC-DC converter require a precise control signal D at its entry, it is necessary to tranform the output of fuzzy controller from fuzzy information into deterministic information. This tranformation is called defuzzification. In the defuzzification stage, the fuzzy logic controller output is converted from a linguistic variable to a numerical variable. Defuzzification can be performed normally by two algorithms; Center of Area (COA) and the Max Criterion Method (MCM). The most widely used defuzzification method is the determination of the center of gravity (COA) of the final combined fuzzy set. The final combined fuzzy set is defined by the unification of all outputs of the fuzzy rule set, using the maximum aggregation method. The center of gravity (D) is computed by, 1 1 ( ) ( ) n j jj n jj D D D D            (11)
  • 7. Int J Elec & Comp Eng ISSN: 2088-8708  Modeling and Simulation of Fuzzy Logic based Maximum Power Point ... (Ahmad Saudi Samosir) 1321 and the actual duty ratio D is calculated by: ( ) ( 1) ( )DD k D k S D k    (12) 5. RESULT AND ANALYSIS In order to evaluate the performance of the proposed Fuzzy Logic based MPPT controller, a simulation analysis was conducted. The simulation model was developed using MATLAB Simulink. The simulink model of PV system is shown as Figure 9. The PV module considered in the simulation is the ICA100. Figure 9 shows the developed PV model system consisting of PV Solar Panel, Power Circuit and MPPT controller block diagram which is implemented using Fuzzy logic controller. The Fuzzy MPPT algorithm is presented in Figure 10. Figure 11 shows the simulation result of the Fuzzy MPPT algorithm response. Figure 9. Simulink model of PV system Figure 10. Block diagram of fuzzy MPPT algorithm
  • 8.  ISSN: 2088-8708 Int J Elec & Comp Eng, Vol. 8, No. 3, June 2018 : 1315 – 1323 1322 Figure 11. fuzzy MPPT algorithm response 6. CONCLUSION A modeling and simulation of fuzzy logic based Maximum Power Point Tracking for PV application is presented. The performance of the fuzzy logic MPPT algorithm system has been investigated. The simulation results show that the proposed fuzzy logic algorithm has a good and effective performance to generate maximum power from solar panels. ACKNOWLEDGEMENTS The authors would like to thanks the Directorate General of Higher Education Indonesia (DIKTI) for the financial support, and Lampung University for providing the facilities to conduct the research. REFERENCES [1] Azadeh Safari and Saad Mekhilef, “Simulation and Hardware Implementation of Incremental Conductance MPPT with Direct Control Method Using Cuk Converter”, IEEE Transactions on Industrial Electronics, vol. 58, no. 4, April 2011. [2] M. Abdulkadir, A.S. Samosir and A.H.M. Yatim, “Modelling and simulation of maximum power point tracking of photovoltaic system in Simulink model”, PECon 2012 - IEEE International Conference on Power and Energy, 2012. [3] M. Abdulkadir, A.S. Samosir and A.H.M. Yatim, “Modeling and Simulation of a Solar Photovoltaic System, Its Dynamics and Transient Characteristics in LABVIEW”, ARPN Journal of Engineering and Applied Sciences, vol. 3, no. 2, Jun 2013. [4] A. S. Samosir, A. Trisanto, A. Sadnowo, "Development of dynamic evolution control for pv inverter in solar power plant application”, ARPN Journal of Engineering and Applied Sciences, vol. 12, no.12, Jun 2017. [5] M. A. Abdourraziq and M. Maaroufi, “Experimental Verification of the Main MPPT Techniques for Photovoltaic System”, International Journal of Power Electronics and Drive Systems (IJPEDS), vol. 8, no. 1, pp. 384-391, March 2017.
  • 9. Int J Elec & Comp Eng ISSN: 2088-8708  Modeling and Simulation of Fuzzy Logic based Maximum Power Point ... (Ahmad Saudi Samosir) 1323 [6] Z. Almukhtar, A. Merabet, “Fuzzy MPPT Control and Power Regulation for Standalone Photovoltaic Energy Conversion System”, International Journal of Advanced Engineering Research and Applications (IJA-ERA), vol. 2, no. 7, Nov 2016. [7] F. Liu, S. Duan, F. Liu, B. Liu, and Y. Kang, “A variable step size INC MPPT method for PV systems,” IEEE Trans. I nd. Electron, vol. 55, no. 7, pp. 2622-2628, Jul. 2008. [8] N. Mohammad, M. A. Islam, T. Karim, and Q. D. Hossain, “Improved Solar Photovoltaic Array Model with FLC Based Maximum Power Point Tracking”, International Journal of Electrical and Computer Engineering (IJECE), vol. 2, no. 6, pp. 717-730, December 2012. [9] Pandiarajan, N, Ranganath Muthu, “Mathematical Modeling of Photovoltaic Module with Simulink”, International Conference on Electrical Energy System, ICESS 2011. [10] H. Gusmedi, E. Komalasari, “DocumentFeasibility and optimal design of micro-hydro and photovoltaic hybrid system in support to energy independent village”, Proceedings - ICPERE 2014: 2nd IEEE Conference on Power Engineering and Renewable Energy, 2014. [11] Amirullah and A. Kiswantono, “Power Quality Enhancement of Integration Photovoltaic Generator to Grid under Variable Solar Irradiance Level using MPPT-Fuzzy”, International Journal of Electrical and Computer Engineering (IJECE), vol. 6, no. 6, pp. 2629-2642, December 2016. [12] T. Esram and P. L. C hapman, “Comparison of photovoltaic array maximum power point tracking techniques,” IEEE Trans. Energy Conversion, vo l. 22, no. 2, pp. 439-449, Jun. 2007. [13] V. Salas, E. Olias, A. B arrado, and A. Lazaro, “Review of the maximum power point tracking algorithms for stand- alone photovoltaic systems,” Solar Energy Materials and Solar Cells, vol. 90, no. 11, pp. 1555-1578, Jul. 2006. [14] M.A. Abdullah, A.H.M.Yatim, C.W. Tan, A.S. Samosir, “Particle swarm optimization-based maximum power point tracking algorithm for wind energy conversion system”, PECon 2012 - IEEE International Conference on Power and Energy, 2012. BIOGRAPHIES OF AUTHORS Ahmad Saudi Samosir was born in Belawan, Indonesia in 1971. He obtained his Bachelor degree in electrical engineering from University of North Sumatera, Indonesia, in 1995, Master degree in electrical power engineering from Bandung Institute of Technology, Indonesia, in 1999, and PhD degree from Universiti Teknologi Malaysia, Malaysia, in 2010. His areas of interest research include renewable energy, control technique and application of power electronic converters. Currently he is working as a professor in the department of Electrical Engineering, University of Lampung, Bandar Lampung, Indonesia. Herri Gusmedi was born in Palembang, Indonesia in 1971. He received his Bachelor degree in electrical engineering from Sriwijaya University, Indonesia, in 1995, and Master degree in electrical power engineering from Bandung Institute of Technology, Indonesia, in 2001. His research area includes power system, load analysis, system monitoring and renewable energy. Currently He is working as a lecturer in the department of Electrical Engineering, University of Lampung, Bandar Lampung, Indonesia. Sri Purwiyanti was born in Jakarta, Indonesia in 1973. She received bachelor degree in electrical engineering from Universitas Mercubuana, Indonesia, in 1996, Master degree in electrical engineering from Universitas Gajah Mada, Indonesia, in 2000, and PhD degree from Universitas Indonesia and Shizuoka University, Japan, in 2015. Her research interest includes electronic system, nanowire silicon semiconductor, application of artificial intelligent in power system as well as renewable energy in distributed generation. Currently She is working as a lecturer in the department of Electrical Engineering, University of Lampung, Bandar Lampung, Indonesia. Endah Komalasari was born in Ujung Pandang, Indonesia in 1973. She received bachelor degree in electrical engineering from Sriwijaya University, Indonesia, in 1997, Master degree in electrical power engineering from Bandung Institute of Technology, Indonesia, in 2002, and PhD degree from Kyushu University, Japan, in 2012. Her research interest includes system monitoring, power electronic system, and renewable energy. Currently She is working as a lecturer in the department of Electrical Engineering, University of Lampung, Bandar Lampung, Indonesia.