SlideShare a Scribd company logo
1 of 5
Download to read offline
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________________
Volume: 03 Issue: 10 | Oct-2014, Available @ http://www.ijret.org 19
EXPERIMENTAL PERFORMANCE OF PV FED LED LIGHTING
SYSTEM EMPLOYING PARTICLE SWARM OPTIMIZATION (PSO)
B. Venkatesh Reddy1
, D. Giri Babu2
1
M. Tech, Department of EEE, ASRA, Hyderabad, Telangana, India
2
M. Tech from National Institute of Technology Tiruchirapalli, Tamil Nadu, India
Abstract
This paper proposes Particle Swarm Optimization (PSO) based approach for light intensity control in a Photo Voltaic (PV)
supply fed LED lighting system. The output power regulation of LED lighting system is formulated as an optimization problem
and the output power regulation is carried out using a real time PSO technique. The concept is first simulated and verified and
subsequently implemented on a 16-bit PIC microcontroller. The proposed method possesses the major advantage of system
independence while regulating the output power. The computed and measured results clearly illustrate the effectiveness of the new
method.
Keywords: Particle Swarm Optimization, Light Emitting Diode and Photo Voltaic System etc…
--------------------------------------------------------------------***---------------------------------------------------------------------
1. INTRODUCTION
With the rapidly increasing energy demand all over the
world, saving lighting energy in building environments has
acquired a new research area since the lighting energy
constitutes about 20% of energy consumption in commercial
establishments [1]. In this context solid state LEDs are
expected to play a significant role in lighting systems due to
the advantages of a Light Emitting Diode (LED) include
long lifetime, low maintenance requirements, improved
luminance, fast response, and smaller size [2]-[5].
Therefore, LEDs have been widely used for various lighting
applications, such as traffic lights, flash lights, automotive
lightings, signage lights, and liquid-crystal display (LCD)
television backlights [6]. The LED driver circuit is an
important component in LED lighting system. The methods
for LED driving are generally classified into three basic
categories [7]-[9]: constant voltage control, constant current
controller, and constant power control. It is well established
in the literature that constant power control of LED is far
superior to constant voltage control and constant current
control as given in [9].
The architecture of existing LED lighting systems consists
of a Photovoltaic (PV) source charging a battery and the
battery is feeding the LED. This type of schematic is best
suitable for applications such as night street lighting.
However, there are several applications where the battery
can be dispensed with and the sun light is directly converted
into artificial light. This scheme is called light-to-light (LtL)
conversion [10]. One typical application is high-energy-
efficient photo catalytic reactors [11]. One can also think of
the use of LtL conversion schemes in indoor applications
during day time such as air-conditioned cabins and
conference halls, decorative lighting schemes in hotels and
marriage halls. In all the above applications the PV can
directly feed the LED system during the day time and
intensity of LED illumination can be adjusted as desired.
While this scheme is simple in its perspective, the design of
the feedback controller for output power regulation is a
challenging task due to the following reasons: (i). The
voltage-current characteristic is nonlinear. (ii). The dc-dc
converter acting as interface between the PV array and the
LED is also a non-linear system. With rapid change in
climatic conditions such as solar insolation and ambient
temperature, the PV array also possess a non-lineart
characteristic.
Particle Swarm Optimization (PSO) is a stochastic
optimization algorithm [12]-[16] and has simple structure,
fast computation capability and can be incorporated in low
cost micro controllers. Another advantage of PSO algorithm
is that it is system independent when employed in real time
applications.
This paper proposes the output power regulation for a light
to light conversion scheme based on Particle Swarm
Optimization (PSO). A boost type dc-dc converter is
interfaced between the PV module and the LED and the
duty ratio of the converter is identified through PSO for a
typical operating point. The PSO code is downloaded to a
16-bit PIC microcontroller and is used for tracking the
reference power. The measured results are given to
substantiate the new method.
2. ECONOMIC ANALYSIS
The present trend is to replace the existing lighting system
with LED lighting system. This section therefore describes
the total power saved by upgrading conventional lighting
technology to LED technology. For a sample test data, LED
lighting is proposed in a conference hall of 9 meter by 4
meter where the conventional fluorescent lamp fixtures were
used to illuminate the hall during daytime. Figure 1 shows
the hall layout where 12 fluorescent lamps, each 75W were
used. With the existing luminaire, the lux distribution is
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________________
Volume: 03 Issue: 10 | Oct-2014, Available @ http://www.ijret.org 20
shown in Figure 2. In order to obtain the same lux
distribution and visual comfort, each fluorescent lamp is
now replaced with LED system of 32W. Thus the total
power saved for the conference hall is (75-32)*12=516W.
Accordingly the savings obtained are computed in Tables 1,
2 and 3.
Fig.1. Hall Layout
Fig.2. Lux distribution with existing luminaire
Table 1 Total energy (kilowatt hours, kWh) saved annually
Total kilowatts saved 0.516 kW
Hours of use per day 6 Hrs
Days of use per Week 5
Weeks of use per Year 52
Total kWh saved per Year 804.96 kWh
Table 2 Total energy cost savings per year
Energy cost per kWh Rs. 7
Energy Cost savings per year Rs. 5634.72
Table 3 Energy cost savings over the life of the LED
LED life (hours) 50000 Hrs
Hours per year usage 1560 Hrs
LED est. life 32.05 years
Energy cost savings per year Rs. 5634.72
Lifetime energy cost savings Rs. 1,80,600
Table 4 Parameters of Buck Converter
S.No. Parameter Value
1 Inductance L=1.812mH, rL= 0.394
2 Capacitance C=100F, rC= 0.3
3 Potential divider R1=2.2M; R2 =1.1 M
The details of PV array are given in Table 5.
Table 5: Details of PV array
S.No. Parameter Value
1 Open circuit voltage, (V) 21
2 Short circuit current, (A) 1.3
3 Voltage at maximum power, (V) 17.4
4 Current at maximum power, (A) 2.4
5 Maximum power, (W) 40
6 Maximum system voltage (V) 600
7 Tolerance (%) (+/-) 3
2.1 Payback from Energy Cost Saving
Payback from energy savings is the ratio of LED cost or
difference between LED & original lamp and energy Cost
savings per year = (Rs. 1500 x 12) /Rs. 5634.72 = 3.2 years
Return on Investment (ROI) = 100/ payback = 31.35%
3. EXPERIMENTAL SYSTEM DESCRIPTION
The proposed LED power control scheme is given in Figure
3. It consists of a PV array, a boost converter, LED lighting
system and a feedback system for output power regulation.
The LED current and voltage are sampled at the rate of 100
milliseconds. A multiplier is now used to compute the LED
power, p0 as in Figure 3. If there is an error between the
measured power output and the reference value, the particle
swarm optimization algorithm is made to run on line. The
program is terminated when the displacement among the
particles reaches a set minimum value. Then the dc-dc
converter is activated with this optimum duty ratio.
Fig.3. Constant Power Control scheme
4. PARTICLE SWARM OPTIMIZATION
The particle swarm optimization (PSO) algorithm belongs to
the category of Swarm Intelligence methods [12-16]. PSO is
a population-based algorithm that exploits a population of
individuals to probe promising regions of the search space.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________________
Volume: 03 Issue: 10 | Oct-2014, Available @ http://www.ijret.org 21
In this context, the population is called a swarm and the
individuals are called particles. PSO algorithm iteratively
explores a multidimensional search space with a swarm of
particles, looking for the global minimum (or maximum).
Each particle “flies” through the search space according to
its velocity vector. In every iteration, the velocity vector is
adjusted so that prior best positions (cognitive aspect) and
the best position found by particles within a specific
neighborhood (social aspect) act as attractors. In the original
PSO algorithm, the neighborhood of a particle consists of all
particles, so that the global best position, i.e., the best
solution found so far, directly influences its behaviour. Each
particle moves with an adaptable velocity within the search
space, and retains in its memory the best position it has
encountered so far. In PSO, the agents are considered to
have the ability to memorize the best position they have
attained.
The steps of PSO technique for LED power control are
given below.
1. Initialize the parameters maximum number of
iterations N, population size n, acceleration parameters
1c and 2c and inertia weight w .
2. Randomly generate n particles.
3. Initialize for each particle, the pbest as current
location.
4. While ( Ni  )
4.1. While  nj 
4.1.1. Calculate the fitness value of the particle.
4.1.2. If current fitness of the particle is better
than previous best position, update
the pbest.
4.1.3. 1 jj .
4.2. If the fitness of the best particle is better than the
global best position, gbest reached so far, update
the global best position, gbest.
4.3. 1 ii .
5. End.
The output power control of the LED lighting system is
operated as given in the flow chart in Figure 4.
Fig.4. Flow chart
5. PSO ALGORITHM FOR CONSTANT POWER
CONTROLLER
This section explains the implementation of Particle Swarm
Optimization (PSO) based algorithm for regulating PV fed
LED output power. A boost type dc-dc converter is used as
the power converter and PIC microcontroller is used to
generate pulses for the converter. The circuit diagram of
constant power control scheme for Photo Voltaic (PV) array
fed LED is shown in Fig. 3. It employs a PV array as source,
a boost converter comprising a power electronic switch such
as IGBT, a power diode, an inductor, and a capacitor, a
current sensor to sense the current flowing through the LED
array, a potential divider to sense the voltage across the LED
array, a multiplier to get the product of voltage across and
current through the LED array, and a microcontroller to
generate pulses to the boost converter.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________________
Volume: 03 Issue: 10 | Oct-2014, Available @ http://www.ijret.org 22
Fig.5. Constant power controller using PSO
The output voltage across the LED array is measured and is
given as one of the inputs to multiplier IC through the
potential divider forming with R1 and R2. The other input to
the multiplier IC is the current flowing though the LED
array. Now, the multiplier IC gives the output power (p0) of
the LED array which is given to the microcontroller. To set
the required power, i.e., set power (Pset) is also given in
terms of voltage to the microcontroller which uses particle
swarm optimization (PSO) algorithm to process and gives
pulses to the boost converter to maintain constant power to
the LED array. The PIC16F876A microcontroller is used for
producing firing pulses to the boost converter. This IC is
available in 28-pin package. This device has three I/O ports
and five A/D input channels and A/D conversion module is
in-built.
A dedicated program for particle swarm optimisation based
power regulation is developed in MPLAB and then
downloaded to the PIC microcontroller for the closed loop
operation. The experimental results are explained in the
following section.
6. EXPERIMENTAL RESULTS
The PV array fed LED lighting system was fabricated in the
laboratory. The specifications of the experimental system
are given in Table 4. Experiments were conducted at
different operating points of the LED lighting system.
Figure 6(a) shows the output power response of the system
for a step input of amplitude 12W. It is seen that the power
output oscillates evidently due to random initial positions of
the particles. As the iteration proceeds, the particles do come
closer to each other and the PSO algorithm is terminated
when the position of the best particle corresponds to the
reference value of 12W. The response time is approximately
5 seconds.
After 20 seconds, the reference power is now increased to
24 W. The microcontroller senses the reference value and
the PSO algorithm is re-started again. It is seen that the
power output oscillates but settles to the reference value less
than 5 seconds. The experimental results given in Figure
6(a) clearly illustrate the tracking capability of the proposed
algorithm.
During day time the solar insolation as well as ambient
temperature will change due to environmental changes:
sometimes these changes may be drastic such as a cloudy
day or a very hot day in summer. The proposed controller
must maintain the required power level in the conference
hall for the efficiency of the working staff inside the
conference hall. In order to test the controller with solar
insolation change, artificial shading of the solar panel is now
performed and this is shown in Figure 6(b) with reduced
solar insolation the LED output power comes down forcing
the microcontroller to initialise the PSO algorithm. As can
be seen from Figure 6(b), the algorithm effectively identifies
the new duty ratio so as to meet the reference power with
decreased insolation. The search time is observed to be 5
seconds within which the dc-dc converter regulates the
output power to 12W. The artificial shading is now removed
increasing the solar insolation. This increases the output
power from the PV array and hence the PSO algorithm is
started once again to regulate the output power. The
required regulation time is around 5 seconds. The
performance curves in Figure 6(b) illustrate the robust
nature of the PSO algorithm in rejecting external as well as
internal disturbances.
(a)
(b)
Fig.6. Experimental Results
AN0
AN1
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________________
Volume: 03 Issue: 10 | Oct-2014, Available @ http://www.ijret.org 23
7. CONCLUSION
This paper has illustrated a new method of output power
regulation in LED lighting systems employing Particle
Swarm Optimization approach. The proposed method is
simple to implement and is also system independent. The
measured results for different types of internal as well as
external disturbances clearly illustrate that the proposed
algorithm is robust and immune to various disturbances.
REFERENCES
[1]. M. S. Shur and A. Zukauskas, “Sokid-state lighting:
Toward superior illumination,” Proc. IEEE, vol. 93, no. 10,
pp. 1691-1703, Oct. 2005.
[2]. H.J. Chiu and S.J. Cheng, “LED backlight driving
system for large-scale LCD panels,” IEEE Trans. Ind.
Electron., vol. 54, no. 5, pp. 2751-2760, Oct. 2007.
[3]. N. Narendran and Y. Gu, “Life of LED-based white
light sources,” J. Display Technol., vol. 1, no. 1, pp. 167-
171, Sep. 2005.
[4]. I. Hino and K. Iwamoto, “LED pulse response analysis
considering the distributed CR constant in the peripheral
junction,” IEEE Trans. Electron. Devices, vol. ED-26, no. 8,
pp. 1238-1242, Aug. 1979.
[5]. S. D. Lester, M. J. Ludowise, K. P. Killeenm, B. H.
Perez, J. N. Miller, and S. J. Rosner, “High-efficiency
InGaN MQW blue and green LEDs,” J. Cryst. Growth,
vol.189/190, pp. 786-789, Jun. 1998.
[6]. H. J. Chiu, Y. K. Lo, T. P. Lee, S. C. Mou, and H. M.
Huang, “Design of an RGB backlight circuit for liquid
crystal display panels,” IEEE Trans. Ind. Electron., vol. 56,
no. 7, pp. 2793-2795, Jul. 2009.
[7]. G. Carrato, “Solving high-voltage off-line HB-LED
constant-current control circuit issues,” in Proc. IEEE Appl.
Power Electron. Conf. (APEC), 2007, pp. 1316-1318.
[8]. Y. Hu, and M. M. Jovanovic, “LED driver with self-
adaptive drive voltage,” IEEE Trans. Power Electron., vol.
23, no. 6, Nov. 2008.
[9]. B. J. Huang, C. W. Chen, P. C. Hsu, W. M. Tseng, and
M. S. Wu, “Direct battery-driven solar LED lighting using
constant-power control,” Solar Energy, 86 (2012), pp. 3250-
3259.
[10]. Femina, N., Fortunato N., Vitelli, M., “Light to Light,
PV fed lighting systems,” IEEE trans. Power Electronics,
Vol.28, Iss.8 (2013), pp. 4063-4073.
[11]. D. H. Chen, X. Ye and K. Li "Oxidation of PCE with
a UV LED photocatalyst reactor", Chem. Eng. Tech., vol.
28, no. 1, pp.95 -97 2005
[12]. J. Kennedy, and R. Eberhart, “Particle Swarm
Optimization,” in Proc. of the IEEE Int. Conf. on Neural
Networks, Pisctaway, NJ, pp. 90-97.
[13]. H. Xiaohui, S. Yuhui, and R. Eberhart, “Recent
advances in particle swarm,” in Proc. Congr. Evolut.
Comput., 2004, vol. 1, pp. 90-97.
[14]. Y. Shi, and R. Eberhart, “A modified particle swarm
optimizer,” in Proc. IEEE World Congr. Comput. Intell.,
Piscataway, NJ, pp. 69-73, 1998.
[15]. A. Ratanaweera, Saman K. Halgamuge, Hary C.
Watson, “Self organizing hierarchical particle swarm
optimizer with time-varying acceleration coefficients,”
IEEE Trans. Evol. Comput., vol. 8, no. 3, Jun. 2004.
[16]. P. N. Suganthan, “Particle swarm optimizer with
neighbourhood operator,” Proc. Evol. Comp., 1999.
[17]. J. Robinson, Y. Rahamat Samii, “Particle Swarm
Optimization in electromagnetics,” IEEE Trans. Antennas
and Propagation, vol. 52, no. 2, pp. 397-407, Feb. 2004.

