SlideShare a Scribd company logo
Bruno Nascimento et al. Int. Journal of Engineering Research and Applications www.ijera.com
ISSN: 2248-9622, Vol. 5, Issue 12, (Part - 4) December 2015, pp.100-103
www.ijera.com 100|P a g e
Backtracking Algorithm for Single-Axis Solar Trackers installed
in a sloping field
Bruno Nascimento*, Daniel Albuquerque**, Miguel Lima**, Pedro Sousa***
* ESTGV, Polytechnic Institute of Viseu, 3504-510 Viseu, Portugal
** CI&DETS, ESTGV, Polytechnic Institute of Viseu, 3504-510 Viseu, Portugal
*** Martifer Solar, Technical Department – Automation and Control Systems, 3505-291 Viseu, Portugal
ABSTRACT
In this paper we present a backtracking algorithm that improves the energy production of a single-axis solar
tracker by reducing the shadow caused by neighboring panels. Moreover, the proposed algorithm can operate in
any field slope avoiding the necessity of correcting the field slope where the solar tracker is placed. This is an
important feature once it will reduced the time and the manpower during the solar tracker setup. The results
have shown that the algorithm presents a similar performance comparing to similar algorithms that were
designed only for horizontal fields.
Keywords- PV Panels; Solar Trackers; Backtracking Algorithms; Solar Position; Renewable Energy.
I. INTRODUCTION
The renewable energies is an important topic
nowadays. This kind of energy is obtained from
natural resources, such as: sun, wind, water and
geothermal energy. In recent years the photovoltaic
(PV) energy has been a growing bet in Europe [1].
Therefore, the European Union (EU) decided to
design measures to transform Europe into a highly
efficient society. The main goal is to fulfill several
demands until 2020, known as “20-20-20” which has
the following meaning: a 20% reduction in EU
greenhouse gas emissions from 1990 levels; raising
the share of EU energy consumption produced from
renewable resources to 20%; a 20% improvement in
the EU’s energy efficiency. Therefore this action plan
will intend to control and reduce energy demand and
will reduce the population dependency on oil
resources.
Using PV panels is one possible way to obtain
the energy that nature provides us by transforming
the solar radiation into electricity. The photovoltaic
panels can be configured in two different ways: using
a static panel where the angle of solar radiation
incidence is variable along the day; or using a solar
tracker, where the panel will always follow the
position of the sun [2]. Both configurations are
feasible, however the solar trackers will present much
higher efficiency. Nevertheless, the solar trackers are
not a 100% effective system because there might be
situations in which the solar trackers are not prepared
for them. One of these situations is the incident
shadow on the panels caused by neighboring panels
in the tracker. This paper will justify the application
of an algorithm that will address this issue and
therefore improve the solar tracker efficiency.
II. BACKTRACKING ALGORITHM
The backtracking algorithm is used to prevent
the shadowing effect on the PV panels. This effect
will occur in the early morning and late afternoon
mainly due to the sun lower elevation. By applying a
backtracking algorithm, the PV plants will improve
the system efficiency once all the panel area is
exposed to solar radiation. Figure 1 presents an
example without backtracking algorithm, as can be
seen there is a panel region that it is not receiving
sunlight due to the shadow produced by inclination
angle of the adjacent panel.
Figure 2 presents an example with backtracking
algorithm implementation. In this case the shadow
effect is solved by reducing inclination angle of the
adjacent panel. Note that this not optimal panel
inclination will reduce the theoretical system
efficiency without shadow [3, 4, 5]. In conclusion of
backtracking algorithm, as the sun goes around, the
algorithm makes the correction of the inclination
angle of the PV panels in order to avoid the
shadowing effect.
Figure 1: Solar trackers without Backtracking
Algorithm.
RESEARCH ARTICLE OPEN ACCESS
Bruno Nascimento et al. Int. Journal of Engineering Research and Applications www.ijera.com
ISSN: 2248-9622, Vol. 5, Issue 12, (Part - 4) December 2015, pp.100-103
www.ijera.com 101|P a g e
Figure 2: Solar trackers with Backtracking
Algorithm.
There are several backtracking algorithms
already developed for this purpose namely the
algorithms proposed by Dorian Schneider [3], E.
Lorenzo [4], Dan Weinstock and Joseph Appelbaum
[5]. These algorithms were only designed for the case
where the solar tracker is placed in a horizontal field,
imposing that during of the solar tracker setup, a
slope field must be turned horizontal increasing the
setup time and cost especially for large solar plants.
III. PROPOSED BACKTRACKING
ALGORITHM
The proposed backtracking algorithm was
developed based for a single-axis solar tracker,
making use of trigonometric equations. Considering
the two dimensions projection presented in Figure 3,
the backtracking coefficient b is obtained by the
following expression:
(1)
Figure 3: Solar projections of PV panels.
The backtracking coefficient b depends on the
distance between panels (d), the width of each panel
(w), the incidence angle of the sun radiation (β) and
the field slope angle (α). For the case that b is less
than 1 this means that shadowing effect will occur
and therefore the backtracking must be applied. On
the other hand when b is greater than 1, the panel will
follow its ideal inclination without backtracking.
Note that the sun incidence angle β can be obtained
through a solar positioning algorithm, like for
example the SPA algorithm [6]
The inclination angle of the panel that avoids the
shadowing effect can be obtained by:
(2)
for (during the morning period) and by:
(3)
for (during the afternoon period), where γ is
obtained through the law of sines in a triangle using
the following development:
(4)
IV. RESULTS
In this section are presented two examples to test
the proposed backtracking algorithm performance.
The first example uses two PV panels of 1 m wide
placed 1.2 m apart (w=1m; d=1.2m) in the same
solar tracker axis in a horizontal field.
Figure 4 shows the evolution of the solar panel
inclination angle using the proposed algorithm. As
we can observe in Figure 5, the solar tracker is
performing backtracking for a coefficient b less than
1. When the coefficient exceeds this value, it means
that the panel is following the normal procedures
(without backtracking), because the solar incidence
on the panel will not cause shadowing effect.
Figure 4: Inclination angle of the solar panel
(spacing between panels: 1.2 m).
Bruno Nascimento et al. Int. Journal of Engineering Research and Applications www.ijera.com
ISSN: 2248-9622, Vol. 5, Issue 12, (Part - 4) December 2015, pp.100-103
www.ijera.com 102|P a g e
Figure 5: Backtracking coefficient (spacing between
panels: 1.2 m).
Figures 6 and 7 show the same previous
approach but now with panels 1.70 m apart instead of
1.20 m. As can be seen in this case there was a
change in the range of backtracking coefficient value,
however the threshold backtracking/no-backtracking
remains with the coefficient (b = 1). As a result of
this, it can be concluded that the normal follow up
period without backtracking will be greater.
Figure 6: Inclination angle of the solar panel
(spacing between panels: 1.7 m).
Figure 7: Backtracking coefficient (spacing between
panels: 1.7 m).
Figure 8 compares the proposed algorithm with
the algorithm developed by Weinstock and
Appelbaum for a space between panels of 1.2m. As
can be seen the both algorithms presents similar
results. Netherless, the backtracking coefficient used
in each algorithm presents several differences,
because as long as the algorithm of Weinstock and
Appelbaum need to change the threshold point each
time the spacing between panels changes, the
proposed algorithm will do it automatically.
Figure 8: Inclination angle of the solar panel for both
algorithms (spacing between panels: 1.2 m).
For the second example the solar tracker will
placed in a 10º slope field (α=10º). In this case the
solar tracker will behave differently due to its ground
inclination. Figure 8 shows the evolution of the solar
panel inclination angle using the proposed algorithm.
As we can observe in this case the solar tracker
reference is 10º because its resting position is parallel
to the ground.
Bruno Nascimento et al. Int. Journal of Engineering Research and Applications www.ijera.com
ISSN: 2248-9622, Vol. 5, Issue 12, (Part - 4) December 2015, pp.100-103
www.ijera.com 103|P a g e
Figure 9: Inclination angle of the solar panel
(spacing between panels: 1.7 m; ground slope: 10º).
V. CONCLUSIONS
The backtracking algorithms are a very useful
tool in the implementation of PV plants using solar
trackers due to the improvement of the energy
production efficiency. The proposed algorithm has
proven to be a very versatile in terms of a PV
implementation setup by not imposing that the
ground of the tracker must be horizontal as other
similar algorithms do. Moreover, the proposed
algorithm presents a similar performance when
compared with a similar algorithm for a tracker
placed in a horizontal ground. In relation to the
backtracking coefficient the range of values change
depending on the park settings, being due to the fact
that keeping the same point backtrackingno-
backtracking border (b = 1). Otherwise it was
necessary to measure this parameter for each case
study, as the algorithm of Weinstock and Appelbaum
does.
REFERENCES
[1] Maria Teresa Silva Pereira de Macedo Grijó,
“O Impacto da Produção de Energia Solar
Fotovoltaica no Crescimento Económico,”
Master Thesis, Faculty of Engineering,
University of Porto, 2014.
[2] S. Deepthi, A. Ponni, R. Ranjitha, and R.
Dhanabal, “Comparison of Efficiencies of
Solar Tracker systems with static panel
Single- Axis Tracking System and Dual-
Axis Tracking System with Fixed Mount,”
Int. J. Eng. Sci. Innov. Technol. IJESIT, vol.
2, Mar. 2013.
[3] D. Schneider, “Control algorithms for large
scale, single axis photovoltaic trackers,”
16th Int. Stud. Conf. Electr. Eng., 2012.
[4] E. Lorenzo, L. Navarte, and J. Muñoz,
“Tracking and back-tracking,” Polytechnic
University of Madrid (IES-UPM), 2011.
[5] D. Weinstock and J. Appelbaum, “Diffuse
Irradiance and Tracker Simulations,” Sandia
Natl. Lab., May 2013.
[6] I. Reda and A. Andreas, “Solar Position
Algorithm for Solar Radiation
Applications.” National Renewable Energy
Laboratory, 2008.

