SlideShare a Scribd company logo
1 of 6
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 3973
Modeling and Simulation of Fuzzy Logic Based Controller With Proposed
DC to DC Converter for Photovoltaic Module
Kakarla Deepti
Department of ECE,Vasavi College of Engineering, Osmania University, Hyderabad – 500 031, Telangana, India;
--------------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - This paper presents an intelligent control
method to track the maximum power point from a
photovoltaic system irrespective of changes in temperature
and irradiance. The objective of controller to increase
tracking efficiency and to simultaneously solve the inherent
drawbacks in conventional maximum power point tracking
algorithms. First for the purpose of comparison and because
of its proven good performance the INC(incremental
conductance) technique is introduced and then its
parameters have been compared with the proposed
FLC(fuzzy logic controller).An optimized FLC using
mamdani type fuzzy inference system is proposed. The MPPT
(maximum power point tracking) algorithm is implemented
with proposed Cuk converter to increase the converter
output from the PV panel. The Cuk converter has low
switching losses and the highest efficiency among non-
isolated DC-DC converters. It can also provide a better
output-current characteristic due to the inductor on the
output stage. Experimental test has been done for
multichanges in irradiance, temperature by keeping voltage
and current as main sensed parameter. Results show that
cuk converter produces higher output voltages and gives
better efficiency than the conventional boost converter. The
design is accomplished and verified using matlab/simulink
software.
Key words: Cuk converter, Fuzzy logic controller,
Incremental conductance algorithm, Maximum power
point tracking.
I. INTRODUCTION
The increasing demand for energy, the continuous
reduction in existing sources of fossil fuels and the
growing concern regarding environment pollution, have
push mankind to explore new technologies for the
production of electrical energy using clean, renewable
sources such as solar energy, wind energy etc.[1-3]. There
are inherent problems with Photovoltaic modules like
rapid change in insulation conditions, high initial
establishment cost and low conversion efficiency. To
overcome the problems it is necessary to optimize the
design of Photovoltaic system components. A photovoltaic
generation system should operate at its maximum power
point (MPP) to increase the system efficiency [4-6].
However the MPP also changes with irradiation level and
temperature due to nonlinear characteristics of PV
modules. To overcome this many MPPT algorithms have
been developed [7-9]. Recently Fuzzy logic has been
applied in tracking the MPP of PV systems as it has the
advantages of being robust, simple in design and minimal
requirement for accurate mathematical modeling.
However fuzzy methods depend on a careful selection of
parameters, definition of membership functions and fuzzy
rules. In the proposed system initially the photovoltaic
panel has been replicated with the help of mathematical
equations in simulink. Then a photovoltaic subsystem with
Cuk converter has been designed. After that the simulink
model with MPPT controller working on the principle of
Incremental conductance algorithm has been modeled and
the efficiency of this model with the fuzzy model was
compared by considering various conditions of
temperature and irradiance.
Fig -1: Simple model of proposed system
The simple model of the proposed system has been shown
in Fig.1[4]. A Maximum Power Point tracking system
contains a PV array, which is a solar panel formed with an
array of solar cells. The power that is outputted by the PV
array is given as input to the Cuk Converter circuit. Cuk
Converter operates based on the commands of the MPPT
System. The parameters of PV array like Current (I) and
Voltage (V) are given as input to the MPPT System. Based
on these parameters the MPPT system generates the
output pulses. These pulses are used for switching purpose
in the Cuk Converter, which controls the output power at
the Cuk-Converter thus controlling the output power of the
whole System.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 3974
2. MODELLING OF PV MODULE IN SIMULINK
A PV Subsystem is similar to a PV Module. A 5w panel is
selected for experimentation whose specifications are
listed in table 1.
Table1: Specifications of PV module considered for
experimentation
VOC ISC Pow
er
Rated
Voltage(
Vmax)
Rated
Current(I
max)
Powe
r
oleran
ce
Np Ns
21.06
V
1.39
A
20
W
17.40
V
1.20A ±5% 9 4
These parameters are measured at (STC) standard test
conditions) 1000w/meter2 and at 250 C.we have replicated
the PV Panel in simulink using mathematical equations.
The voltage-current characteristic equation of a solar cell
is given as
I=IPH–IS[expq(V+IRS)/kTCA)−1]−(V+IRS)/RSH (1)
Where IPH is a light-generated current or photocurrent, IS is
the cell saturation of dark current, q (= 1.6 ×10−19C) is
electron charge, k (= 1.38 ×10−23J/K) is a Boltzmann’s
constant, TC is the cell’s working temperature, A is an ideal
factor, RSH is a shunt resistance, and RS is a series
resistance. The photocurrent mainly depends on the solar
irradiance and cell’s working temperature, which is given
as
IPH=[ISC+KI(TC−TRef)]λ (2)
Where ISC is the cells short-circuit current at a 25°C and
1kW/m2, KI is the cells short-circuit current temperature
coefficient, TRef is the cell’s reference temperature, and λ is
the solar irradiance in kW/m2. On the other hand, the
cell’s Saturation current varies with the cell temperature,
which is given as
Is=IRS(Tc/Tref)3exp[qEg(1/Tref–1/Tc)/kA (3)
Where IRS is the cell’s reverse saturation current at a
reference temperature and a solar radiation Eg is the band
gap energy of the semiconductor used in the cell. In
general, the PV efficiency is insensitive to variation in RSH
and the shunt-leakage resistance can be assumed to
approach infinity without Leakage Current to ground
hence Equ 1 can be written as
I=IPH-Is[exp(q(V+IRs)/kTcA)-1] (4)
Since a typical PV cell produces less power, the cells must
be connected in series-parallel configuration on a module
to produce enough high power as shown in Fig.2. A PV
array is a group of several PV modules which are
electrically connected in series and parallel circuits to
generate the required current and voltage. The equivalent
circuit for the solar module arranged in NP parallel and NS
series.
I=NpIPHNpIs[exp(q(V/Ns+IRs/Np)/k)] (5)
Fig -2: General model of a PV cell
The reverse saturation current can be obtained based on
following equation
IRS=Isc/[exp (qVoc/NskATc)-1] (6)
These equations can be implemented in simulink
environment using blocks that perform mathematical
operations.
Fig -3: PV Module Block in simulink environment
The modeling of PV module in simulink environment is
implemented as shown in Fig.3. Equ(2) is implemented
using the mathematical blocks summers, multipliers in the
Photon Current block as shown in the Fig.4.
Fig -4: Photon current block
The Isc reference value is the value that is given on the
panel at a particular test condition. Here, in our case it is
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 3975
0.075A because the Isc value as per the panel specification
is 0.3A and we have 4 cells in parallel in the panel. So, for
each cell 0.075A will be the Isc Value. Equ (3) is
implemented in the Saturation Current block and all the
required inputs for it are processed in C to Kelvin block
and Reverse Saturation Block. Equ(6) is implemented in
the reverse saturation block which is later given as input
to the saturation current block. Equ(5) is implemented in
the PV output current block whose inputs are all the
previous values calculated in Fig.4.
3. MODELING OF DC-DC CUK CONVERTER IN
SIMULINK
Photovoltaic panel generated voltage is fed to the
converter and Cuk converter output connected to the load.
By varying the duty cycle the voltage gain of Cuk converter
can be set higher or lesser than unity. Although the buck–
boost configuration is cheaper than the Cuk converter but
it has limitations such as high peak and discontinuous
input current, poor transient response and efficiency. The
Cuk converter has low switching losses and the highest
efficiency among non-isolated DC-DC converters. It can
also provide a better output-current characteristic due to
the inductor on the output stage. The practical circuit of
Cuk converter using diode and MOSFET is shown in Fig.5
Fig -5:Cuk Converter Using Diode and MOSFET Switch
The values of the inductors and capacitors are calculated
using the following expressions
L1 = (1-k)2R/2kf , C1 = k/2fR
L2 = (1-k)R/2f , C2 = 1/8fR
Where Resistive load, R = 100Ω; k is duty cycle which is 0.5
and Switching frequency, f=1kHz.Basing on the above
equations, the values obtained to produce maximum
output are listed as Input inductor L1 = 5mH; Capacitor C1
(PV side) = 10μF; Filter inductor L2 = 5mH; Capacitor C2
(filter side) = 8mF
Fig -6: Simulink Model of CUK Converter
Fig.6.depicts the modeling of CUK converter. The PWM
pulses generated in the MPPT block is fed as input to the
IGBT diode. The IGBT(Insulated-Gate Bipolar Transistor)
diode is 3-terminal semiconductor device used as an
electronic switch. It provides high efficiency and fast
switching. It is designed in order to turn on and off rapidly.
4. MODELING OF INCREMENTAL CONDUCTANCE
MPPT ALGORITHM IN SIMULINK
The incremental conductance method can perform
maximum power point tracking under rapidly varying
irradiation conditions with higher accuracy than the
Perturb and observe method[5]. The sampling frequency is
decreased due to the higher complexity of the algorithm
compared to the P&O method[6,7]. So we have to mitigate
with a trade-off between complexity and efficiency. Hence
we go for Incremental Conductance.
Fig -7: PWM signal generation
The MPPT block in the above Fig.7 has the algorithm
implemented. The output of the MPPT block is duty cycle
which is a constant. This value is compared with the initial
duty cycle which is given a constant value of 0.5 so that it
does not go to saturation stage. The duty cycle is compared
with the repeating sequence to generate PWM pulses
which is given as input to the CUK converter. The on/off
PWM signal acts as a switch that switches ON and OFF the
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 3976
CUK converter. The incremental conductance algorithm
implementation is shown in the Fig.8.
Fig -8: Incremental Conductance Algorithm using Simulink
5. MODELING OF FUZZY LOGIC BASED MPPT
CONTROLLER IN SIMULINK
The proposed Fuzzy Logic Controller is implemented using
the fuzzy logic toolbox of Simulink. The Fuzzy logic
controller uses the fuzzy logics to make the decisions and
to control the output of the controller. The main
components in fuzzy logic based MPPT controller are
fuzzification, rule-base, and inference and defuzzification
as shown in Fig.9.
Fig -9: Fuzzy Logic block diagram
The fuzzy inference in the proposed model is carried out
by using Mamdani’s method, and the defuzzification uses
the centre of gravity to compute the output of FLC which is
the change in duty cycle. Based on the rule set and the
membership functions we define for the inputs and output,
the fuzzy logic controller will produce the output. Here all
the inputs and outputs are defined as a range of values
rather than a particular value. This makes Fuzzy logic
MPPT algorithm more efficient than other algorithms. It
generates more output power, less fluctuations and faster
response.
Fig -10: Fuzzy MPPT Simulink Model
The simulink model of fuzzy MPPT is shown in Fig.10.The
MPPT block as shown in Fig.6 has been replaced with a
fuzzy controller block to compare the operation of both
controllers.
Fig -11: MPPT Block in Fuzzy logic MPPT
The main block in Fig.11 is Fuzzy logic Controller (FLC). A
Fuzzy logic controller has two inputs namely Error (E) and
Change in Error (CE). It has an output which is the duty
cycle ratio. As we considered conductance as the
measuring parameter the error is given by E= ∆I/∆V +I/V
and Change in Error is given by CE= E (K) –E (K-1). This is
done using FIS Editor as shown in Fig.12.
Fig -12: FIS Editor
6. RESULTS
Fuzzy logic systems consist of knowledge base, based on “if
then rule set” and inference structure called fuzzy
inference system. The fuzzy inference system combines
fuzzy rules into a mapping function between input with it’s
output of the system using fuzzy reasoning methods The
possible range is divided into 5 regions as NB-Negative big;
NS-Negative small; ZE- Zero equal; PS-Positive small PB-
Positive big hence there will be a 25 rule set. The rule set
with membership functions as Error(E),Change in
error(CE) at input and output duty cycle of the cuk
converter are shown in Fig.13.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 3977
Fig -13: Defining rules in FIS editor with input
membership functions E, CE and output membership
function as Duty cycle.
The response from all fuzzy rules for the given input is
combined together and is given as input to defuzzification
process. The Rule Viewer presents a roadmap of the entire
fuzzy inference process. It contains the input and output
windows and each window have a vertical slider. By
dragging the slider, the outputs for the corresponding
current input values are displayed on the top of the
window. The Surface Viewer is a three dimensional curve
that displays the mapping of 3 parameters. The entire
mapping between the inputs and the output can be seen in
a single plot. The FIS Rule view and surface view are
shown in Fig.14.
Fig -14: FIS Rule view
The performance of the proposed model is evaluated with
a random variation in both temperature and irradiance.
Temperature variation is over a range of 100c to 750c and
irradiance variation is over a range of 100w/m2 to
1200w/m2.The input signal applied is shown in Fig.15 and
the outputs obtained are shown in Figs.16-17 for voltage
and current respectively. The converged response of
characteristics of PV module is shown in Fig.18 where the
maximum output power is 8.33W. The response of FLC
controller is shown in Fig.19 where the maximum output
power is 18.51W.
Fig -15: Test condition with varying irradiance and
temperature
Fig -16: Output Voltage with varying irradiance and
temperature for FLC
Fig -17: Output Current with varying irradiance and
temperature for FLC
Fig -18: Converged response of Photovoltaic module
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 3978
Fig -19: Converged response of Fuzzy logic controller
7. CONCLUSIONS
According to the proposed model we can observe that the
Fuzzy Logic controller to attain maximum power using cuk
converter achieves higher output power. Moreover the
nonlinearities in the output power are minimized by
adopting the proposed controller. The replacement of
normal DC-DC converters with Cuk converter has reduced
switching losses and the highest efficiency among non-
isolated DC-DC converters.
REFERENCES
1. R.Kempener, P.Komor , A.Hoke, “Smart Grid and
Renewables: A Guide for Efefctive Deployment.,”
International Renewable Energy Agency: IRENA,
Masdar, 2013
2. P. Suskis and I. Galkin, “Enhanced PV Panel Model for
MATLAB-Simulink Enviornment Considering Solar Cell
Junction Capacitiance,” in Industrial Electronics
Society, IECON 2013 – 39th Annual Conference of the
IEEE, pp. 1613-1618.
3. S.Mekhilefa,, R. Saidurb, A. Safari, “A Review on Solar
Energy Use in Industries,” Renewable and Sustainable
Energy Reviews, vol. 15, p. 1777–1790, 2011.
4. Vladimir V.R.Scarpa,Simone Buso,Giorgio,Spiazzi,”Low
Complexity MPPT technique Exploiting the PV module
MPP locus characterization”,IEEE Transactions on
Industrial Electronics,vol.56,Issue 5,pp1531-1538,May
2009.
5. Manwell J.F, Rogers A. Hayman G., Avelar C.T.,
McGowan J.G., Hybrid2 A Hybrid System Simulation
Model – Theory Manual, Renewable Energy Research
Laboratory, Department of Mechanical Engineering,
University of Massachusetts,1998, pp 105-117.
6. M. Bodur and M. Ermis, Maximum power point
tracking for low power PV solar panels, in Proc. IEEE
Electro Tech. Conf., 1992, vol.2, pp. 758–761.
7. K.S.Tam, P.Kumar, M.Foreman, “Enahncing the
Utilization of Photovoltic Power Generation by
Superconductive 3978xtremum Energy Storage.,” IEEE
Transactions on Energy Conversion, vol. 4, no. 3, pp.
314-321, 2002.
8. A.Denault, M.Hebabi, “Canadian Energy Security. What
Does Energy Security Mean For Canada?,” Capstone
seminar on Canada and Renewable Energy, Canada’s
security and Intelligence Community., Ottawa, 2009-
10.
9. J. H. R. Enslin, D. B. Snyman, Simplified feed-forward
control of the maximum power point tracker for PV
applications, Proc. Int. Conf. IEEE Power Electron.
Motion Control, 1992, vol. 1, pp. 548–553.

More Related Content

What's hot

Comprehensive Review on Maximum Power Point Tracking Methods for SPV System
Comprehensive Review on Maximum Power Point Tracking Methods for SPV SystemComprehensive Review on Maximum Power Point Tracking Methods for SPV System
Comprehensive Review on Maximum Power Point Tracking Methods for SPV SystemIRJET Journal
 
M A MALLICK ppt. for FDP SEPT. 2019
M A MALLICK ppt. for  FDP SEPT. 2019M A MALLICK ppt. for  FDP SEPT. 2019
M A MALLICK ppt. for FDP SEPT. 2019Mohammad Mallick
 
Maximum Power Point Tracking Method for Single Phase Grid Connected PV System...
Maximum Power Point Tracking Method for Single Phase Grid Connected PV System...Maximum Power Point Tracking Method for Single Phase Grid Connected PV System...
Maximum Power Point Tracking Method for Single Phase Grid Connected PV System...Ali Mahmood
 
PARTIAL SHADING DETECTION IN SOLAR PANEL
PARTIAL SHADING DETECTION IN SOLAR  PANELPARTIAL SHADING DETECTION IN SOLAR  PANEL
PARTIAL SHADING DETECTION IN SOLAR PANELARUN P S
 
An optimum location of on-grid bifacial based photovoltaic system in Iraq
An optimum location of on-grid bifacial based photovoltaic system in Iraq An optimum location of on-grid bifacial based photovoltaic system in Iraq
An optimum location of on-grid bifacial based photovoltaic system in Iraq IJECEIAES
 
A study on modelling and simulation of photovoltaic cells
A study on modelling and simulation of photovoltaic cellsA study on modelling and simulation of photovoltaic cells
A study on modelling and simulation of photovoltaic cellseSAT Journals
 
Drive Applications of Fuzzy Logic Controlled Interleaved Boost Converter for ...
Drive Applications of Fuzzy Logic Controlled Interleaved Boost Converter for ...Drive Applications of Fuzzy Logic Controlled Interleaved Boost Converter for ...
Drive Applications of Fuzzy Logic Controlled Interleaved Boost Converter for ...EECJOURNAL
 
Modified T-type topology of three-phase multi-level inverter for photovoltaic...
Modified T-type topology of three-phase multi-level inverter for photovoltaic...Modified T-type topology of three-phase multi-level inverter for photovoltaic...
Modified T-type topology of three-phase multi-level inverter for photovoltaic...IJECEIAES
 
Fuzzy logic based MPPT technique for a single phase Grid connected PV system ...
Fuzzy logic based MPPT technique for a single phase Grid connected PV system ...Fuzzy logic based MPPT technique for a single phase Grid connected PV system ...
Fuzzy logic based MPPT technique for a single phase Grid connected PV system ...THOKALA SOWMYA
 
Development and Analysis of Fuzzy Control for MPPT Based Photovoltaic System
Development and Analysis of Fuzzy Control for MPPT Based Photovoltaic SystemDevelopment and Analysis of Fuzzy Control for MPPT Based Photovoltaic System
Development and Analysis of Fuzzy Control for MPPT Based Photovoltaic SystemIJERD Editor
 
Modeling Simulation and Design of Photovoltaic Array with MPPT Control Techni...
Modeling Simulation and Design of Photovoltaic Array with MPPT Control Techni...Modeling Simulation and Design of Photovoltaic Array with MPPT Control Techni...
Modeling Simulation and Design of Photovoltaic Array with MPPT Control Techni...IJAPEJOURNAL
 
Modeling and Analysis of a Maximum Power Point Tracking Control for Double St...
Modeling and Analysis of a Maximum Power Point Tracking Control for Double St...Modeling and Analysis of a Maximum Power Point Tracking Control for Double St...
Modeling and Analysis of a Maximum Power Point Tracking Control for Double St...IRJET Journal
 

What's hot (20)

Comprehensive Review on Maximum Power Point Tracking Methods for SPV System
Comprehensive Review on Maximum Power Point Tracking Methods for SPV SystemComprehensive Review on Maximum Power Point Tracking Methods for SPV System
Comprehensive Review on Maximum Power Point Tracking Methods for SPV System
 
Vision based solar tracking system for efficient energy harvesting
Vision based solar tracking system for efficient energy harvestingVision based solar tracking system for efficient energy harvesting
Vision based solar tracking system for efficient energy harvesting
 
M A MALLICK ppt. for FDP SEPT. 2019
M A MALLICK ppt. for  FDP SEPT. 2019M A MALLICK ppt. for  FDP SEPT. 2019
M A MALLICK ppt. for FDP SEPT. 2019
 
Maximum Power Point Tracking Method for Single Phase Grid Connected PV System...
Maximum Power Point Tracking Method for Single Phase Grid Connected PV System...Maximum Power Point Tracking Method for Single Phase Grid Connected PV System...
Maximum Power Point Tracking Method for Single Phase Grid Connected PV System...
 
Modeling Solar Modules Performance Under Temperature and Solar Radiation of W...
Modeling Solar Modules Performance Under Temperature and Solar Radiation of W...Modeling Solar Modules Performance Under Temperature and Solar Radiation of W...
Modeling Solar Modules Performance Under Temperature and Solar Radiation of W...
 
An efficient dynamic power management model for a stand-alone DC Microgrid us...
An efficient dynamic power management model for a stand-alone DC Microgrid us...An efficient dynamic power management model for a stand-alone DC Microgrid us...
An efficient dynamic power management model for a stand-alone DC Microgrid us...
 
PARTIAL SHADING DETECTION IN SOLAR PANEL
PARTIAL SHADING DETECTION IN SOLAR  PANELPARTIAL SHADING DETECTION IN SOLAR  PANEL
PARTIAL SHADING DETECTION IN SOLAR PANEL
 
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
 
An optimum location of on-grid bifacial based photovoltaic system in Iraq
An optimum location of on-grid bifacial based photovoltaic system in Iraq An optimum location of on-grid bifacial based photovoltaic system in Iraq
An optimum location of on-grid bifacial based photovoltaic system in Iraq
 
A study on modelling and simulation of photovoltaic cells
A study on modelling and simulation of photovoltaic cellsA study on modelling and simulation of photovoltaic cells
A study on modelling and simulation of photovoltaic cells
 
G1102034148
G1102034148G1102034148
G1102034148
 
Application and Comparison Between the Conventional Methods and PSO Method fo...
Application and Comparison Between the Conventional Methods and PSO Method fo...Application and Comparison Between the Conventional Methods and PSO Method fo...
Application and Comparison Between the Conventional Methods and PSO Method fo...
 
Drive Applications of Fuzzy Logic Controlled Interleaved Boost Converter for ...
Drive Applications of Fuzzy Logic Controlled Interleaved Boost Converter for ...Drive Applications of Fuzzy Logic Controlled Interleaved Boost Converter for ...
Drive Applications of Fuzzy Logic Controlled Interleaved Boost Converter for ...
 
Modified T-type topology of three-phase multi-level inverter for photovoltaic...
Modified T-type topology of three-phase multi-level inverter for photovoltaic...Modified T-type topology of three-phase multi-level inverter for photovoltaic...
Modified T-type topology of three-phase multi-level inverter for photovoltaic...
 
Fuzzy logic based MPPT technique for a single phase Grid connected PV system ...
Fuzzy logic based MPPT technique for a single phase Grid connected PV system ...Fuzzy logic based MPPT technique for a single phase Grid connected PV system ...
Fuzzy logic based MPPT technique for a single phase Grid connected PV system ...
 
T4102160166
T4102160166T4102160166
T4102160166
 
Development and Analysis of Fuzzy Control for MPPT Based Photovoltaic System
Development and Analysis of Fuzzy Control for MPPT Based Photovoltaic SystemDevelopment and Analysis of Fuzzy Control for MPPT Based Photovoltaic System
Development and Analysis of Fuzzy Control for MPPT Based Photovoltaic System
 
40620130101002
4062013010100240620130101002
40620130101002
 
Modeling Simulation and Design of Photovoltaic Array with MPPT Control Techni...
Modeling Simulation and Design of Photovoltaic Array with MPPT Control Techni...Modeling Simulation and Design of Photovoltaic Array with MPPT Control Techni...
Modeling Simulation and Design of Photovoltaic Array with MPPT Control Techni...
 
Modeling and Analysis of a Maximum Power Point Tracking Control for Double St...
Modeling and Analysis of a Maximum Power Point Tracking Control for Double St...Modeling and Analysis of a Maximum Power Point Tracking Control for Double St...
Modeling and Analysis of a Maximum Power Point Tracking Control for Double St...
 

Similar to IRJET - Modeling and Simulation of Fuzzy Logic based Controller with Proposed DC to DC Converter for Photovoltaic Module

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
 
Ijmsr 2016-14
Ijmsr 2016-14Ijmsr 2016-14
Ijmsr 2016-14ijmsr
 
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
 
MPPT oscillations minimization in PV system by controlling non-linear dynamic...
MPPT oscillations minimization in PV system by controlling non-linear dynamic...MPPT oscillations minimization in PV system by controlling non-linear dynamic...
MPPT oscillations minimization in PV system by controlling non-linear dynamic...IJECEIAES
 
Simulation of MPPT Controller for photovoltaic system Grid-connected using Mo...
Simulation of MPPT Controller for photovoltaic system Grid-connected using Mo...Simulation of MPPT Controller for photovoltaic system Grid-connected using Mo...
Simulation of MPPT Controller for photovoltaic system Grid-connected using Mo...IRJET Journal
 
Incremental Conductance MPPT Algorithm for PV System Implemented Using DC-DC ...
Incremental Conductance MPPT Algorithm for PV System Implemented Using DC-DC ...Incremental Conductance MPPT Algorithm for PV System Implemented Using DC-DC ...
Incremental Conductance MPPT Algorithm for PV System Implemented Using DC-DC ...IJERA Editor
 
Modeling of Hysteresis Current Control Technique for Three Phase PV Based VSI...
Modeling of Hysteresis Current Control Technique for Three Phase PV Based VSI...Modeling of Hysteresis Current Control Technique for Three Phase PV Based VSI...
Modeling of Hysteresis Current Control Technique for Three Phase PV Based VSI...IRJET Journal
 
Improved dynamic performance of photovoltaic panel using fuzzy logic-MPPT alg...
Improved dynamic performance of photovoltaic panel using fuzzy logic-MPPT alg...Improved dynamic performance of photovoltaic panel using fuzzy logic-MPPT alg...
Improved dynamic performance of photovoltaic panel using fuzzy logic-MPPT alg...nooriasukmaningtyas
 
Simplified PV Module Simulator With MPPT
Simplified PV Module Simulator With MPPTSimplified PV Module Simulator With MPPT
Simplified PV Module Simulator With MPPTIJMTST Journal
 
Fast photovoltaic IncCond-MPPT and backstepping control, using DC-DC boost c...
Fast photovoltaic IncCond-MPPT and backstepping control,  using DC-DC boost c...Fast photovoltaic IncCond-MPPT and backstepping control,  using DC-DC boost c...
Fast photovoltaic IncCond-MPPT and backstepping control, using DC-DC boost c...IJECEIAES
 
IRJET- Power Quality Improvement in Solar by using Fuzzy Logic Controller
IRJET-  	  Power Quality Improvement in Solar by using Fuzzy Logic ControllerIRJET-  	  Power Quality Improvement in Solar by using Fuzzy Logic Controller
IRJET- Power Quality Improvement in Solar by using Fuzzy Logic ControllerIRJET Journal
 
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
 
Solar Photovoltaic System using FLC MPPT Technique
Solar Photovoltaic System using FLC MPPT TechniqueSolar Photovoltaic System using FLC MPPT Technique
Solar Photovoltaic System using FLC MPPT TechniqueIRJET Journal
 
A novel MPPT Tactic with fast convergence speed .pdf
A novel MPPT Tactic with fast convergence speed .pdfA novel MPPT Tactic with fast convergence speed .pdf
A novel MPPT Tactic with fast convergence speed .pdfAbdekhalekCHELLAKHI
 
An Overview of MPPT for Photovoltaic Panels Using Various Artificial Intellig...
An Overview of MPPT for Photovoltaic Panels Using Various Artificial Intellig...An Overview of MPPT for Photovoltaic Panels Using Various Artificial Intellig...
An Overview of MPPT for Photovoltaic Panels Using Various Artificial Intellig...IRJET Journal
 
Maximum Power Point Tracking Technologies for Photovoltaic Efficiency Improve...
Maximum Power Point Tracking Technologies for Photovoltaic Efficiency Improve...Maximum Power Point Tracking Technologies for Photovoltaic Efficiency Improve...
Maximum Power Point Tracking Technologies for Photovoltaic Efficiency Improve...IRJET Journal
 
Modeling of Solar PV system under Partial Shading using Particle Swarm Optimi...
Modeling of Solar PV system under Partial Shading using Particle Swarm Optimi...Modeling of Solar PV system under Partial Shading using Particle Swarm Optimi...
Modeling of Solar PV system under Partial Shading using Particle Swarm Optimi...IRJET Journal
 
Modeling and Simulation of Solar Photovoltaic module using Matlab/Simulink
Modeling and Simulation of Solar Photovoltaic module using Matlab/SimulinkModeling and Simulation of Solar Photovoltaic module using Matlab/Simulink
Modeling and Simulation of Solar Photovoltaic module using Matlab/SimulinkIOSR Journals
 
IRJET-CUK Converter Based PV Module for Excitation Ff Synchronous Machine
IRJET-CUK Converter Based PV Module for Excitation Ff Synchronous MachineIRJET-CUK Converter Based PV Module for Excitation Ff Synchronous Machine
IRJET-CUK Converter Based PV Module for Excitation Ff Synchronous MachineIRJET Journal
 

Similar to IRJET - Modeling and Simulation of Fuzzy Logic based Controller with Proposed DC to DC Converter for Photovoltaic Module (20)

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...
 
Ijmsr 2016-14
Ijmsr 2016-14Ijmsr 2016-14
Ijmsr 2016-14
 
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...
 
MPPT oscillations minimization in PV system by controlling non-linear dynamic...
MPPT oscillations minimization in PV system by controlling non-linear dynamic...MPPT oscillations minimization in PV system by controlling non-linear dynamic...
MPPT oscillations minimization in PV system by controlling non-linear dynamic...
 
Simulation of MPPT Controller for photovoltaic system Grid-connected using Mo...
Simulation of MPPT Controller for photovoltaic system Grid-connected using Mo...Simulation of MPPT Controller for photovoltaic system Grid-connected using Mo...
Simulation of MPPT Controller for photovoltaic system Grid-connected using Mo...
 
Incremental Conductance MPPT Algorithm for PV System Implemented Using DC-DC ...
Incremental Conductance MPPT Algorithm for PV System Implemented Using DC-DC ...Incremental Conductance MPPT Algorithm for PV System Implemented Using DC-DC ...
Incremental Conductance MPPT Algorithm for PV System Implemented Using DC-DC ...
 
Modeling of Hysteresis Current Control Technique for Three Phase PV Based VSI...
Modeling of Hysteresis Current Control Technique for Three Phase PV Based VSI...Modeling of Hysteresis Current Control Technique for Three Phase PV Based VSI...
Modeling of Hysteresis Current Control Technique for Three Phase PV Based VSI...
 
Improved dynamic performance of photovoltaic panel using fuzzy logic-MPPT alg...
Improved dynamic performance of photovoltaic panel using fuzzy logic-MPPT alg...Improved dynamic performance of photovoltaic panel using fuzzy logic-MPPT alg...
Improved dynamic performance of photovoltaic panel using fuzzy logic-MPPT alg...
 
Simplified PV Module Simulator With MPPT
Simplified PV Module Simulator With MPPTSimplified PV Module Simulator With MPPT
Simplified PV Module Simulator With MPPT
 
Fast photovoltaic IncCond-MPPT and backstepping control, using DC-DC boost c...
Fast photovoltaic IncCond-MPPT and backstepping control,  using DC-DC boost c...Fast photovoltaic IncCond-MPPT and backstepping control,  using DC-DC boost c...
Fast photovoltaic IncCond-MPPT and backstepping control, using DC-DC boost c...
 
IRJET- Power Quality Improvement in Solar by using Fuzzy Logic Controller
IRJET-  	  Power Quality Improvement in Solar by using Fuzzy Logic ControllerIRJET-  	  Power Quality Improvement in Solar by using Fuzzy Logic Controller
IRJET- Power Quality Improvement in Solar by using Fuzzy Logic Controller
 
Modeling and Simulation of Grid Connected PV Generation System Using Matlab/S...
Modeling and Simulation of Grid Connected PV Generation System Using Matlab/S...Modeling and Simulation of Grid Connected PV Generation System Using Matlab/S...
Modeling and Simulation of Grid Connected PV Generation System Using Matlab/S...
 
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 ...
 
Solar Photovoltaic System using FLC MPPT Technique
Solar Photovoltaic System using FLC MPPT TechniqueSolar Photovoltaic System using FLC MPPT Technique
Solar Photovoltaic System using FLC MPPT Technique
 
A novel MPPT Tactic with fast convergence speed .pdf
A novel MPPT Tactic with fast convergence speed .pdfA novel MPPT Tactic with fast convergence speed .pdf
A novel MPPT Tactic with fast convergence speed .pdf
 
An Overview of MPPT for Photovoltaic Panels Using Various Artificial Intellig...
An Overview of MPPT for Photovoltaic Panels Using Various Artificial Intellig...An Overview of MPPT for Photovoltaic Panels Using Various Artificial Intellig...
An Overview of MPPT for Photovoltaic Panels Using Various Artificial Intellig...
 
Maximum Power Point Tracking Technologies for Photovoltaic Efficiency Improve...
Maximum Power Point Tracking Technologies for Photovoltaic Efficiency Improve...Maximum Power Point Tracking Technologies for Photovoltaic Efficiency Improve...
Maximum Power Point Tracking Technologies for Photovoltaic Efficiency Improve...
 
Modeling of Solar PV system under Partial Shading using Particle Swarm Optimi...
Modeling of Solar PV system under Partial Shading using Particle Swarm Optimi...Modeling of Solar PV system under Partial Shading using Particle Swarm Optimi...
Modeling of Solar PV system under Partial Shading using Particle Swarm Optimi...
 
Modeling and Simulation of Solar Photovoltaic module using Matlab/Simulink
Modeling and Simulation of Solar Photovoltaic module using Matlab/SimulinkModeling and Simulation of Solar Photovoltaic module using Matlab/Simulink
Modeling and Simulation of Solar Photovoltaic module using Matlab/Simulink
 
IRJET-CUK Converter Based PV Module for Excitation Ff Synchronous Machine
IRJET-CUK Converter Based PV Module for Excitation Ff Synchronous MachineIRJET-CUK Converter Based PV Module for Excitation Ff Synchronous Machine
IRJET-CUK Converter Based PV Module for Excitation Ff Synchronous Machine
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 

Recently uploaded (20)

GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 

IRJET - Modeling and Simulation of Fuzzy Logic based Controller with Proposed DC to DC Converter for Photovoltaic Module

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 3973 Modeling and Simulation of Fuzzy Logic Based Controller With Proposed DC to DC Converter for Photovoltaic Module Kakarla Deepti Department of ECE,Vasavi College of Engineering, Osmania University, Hyderabad – 500 031, Telangana, India; --------------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - This paper presents an intelligent control method to track the maximum power point from a photovoltaic system irrespective of changes in temperature and irradiance. The objective of controller to increase tracking efficiency and to simultaneously solve the inherent drawbacks in conventional maximum power point tracking algorithms. First for the purpose of comparison and because of its proven good performance the INC(incremental conductance) technique is introduced and then its parameters have been compared with the proposed FLC(fuzzy logic controller).An optimized FLC using mamdani type fuzzy inference system is proposed. The MPPT (maximum power point tracking) algorithm is implemented with proposed Cuk converter to increase the converter output from the PV panel. The Cuk converter has low switching losses and the highest efficiency among non- isolated DC-DC converters. It can also provide a better output-current characteristic due to the inductor on the output stage. Experimental test has been done for multichanges in irradiance, temperature by keeping voltage and current as main sensed parameter. Results show that cuk converter produces higher output voltages and gives better efficiency than the conventional boost converter. The design is accomplished and verified using matlab/simulink software. Key words: Cuk converter, Fuzzy logic controller, Incremental conductance algorithm, Maximum power point tracking. I. INTRODUCTION The increasing demand for energy, the continuous reduction in existing sources of fossil fuels and the growing concern regarding environment pollution, have push mankind to explore new technologies for the production of electrical energy using clean, renewable sources such as solar energy, wind energy etc.[1-3]. There are inherent problems with Photovoltaic modules like rapid change in insulation conditions, high initial establishment cost and low conversion efficiency. To overcome the problems it is necessary to optimize the design of Photovoltaic system components. A photovoltaic generation system should operate at its maximum power point (MPP) to increase the system efficiency [4-6]. However the MPP also changes with irradiation level and temperature due to nonlinear characteristics of PV modules. To overcome this many MPPT algorithms have been developed [7-9]. Recently Fuzzy logic has been applied in tracking the MPP of PV systems as it has the advantages of being robust, simple in design and minimal requirement for accurate mathematical modeling. However fuzzy methods depend on a careful selection of parameters, definition of membership functions and fuzzy rules. In the proposed system initially the photovoltaic panel has been replicated with the help of mathematical equations in simulink. Then a photovoltaic subsystem with Cuk converter has been designed. After that the simulink model with MPPT controller working on the principle of Incremental conductance algorithm has been modeled and the efficiency of this model with the fuzzy model was compared by considering various conditions of temperature and irradiance. Fig -1: Simple model of proposed system The simple model of the proposed system has been shown in Fig.1[4]. A Maximum Power Point tracking system contains a PV array, which is a solar panel formed with an array of solar cells. The power that is outputted by the PV array is given as input to the Cuk Converter circuit. Cuk Converter operates based on the commands of the MPPT System. The parameters of PV array like Current (I) and Voltage (V) are given as input to the MPPT System. Based on these parameters the MPPT system generates the output pulses. These pulses are used for switching purpose in the Cuk Converter, which controls the output power at the Cuk-Converter thus controlling the output power of the whole System.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 3974 2. MODELLING OF PV MODULE IN SIMULINK A PV Subsystem is similar to a PV Module. A 5w panel is selected for experimentation whose specifications are listed in table 1. Table1: Specifications of PV module considered for experimentation VOC ISC Pow er Rated Voltage( Vmax) Rated Current(I max) Powe r oleran ce Np Ns 21.06 V 1.39 A 20 W 17.40 V 1.20A ±5% 9 4 These parameters are measured at (STC) standard test conditions) 1000w/meter2 and at 250 C.we have replicated the PV Panel in simulink using mathematical equations. The voltage-current characteristic equation of a solar cell is given as I=IPH–IS[expq(V+IRS)/kTCA)−1]−(V+IRS)/RSH (1) Where IPH is a light-generated current or photocurrent, IS is the cell saturation of dark current, q (= 1.6 ×10−19C) is electron charge, k (= 1.38 ×10−23J/K) is a Boltzmann’s constant, TC is the cell’s working temperature, A is an ideal factor, RSH is a shunt resistance, and RS is a series resistance. The photocurrent mainly depends on the solar irradiance and cell’s working temperature, which is given as IPH=[ISC+KI(TC−TRef)]λ (2) Where ISC is the cells short-circuit current at a 25°C and 1kW/m2, KI is the cells short-circuit current temperature coefficient, TRef is the cell’s reference temperature, and λ is the solar irradiance in kW/m2. On the other hand, the cell’s Saturation current varies with the cell temperature, which is given as Is=IRS(Tc/Tref)3exp[qEg(1/Tref–1/Tc)/kA (3) Where IRS is the cell’s reverse saturation current at a reference temperature and a solar radiation Eg is the band gap energy of the semiconductor used in the cell. In general, the PV efficiency is insensitive to variation in RSH and the shunt-leakage resistance can be assumed to approach infinity without Leakage Current to ground hence Equ 1 can be written as I=IPH-Is[exp(q(V+IRs)/kTcA)-1] (4) Since a typical PV cell produces less power, the cells must be connected in series-parallel configuration on a module to produce enough high power as shown in Fig.2. A PV array is a group of several PV modules which are electrically connected in series and parallel circuits to generate the required current and voltage. The equivalent circuit for the solar module arranged in NP parallel and NS series. I=NpIPHNpIs[exp(q(V/Ns+IRs/Np)/k)] (5) Fig -2: General model of a PV cell The reverse saturation current can be obtained based on following equation IRS=Isc/[exp (qVoc/NskATc)-1] (6) These equations can be implemented in simulink environment using blocks that perform mathematical operations. Fig -3: PV Module Block in simulink environment The modeling of PV module in simulink environment is implemented as shown in Fig.3. Equ(2) is implemented using the mathematical blocks summers, multipliers in the Photon Current block as shown in the Fig.4. Fig -4: Photon current block The Isc reference value is the value that is given on the panel at a particular test condition. Here, in our case it is
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 3975 0.075A because the Isc value as per the panel specification is 0.3A and we have 4 cells in parallel in the panel. So, for each cell 0.075A will be the Isc Value. Equ (3) is implemented in the Saturation Current block and all the required inputs for it are processed in C to Kelvin block and Reverse Saturation Block. Equ(6) is implemented in the reverse saturation block which is later given as input to the saturation current block. Equ(5) is implemented in the PV output current block whose inputs are all the previous values calculated in Fig.4. 3. MODELING OF DC-DC CUK CONVERTER IN SIMULINK Photovoltaic panel generated voltage is fed to the converter and Cuk converter output connected to the load. By varying the duty cycle the voltage gain of Cuk converter can be set higher or lesser than unity. Although the buck– boost configuration is cheaper than the Cuk converter but it has limitations such as high peak and discontinuous input current, poor transient response and efficiency. The Cuk converter has low switching losses and the highest efficiency among non-isolated DC-DC converters. It can also provide a better output-current characteristic due to the inductor on the output stage. The practical circuit of Cuk converter using diode and MOSFET is shown in Fig.5 Fig -5:Cuk Converter Using Diode and MOSFET Switch The values of the inductors and capacitors are calculated using the following expressions L1 = (1-k)2R/2kf , C1 = k/2fR L2 = (1-k)R/2f , C2 = 1/8fR Where Resistive load, R = 100Ω; k is duty cycle which is 0.5 and Switching frequency, f=1kHz.Basing on the above equations, the values obtained to produce maximum output are listed as Input inductor L1 = 5mH; Capacitor C1 (PV side) = 10μF; Filter inductor L2 = 5mH; Capacitor C2 (filter side) = 8mF Fig -6: Simulink Model of CUK Converter Fig.6.depicts the modeling of CUK converter. The PWM pulses generated in the MPPT block is fed as input to the IGBT diode. The IGBT(Insulated-Gate Bipolar Transistor) diode is 3-terminal semiconductor device used as an electronic switch. It provides high efficiency and fast switching. It is designed in order to turn on and off rapidly. 4. MODELING OF INCREMENTAL CONDUCTANCE MPPT ALGORITHM IN SIMULINK The incremental conductance method can perform maximum power point tracking under rapidly varying irradiation conditions with higher accuracy than the Perturb and observe method[5]. The sampling frequency is decreased due to the higher complexity of the algorithm compared to the P&O method[6,7]. So we have to mitigate with a trade-off between complexity and efficiency. Hence we go for Incremental Conductance. Fig -7: PWM signal generation The MPPT block in the above Fig.7 has the algorithm implemented. The output of the MPPT block is duty cycle which is a constant. This value is compared with the initial duty cycle which is given a constant value of 0.5 so that it does not go to saturation stage. The duty cycle is compared with the repeating sequence to generate PWM pulses which is given as input to the CUK converter. The on/off PWM signal acts as a switch that switches ON and OFF the
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 3976 CUK converter. The incremental conductance algorithm implementation is shown in the Fig.8. Fig -8: Incremental Conductance Algorithm using Simulink 5. MODELING OF FUZZY LOGIC BASED MPPT CONTROLLER IN SIMULINK The proposed Fuzzy Logic Controller is implemented using the fuzzy logic toolbox of Simulink. The Fuzzy logic controller uses the fuzzy logics to make the decisions and to control the output of the controller. The main components in fuzzy logic based MPPT controller are fuzzification, rule-base, and inference and defuzzification as shown in Fig.9. Fig -9: Fuzzy Logic block diagram The fuzzy inference in the proposed model is carried out by using Mamdani’s method, and the defuzzification uses the centre of gravity to compute the output of FLC which is the change in duty cycle. Based on the rule set and the membership functions we define for the inputs and output, the fuzzy logic controller will produce the output. Here all the inputs and outputs are defined as a range of values rather than a particular value. This makes Fuzzy logic MPPT algorithm more efficient than other algorithms. It generates more output power, less fluctuations and faster response. Fig -10: Fuzzy MPPT Simulink Model The simulink model of fuzzy MPPT is shown in Fig.10.The MPPT block as shown in Fig.6 has been replaced with a fuzzy controller block to compare the operation of both controllers. Fig -11: MPPT Block in Fuzzy logic MPPT The main block in Fig.11 is Fuzzy logic Controller (FLC). A Fuzzy logic controller has two inputs namely Error (E) and Change in Error (CE). It has an output which is the duty cycle ratio. As we considered conductance as the measuring parameter the error is given by E= ∆I/∆V +I/V and Change in Error is given by CE= E (K) –E (K-1). This is done using FIS Editor as shown in Fig.12. Fig -12: FIS Editor 6. RESULTS Fuzzy logic systems consist of knowledge base, based on “if then rule set” and inference structure called fuzzy inference system. The fuzzy inference system combines fuzzy rules into a mapping function between input with it’s output of the system using fuzzy reasoning methods The possible range is divided into 5 regions as NB-Negative big; NS-Negative small; ZE- Zero equal; PS-Positive small PB- Positive big hence there will be a 25 rule set. The rule set with membership functions as Error(E),Change in error(CE) at input and output duty cycle of the cuk converter are shown in Fig.13.
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 3977 Fig -13: Defining rules in FIS editor with input membership functions E, CE and output membership function as Duty cycle. The response from all fuzzy rules for the given input is combined together and is given as input to defuzzification process. The Rule Viewer presents a roadmap of the entire fuzzy inference process. It contains the input and output windows and each window have a vertical slider. By dragging the slider, the outputs for the corresponding current input values are displayed on the top of the window. The Surface Viewer is a three dimensional curve that displays the mapping of 3 parameters. The entire mapping between the inputs and the output can be seen in a single plot. The FIS Rule view and surface view are shown in Fig.14. Fig -14: FIS Rule view The performance of the proposed model is evaluated with a random variation in both temperature and irradiance. Temperature variation is over a range of 100c to 750c and irradiance variation is over a range of 100w/m2 to 1200w/m2.The input signal applied is shown in Fig.15 and the outputs obtained are shown in Figs.16-17 for voltage and current respectively. The converged response of characteristics of PV module is shown in Fig.18 where the maximum output power is 8.33W. The response of FLC controller is shown in Fig.19 where the maximum output power is 18.51W. Fig -15: Test condition with varying irradiance and temperature Fig -16: Output Voltage with varying irradiance and temperature for FLC Fig -17: Output Current with varying irradiance and temperature for FLC Fig -18: Converged response of Photovoltaic module
  • 6. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 3978 Fig -19: Converged response of Fuzzy logic controller 7. CONCLUSIONS According to the proposed model we can observe that the Fuzzy Logic controller to attain maximum power using cuk converter achieves higher output power. Moreover the nonlinearities in the output power are minimized by adopting the proposed controller. The replacement of normal DC-DC converters with Cuk converter has reduced switching losses and the highest efficiency among non- isolated DC-DC converters. REFERENCES 1. R.Kempener, P.Komor , A.Hoke, “Smart Grid and Renewables: A Guide for Efefctive Deployment.,” International Renewable Energy Agency: IRENA, Masdar, 2013 2. P. Suskis and I. Galkin, “Enhanced PV Panel Model for MATLAB-Simulink Enviornment Considering Solar Cell Junction Capacitiance,” in Industrial Electronics Society, IECON 2013 – 39th Annual Conference of the IEEE, pp. 1613-1618. 3. S.Mekhilefa,, R. Saidurb, A. Safari, “A Review on Solar Energy Use in Industries,” Renewable and Sustainable Energy Reviews, vol. 15, p. 1777–1790, 2011. 4. Vladimir V.R.Scarpa,Simone Buso,Giorgio,Spiazzi,”Low Complexity MPPT technique Exploiting the PV module MPP locus characterization”,IEEE Transactions on Industrial Electronics,vol.56,Issue 5,pp1531-1538,May 2009. 5. Manwell J.F, Rogers A. Hayman G., Avelar C.T., McGowan J.G., Hybrid2 A Hybrid System Simulation Model – Theory Manual, Renewable Energy Research Laboratory, Department of Mechanical Engineering, University of Massachusetts,1998, pp 105-117. 6. M. Bodur and M. Ermis, Maximum power point tracking for low power PV solar panels, in Proc. IEEE Electro Tech. Conf., 1992, vol.2, pp. 758–761. 7. K.S.Tam, P.Kumar, M.Foreman, “Enahncing the Utilization of Photovoltic Power Generation by Superconductive 3978xtremum Energy Storage.,” IEEE Transactions on Energy Conversion, vol. 4, no. 3, pp. 314-321, 2002. 8. A.Denault, M.Hebabi, “Canadian Energy Security. What Does Energy Security Mean For Canada?,” Capstone seminar on Canada and Renewable Energy, Canada’s security and Intelligence Community., Ottawa, 2009- 10. 9. J. H. R. Enslin, D. B. Snyman, Simplified feed-forward control of the maximum power point tracker for PV applications, Proc. Int. Conf. IEEE Power Electron. Motion Control, 1992, vol. 1, pp. 548–553.