More Related Content

What's hot

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
eSAT Journals
 
Vibration Energy Harvesting: Going Beyond Idealization
Vibration Energy Harvesting: Going Beyond IdealizationVibration Energy Harvesting: Going Beyond Idealization
Vibration Energy Harvesting: Going Beyond Idealization
jwcryns
 

What's hot (18)

Soft computing and IoT based solar tracker
Soft computing and IoT based solar trackerSoft computing and IoT based solar tracker
Soft computing and IoT based solar tracker
 
Load frequency control of a two area hybrid system consisting of a grid conne...
Load frequency control of a two area hybrid system consisting of a grid conne...Load frequency control of a two area hybrid system consisting of a grid conne...
Load frequency control of a two area hybrid system consisting of a grid conne...
 
Modelling of fuzzy logic controller for variablestep
Modelling of fuzzy logic controller for variablestepModelling of fuzzy logic controller for variablestep
Modelling of fuzzy logic controller for variablestep
 
Adaptive backstepping controller design based on neural network for PMSM spee...
Adaptive backstepping controller design based on neural network for PMSM spee...Adaptive backstepping controller design based on neural network for PMSM spee...
Adaptive backstepping controller design based on neural network for PMSM spee...
 
The optimal solution for unit commitment problem using binary hybrid grey wol...
The optimal solution for unit commitment problem using binary hybrid grey wol...The optimal solution for unit commitment problem using binary hybrid grey wol...
The optimal solution for unit commitment problem using binary hybrid grey wol...
 
IRJET- Implementation of Conventional Perturb with different Load for Maximum...
IRJET- Implementation of Conventional Perturb with different Load for Maximum...IRJET- Implementation of Conventional Perturb with different Load for Maximum...
IRJET- Implementation of Conventional Perturb with different Load for Maximum...
 
Project repoart
Project repoartProject repoart
Project repoart
 
ENEA My Activities
ENEA My ActivitiesENEA My Activities
ENEA My Activities
 
Hybrid approach to maximum peak power
Hybrid approach to maximum peak powerHybrid approach to maximum peak power
Hybrid approach to maximum peak power
 
Wolf Search Algorithm for Solving Optimal Reactive Power Dispatch Problem
Wolf Search Algorithm for Solving Optimal Reactive Power Dispatch ProblemWolf Search Algorithm for Solving Optimal Reactive Power Dispatch Problem
Wolf Search Algorithm for Solving Optimal Reactive Power Dispatch Problem
 
SOP 1
SOP 1SOP 1
SOP 1
 
Performance Comparison of PID and Fuzzy Controllers in Distributed MPPT
Performance Comparison of PID and Fuzzy Controllers in Distributed MPPTPerformance Comparison of PID and Fuzzy Controllers in Distributed MPPT
Performance Comparison of PID and Fuzzy Controllers in Distributed MPPT
 
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
 
Hybrid bypass technique to mitigate leakage current in the grid-tied inverter
Hybrid bypass technique to mitigate leakage current in the grid-tied inverterHybrid bypass technique to mitigate leakage current in the grid-tied inverter
Hybrid bypass technique to mitigate leakage current in the grid-tied inverter
 
Fabrication and optimization of parameters for dye sensitized solar cell
Fabrication and optimization of parameters for dye sensitized solar cellFabrication and optimization of parameters for dye sensitized solar cell
Fabrication and optimization of parameters for dye sensitized solar cell
 
L1303038388
L1303038388L1303038388
L1303038388
 
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...
 
Vibration Energy Harvesting: Going Beyond Idealization
Vibration Energy Harvesting: Going Beyond IdealizationVibration Energy Harvesting: Going Beyond Idealization
Vibration Energy Harvesting: Going Beyond Idealization
 

Viewers also liked

Teaching principles
Teaching principlesTeaching principles
Teaching principles
Jell Husain
 

Viewers also liked (17)

100 años del canal de Panamà
100 años del canal de Panamà100 años del canal de Panamà
100 años del canal de Panamà
 
GESTION DOCUMENTAL EN LAS EMPRESAS
GESTION DOCUMENTAL EN LAS EMPRESASGESTION DOCUMENTAL EN LAS EMPRESAS
GESTION DOCUMENTAL EN LAS EMPRESAS
 
Review on a new generation wireless mobile network
Review on a new generation wireless mobile network  Review on a new generation wireless mobile network
Review on a new generation wireless mobile network
 
Mapa conceptual medicina legal
Mapa conceptual medicina legalMapa conceptual medicina legal
Mapa conceptual medicina legal
 
K-12 Virtual Schools Share their Research Needs (Pt. 1 of 4)
K-12 Virtual Schools Share their Research Needs (Pt. 1 of 4)K-12 Virtual Schools Share their Research Needs (Pt. 1 of 4)
K-12 Virtual Schools Share their Research Needs (Pt. 1 of 4)
 
Music - What are you listening to?
Music - What are you listening to?Music - What are you listening to?
Music - What are you listening to?
 
Teaching principles
Teaching principlesTeaching principles
Teaching principles
 
Godhead 10: Ministry of angels
Godhead 10:   Ministry of angelsGodhead 10:   Ministry of angels
Godhead 10: Ministry of angels
 
Leadership In Sports Entertainment
Leadership In Sports EntertainmentLeadership In Sports Entertainment
Leadership In Sports Entertainment
 
Amber Hernandez Photo Deck
Amber Hernandez Photo DeckAmber Hernandez Photo Deck
Amber Hernandez Photo Deck
 
Serat wirid hidayat jati
Serat wirid hidayat jatiSerat wirid hidayat jati
Serat wirid hidayat jati
 
Actividad nro 1
Actividad nro 1Actividad nro 1
Actividad nro 1
 
Art bank benefits
Art bank benefitsArt bank benefits
Art bank benefits
 
Evaluation question 4
Evaluation question 4Evaluation question 4
Evaluation question 4
 
Brosur heaven memorial park
Brosur heaven memorial parkBrosur heaven memorial park
Brosur heaven memorial park
 
Unv company profile
Unv company profileUnv company profile
Unv company profile
 
Empty Your Cup: Mentoring in the Tableau Community
Empty Your Cup: Mentoring in the Tableau CommunityEmpty Your Cup: Mentoring in the Tableau Community
Empty Your Cup: Mentoring in the Tableau Community
 

Similar to Experimental performance of pv fed led lighting system employing particle swarm optimization (pso)

Lclr filter design and modelling for harmonic mitigation in interconnected mi...
Lclr filter design and modelling for harmonic mitigation in interconnected mi...Lclr filter design and modelling for harmonic mitigation in interconnected mi...
Lclr filter design and modelling for harmonic mitigation in interconnected mi...
eSAT Journals
 
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
eSAT Publishing House
 
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
eSAT Publishing House
 
160915_2pager_tech_MCSP
160915_2pager_tech_MCSP160915_2pager_tech_MCSP
160915_2pager_tech_MCSP
andre broessel
 
Optimized energy efficient lighting system for green buildings
Optimized energy efficient lighting system for green buildingsOptimized energy efficient lighting system for green buildings
Optimized energy efficient lighting system for green buildings
eSAT Journals
 

Similar to Experimental performance of pv fed led lighting system employing particle swarm optimization (pso) (20)

PV –Fed Led Lighting Systems
PV –Fed Led Lighting SystemsPV –Fed Led Lighting Systems
PV –Fed Led Lighting Systems
 
An energy efficient street lightening system based on solar energy and mppt a...
An energy efficient street lightening system based on solar energy and mppt a...An energy efficient street lightening system based on solar energy and mppt a...
An energy efficient street lightening system based on solar energy and mppt a...
 
Implementation of modular MPPT algorithm for energy harvesting embedded and I...
Implementation of modular MPPT algorithm for energy harvesting embedded and I...Implementation of modular MPPT algorithm for energy harvesting embedded and I...
Implementation of modular MPPT algorithm for energy harvesting embedded and I...
 
Lclr filter design and modelling for harmonic mitigation in interconnected mi...
Lclr filter design and modelling for harmonic mitigation in interconnected mi...Lclr filter design and modelling for harmonic mitigation in interconnected mi...
Lclr filter design and modelling for harmonic mitigation in interconnected mi...
 
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...
 
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
 
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
 
Dual axis
Dual axis Dual axis
Dual axis
 
Performance of low-cost solar radiation logger
Performance of low-cost solar radiation loggerPerformance of low-cost solar radiation logger
Performance of low-cost solar radiation logger
 
Pulse Width Modulation Based Decentralized Street LED Light Dimming System
Pulse Width Modulation Based Decentralized Street LED Light Dimming SystemPulse Width Modulation Based Decentralized Street LED Light Dimming System
Pulse Width Modulation Based Decentralized Street LED Light Dimming System
 
Droop control method for parallel dc converters used in standalone pv wind po...
Droop control method for parallel dc converters used in standalone pv wind po...Droop control method for parallel dc converters used in standalone pv wind po...
Droop control method for parallel dc converters used in standalone pv wind po...
 
160915_2pager_tech_MCSP
160915_2pager_tech_MCSP160915_2pager_tech_MCSP
160915_2pager_tech_MCSP
 
F0453539
F0453539F0453539
F0453539
 
Optimized energy efficient lighting system for green buildings
Optimized energy efficient lighting system for green buildingsOptimized energy efficient lighting system for green buildings
Optimized energy efficient lighting system for green buildings
 
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 ...
 
A Noval Method for Improving Power Quality of the Distribution System Connect...
A Noval Method for Improving Power Quality of the Distribution System Connect...A Noval Method for Improving Power Quality of the Distribution System Connect...
A Noval Method for Improving Power Quality of the Distribution System Connect...
 
IRJET - Design and Implementation of Closed-Loop Controlled Boost Converter f...
IRJET - Design and Implementation of Closed-Loop Controlled Boost Converter f...IRJET - Design and Implementation of Closed-Loop Controlled Boost Converter f...
IRJET - Design and Implementation of Closed-Loop Controlled Boost Converter f...
 
Dynamic solar powered robot using dc dc sepic topology
Dynamic solar powered robot using   dc dc sepic topologyDynamic solar powered robot using   dc dc sepic topology
Dynamic solar powered robot using dc dc sepic topology
 
Maximum Power Point Tracking Using Adaptive Fuzzy Logic control for Photovolt...
Maximum Power Point Tracking Using Adaptive Fuzzy Logic control for Photovolt...Maximum Power Point Tracking Using Adaptive Fuzzy Logic control for Photovolt...
Maximum Power Point Tracking Using Adaptive Fuzzy Logic control for Photovolt...
 
Two-way Load Flow Analysis using Newton-Raphson and Neural Network Methods
Two-way Load Flow Analysis using Newton-Raphson and Neural Network MethodsTwo-way Load Flow Analysis using Newton-Raphson and Neural Network Methods
Two-way Load Flow Analysis using Newton-Raphson and Neural Network Methods
 

More from eSAT Publishing House

Likely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnamLikely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnam
eSAT Publishing House
 
Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...
eSAT Publishing House
 
Hudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnamHudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnam
eSAT Publishing House
 
Groundwater investigation using geophysical methods a case study of pydibhim...
Groundwater investigation using geophysical methods  a case study of pydibhim...Groundwater investigation using geophysical methods  a case study of pydibhim...
Groundwater investigation using geophysical methods a case study of pydibhim...
eSAT Publishing House
 
Flood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaFlood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, india
eSAT Publishing House
 
Enhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingEnhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity building
eSAT Publishing House
 
Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...
eSAT Publishing House
 
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
eSAT Publishing House
 
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...
eSAT Publishing House
 
Shear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a reviewShear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a review
eSAT Publishing House
 
Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...
eSAT Publishing House
 
Risk analysis and environmental hazard management
Risk analysis and environmental hazard managementRisk analysis and environmental hazard management
Risk analysis and environmental hazard management
eSAT Publishing House
 
Review study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallsReview study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear walls
eSAT Publishing House
 
Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...
eSAT Publishing House
 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...
eSAT Publishing House
 
Coastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaCoastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of india
eSAT Publishing House
 
Can fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structuresCan fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structures
eSAT Publishing House
 
Assessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingsAssessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildings
eSAT Publishing House
 
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
eSAT Publishing House
 
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
eSAT Publishing House
 

More from eSAT Publishing House (20)

Likely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnamLikely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnam
 
Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...
 
Hudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnamHudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnam
 
Groundwater investigation using geophysical methods a case study of pydibhim...
Groundwater investigation using geophysical methods  a case study of pydibhim...Groundwater investigation using geophysical methods  a case study of pydibhim...
Groundwater investigation using geophysical methods a case study of pydibhim...
 
Flood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaFlood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, india
 
Enhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingEnhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity building
 
Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...
 
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
 
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...
 
Shear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a reviewShear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a review
 
Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...
 
Risk analysis and environmental hazard management
Risk analysis and environmental hazard managementRisk analysis and environmental hazard management
Risk analysis and environmental hazard management
 
Review study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallsReview study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear walls
 
Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...
 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...
 
Coastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaCoastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of india
 
Can fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structuresCan fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structures
 
Assessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingsAssessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildings
 
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
 
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
 

Recently uploaded

Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Kandungan 087776558899
 
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills KuwaitKuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
jaanualu31
 
DeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesDeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakes
MayuraD1
 
Hospital management system project report.pdf
Hospital management system project report.pdfHospital management system project report.pdf
Hospital management system project report.pdf
Kamal Acharya
 
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments""Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
mphochane1998
 

Recently uploaded (20)

Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
 
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills KuwaitKuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
 
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
 
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptxA CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
 
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced LoadsFEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
 
DeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesDeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakes
 
Hospital management system project report.pdf
Hospital management system project report.pdfHospital management system project report.pdf
Hospital management system project report.pdf
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the start
 
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
 
DC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationDC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equation
 
GEAR TRAIN- BASIC CONCEPTS AND WORKING PRINCIPLE
GEAR TRAIN- BASIC CONCEPTS AND WORKING PRINCIPLEGEAR TRAIN- BASIC CONCEPTS AND WORKING PRINCIPLE
GEAR TRAIN- BASIC CONCEPTS AND WORKING PRINCIPLE
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
 
Engineering Drawing focus on projection of planes
Engineering Drawing focus on projection of planesEngineering Drawing focus on projection of planes
Engineering Drawing focus on projection of planes
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torque
 
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments""Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
 
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptxOrlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
 
Online food ordering system project report.pdf
Online food ordering system project report.pdfOnline food ordering system project report.pdf
Online food ordering system project report.pdf
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
 
Block diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptBlock diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.ppt
 

Experimental performance of pv fed led lighting system employing particle swarm optimization (pso)

  • 1. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________________ Volume: 03 Issue: 10 | Oct-2014, Available @ http://www.ijret.org 19 EXPERIMENTAL PERFORMANCE OF PV FED LED LIGHTING SYSTEM EMPLOYING PARTICLE SWARM OPTIMIZATION (PSO) B. Venkatesh Reddy1 , D. Giri Babu2 1 M. Tech, Department of EEE, ASRA, Hyderabad, Telangana, India 2 M. Tech from National Institute of Technology Tiruchirapalli, Tamil Nadu, India Abstract This paper proposes Particle Swarm Optimization (PSO) based approach for light intensity control in a Photo Voltaic (PV) supply fed LED lighting system. The output power regulation of LED lighting system is formulated as an optimization problem and the output power regulation is carried out using a real time PSO technique. The concept is first simulated and verified and subsequently implemented on a 16-bit PIC microcontroller. The proposed method possesses the major advantage of system independence while regulating the output power. The computed and measured results clearly illustrate the effectiveness of the new method. Keywords: Particle Swarm Optimization, Light Emitting Diode and Photo Voltaic System etc… --------------------------------------------------------------------***--------------------------------------------------------------------- 1. INTRODUCTION With the rapidly increasing energy demand all over the world, saving lighting energy in building environments has acquired a new research area since the lighting energy constitutes about 20% of energy consumption in commercial establishments [1]. In this context solid state LEDs are expected to play a significant role in lighting systems due to the advantages of a Light Emitting Diode (LED) include long lifetime, low maintenance requirements, improved luminance, fast response, and smaller size [2]-[5]. Therefore, LEDs have been widely used for various lighting applications, such as traffic lights, flash lights, automotive lightings, signage lights, and liquid-crystal display (LCD) television backlights [6]. The LED driver circuit is an important component in LED lighting system. The methods for LED driving are generally classified into three basic categories [7]-[9]: constant voltage control, constant current controller, and constant power control. It is well established in the literature that constant power control of LED is far superior to constant voltage control and constant current control as given in [9]. The architecture of existing LED lighting systems consists of a Photovoltaic (PV) source charging a battery and the battery is feeding the LED. This type of schematic is best suitable for applications such as night street lighting. However, there are several applications where the battery can be dispensed with and the sun light is directly converted into artificial light. This scheme is called light-to-light (LtL) conversion [10]. One typical application is high-energy- efficient photo catalytic reactors [11]. One can also think of the use of LtL conversion schemes in indoor applications during day time such as air-conditioned cabins and conference halls, decorative lighting schemes in hotels and marriage halls. In all the above applications the PV can directly feed the LED system during the day time and intensity of LED illumination can be adjusted as desired. While this scheme is simple in its perspective, the design of the feedback controller for output power regulation is a challenging task due to the following reasons: (i). The voltage-current characteristic is nonlinear. (ii). The dc-dc converter acting as interface between the PV array and the LED is also a non-linear system. With rapid change in climatic conditions such as solar insolation and ambient temperature, the PV array also possess a non-lineart characteristic. Particle Swarm Optimization (PSO) is a stochastic optimization algorithm [12]-[16] and has simple structure, fast computation capability and can be incorporated in low cost micro controllers. Another advantage of PSO algorithm is that it is system independent when employed in real time applications. This paper proposes the output power regulation for a light to light conversion scheme based on Particle Swarm Optimization (PSO). A boost type dc-dc converter is interfaced between the PV module and the LED and the duty ratio of the converter is identified through PSO for a typical operating point. The PSO code is downloaded to a 16-bit PIC microcontroller and is used for tracking the reference power. The measured results are given to substantiate the new method. 2. ECONOMIC ANALYSIS The present trend is to replace the existing lighting system with LED lighting system. This section therefore describes the total power saved by upgrading conventional lighting technology to LED technology. For a sample test data, LED lighting is proposed in a conference hall of 9 meter by 4 meter where the conventional fluorescent lamp fixtures were used to illuminate the hall during daytime. Figure 1 shows the hall layout where 12 fluorescent lamps, each 75W were used. With the existing luminaire, the lux distribution is
  • 2. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________________ Volume: 03 Issue: 10 | Oct-2014, Available @ http://www.ijret.org 20 shown in Figure 2. In order to obtain the same lux distribution and visual comfort, each fluorescent lamp is now replaced with LED system of 32W. Thus the total power saved for the conference hall is (75-32)*12=516W. Accordingly the savings obtained are computed in Tables 1, 2 and 3. Fig.1. Hall Layout Fig.2. Lux distribution with existing luminaire Table 1 Total energy (kilowatt hours, kWh) saved annually Total kilowatts saved 0.516 kW Hours of use per day 6 Hrs Days of use per Week 5 Weeks of use per Year 52 Total kWh saved per Year 804.96 kWh Table 2 Total energy cost savings per year Energy cost per kWh Rs. 7 Energy Cost savings per year Rs. 5634.72 Table 3 Energy cost savings over the life of the LED LED life (hours) 50000 Hrs Hours per year usage 1560 Hrs LED est. life 32.05 years Energy cost savings per year Rs. 5634.72 Lifetime energy cost savings Rs. 1,80,600 Table 4 Parameters of Buck Converter S.No. Parameter Value 1 Inductance L=1.812mH, rL= 0.394 2 Capacitance C=100F, rC= 0.3 3 Potential divider R1=2.2M; R2 =1.1 M The details of PV array are given in Table 5. Table 5: Details of PV array S.No. Parameter Value 1 Open circuit voltage, (V) 21 2 Short circuit current, (A) 1.3 3 Voltage at maximum power, (V) 17.4 4 Current at maximum power, (A) 2.4 5 Maximum power, (W) 40 6 Maximum system voltage (V) 600 7 Tolerance (%) (+/-) 3 2.1 Payback from Energy Cost Saving Payback from energy savings is the ratio of LED cost or difference between LED & original lamp and energy Cost savings per year = (Rs. 1500 x 12) /Rs. 5634.72 = 3.2 years Return on Investment (ROI) = 100/ payback = 31.35% 3. EXPERIMENTAL SYSTEM DESCRIPTION The proposed LED power control scheme is given in Figure 3. It consists of a PV array, a boost converter, LED lighting system and a feedback system for output power regulation. The LED current and voltage are sampled at the rate of 100 milliseconds. A multiplier is now used to compute the LED power, p0 as in Figure 3. If there is an error between the measured power output and the reference value, the particle swarm optimization algorithm is made to run on line. The program is terminated when the displacement among the particles reaches a set minimum value. Then the dc-dc converter is activated with this optimum duty ratio. Fig.3. Constant Power Control scheme 4. PARTICLE SWARM OPTIMIZATION The particle swarm optimization (PSO) algorithm belongs to the category of Swarm Intelligence methods [12-16]. PSO is a population-based algorithm that exploits a population of individuals to probe promising regions of the search space.
  • 3. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________________ Volume: 03 Issue: 10 | Oct-2014, Available @ http://www.ijret.org 21 In this context, the population is called a swarm and the individuals are called particles. PSO algorithm iteratively explores a multidimensional search space with a swarm of particles, looking for the global minimum (or maximum). Each particle “flies” through the search space according to its velocity vector. In every iteration, the velocity vector is adjusted so that prior best positions (cognitive aspect) and the best position found by particles within a specific neighborhood (social aspect) act as attractors. In the original PSO algorithm, the neighborhood of a particle consists of all particles, so that the global best position, i.e., the best solution found so far, directly influences its behaviour. Each particle moves with an adaptable velocity within the search space, and retains in its memory the best position it has encountered so far. In PSO, the agents are considered to have the ability to memorize the best position they have attained. The steps of PSO technique for LED power control are given below. 1. Initialize the parameters maximum number of iterations N, population size n, acceleration parameters 1c and 2c and inertia weight w . 2. Randomly generate n particles. 3. Initialize for each particle, the pbest as current location. 4. While ( Ni  ) 4.1. While  nj  4.1.1. Calculate the fitness value of the particle. 4.1.2. If current fitness of the particle is better than previous best position, update the pbest. 4.1.3. 1 jj . 4.2. If the fitness of the best particle is better than the global best position, gbest reached so far, update the global best position, gbest. 4.3. 1 ii . 5. End. The output power control of the LED lighting system is operated as given in the flow chart in Figure 4. Fig.4. Flow chart 5. PSO ALGORITHM FOR CONSTANT POWER CONTROLLER This section explains the implementation of Particle Swarm Optimization (PSO) based algorithm for regulating PV fed LED output power. A boost type dc-dc converter is used as the power converter and PIC microcontroller is used to generate pulses for the converter. The circuit diagram of constant power control scheme for Photo Voltaic (PV) array fed LED is shown in Fig. 3. It employs a PV array as source, a boost converter comprising a power electronic switch such as IGBT, a power diode, an inductor, and a capacitor, a current sensor to sense the current flowing through the LED array, a potential divider to sense the voltage across the LED array, a multiplier to get the product of voltage across and current through the LED array, and a microcontroller to generate pulses to the boost converter.
  • 4. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________________ Volume: 03 Issue: 10 | Oct-2014, Available @ http://www.ijret.org 22 Fig.5. Constant power controller using PSO The output voltage across the LED array is measured and is given as one of the inputs to multiplier IC through the potential divider forming with R1 and R2. The other input to the multiplier IC is the current flowing though the LED array. Now, the multiplier IC gives the output power (p0) of the LED array which is given to the microcontroller. To set the required power, i.e., set power (Pset) is also given in terms of voltage to the microcontroller which uses particle swarm optimization (PSO) algorithm to process and gives pulses to the boost converter to maintain constant power to the LED array. The PIC16F876A microcontroller is used for producing firing pulses to the boost converter. This IC is available in 28-pin package. This device has three I/O ports and five A/D input channels and A/D conversion module is in-built. A dedicated program for particle swarm optimisation based power regulation is developed in MPLAB and then downloaded to the PIC microcontroller for the closed loop operation. The experimental results are explained in the following section. 6. EXPERIMENTAL RESULTS The PV array fed LED lighting system was fabricated in the laboratory. The specifications of the experimental system are given in Table 4. Experiments were conducted at different operating points of the LED lighting system. Figure 6(a) shows the output power response of the system for a step input of amplitude 12W. It is seen that the power output oscillates evidently due to random initial positions of the particles. As the iteration proceeds, the particles do come closer to each other and the PSO algorithm is terminated when the position of the best particle corresponds to the reference value of 12W. The response time is approximately 5 seconds. After 20 seconds, the reference power is now increased to 24 W. The microcontroller senses the reference value and the PSO algorithm is re-started again. It is seen that the power output oscillates but settles to the reference value less than 5 seconds. The experimental results given in Figure 6(a) clearly illustrate the tracking capability of the proposed algorithm. During day time the solar insolation as well as ambient temperature will change due to environmental changes: sometimes these changes may be drastic such as a cloudy day or a very hot day in summer. The proposed controller must maintain the required power level in the conference hall for the efficiency of the working staff inside the conference hall. In order to test the controller with solar insolation change, artificial shading of the solar panel is now performed and this is shown in Figure 6(b) with reduced solar insolation the LED output power comes down forcing the microcontroller to initialise the PSO algorithm. As can be seen from Figure 6(b), the algorithm effectively identifies the new duty ratio so as to meet the reference power with decreased insolation. The search time is observed to be 5 seconds within which the dc-dc converter regulates the output power to 12W. The artificial shading is now removed increasing the solar insolation. This increases the output power from the PV array and hence the PSO algorithm is started once again to regulate the output power. The required regulation time is around 5 seconds. The performance curves in Figure 6(b) illustrate the robust nature of the PSO algorithm in rejecting external as well as internal disturbances. (a) (b) Fig.6. Experimental Results AN0 AN1
  • 5. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________________ Volume: 03 Issue: 10 | Oct-2014, Available @ http://www.ijret.org 23 7. CONCLUSION This paper has illustrated a new method of output power regulation in LED lighting systems employing Particle Swarm Optimization approach. The proposed method is simple to implement and is also system independent. The measured results for different types of internal as well as external disturbances clearly illustrate that the proposed algorithm is robust and immune to various disturbances. REFERENCES [1]. M. S. Shur and A. Zukauskas, “Sokid-state lighting: Toward superior illumination,” Proc. IEEE, vol. 93, no. 10, pp. 1691-1703, Oct. 2005. [2]. H.J. Chiu and S.J. Cheng, “LED backlight driving system for large-scale LCD panels,” IEEE Trans. Ind. Electron., vol. 54, no. 5, pp. 2751-2760, Oct. 2007. [3]. N. Narendran and Y. Gu, “Life of LED-based white light sources,” J. Display Technol., vol. 1, no. 1, pp. 167- 171, Sep. 2005. [4]. I. Hino and K. Iwamoto, “LED pulse response analysis considering the distributed CR constant in the peripheral junction,” IEEE Trans. Electron. Devices, vol. ED-26, no. 8, pp. 1238-1242, Aug. 1979. [5]. S. D. Lester, M. J. Ludowise, K. P. Killeenm, B. H. Perez, J. N. Miller, and S. J. Rosner, “High-efficiency InGaN MQW blue and green LEDs,” J. Cryst. Growth, vol.189/190, pp. 786-789, Jun. 1998. [6]. H. J. Chiu, Y. K. Lo, T. P. Lee, S. C. Mou, and H. M. Huang, “Design of an RGB backlight circuit for liquid crystal display panels,” IEEE Trans. Ind. Electron., vol. 56, no. 7, pp. 2793-2795, Jul. 2009. [7]. G. Carrato, “Solving high-voltage off-line HB-LED constant-current control circuit issues,” in Proc. IEEE Appl. Power Electron. Conf. (APEC), 2007, pp. 1316-1318. [8]. Y. Hu, and M. M. Jovanovic, “LED driver with self- adaptive drive voltage,” IEEE Trans. Power Electron., vol. 23, no. 6, Nov. 2008. [9]. B. J. Huang, C. W. Chen, P. C. Hsu, W. M. Tseng, and M. S. Wu, “Direct battery-driven solar LED lighting using constant-power control,” Solar Energy, 86 (2012), pp. 3250- 3259. [10]. Femina, N., Fortunato N., Vitelli, M., “Light to Light, PV fed lighting systems,” IEEE trans. Power Electronics, Vol.28, Iss.8 (2013), pp. 4063-4073. [11]. D. H. Chen, X. Ye and K. Li "Oxidation of PCE with a UV LED photocatalyst reactor", Chem. Eng. Tech., vol. 28, no. 1, pp.95 -97 2005 [12]. J. Kennedy, and R. Eberhart, “Particle Swarm Optimization,” in Proc. of the IEEE Int. Conf. on Neural Networks, Pisctaway, NJ, pp. 90-97. [13]. H. Xiaohui, S. Yuhui, and R. Eberhart, “Recent advances in particle swarm,” in Proc. Congr. Evolut. Comput., 2004, vol. 1, pp. 90-97. [14]. Y. Shi, and R. Eberhart, “A modified particle swarm optimizer,” in Proc. IEEE World Congr. Comput. Intell., Piscataway, NJ, pp. 69-73, 1998. [15]. A. Ratanaweera, Saman K. Halgamuge, Hary C. Watson, “Self organizing hierarchical particle swarm optimizer with time-varying acceleration coefficients,” IEEE Trans. Evol. Comput., vol. 8, no. 3, Jun. 2004. [16]. P. N. Suganthan, “Particle swarm optimizer with neighbourhood operator,” Proc. Evol. Comp., 1999. [17]. J. Robinson, Y. Rahamat Samii, “Particle Swarm Optimization in electromagnetics,” IEEE Trans. Antennas and Propagation, vol. 52, no. 2, pp. 397-407, Feb. 2004.