More Related Content

PDF
46 optimization paper id 0017 edit septian
PDF
Design and performance evaluation of a solar tracking panel of single axis in...
PDF
Irsolav Methodology 2013
PDF
AIAA Paper dlt228
PDF
Dynamic daylight glare evaluation
PDF
12 SuperAI on Supercomputers
PPTX
VALIDATING SATELLITE LAND SURFACE TEMPERATURE PRODUCTS FOR GOES-R AND JPSS MI...
PPTX
Final thesis presentation
46 optimization paper id 0017 edit septian
Design and performance evaluation of a solar tracking panel of single axis in...
Irsolav Methodology 2013
AIAA Paper dlt228
Dynamic daylight glare evaluation
12 SuperAI on Supercomputers
VALIDATING SATELLITE LAND SURFACE TEMPERATURE PRODUCTS FOR GOES-R AND JPSS MI...
Final thesis presentation

What's hot (19)

PDF
High resolution alma_observations_of_sdp81_the_innermost_mass_profile_of_the_...
PDF
System testing for the fresnel lens-based optical
PDF
Estimation of Terrain Gradient Conditions & Obstacle Detection Using a Monocu...
PPT
IGARSS 2011.ppt
PDF
Fusion of Multi-MAV Data
PDF
Program on Mathematical and Statistical Methods for Climate and the Earth Sys...
PDF
Understanding climate model evaluation and validation
PDF
cloud_futures_2.0_Papazachos
PPT
MODELING DAILY NET SHORTWAVE RADIATION OVER RUGGED SURFACES USING MODIS ATMOS...
PPTX
Adjusting post processing approach for very short-term solar power forecasts
PDF
IRJET- Tool: Segregration of Bands in Sentinel Data and Calculation of NDVI
PPTX
4 chenIGARSS_presentation.pptx
PDF
Introduction geostatistic for_mineral_resources
PPTX
PV Solar Power Forecasting
PDF
Cv3210411055
PPT
temporal_analysis_forest_cover_using_hmm.ppt
PPTX
A Post-processing Approach for Solar Power Combined Forecasts of Ramp Events
PDF
How Deep Learning Could Predict Weather Events
PPT
Satellite image processing
High resolution alma_observations_of_sdp81_the_innermost_mass_profile_of_the_...
System testing for the fresnel lens-based optical
Estimation of Terrain Gradient Conditions & Obstacle Detection Using a Monocu...
IGARSS 2011.ppt
Fusion of Multi-MAV Data
Program on Mathematical and Statistical Methods for Climate and the Earth Sys...
Understanding climate model evaluation and validation
cloud_futures_2.0_Papazachos
MODELING DAILY NET SHORTWAVE RADIATION OVER RUGGED SURFACES USING MODIS ATMOS...
Adjusting post processing approach for very short-term solar power forecasts
IRJET- Tool: Segregration of Bands in Sentinel Data and Calculation of NDVI
4 chenIGARSS_presentation.pptx
Introduction geostatistic for_mineral_resources
PV Solar Power Forecasting
Cv3210411055
temporal_analysis_forest_cover_using_hmm.ppt
A Post-processing Approach for Solar Power Combined Forecasts of Ramp Events
How Deep Learning Could Predict Weather Events
Satellite image processing
Ad

Viewers also liked (20)

PDF
A Survey of Security of Multimodal Biometric Systems
PDF
Reduction of Un-safe Work Practices by Enhancing Shop floor Safety– A case study
PDF
Analysis of Cross-ply Laminate composite under UD load based on CLPT by Ansys...
PDF
Determination of Optimal Product Mix for Profit Maximization using Linear Pro...
PDF
SUSTAINABLE BUILDINGS IN HOT AND DRY CLIMATE OF INDIA
PDF
A refined energy-based model for friction stir processing of Al- Zn-Mg alloy
PDF
Water Quality Index for Assessment of Rudrasagar Lake Ecosystem, India
PDF
Screening of Preliminary Phytochemicals and Their Free Radical Scavenging Act...
PDF
The Potential Application of Gasification for Biomass Power Generation in Iso...
PDF
Nanomodeling of Nonlinear Thermoelastic Behavior of AA5454/ Silicon Nitride N...
PDF
Expectations for Electronic Debate Platforms as a Function of Application Domain
PDF
A Dna And Amino-Acids Based Implementation Of Four-Square Cipher
PDF
Comparison of Feature selection methods for diagnosis of cervical cancer usin...
PPT
Watch drozd vs wlodarczyk fighting live boxing
PDF
Carta del Demre
PDF
2 HVAC Training Certificate
PPT
Food security bill
PPTX
ПримБиз - итоги 2015 года
ODP
Tutorial immagine bianco e nero con particolare a colori
PPT
Stunning collection of Forevermark
A Survey of Security of Multimodal Biometric Systems
Reduction of Un-safe Work Practices by Enhancing Shop floor Safety– A case study
Analysis of Cross-ply Laminate composite under UD load based on CLPT by Ansys...
Determination of Optimal Product Mix for Profit Maximization using Linear Pro...
SUSTAINABLE BUILDINGS IN HOT AND DRY CLIMATE OF INDIA
A refined energy-based model for friction stir processing of Al- Zn-Mg alloy
Water Quality Index for Assessment of Rudrasagar Lake Ecosystem, India
Screening of Preliminary Phytochemicals and Their Free Radical Scavenging Act...
The Potential Application of Gasification for Biomass Power Generation in Iso...
Nanomodeling of Nonlinear Thermoelastic Behavior of AA5454/ Silicon Nitride N...
Expectations for Electronic Debate Platforms as a Function of Application Domain
A Dna And Amino-Acids Based Implementation Of Four-Square Cipher
Comparison of Feature selection methods for diagnosis of cervical cancer usin...
Watch drozd vs wlodarczyk fighting live boxing
Carta del Demre
2 HVAC Training Certificate
Food security bill
ПримБиз - итоги 2015 года
Tutorial immagine bianco e nero con particolare a colori
Stunning collection of Forevermark
Ad

Similar to Backtracking Algorithm for Single-Axis Solar Trackers installed in a sloping field (20)

PDF
IRJET- Solar Panel Cleaning System with Inbuilt Power Supply
PDF
Assessment of Different Shading Design Scenario on the Daylight Availability ...
PDF
cleanin solar panel .pdf
PDF
Optimization of photovoltaic energy by a microcontroller
PDF
Enhanging bifacial PV modeling with ray-tracing
PDF
Vision based solar tracking system for efficient energy harvesting
PDF
Design and implementation of smart electronic solar tracker based on Arduino
PPTX
REVIEW OF TRACKING METHODOLOGIES FOR PHOTOVOLTAIC (PV) PANELS
PDF
Ensembling techniques in solar panel quality classification
PDF
IRJET- Automatic Solar Tracker
PDF
Soft computing and IoT based solar tracker
DOCX
lable at ScienceDirectJournal of Electrostatics 73 (2015) .docx
PDF
A Novel Approach to Analyze Satellite Images for Severe Weather Events
PDF
Design of PV backup system for data center
PDF
IRJET- Improving Performance of Circularly Polarized Patch Antenna by Varying...
PDF
UrbaWind, a Computational Fluid Dynamics tool to predict wind resource in urb...
PDF
Integration of the natural cross ventilation in the CFD software UrbaWind
PDF
International Journal of Computational Engineering Research(IJCER)
PDF
An interactive approach for solar energy system:design and manufacturing
IRJET- Solar Panel Cleaning System with Inbuilt Power Supply
Assessment of Different Shading Design Scenario on the Daylight Availability ...
cleanin solar panel .pdf
Optimization of photovoltaic energy by a microcontroller
Enhanging bifacial PV modeling with ray-tracing
Vision based solar tracking system for efficient energy harvesting
Design and implementation of smart electronic solar tracker based on Arduino
REVIEW OF TRACKING METHODOLOGIES FOR PHOTOVOLTAIC (PV) PANELS
Ensembling techniques in solar panel quality classification
IRJET- Automatic Solar Tracker
Soft computing and IoT based solar tracker
lable at ScienceDirectJournal of Electrostatics 73 (2015) .docx
A Novel Approach to Analyze Satellite Images for Severe Weather Events
Design of PV backup system for data center
IRJET- Improving Performance of Circularly Polarized Patch Antenna by Varying...
UrbaWind, a Computational Fluid Dynamics tool to predict wind resource in urb...
Integration of the natural cross ventilation in the CFD software UrbaWind
International Journal of Computational Engineering Research(IJCER)
An interactive approach for solar energy system:design and manufacturing

Recently uploaded (20)

PPTX
Current and future trends in Computer Vision.pptx
PDF
July 2025 - Top 10 Read Articles in International Journal of Software Enginee...
PPTX
CH1 Production IntroductoryConcepts.pptx
PDF
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
PPTX
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
PPTX
OOP with Java - Java Introduction (Basics)
PPTX
Lecture Notes Electrical Wiring System Components
PDF
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
PPTX
Internet of Things (IOT) - A guide to understanding
PPTX
Sustainable Sites - Green Building Construction
DOCX
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
PDF
TFEC-4-2020-Design-Guide-for-Timber-Roof-Trusses.pdf
PPTX
web development for engineering and engineering
PDF
PRIZ Academy - 9 Windows Thinking Where to Invest Today to Win Tomorrow.pdf
PPTX
Construction Project Organization Group 2.pptx
PDF
Enhancing Cyber Defense Against Zero-Day Attacks using Ensemble Neural Networks
PDF
Model Code of Practice - Construction Work - 21102022 .pdf
PDF
Automation-in-Manufacturing-Chapter-Introduction.pdf
PDF
R24 SURVEYING LAB MANUAL for civil enggi
PDF
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
Current and future trends in Computer Vision.pptx
July 2025 - Top 10 Read Articles in International Journal of Software Enginee...
CH1 Production IntroductoryConcepts.pptx
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
OOP with Java - Java Introduction (Basics)
Lecture Notes Electrical Wiring System Components
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
Internet of Things (IOT) - A guide to understanding
Sustainable Sites - Green Building Construction
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
TFEC-4-2020-Design-Guide-for-Timber-Roof-Trusses.pdf
web development for engineering and engineering
PRIZ Academy - 9 Windows Thinking Where to Invest Today to Win Tomorrow.pdf
Construction Project Organization Group 2.pptx
Enhancing Cyber Defense Against Zero-Day Attacks using Ensemble Neural Networks
Model Code of Practice - Construction Work - 21102022 .pdf
Automation-in-Manufacturing-Chapter-Introduction.pdf
R24 SURVEYING LAB MANUAL for civil enggi
Mitigating Risks through Effective Management for Enhancing Organizational Pe...

Backtracking Algorithm for Single-Axis Solar Trackers installed in a sloping field

  • 1. Bruno Nascimento et al. Int. Journal of Engineering Research and Applications www.ijera.com ISSN: 2248-9622, Vol. 5, Issue 12, (Part - 4) December 2015, pp.100-103 www.ijera.com 100|P a g e Backtracking Algorithm for Single-Axis Solar Trackers installed in a sloping field Bruno Nascimento*, Daniel Albuquerque**, Miguel Lima**, Pedro Sousa*** * ESTGV, Polytechnic Institute of Viseu, 3504-510 Viseu, Portugal ** CI&DETS, ESTGV, Polytechnic Institute of Viseu, 3504-510 Viseu, Portugal *** Martifer Solar, Technical Department – Automation and Control Systems, 3505-291 Viseu, Portugal ABSTRACT In this paper we present a backtracking algorithm that improves the energy production of a single-axis solar tracker by reducing the shadow caused by neighboring panels. Moreover, the proposed algorithm can operate in any field slope avoiding the necessity of correcting the field slope where the solar tracker is placed. This is an important feature once it will reduced the time and the manpower during the solar tracker setup. The results have shown that the algorithm presents a similar performance comparing to similar algorithms that were designed only for horizontal fields. Keywords- PV Panels; Solar Trackers; Backtracking Algorithms; Solar Position; Renewable Energy. I. INTRODUCTION The renewable energies is an important topic nowadays. This kind of energy is obtained from natural resources, such as: sun, wind, water and geothermal energy. In recent years the photovoltaic (PV) energy has been a growing bet in Europe [1]. Therefore, the European Union (EU) decided to design measures to transform Europe into a highly efficient society. The main goal is to fulfill several demands until 2020, known as “20-20-20” which has the following meaning: a 20% reduction in EU greenhouse gas emissions from 1990 levels; raising the share of EU energy consumption produced from renewable resources to 20%; a 20% improvement in the EU’s energy efficiency. Therefore this action plan will intend to control and reduce energy demand and will reduce the population dependency on oil resources. Using PV panels is one possible way to obtain the energy that nature provides us by transforming the solar radiation into electricity. The photovoltaic panels can be configured in two different ways: using a static panel where the angle of solar radiation incidence is variable along the day; or using a solar tracker, where the panel will always follow the position of the sun [2]. Both configurations are feasible, however the solar trackers will present much higher efficiency. Nevertheless, the solar trackers are not a 100% effective system because there might be situations in which the solar trackers are not prepared for them. One of these situations is the incident shadow on the panels caused by neighboring panels in the tracker. This paper will justify the application of an algorithm that will address this issue and therefore improve the solar tracker efficiency. II. BACKTRACKING ALGORITHM The backtracking algorithm is used to prevent the shadowing effect on the PV panels. This effect will occur in the early morning and late afternoon mainly due to the sun lower elevation. By applying a backtracking algorithm, the PV plants will improve the system efficiency once all the panel area is exposed to solar radiation. Figure 1 presents an example without backtracking algorithm, as can be seen there is a panel region that it is not receiving sunlight due to the shadow produced by inclination angle of the adjacent panel. Figure 2 presents an example with backtracking algorithm implementation. In this case the shadow effect is solved by reducing inclination angle of the adjacent panel. Note that this not optimal panel inclination will reduce the theoretical system efficiency without shadow [3, 4, 5]. In conclusion of backtracking algorithm, as the sun goes around, the algorithm makes the correction of the inclination angle of the PV panels in order to avoid the shadowing effect. Figure 1: Solar trackers without Backtracking Algorithm. RESEARCH ARTICLE OPEN ACCESS
  • 2. Bruno Nascimento et al. Int. Journal of Engineering Research and Applications www.ijera.com ISSN: 2248-9622, Vol. 5, Issue 12, (Part - 4) December 2015, pp.100-103 www.ijera.com 101|P a g e Figure 2: Solar trackers with Backtracking Algorithm. There are several backtracking algorithms already developed for this purpose namely the algorithms proposed by Dorian Schneider [3], E. Lorenzo [4], Dan Weinstock and Joseph Appelbaum [5]. These algorithms were only designed for the case where the solar tracker is placed in a horizontal field, imposing that during of the solar tracker setup, a slope field must be turned horizontal increasing the setup time and cost especially for large solar plants. III. PROPOSED BACKTRACKING ALGORITHM The proposed backtracking algorithm was developed based for a single-axis solar tracker, making use of trigonometric equations. Considering the two dimensions projection presented in Figure 3, the backtracking coefficient b is obtained by the following expression: (1) Figure 3: Solar projections of PV panels. The backtracking coefficient b depends on the distance between panels (d), the width of each panel (w), the incidence angle of the sun radiation (β) and the field slope angle (α). For the case that b is less than 1 this means that shadowing effect will occur and therefore the backtracking must be applied. On the other hand when b is greater than 1, the panel will follow its ideal inclination without backtracking. Note that the sun incidence angle β can be obtained through a solar positioning algorithm, like for example the SPA algorithm [6] The inclination angle of the panel that avoids the shadowing effect can be obtained by: (2) for (during the morning period) and by: (3) for (during the afternoon period), where γ is obtained through the law of sines in a triangle using the following development: (4) IV. RESULTS In this section are presented two examples to test the proposed backtracking algorithm performance. The first example uses two PV panels of 1 m wide placed 1.2 m apart (w=1m; d=1.2m) in the same solar tracker axis in a horizontal field. Figure 4 shows the evolution of the solar panel inclination angle using the proposed algorithm. As we can observe in Figure 5, the solar tracker is performing backtracking for a coefficient b less than 1. When the coefficient exceeds this value, it means that the panel is following the normal procedures (without backtracking), because the solar incidence on the panel will not cause shadowing effect. Figure 4: Inclination angle of the solar panel (spacing between panels: 1.2 m).
  • 3. Bruno Nascimento et al. Int. Journal of Engineering Research and Applications www.ijera.com ISSN: 2248-9622, Vol. 5, Issue 12, (Part - 4) December 2015, pp.100-103 www.ijera.com 102|P a g e Figure 5: Backtracking coefficient (spacing between panels: 1.2 m). Figures 6 and 7 show the same previous approach but now with panels 1.70 m apart instead of 1.20 m. As can be seen in this case there was a change in the range of backtracking coefficient value, however the threshold backtracking/no-backtracking remains with the coefficient (b = 1). As a result of this, it can be concluded that the normal follow up period without backtracking will be greater. Figure 6: Inclination angle of the solar panel (spacing between panels: 1.7 m). Figure 7: Backtracking coefficient (spacing between panels: 1.7 m). Figure 8 compares the proposed algorithm with the algorithm developed by Weinstock and Appelbaum for a space between panels of 1.2m. As can be seen the both algorithms presents similar results. Netherless, the backtracking coefficient used in each algorithm presents several differences, because as long as the algorithm of Weinstock and Appelbaum need to change the threshold point each time the spacing between panels changes, the proposed algorithm will do it automatically. Figure 8: Inclination angle of the solar panel for both algorithms (spacing between panels: 1.2 m). For the second example the solar tracker will placed in a 10º slope field (α=10º). In this case the solar tracker will behave differently due to its ground inclination. Figure 8 shows the evolution of the solar panel inclination angle using the proposed algorithm. As we can observe in this case the solar tracker reference is 10º because its resting position is parallel to the ground.
  • 4. Bruno Nascimento et al. Int. Journal of Engineering Research and Applications www.ijera.com ISSN: 2248-9622, Vol. 5, Issue 12, (Part - 4) December 2015, pp.100-103 www.ijera.com 103|P a g e Figure 9: Inclination angle of the solar panel (spacing between panels: 1.7 m; ground slope: 10º). V. CONCLUSIONS The backtracking algorithms are a very useful tool in the implementation of PV plants using solar trackers due to the improvement of the energy production efficiency. The proposed algorithm has proven to be a very versatile in terms of a PV implementation setup by not imposing that the ground of the tracker must be horizontal as other similar algorithms do. Moreover, the proposed algorithm presents a similar performance when compared with a similar algorithm for a tracker placed in a horizontal ground. In relation to the backtracking coefficient the range of values change depending on the park settings, being due to the fact that keeping the same point backtrackingno- backtracking border (b = 1). Otherwise it was necessary to measure this parameter for each case study, as the algorithm of Weinstock and Appelbaum does. REFERENCES [1] Maria Teresa Silva Pereira de Macedo Grijó, “O Impacto da Produção de Energia Solar Fotovoltaica no Crescimento Económico,” Master Thesis, Faculty of Engineering, University of Porto, 2014. [2] S. Deepthi, A. Ponni, R. Ranjitha, and R. Dhanabal, “Comparison of Efficiencies of Solar Tracker systems with static panel Single- Axis Tracking System and Dual- Axis Tracking System with Fixed Mount,” Int. J. Eng. Sci. Innov. Technol. IJESIT, vol. 2, Mar. 2013. [3] D. Schneider, “Control algorithms for large scale, single axis photovoltaic trackers,” 16th Int. Stud. Conf. Electr. Eng., 2012. [4] E. Lorenzo, L. Navarte, and J. Muñoz, “Tracking and back-tracking,” Polytechnic University of Madrid (IES-UPM), 2011. [5] D. Weinstock and J. Appelbaum, “Diffuse Irradiance and Tracker Simulations,” Sandia Natl. Lab., May 2013. [6] I. Reda and A. Andreas, “Solar Position Algorithm for Solar Radiation Applications.” National Renewable Energy Laboratory, 2008.