0% found this document useful (0 votes)
55 views7 pages

MPPT P&o

This document summarizes a research paper that proposes implementing maximum power point tracking (MPPT) with a boost converter and three-level inverter connected to the grid. It first discusses how MPPT is important to extract the maximum available power from solar panels under changing conditions. It then describes using the perturb and observe MPPT algorithm with MATLAB simulation. The boost converter is used to boost the solar panel voltage before sending it to the three-level inverter, which regulates the voltage and maintains unity power factor when connecting to the grid. The key components and operation of the proposed system are outlined, including the solar cell, boost converter, three-level inverter, and MPPT control loop.

Uploaded by

noumsi brice
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
55 views7 pages

MPPT P&o

This document summarizes a research paper that proposes implementing maximum power point tracking (MPPT) with a boost converter and three-level inverter connected to the grid. It first discusses how MPPT is important to extract the maximum available power from solar panels under changing conditions. It then describes using the perturb and observe MPPT algorithm with MATLAB simulation. The boost converter is used to boost the solar panel voltage before sending it to the three-level inverter, which regulates the voltage and maintains unity power factor when connecting to the grid. The key components and operation of the proposed system are outlined, including the solar cell, boost converter, three-level inverter, and MPPT control loop.

Uploaded by

noumsi brice
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 7

International Journal of Innovative Research and Advanced Studies (IJIRAS)

Volume 3 Issue 12, November 2016 ISSN: 2394-4404

Implementation Of Maximum Power Point Tracking With A Boost


Converter And A Three Level 3-Phase Inverter Connected To The
Grid

Noumsi Damien Brice


Engr. Dr. Nentawe Y. Goshwe
Manji Y. Morkat
Department of Electrical/Electronics Engineering,
University of Agriculture, Makurdi, Benue State, Nigeria

Abstract: The power output of the solar array is dependent of the irradiance, temperature and internal properties of
the materials used to make solar cells. These factors contribute in the position of the Maximum power point. Changes in
atmospheric conditions affect directly the output of the solar panel. Therefore, there is a need to track the Maximum
power point to ensure that the system delivers the maximum power and the losses are reduced at any given time despite
the change in temperature and irradiation throughout a day. The maximum power point tracking(MPPT) of the PV
output for all sunshine conditions is a key to keep the output power per unit cost low for successful PV applications.
Several techniques have been proposed for maximum power point tracking. The most commonly used technique for
MPPT is the perturb and observe technique. MATLAB was used to simulate the Perturb and observe. The main aim will
be to track the maximum power point of the photovoltaic module so that the maximum possible power can be extracted
from the photovoltaic. The algorithms utilized for MPPT are generalized algorithms and are easy to model or used as a
code. The algorithms are written in m files of MATLAB and utilized in simulation where the values of the irradiance and
temperature were chosen based on the average values in Benue State. The solar cell is modeled using SIM Power Systems
blocks.

Keywords: Maximum Power Point Tracking (MPPT), Perturb and Observe (P&O), VSC converter, Photovoltaic
(PV), Pulse width Modulation (PWM).

I. INTRODUCTION For solar to be a competitive energy source it is extremely


important to extract the maximum power from each panel and
In today‘s world, renewable energy sources play lower the cost per kilowatt. It turns out that this is not as
important role in electricity generation. Several sources like simple as just hooking a panel to a battery or grid; there are
wind, solar, biogas etc. are important energy sources. Energy many variables that affect the performance of a panel, such as
from the sun is the best option for renewable energy as it is shade, shadows, and ambient temperature—thus the need for
available almost everywhere and is free to harness [1]-[2]. MPPT algorithms. Solar cells, like other silicon diodes, have
Solar radiation from the sun is converted to electrical energy an exponential transfer function from voltage to current. A
by using solar cells which exhibit photovoltaic (PV) effect. small change in voltage results in a large change in current.
However, for PV systems, the amount of electric power Two important factors that have to be taken into account are
generated changes continuously with weather conditions. the irradiation and the temperature. In general, I-V curve for a
PV array is non – linear so a specific point on the curve

Page 319 www.ijiras.com | Email: contact@ijiras.com


International Journal of Innovative Research and Advanced Studies (IJIRAS)
Volume 3 Issue 12, November 2016 ISSN: 2394-4404

namely maximum power point needs to be tracked so that the PV arrays are built up with combined series or parallel
whole system operates at maximum efficiency and produces combinations of PV solar cells, which are usually represented
maximum output power. Hence, Maximum Power Point by a simplified equivalent circuit model such as the one given
Tracking (MPPT) algorithm is used for extracting maximum in Figure2 and/or by an equation as in (1).
power available from a PV module under different conditions.   q(v  Rs I  V  Rs I 
Out of numerous available techniques the one that is used I  I ph  I 0 exp  1    (1)
most widely and commonly is Perturb & Observe (P&O)   nKT   Rs h 
algorithm. P&O is also called as hill climbing method because The output characteristic of a photovoltaic (PV) array is
it checks the rise of the curve till MPP and the fall after that non-linear and is influenced by solar irradiance level, ambient
point[3]-[8]. Using P&O algorithm the controller adjust temperature, wind speed, humidity, pressure, etc. The
voltage and measures power and if this measured power is irradiation and ambient temperature are the two primary
greater than the previous value of power, adjustments are factors. To study the output characteristics of PV cell, some
made in the same direction until there is no more increment in experiments based on simulation of PV cell have been done.
power. For constant temperature (25˚C) and different intensity
Generally, the MPPT controller is embedded in the power (400-1000W/m2) The PV array current constant up to some
electronic converter systems, so that the corresponding voltage level and then it will be decreased. The PV array
optimal duty cycle is updated to the photovoltaic power current always increases with intensity.
conversion system to generate the maximum power point
output. THE BOOST CONVERTER

Solar DC – DC 3-Phase Grid The boost converter was chosen for its benefits in terms
PV Boost VSC
Converter of cost saving, simplicity and efficiency. The values of some
components such as inductor and capacitor were determined
by using suitable equations in order to make sure continuous
Three-phase conduction mode is sustained.
VSC
I V Controller Figure 3 depicts the basic circuit of an ideal boost
converter with Vd and Vo as input and output voltages
respectively and figure 4 shows the waveforms of the boost
converter.

Voltage and PWM


Current Sensors Generator

MPPT Control Loop and Duty Cycle


Adjustment

Figure 1: Block diagram of the proposed system


Figure 3: Ideal boost converter

II. THE SOLAR CELL

The solar cell is the basic building block of solar


photovoltaic. The cell can be considered as a two terminal
device which conducts like a diode in the dark and generates a
photo voltage when charged by Sun[9]. When charged by the
Sun, this basic unit generates a dc photo voltage of 0.5 to 1volt
and in short circuit, a photocurrent of some tens of
miliamperes per cm2.

Figure 2: Equivalent circuit of PV solar cell Figure 4: The waveforms of Boost Converter

Page 320 www.ijiras.com | Email: contact@ijiras.com


International Journal of Innovative Research and Advanced Studies (IJIRAS)
Volume 3 Issue 12, November 2016 ISSN: 2394-4404

There are two modes of operation of a boost converter. and reduced size when compared to other power electronic
The operation mainly based on the ON and OFF mode of the devices. Indeed, the control of the output voltage is provided
switch. Firstly, when the switch is closed, this can be known by the PWM technique. The three-level VSC regulates DC bus
as charging state. After that, second mode of operation will be voltage at 500 V and keeps unity power factor. Id current
initiated by opening the switch, and this state is known as reference is the output of the DC voltage external controller.
discharging mode of operation. Iq current reference is set to zero in order to maintain unity
power factor. Vd and Vq voltage outputs of the current
controller are converted to three modulating signals Uref_abc
used by the PWM three-level pulse generator. The control
system uses a sample time of 100 μs for voltage and current
controllers. In the detailed model, pulse generators of Boost
and VSC converters use a fast sample time of 1μs in order to
get an appropriate resolution of PWM waveforms.

Figure 5: Equivalent Circuit during Switch Closed


di
Vd  L (2)
dt
I  I 
Vd  L max min (3)
dt
Vd
dt  I max  I min (4)
L
V
I max  I min  d dt (5)
L Figure 7: 3-Level Inverter
During discharging mode of operation, the switch is open The inverter block implements a 3-level three-phase
and the diode is forward biased, as shown in Figure 6. At this power converter that consists of up to six power switches
time, the inductor is discharged to the capacitor and meets the connected in a bridge configuration. The type of power switch
load demand. and converter configuration is selectable from the dialog box.
The block allows simulation of converters using either
naturally commutated (or line-commutated) power electronic
devices (diodes or thyristors) and forced-commutated devices
(GTO, IGBT, MOSFET).

SWITCHING TABLE

The switching table is formed using the sector, the


corresponding voltage vector and the switch state. The
Figure 6: Equivalent Circuit during Switch Opened summary of various states are given in table 1.
V0 I
 (6) State SwitchingStates
Vd I  d No.
( I  d ) 2 Rd S1 S2 S3 S4 S5 S6 Vab Vbc Vca
L (Since D  2 f ) (7) 1 ON ON OFF OFF OFF ON VS 0 -VS
2f 2 ON ON ON OFF OFF OFF 0 VS -VS
VO d 3 OFF ON ON ON OFF OFF -VS VS 0
 (8)
V0 Rcf 4 OFF OFF ON ON ON OFF -VS 0 VS
5 OFF OFF OFF ON ON ON 0 -VS VS
V0
C dT (9) 6 ON OFF OFF OFF ON ON VS -VS 0
Vo R
7 ON OFF ON OFF ON OFF 0 0 0

VSC CONVERTER 8 OFF ON OFF ON OFF ON 0 0 0


Table 1: 3 Level Inverter Switching Table
The proposed inverter structure is designed to make use
of a three-level topology called neutral point clamped. The
IGBT semiconductor is used due to its lower switching losses

Page 321 www.ijiras.com | Email: contact@ijiras.com


International Journal of Innovative Research and Advanced Studies (IJIRAS)
Volume 3 Issue 12, November 2016 ISSN: 2394-4404

III. MPPT ALGORITHM: PERTURB AND OBSERVE IV. RESULTS


METHOD (P&O)
A. SIMULATION OF TEMPERATURE AND
This method is one of the simplest online methods which, IRRADIATION
has been considered by a number of researchers [10–17]. P&O
can be implemented by applying perturbations to the reference Figure 10 shows the irradiance and temperature variations
voltage or the reference current signal of the solar panel. A generated as inputs on the solar array. Figure 10a shows
flowchart illustrating this method, which is also known as the irradiance generated at a constant value of 1000Kw/m2for 0.5
‗hill climbing method‘ is depicted in Figure 7, where ‗‗V‘‘ is second, decreases at 250Kw/m2 for 0.5 second. The system
the reference signal. In this algorithm, if the reference signal, increases steadily from 250Kw/m2 at 0.5seconds to
V is taken as the voltage, the goal will involve pushing the 1000Kw/m2 at 2 seconds and is maintained constant.
reference voltage signal towards VMPP thereby causing the Figure 10b shows a simulated behavioural pattern of
instantaneous voltage to track the VMPP. As a result the output temperature variation on the PV module. At a temperature of
power will approach MPP. To this end, a small but constant 250C (room temperature) for a period of 2 seconds, the PV
perturbation is applied to the solar panel voltage. The solar module output varies as its temperature increases to an
panel voltage is changed by applying a series of small and extreme value of 500C.
constant perturbations denoted by (C=∆V) on a step-by-step
basis in order to change the system operating point. Following
each perturbation, the output power variation (∆P) is
measured. If ∆P is positive, power will approach MPP,
therefore a voltage perturbation of the same sign must be
applied in the following stage. A negative ∆P, on the other
hand, implies that power has moved away from MPP, and a
perturbation of opposite sign will have to be applied. This
process is repeated until the MPP is reached.

Figure 10a: Irradiance variations

Figure 8: Conventional Perturb and Observe algorithm Figure 10b: Temperature variations

B. RESULT FROM THE SOLAR PANEL

Figure 9: Proposed circuit diagram

Figure 11 (a): I-V characteristics of Solar array for various


irradiance at a constant temperature of 250C

Page 322 www.ijiras.com | Email: contact@ijiras.com


International Journal of Innovative Research and Advanced Studies (IJIRAS)
Volume 3 Issue 12, November 2016 ISSN: 2394-4404

with the same variations in the input parameters. The voltage


curve also shows that the voltage decreases as the duty cycle
changes.
Figure 16 shows the power output of the DC converter
over a period of 5.5seconds using the conventional technique
with the irradiance and temperature varied. By adjusting the
voltage different output curves can be obtain with different
steady state response and rise time.

Figure 11 (b): P-V characteristics of Sola array for various


irradiance at a constant temperature of 250C
For constant temperature (25˚C) and different intensity
(400- 1000W/m2), the PV array power increases up to some

Duty cycle
voltage level and then it will be decreased. The PV array
power always increases from low to high intensity.

Figure 13: Duty cycle using the conventional MPPT


Figure 12 (a): I-V characteristics of Solar array for various
temperature at constant irradiance of 1000W/m2
Current

Figure 12 (b): P-V characteristics of Solar array for Figure 14: current output using the conventional MPPT
various temperature at a constant irradiance of 1000W/m2

C. RESULTS FROM THE BOOST CONVERTER


OUTPUT

Figure 13 shows the duty cycle of the DC converter over


Voltage

a period of 5.5seconds which also varies a lot as the irradiance


and temperature are varied.
Figure 14 displays the waveform of the current output of
the DC converter over a period of 5.5seconds using the same
variations in the irradiance and temperature. The current also
varies with the duty cycle. The system has a dynamic
performance as it can be noted as it has a quick rise time as the
duty cycle also rises.
Figure 15 shows the voltage output of the DC converter
over a period of 5.5seconds using the conventional technique Figure 15: voltage output using the conventional MPPT

Page 323 www.ijiras.com | Email: contact@ijiras.com


International Journal of Innovative Research and Advanced Studies (IJIRAS)
Volume 3 Issue 12, November 2016 ISSN: 2394-4404

Current
Power

Figure 18: Current output of the VSC


Figure 16: Power output using the conventional MPPT

D. RESULTS FROM THE VOLTAGE SOURCE


CONVERTER

Power
a. RESULTS FROM THE VOLTAGE SOURCE
CONVERTER USING THE CONVENTIONAL
PERTURB AND OBSERVE TECHNIQUE

Figure 17 shows the voltage of the VSC using the


conventional perturb and observe technique as the irradiance
and temperature are varied.
Figure 18 shows the current output of the VSC using the
conventional perturb and observe technique; as the input Figure 19: Power output of the VSC
parameters (irradiance and temperature) are varied, changes
are also observed.
Figure 19 shows the power output of the VSC where
many oscillations are observed and also the hill climbing
problem is glaring. The curve also exhibits changes as the
input parameters are varied.
Figure 20 shows the modulation index of the VSC as it
varies with the input parameters.

Figure 20: Modulation Index


Voltage

V. CONCLUSIONS AND RECOMMENDATIONS

This work presented the implementation of the Perturb


and Observe algorithm using a boost converter and a VSC
converter connected to the utility grid. From the classification
of available power distribution standalone and grid, a number
of MPPT techniques are available. Selecting a particular
Figure 17: Voltage output of the VSC MPPT for a system has to deal with its cost, reliability, speed,
safety of the system. The power ratings of PV panel and
climate conditions are also factors in certain areas and in some
applications. MPPT techniques aremeant for mismatched
conditions such as partial shedding, non-uniformity of PV
panel temperatures, dust effects, damages of panel glass.
Cases studied and discussed in the paper gives us a brief idea

Page 324 www.ijiras.com | Email: contact@ijiras.com


International Journal of Innovative Research and Advanced Studies (IJIRAS)
Volume 3 Issue 12, November 2016 ISSN: 2394-4404

of PV panel working with a connected load. It also gives an [8] N. Mutoh, M. Ohno, and T. Inoue, ―A method for MPPT
advantage of pre evaluating overall system before going into control while searching for parameters corresponding to
real time. The whole PV panel – MPPT – Grid tied system is weather conditions for PV generation systems,‖ IEEE
created in MATLAB/Simulink. PV panel Simulink block has Trans. Ind. Electron., vol. 53, no. 4, pp. 1055– 1065, Jun.
under gone I-V, P-V characteristic check and results are 2006.
obtained. [9] Surya Kumari J., Ch. Sai Babu2 and J. Yugandhar3
Further work is required to address some shortcomings of ―Design and Investigation of Short Circuit Current Based
the algorithm. The original basis for the algorithm was the Maximum Power Point Tracking for Photovoltaic
Perturbation and Observation technique which means that it system‖, International Journal of Research and Reviews
may suffer from tracking in the wrong direction under rapidly in Electrical and Computer Engineering (IJRRECE) Vol.
changing conditions. Further work is also required into the 1, No. 2, June2011.
methods used to select the best combination of parameters for [10] Wasynczuk O. Dynamic behavior of a class of
the algorithm. photovoltaic power systems. IEEE Transactions on Power
Applications System 1983; 102(9):3031–7.
[11] Hua C, Lin JR. DSP-based controller application in
REFERENCES battery storage of photo- voltaic system, In: Proc. IEEE
IECON 22nd Int. Conf. Ind. Electron., Contr. Instrum.;
[1] B. K. Bose, ―Energy, environ ment, and advances in 1996, pp. 1705–1710.
power electronics,‖ IEEE Trans. Power Electron., vol. 15, [12] Slonim MA, Rahovich LM. Maximum power point
no. 4, pp. 688-701, Jul. 2000. regulator for 4 kW solar cell array connected through
[2] F. Blaabjerg, C. Zhe, and S. B. Kjaer, ―Po wer e lectronics invertor to the AC grid, In: Proc. 31st Inter- society
as efficient interface in dispersed power generation Energy Conver. Eng. Conf.; 1996, pp. 1669–1672.
systems,‖ IEEE Trans. Power Electron., vol. 19, no. 5, [13] Al-Amoudi A. and Zhang L. Optimal control of a grid-
pp.1184-1194, Sep. 2004. connected PV system for maximum power point tracking
[3] T. Esram and P. L. Chap man, ― Comparison of and unity power factor, In: Proc. Seventh Int. Conf.
photovoltaic array maximum power point tracking Power Electron. Variable Speed Drives; 1998, pp. 80–85.
techniques,‖ IEEE Trans. Energy Convers., vol. 22, no. 2, [14] Hua C., Lin J. and Shen C. Implementation of a DSP-
pp. 439–449, Jun. 2007. controlled photovoltaic system with peak power tracking.
[4] V. Salas, E. Olias, A. Barrado, and A. La zaro, ― Review IEEE Transactions on Industrial Electronics 1998;
of the maximum power point tracking algorithms for 45(1):99–107.
standalone photovoltaic systems,‖ Sol. Energy Mater. Sol. [15] Kasa N, Iida T, Iwamoto H. Maximum power point
Cells, vol. 90, no. 11, pp. 1555–1578, Jul. 2006. tracking with capacitor identifier for photovoltaic power
[5] G. Petrone, G. Spagnuolo, R. Teodorescu, M. Veerachary, system, In: Proc. Eighth Int. Conf. Power Electron.
and M. Vitelli, ―Re liability issues in photovoltaic power Variable Speed Drives; 2000, pp. 130–5.
processing systems,‖ IEEE Trans. Ind. Electron., vol. 55, [16] Bianconi E., Calvente J., Giral R., Mamarelis E., Petrone
no. 7, pp. 2569–2580, Jul. 2008. G. and Ramos-Paja C. A., Perturb and observe MPPT
[6] C. Hua, J. Lin, and C. Shen, ―Imp lementation of a algorithm with a current controller based on the sliding
DSPcontrolled photovoltaic system with peak power trac mode. International Journal of Electrical Power & Energy
king,‖ IEEE Trans. Ind. Electron., vol. 45, no. 1, pp. 99– Systems, 44, 12013346–2013356.
107, Feb. 1998. [17] Abdelsalam AK, Massoud A. M. and Ahmed S., Enjeti P.
[7] T. Noguchi, S. Togashi, and R. Nakamoto, ―Short -current N. High-performance adaptive perturb and observe MPPT
pulse-based maximum-power-point tracking method for technique for photovoltaic-based micro- grids. IEEE
multiple photovoltaic-and converter module system,‖ Transactions on Power Electronics 4, 2011; 26.
IEEE Trans. Ind. Electron., vol. 49, no. 1, pp. 217–223,
Feb. 2002.

Page 325 www.ijiras.com | Email: contact@ijiras.com

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy