SlideShare a Scribd company logo
1 of 5
Download to read offline
International Journal of Power Electronics and Drive System (IJPEDS)
Vol. 10, No. 4, December 2019, pp. 2096~2100
ISSN: 2088-8694, DOI: 10.11591/ijpeds.v10.i4.pp2096-2100  2096
Journal homepage: http://iaescore.com/journals/index.php/IJPEDS
Control and supervision of a solar electric system
Benabed Khadidja1
, Boudghene Stambouli Amine2
, Benabadji Noureddine3
1, 2 Département d'Electronique, Université des Sciences et de la Technologie d’Oran Mohamed Boudiaf, USTO-MB, BP
1505, El M’naouer, 31000 Oran Algérie
3 Laboratoire d'Analyse et d'Application des Rayonnements (LAAR), Université des Sciences et de la Technologie
d’Oran Mohamed Boudiaf, USTO-MB, BP 1505, El M’naouer, 31000 Oran Algérie
Article Info ABSTRACT
Article history:
Received Jan 14, 2019
Revised Mar 1, 2019
Accepted Jul 24, 2019
Energy consumption is one of the biggest concerns because it is increasing
and it has a great impact on our environment. Photovoltaic energy is a
possible response to the challenges of the energy transition of tomorrow. For
proper operation, the solar photovoltaic system needs a rigorous supervision
of its electrical and physical parameters. Monitoring is one of the foundations
of photovoltaic maintenance engineering. This article describes the design
and realization of a solar monitor for the monitoring of the correct operation
of a mini power plant from panels photovoltaic.
Keywords:
Microcontroller
Monitor
Photovoltaic system
Solar energy
Supervision Copyright © 2019 Institute of Advanced Engineering and Science.
All rights reserved.
Corresponding Author:
Benabed Khadidja,
Département d'Electronique,
Université des Sciences et de la Technologie d’Oran Mohamed Boudiaf,
BP 1505, El M’naouer, 31000 Oran Algérie.
Email: Khadidja.benabed@univ-usto.dz
1. INTRODUCTION
Solar energy is playing major role as an important renewable energy source due to its cleanness,
zero cost and everywhere availability [1]. Photovoltaic technology has advanced and made solar panels more
flexible and easier to install [2].
The supervision of a photovoltaic system, or monitoring, makes it possible to evaluate the operation
quality of the system and on the other hand to detect any anomalies. It is generally composed of a data
acquisition and storage system, a signal processing or analysis software, and a display. The supervising
system is a solution for limit production losses and improves solar plant performance [3]. Grace an alert
system, fault analysis is possible to reduce the cost of maintenance and avoid unnecessary travel [4]. There
are many systems for evaluating the performance of a photovoltaic system [5]-[9]. Some systems allow, for
example, the comparison between the actual production of an installation and the theoretical production. An
alert is sent to the user warning of an anomaly on the PV system. This article describes the design and
construction of a solar monitor for the supervision and control of a PV solar system.
2. MATERIAL AND METHODS
The realized device is dedicated for 6V or 12V photovoltaic panels system at a medium power (up
to 50W). It is responsible for performing automatic and periodic measurements of five important physical
parameters to be monitored: the charging current of the energy accumulator (battery), the discharge current,
the charging voltage, the external temperature (close to P.V.) and the internal temperature (close to battery)
(Figure 1).
Int J Pow Elec & Dri Syst ISSN: 2088-8694 
Control and supervision of a solar electric system (Benabed Khadidja)
2097
Figure 1. System overview
3. HARDWARE DESCRIPTION
The diagram in the figure 2 shows the main modules of this device: an 8-bit microcontroller
(PIC18F452), a 2x16 characters LCD display module and the regulated power section.
Figure 2. Block diagram of the prototype device.
3.1. The 8-bits microcontroller pic 18f452
It is a microcontroller of the high-end range of the American company Microchip, a world leader in
this category of programmable digital components. It is equipped with a RISC architecture, whose
performances in speed and memory usage are much better than the old CISC architecture [10]. The PIC is
powered by a voltage of 5V. The resistor R0 has been added to lower the current on the MCLR pin. The
diode D0 is added to prevent high voltage Vpp (13V) goes to Vdd when doing In-Circuit Programming of the
microcontroller. The LED indicates the presence of power in the monitor (Figure 3). Capacitor C0 filters any
transient voltage or noise that could crash the system.
Figure 3. Electrical diagram of the PIC power supply.
3.2. The regulated power supply section
 ISSN: 2088-8694
Int J Pow Elec & Dri Syst Vol. 10, No. 4, Dec 2019 : 2096 – 2100
2098
The regulator used is a classic regulator 78L05, low power version (max. output current = 100 mA).
A Schottky diode BAT85 has been added to bias this 78L05 regulator, in order to slightly increase the supply
voltage Vdd to +5.12V. This particular value allows us to round the measurement sensitivity precisely to 5
mV, instead of 4.88 mV if we kept Vdd = 5V, which greatly simplifies the programming subroutine of data
acquisition. The two capacitors C3, C4 are placed at each side of the regulator to smooth the voltage in case
of sudden transient higher consumption that could occur in long wiring when connecting P.V. panel to the
microcontroller board (Figure 4).
Figure 4. The Regulated power supply.
3.3. The LCD display module 2x16 characters
A 2x16 character LCD display module requires at least 10 I/O lines (Inputs / outputs) from the PIC,
in 8-bit mode, or only 6 I/O lines in 4-bit mode [11]. The LCD display is powered by a voltage of 5V +/- 5%.
To save the input / output ports of the PIC, the LCD module will operate in 4-bit mode (4 data bits) instead of
8 (LCD module configuration at initialization), and only in write mode (pin RW connected to the ground).
The contrast control can be adjusted using the potentiometer Aj1(figure 5).
Fig. 5. The 2x16 LCD display module.
3.4. The temperature sensor supply
The temperature sensor is a LM35DZ that can measure a temperature between 0 and + 100 °C; it
provides a voltage proportional to the temperature with a resolution of 10 mV / °C [12]. The LM35DZ
temperature sensor can be powered in a range of 4 to 20V with an internal consumption of less than 60μA at
4V. For our internal temperature sensor, the regulated power supply Vdd has been used, while for the
external one, we directly used the 6V photovoltaic panel. In the absence of the sunshine, it is powered
directly by the battery. Resistor R7 and capacitor C6 (for the external temperature sensor) act as a series RC
Int J Pow Elec & Dri Syst ISSN: 2088-8694 
Control and supervision of a solar electric system (Benabed Khadidja)
2099
damper to improve the tolerance of long wires capacitance (PV panel are mounted far from the
microcontroller board) (Figure 6 and Figure 7).
Figure 6. Diagram of the internal and external temperature sensors.
Figure 7. Complete electrical circuit diagram.
4. RESULTS AND DISCUSSIONS
This solar monitor is responsible for performing automatic and periodic measurements of important
physical parameters be monitored. It offers information about internal and external temperature, the current
and voltage involved between the P.V. panels system and the energy storage system (Figure 8).This device
uses few components, readily available and a very low cost.
 ISSN: 2088-8694
Int J Pow Elec & Dri Syst Vol. 10, No. 4, Dec 2019 : 2096 – 2100
2100
Figure 8. The display of the four measured parameters.
5. CONCLUSION
This paper describes the design and implementation of an automatic recording device (solar
monitor) to measure several important physical parameters (internal and external temperature, the current and
voltage involved between the P.V. panels system and the energy storage system). This prototype uses few
components, readily available and provides a good reliability. It is recommended in the management and the
monitoring of a low cost operational solar power plant based on photovoltaic panels.
REFERENCES
[1] H. A. Attia,“High performance PV system based on artificial neural network MPPT with PI controller for direct
current water pump applications, “ International Journal of Power Electronics and Drive System (IJPEDS), Vol.
10, pp. 1329-1338, 2019.
[2] A. Mezouari, R. Elgouri, M. Igouzal, M. Alareqi, K. Mateur, H. Dahou, L. Hlou,“ A New Photovoltaic Energy
Sharing System between Homes in Standalone Areas, “International Journal of Electrical and Computer
Engineering, Vol. 8, pp. 4855-4862, 2018.
[3] A. Chouder, S. Silvestre, “Automatic supervision and fault detection of PV systems based on power losses
analysis, “Energy Conversion and Management, vol.51, pp.1929-1937, 2010.
[4] U. Anliker, J. A. Ward, P. Lukowicz, G. Tröster, F. Dolveck, M. Baer, F. Keita, E. B. Schenker, F. Catarsi, L.
Coluccini, A. Belardinelli, D. Shklarski, M. Alon, E. Hirt, R. Schmid, M. “Vuskovic, AMON: A Wearable
Multiparameter Medical Monitoring and Alert System,” IEEE Transactions On Information Technology In
Biomedicine, Vol. 8, pp.415-427, 2004.
[5] M. Hashem Nehrir, J. Brock LaMeres, G. Venkataramanan, V. Gerez, L. A. Alvarado, “An Approach to Evaluate
the General Performance of Stand-Alone Wind/Photovoltaic Generating Systems,” IEEE Transactions on Energy
Conversion, Vol. 15, pp.433-439, 2000.
[6] B. J. Huang, T. H. Lin, W. C. Hung, F. S. Sun, “Performance Evaluation Of Solar Photovoltaic/Thermal
Systems,” Solar Energy, Vol. 70, pp.443-448, 2001.
[7] J. Andrés, C. Castro, A. Julián, A. Cardona ,”Model to Evaluate the Performance of Building Integrated
Photovoltaic Systems using Matlab/Simulink,” International Journal of Electrical and Computer Engineering
(IJECE), Vol.8, pp. 680-688, 2018.
[8] M.A. Elhadidy, “Performance evaluation of hybrid (wind/ solar/ diesel) power systems,” Renewable Energy, Vol.
26, pp. 401-413, 2002.
[9] A. Abdulmula, K. Sopian, L. Chin Haw, A. Fazlizan,“Performance evaluation of standalone double axis solar
tracking system with maximum light detection MLD for telecommunication towers in Malaysia,” International
Journal of Power Electronics and Drive System (IJPEDS), Vol. 10, pp. 444-453, 2019.
[10] S.Kumaravel, P. Neelamegam, R.Vasumathi, “Distributed Chloride Prediction System Using Neural Network and
PIC18F452 Microcontrollers in Water Analysis,” International Journal of Computer Applications, Vol. 8, pp.15-
20, 2010.
[11] K.Benabed, S.A.Boudghene, N.Benabadji,”Prototyping a Dedicated Photovoltaic System Datalogger,”
TELKOMNIKA Indonesian Journal of Electrical Engineering, Vol.16, pp. 488-494, 2015.
[12] L.Messikh, S.Chikhi, F. Chikhi, T., “Chergui, Mise au point d’un régulateur de charge/décharge de batterie avec
seuils adaptatifs de tension pour les applications photovoltaïques”, Revue des Energies Renouvelables, Vol. 11,
pp. 281-290, 2008.

More Related Content

What's hot

Electricity Meter Reading using GSM
Electricity Meter Reading using GSMElectricity Meter Reading using GSM
Electricity Meter Reading using GSM
ijtsrd
 
The research of_portable_ecg_monitoring_system_with_usb_host_interface
The research of_portable_ecg_monitoring_system_with_usb_host_interfaceThe research of_portable_ecg_monitoring_system_with_usb_host_interface
The research of_portable_ecg_monitoring_system_with_usb_host_interface
ArhamSheikh1
 
Implementation of fuzzy logic using mems accelerometer for controlling bldc
Implementation of fuzzy logic using mems accelerometer for controlling bldcImplementation of fuzzy logic using mems accelerometer for controlling bldc
Implementation of fuzzy logic using mems accelerometer for controlling bldc
IAEME Publication
 

What's hot (17)

DESIGN AND DEVELOPMENT OF A LOW-COST MICROCONTROLLER BASED SINGLE PHASE WATER...
DESIGN AND DEVELOPMENT OF A LOW-COST MICROCONTROLLER BASED SINGLE PHASE WATER...DESIGN AND DEVELOPMENT OF A LOW-COST MICROCONTROLLER BASED SINGLE PHASE WATER...
DESIGN AND DEVELOPMENT OF A LOW-COST MICROCONTROLLER BASED SINGLE PHASE WATER...
 
IRJET- Smart Battery Management
IRJET- Smart Battery ManagementIRJET- Smart Battery Management
IRJET- Smart Battery Management
 
Monitoring and Controlling of BLDC motor using IOT
Monitoring and Controlling of BLDC motor using IOTMonitoring and Controlling of BLDC motor using IOT
Monitoring and Controlling of BLDC motor using IOT
 
Etracer6415BND Etracer4415BND user manual by Ultisolar New Energy
Etracer6415BND Etracer4415BND user manual by Ultisolar New Energy Etracer6415BND Etracer4415BND user manual by Ultisolar New Energy
Etracer6415BND Etracer4415BND user manual by Ultisolar New Energy
 
3113ijist02
3113ijist023113ijist02
3113ijist02
 
Arduino based Dual Axis Smart Solar Tracker
Arduino based Dual Axis Smart Solar TrackerArduino based Dual Axis Smart Solar Tracker
Arduino based Dual Axis Smart Solar Tracker
 
DESIGN OF CONTROL TEMPERATURE MOTOR 1 PHASE WITH COMPATIBLE LOAD BASED PIC MI...
DESIGN OF CONTROL TEMPERATURE MOTOR 1 PHASE WITH COMPATIBLE LOAD BASED PIC MI...DESIGN OF CONTROL TEMPERATURE MOTOR 1 PHASE WITH COMPATIBLE LOAD BASED PIC MI...
DESIGN OF CONTROL TEMPERATURE MOTOR 1 PHASE WITH COMPATIBLE LOAD BASED PIC MI...
 
Ultisolar iT3415 iT4415 iT6415 iTracer User Manual
Ultisolar iT3415 iT4415 iT6415  iTracer User ManualUltisolar iT3415 iT4415 iT6415  iTracer User Manual
Ultisolar iT3415 iT4415 iT6415 iTracer User Manual
 
2014 EMBEDDED TITLES FOR BE, ME
2014 EMBEDDED TITLES FOR BE, ME2014 EMBEDDED TITLES FOR BE, ME
2014 EMBEDDED TITLES FOR BE, ME
 
PWM BASED ANDROID CONTROLLED WHEELCHAIR
PWM BASED ANDROID CONTROLLED WHEELCHAIR PWM BASED ANDROID CONTROLLED WHEELCHAIR
PWM BASED ANDROID CONTROLLED WHEELCHAIR
 
IRJET- Embedded System for Automatic Real Time Weight based Grading of Fr...
IRJET-  	  Embedded System for Automatic Real Time Weight based Grading of Fr...IRJET-  	  Embedded System for Automatic Real Time Weight based Grading of Fr...
IRJET- Embedded System for Automatic Real Time Weight based Grading of Fr...
 
Major Project PPT presentation
Major Project PPT presentationMajor Project PPT presentation
Major Project PPT presentation
 
Electricity Meter Reading using GSM
Electricity Meter Reading using GSMElectricity Meter Reading using GSM
Electricity Meter Reading using GSM
 
The research of_portable_ecg_monitoring_system_with_usb_host_interface
The research of_portable_ecg_monitoring_system_with_usb_host_interfaceThe research of_portable_ecg_monitoring_system_with_usb_host_interface
The research of_portable_ecg_monitoring_system_with_usb_host_interface
 
IRJET- Transformer Monitoring and Protection System using AVR Atmega16 Mi...
IRJET-  	  Transformer Monitoring and Protection System using AVR Atmega16 Mi...IRJET-  	  Transformer Monitoring and Protection System using AVR Atmega16 Mi...
IRJET- Transformer Monitoring and Protection System using AVR Atmega16 Mi...
 
Electrical Engineering Final Presentation
Electrical Engineering Final Presentation Electrical Engineering Final Presentation
Electrical Engineering Final Presentation
 
Implementation of fuzzy logic using mems accelerometer for controlling bldc
Implementation of fuzzy logic using mems accelerometer for controlling bldcImplementation of fuzzy logic using mems accelerometer for controlling bldc
Implementation of fuzzy logic using mems accelerometer for controlling bldc
 

Similar to Control and Supervision of a Solar Electric System

THERMAL FAULT DETECTION SYSTEM FOR PV SOLAR MODULES
THERMAL FAULT DETECTION SYSTEM FOR PV SOLAR MODULESTHERMAL FAULT DETECTION SYSTEM FOR PV SOLAR MODULES
THERMAL FAULT DETECTION SYSTEM FOR PV SOLAR MODULES
elelijjournal
 
Development of a software solution for solar pv power systems sizing and moni...
Development of a software solution for solar pv power systems sizing and moni...Development of a software solution for solar pv power systems sizing and moni...
Development of a software solution for solar pv power systems sizing and moni...
simeon Matthew
 

Similar to Control and Supervision of a Solar Electric System (20)

Optimized design of an extreme low power datalogger for photovoltaic panels
Optimized design of an extreme low power datalogger for photovoltaic panels Optimized design of an extreme low power datalogger for photovoltaic panels
Optimized design of an extreme low power datalogger for photovoltaic panels
 
IoT Based smart Battery Management System
IoT Based smart Battery Management SystemIoT Based smart Battery Management System
IoT Based smart Battery Management System
 
IoT Based smart Battery Management System
IoT Based smart Battery Management SystemIoT Based smart Battery Management System
IoT Based smart Battery Management System
 
IRJET- IoT based Solar Power Monitoring System
IRJET- IoT based Solar Power Monitoring SystemIRJET- IoT based Solar Power Monitoring System
IRJET- IoT based Solar Power Monitoring System
 
SUBSTATION MONITORING AND CONTROLLING BASED ON MICROCONTROLLER BY USING IOT
SUBSTATION MONITORING AND CONTROLLING BASED ON MICROCONTROLLER BY USING IOTSUBSTATION MONITORING AND CONTROLLING BASED ON MICROCONTROLLER BY USING IOT
SUBSTATION MONITORING AND CONTROLLING BASED ON MICROCONTROLLER BY USING IOT
 
IoT Based Battery Management System
IoT Based Battery Management SystemIoT Based Battery Management System
IoT Based Battery Management System
 
IOT BASED POWER GRID MONITORING & CONTROL SYSTEM
IOT BASED POWER GRID MONITORING & CONTROL SYSTEMIOT BASED POWER GRID MONITORING & CONTROL SYSTEM
IOT BASED POWER GRID MONITORING & CONTROL SYSTEM
 
Electricity Theft: Reason and Solution
Electricity Theft: Reason and SolutionElectricity Theft: Reason and Solution
Electricity Theft: Reason and Solution
 
A first response microcontroller based
A first response microcontroller basedA first response microcontroller based
A first response microcontroller based
 
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
 
SOLAR ENERGY MEASUREMENT USING PIC MICROCONTROLLER
SOLAR ENERGY MEASUREMENT USING PIC MICROCONTROLLERSOLAR ENERGY MEASUREMENT USING PIC MICROCONTROLLER
SOLAR ENERGY MEASUREMENT USING PIC MICROCONTROLLER
 
IoT-based Solar Energy Monitoring
IoT-based Solar Energy MonitoringIoT-based Solar Energy Monitoring
IoT-based Solar Energy Monitoring
 
A vertical wind turbine monitoring system using commercial online digital das...
A vertical wind turbine monitoring system using commercial online digital das...A vertical wind turbine monitoring system using commercial online digital das...
A vertical wind turbine monitoring system using commercial online digital das...
 
THERMAL FAULT DETECTION SYSTEM FOR PV SOLAR MODULES
THERMAL FAULT DETECTION SYSTEM FOR PV SOLAR MODULESTHERMAL FAULT DETECTION SYSTEM FOR PV SOLAR MODULES
THERMAL FAULT DETECTION SYSTEM FOR PV SOLAR MODULES
 
PROTOTYPE OF IOT BASED DC MICROGRID AUTOMATION
PROTOTYPE OF IOT BASED DC MICROGRID AUTOMATIONPROTOTYPE OF IOT BASED DC MICROGRID AUTOMATION
PROTOTYPE OF IOT BASED DC MICROGRID AUTOMATION
 
40220140505004
4022014050500440220140505004
40220140505004
 
Development of a software solution for solar pv power systems sizing and moni...
Development of a software solution for solar pv power systems sizing and moni...Development of a software solution for solar pv power systems sizing and moni...
Development of a software solution for solar pv power systems sizing and moni...
 
Electricity Generation Tiles Using Piezoelectric Sensor
Electricity Generation Tiles Using Piezoelectric SensorElectricity Generation Tiles Using Piezoelectric Sensor
Electricity Generation Tiles Using Piezoelectric Sensor
 
DESIGN AND DEVELOPMENT OF A LOW-COST MICROCONTROLLER BASED SINGLE PHASE WATER...
DESIGN AND DEVELOPMENT OF A LOW-COST MICROCONTROLLER BASED SINGLE PHASE WATER...DESIGN AND DEVELOPMENT OF A LOW-COST MICROCONTROLLER BASED SINGLE PHASE WATER...
DESIGN AND DEVELOPMENT OF A LOW-COST MICROCONTROLLER BASED SINGLE PHASE WATER...
 
DESIGN AND DEVELOPMENT OF A LOW-COST MICROCONTROLLER BASED SINGLE PHASE WATER...
DESIGN AND DEVELOPMENT OF A LOW-COST MICROCONTROLLER BASED SINGLE PHASE WATER...DESIGN AND DEVELOPMENT OF A LOW-COST MICROCONTROLLER BASED SINGLE PHASE WATER...
DESIGN AND DEVELOPMENT OF A LOW-COST MICROCONTROLLER BASED SINGLE PHASE WATER...
 

More from International Journal of Power Electronics and Drive Systems

Voltage stability enhancement for large scale squirrel cage induction generat...
Voltage stability enhancement for large scale squirrel cage induction generat...Voltage stability enhancement for large scale squirrel cage induction generat...
Voltage stability enhancement for large scale squirrel cage induction generat...
International Journal of Power Electronics and Drive Systems
 
A modified bridge-type nonsuperconducting fault current limiter for distribut...
A modified bridge-type nonsuperconducting fault current limiter for distribut...A modified bridge-type nonsuperconducting fault current limiter for distribut...
A modified bridge-type nonsuperconducting fault current limiter for distribut...
International Journal of Power Electronics and Drive Systems
 

More from International Journal of Power Electronics and Drive Systems (20)

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...
 
Classification and direction discrimination of faults in transmission lines u...
Classification and direction discrimination of faults in transmission lines u...Classification and direction discrimination of faults in transmission lines u...
Classification and direction discrimination of faults in transmission lines u...
 
Integration of artificial neural networks for multi-source energy management ...
Integration of artificial neural networks for multi-source energy management ...Integration of artificial neural networks for multi-source energy management ...
Integration of artificial neural networks for multi-source energy management ...
 
Rotating blade faults classification of a rotor-disk-blade system using artif...
Rotating blade faults classification of a rotor-disk-blade system using artif...Rotating blade faults classification of a rotor-disk-blade system using artif...
Rotating blade faults classification of a rotor-disk-blade system using artif...
 
Artificial bee colony algorithm applied to optimal power flow solution incorp...
Artificial bee colony algorithm applied to optimal power flow solution incorp...Artificial bee colony algorithm applied to optimal power flow solution incorp...
Artificial bee colony algorithm applied to optimal power flow solution incorp...
 
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
 
Comparison of roughness index for Kitka and Koznica wind farms
Comparison of roughness index for Kitka and Koznica wind farmsComparison of roughness index for Kitka and Koznica wind farms
Comparison of roughness index for Kitka and Koznica wind farms
 
Primary frequency control of large-scale PV-connected multi-machine power sys...
Primary frequency control of large-scale PV-connected multi-machine power sys...Primary frequency control of large-scale PV-connected multi-machine power sys...
Primary frequency control of large-scale PV-connected multi-machine power sys...
 
Performance of solar modules integrated with reflector
Performance of solar modules integrated with reflectorPerformance of solar modules integrated with reflector
Performance of solar modules integrated with reflector
 
Generator and grid side converter control for wind energy conversion system
Generator and grid side converter control for wind energy conversion systemGenerator and grid side converter control for wind energy conversion system
Generator and grid side converter control for wind energy conversion system
 
Wind speed modeling based on measurement data to predict future wind speed wi...
Wind speed modeling based on measurement data to predict future wind speed wi...Wind speed modeling based on measurement data to predict future wind speed wi...
Wind speed modeling based on measurement data to predict future wind speed wi...
 
Comparison of PV panels MPPT techniques applied to solar water pumping system
Comparison of PV panels MPPT techniques applied to solar water pumping systemComparison of PV panels MPPT techniques applied to solar water pumping system
Comparison of PV panels MPPT techniques applied to solar water pumping system
 
Prospect of renewable energy resources in Bangladesh
Prospect of renewable energy resources in BangladeshProspect of renewable energy resources in Bangladesh
Prospect of renewable energy resources in Bangladesh
 
A novel optimization of the particle swarm based maximum power point tracking...
A novel optimization of the particle swarm based maximum power point tracking...A novel optimization of the particle swarm based maximum power point tracking...
A novel optimization of the particle swarm based maximum power point tracking...
 
Voltage stability enhancement for large scale squirrel cage induction generat...
Voltage stability enhancement for large scale squirrel cage induction generat...Voltage stability enhancement for large scale squirrel cage induction generat...
Voltage stability enhancement for large scale squirrel cage induction generat...
 
Electrical and environmental parameters of the performance of polymer solar c...
Electrical and environmental parameters of the performance of polymer solar c...Electrical and environmental parameters of the performance of polymer solar c...
Electrical and environmental parameters of the performance of polymer solar c...
 
Short and open circuit faults study in the PV system inverter
Short and open circuit faults study in the PV system inverterShort and open circuit faults study in the PV system inverter
Short and open circuit faults study in the PV system inverter
 
A modified bridge-type nonsuperconducting fault current limiter for distribut...
A modified bridge-type nonsuperconducting fault current limiter for distribut...A modified bridge-type nonsuperconducting fault current limiter for distribut...
A modified bridge-type nonsuperconducting fault current limiter for distribut...
 
The new approach minimizes harmonics in a single-phase three-level NPC 400 Hz...
The new approach minimizes harmonics in a single-phase three-level NPC 400 Hz...The new approach minimizes harmonics in a single-phase three-level NPC 400 Hz...
The new approach minimizes harmonics in a single-phase three-level NPC 400 Hz...
 
Comparison of electronic load using linear regulator and boost converter
Comparison of electronic load using linear regulator and boost converterComparison of electronic load using linear regulator and boost converter
Comparison of electronic load using linear regulator and boost converter
 

Recently uploaded

DeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesDeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakes
MayuraD1
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
Neometrix_Engineering_Pvt_Ltd
 
Verification of thevenin's theorem for BEEE Lab (1).pptx
Verification of thevenin's theorem for BEEE Lab (1).pptxVerification of thevenin's theorem for BEEE Lab (1).pptx
Verification of thevenin's theorem for BEEE Lab (1).pptx
chumtiyababu
 
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
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power Play
Epec Engineered Technologies
 

Recently uploaded (20)

DeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesDeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakes
 
Work-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxWork-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptx
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . ppt
 
PE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and propertiesPE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and properties
 
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
 
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
 
kiln thermal load.pptx kiln tgermal load
kiln thermal load.pptx kiln tgermal loadkiln thermal load.pptx kiln tgermal load
kiln thermal load.pptx kiln tgermal load
 
A Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityA Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna Municipality
 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leap
 
Verification of thevenin's theorem for BEEE Lab (1).pptx
Verification of thevenin's theorem for BEEE Lab (1).pptxVerification of thevenin's theorem for BEEE Lab (1).pptx
Verification of thevenin's theorem for BEEE Lab (1).pptx
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
 
Hospital management system project report.pdf
Hospital management system project report.pdfHospital management system project report.pdf
Hospital management system project report.pdf
 
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...
 
AIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsAIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech students
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdf
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power Play
 
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
 
Moment Distribution Method For Btech Civil
Moment Distribution Method For Btech CivilMoment Distribution Method For Btech Civil
Moment Distribution Method For Btech Civil
 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.
 

Control and Supervision of a Solar Electric System

  • 1. International Journal of Power Electronics and Drive System (IJPEDS) Vol. 10, No. 4, December 2019, pp. 2096~2100 ISSN: 2088-8694, DOI: 10.11591/ijpeds.v10.i4.pp2096-2100  2096 Journal homepage: http://iaescore.com/journals/index.php/IJPEDS Control and supervision of a solar electric system Benabed Khadidja1 , Boudghene Stambouli Amine2 , Benabadji Noureddine3 1, 2 Département d'Electronique, Université des Sciences et de la Technologie d’Oran Mohamed Boudiaf, USTO-MB, BP 1505, El M’naouer, 31000 Oran Algérie 3 Laboratoire d'Analyse et d'Application des Rayonnements (LAAR), Université des Sciences et de la Technologie d’Oran Mohamed Boudiaf, USTO-MB, BP 1505, El M’naouer, 31000 Oran Algérie Article Info ABSTRACT Article history: Received Jan 14, 2019 Revised Mar 1, 2019 Accepted Jul 24, 2019 Energy consumption is one of the biggest concerns because it is increasing and it has a great impact on our environment. Photovoltaic energy is a possible response to the challenges of the energy transition of tomorrow. For proper operation, the solar photovoltaic system needs a rigorous supervision of its electrical and physical parameters. Monitoring is one of the foundations of photovoltaic maintenance engineering. This article describes the design and realization of a solar monitor for the monitoring of the correct operation of a mini power plant from panels photovoltaic. Keywords: Microcontroller Monitor Photovoltaic system Solar energy Supervision Copyright © 2019 Institute of Advanced Engineering and Science. All rights reserved. Corresponding Author: Benabed Khadidja, Département d'Electronique, Université des Sciences et de la Technologie d’Oran Mohamed Boudiaf, BP 1505, El M’naouer, 31000 Oran Algérie. Email: Khadidja.benabed@univ-usto.dz 1. INTRODUCTION Solar energy is playing major role as an important renewable energy source due to its cleanness, zero cost and everywhere availability [1]. Photovoltaic technology has advanced and made solar panels more flexible and easier to install [2]. The supervision of a photovoltaic system, or monitoring, makes it possible to evaluate the operation quality of the system and on the other hand to detect any anomalies. It is generally composed of a data acquisition and storage system, a signal processing or analysis software, and a display. The supervising system is a solution for limit production losses and improves solar plant performance [3]. Grace an alert system, fault analysis is possible to reduce the cost of maintenance and avoid unnecessary travel [4]. There are many systems for evaluating the performance of a photovoltaic system [5]-[9]. Some systems allow, for example, the comparison between the actual production of an installation and the theoretical production. An alert is sent to the user warning of an anomaly on the PV system. This article describes the design and construction of a solar monitor for the supervision and control of a PV solar system. 2. MATERIAL AND METHODS The realized device is dedicated for 6V or 12V photovoltaic panels system at a medium power (up to 50W). It is responsible for performing automatic and periodic measurements of five important physical parameters to be monitored: the charging current of the energy accumulator (battery), the discharge current, the charging voltage, the external temperature (close to P.V.) and the internal temperature (close to battery) (Figure 1).
  • 2. Int J Pow Elec & Dri Syst ISSN: 2088-8694  Control and supervision of a solar electric system (Benabed Khadidja) 2097 Figure 1. System overview 3. HARDWARE DESCRIPTION The diagram in the figure 2 shows the main modules of this device: an 8-bit microcontroller (PIC18F452), a 2x16 characters LCD display module and the regulated power section. Figure 2. Block diagram of the prototype device. 3.1. The 8-bits microcontroller pic 18f452 It is a microcontroller of the high-end range of the American company Microchip, a world leader in this category of programmable digital components. It is equipped with a RISC architecture, whose performances in speed and memory usage are much better than the old CISC architecture [10]. The PIC is powered by a voltage of 5V. The resistor R0 has been added to lower the current on the MCLR pin. The diode D0 is added to prevent high voltage Vpp (13V) goes to Vdd when doing In-Circuit Programming of the microcontroller. The LED indicates the presence of power in the monitor (Figure 3). Capacitor C0 filters any transient voltage or noise that could crash the system. Figure 3. Electrical diagram of the PIC power supply. 3.2. The regulated power supply section
  • 3.  ISSN: 2088-8694 Int J Pow Elec & Dri Syst Vol. 10, No. 4, Dec 2019 : 2096 – 2100 2098 The regulator used is a classic regulator 78L05, low power version (max. output current = 100 mA). A Schottky diode BAT85 has been added to bias this 78L05 regulator, in order to slightly increase the supply voltage Vdd to +5.12V. This particular value allows us to round the measurement sensitivity precisely to 5 mV, instead of 4.88 mV if we kept Vdd = 5V, which greatly simplifies the programming subroutine of data acquisition. The two capacitors C3, C4 are placed at each side of the regulator to smooth the voltage in case of sudden transient higher consumption that could occur in long wiring when connecting P.V. panel to the microcontroller board (Figure 4). Figure 4. The Regulated power supply. 3.3. The LCD display module 2x16 characters A 2x16 character LCD display module requires at least 10 I/O lines (Inputs / outputs) from the PIC, in 8-bit mode, or only 6 I/O lines in 4-bit mode [11]. The LCD display is powered by a voltage of 5V +/- 5%. To save the input / output ports of the PIC, the LCD module will operate in 4-bit mode (4 data bits) instead of 8 (LCD module configuration at initialization), and only in write mode (pin RW connected to the ground). The contrast control can be adjusted using the potentiometer Aj1(figure 5). Fig. 5. The 2x16 LCD display module. 3.4. The temperature sensor supply The temperature sensor is a LM35DZ that can measure a temperature between 0 and + 100 °C; it provides a voltage proportional to the temperature with a resolution of 10 mV / °C [12]. The LM35DZ temperature sensor can be powered in a range of 4 to 20V with an internal consumption of less than 60μA at 4V. For our internal temperature sensor, the regulated power supply Vdd has been used, while for the external one, we directly used the 6V photovoltaic panel. In the absence of the sunshine, it is powered directly by the battery. Resistor R7 and capacitor C6 (for the external temperature sensor) act as a series RC
  • 4. Int J Pow Elec & Dri Syst ISSN: 2088-8694  Control and supervision of a solar electric system (Benabed Khadidja) 2099 damper to improve the tolerance of long wires capacitance (PV panel are mounted far from the microcontroller board) (Figure 6 and Figure 7). Figure 6. Diagram of the internal and external temperature sensors. Figure 7. Complete electrical circuit diagram. 4. RESULTS AND DISCUSSIONS This solar monitor is responsible for performing automatic and periodic measurements of important physical parameters be monitored. It offers information about internal and external temperature, the current and voltage involved between the P.V. panels system and the energy storage system (Figure 8).This device uses few components, readily available and a very low cost.
  • 5.  ISSN: 2088-8694 Int J Pow Elec & Dri Syst Vol. 10, No. 4, Dec 2019 : 2096 – 2100 2100 Figure 8. The display of the four measured parameters. 5. CONCLUSION This paper describes the design and implementation of an automatic recording device (solar monitor) to measure several important physical parameters (internal and external temperature, the current and voltage involved between the P.V. panels system and the energy storage system). This prototype uses few components, readily available and provides a good reliability. It is recommended in the management and the monitoring of a low cost operational solar power plant based on photovoltaic panels. REFERENCES [1] H. A. Attia,“High performance PV system based on artificial neural network MPPT with PI controller for direct current water pump applications, “ International Journal of Power Electronics and Drive System (IJPEDS), Vol. 10, pp. 1329-1338, 2019. [2] A. Mezouari, R. Elgouri, M. Igouzal, M. Alareqi, K. Mateur, H. Dahou, L. Hlou,“ A New Photovoltaic Energy Sharing System between Homes in Standalone Areas, “International Journal of Electrical and Computer Engineering, Vol. 8, pp. 4855-4862, 2018. [3] A. Chouder, S. Silvestre, “Automatic supervision and fault detection of PV systems based on power losses analysis, “Energy Conversion and Management, vol.51, pp.1929-1937, 2010. [4] U. Anliker, J. A. Ward, P. Lukowicz, G. Tröster, F. Dolveck, M. Baer, F. Keita, E. B. Schenker, F. Catarsi, L. Coluccini, A. Belardinelli, D. Shklarski, M. Alon, E. Hirt, R. Schmid, M. “Vuskovic, AMON: A Wearable Multiparameter Medical Monitoring and Alert System,” IEEE Transactions On Information Technology In Biomedicine, Vol. 8, pp.415-427, 2004. [5] M. Hashem Nehrir, J. Brock LaMeres, G. Venkataramanan, V. Gerez, L. A. Alvarado, “An Approach to Evaluate the General Performance of Stand-Alone Wind/Photovoltaic Generating Systems,” IEEE Transactions on Energy Conversion, Vol. 15, pp.433-439, 2000. [6] B. J. Huang, T. H. Lin, W. C. Hung, F. S. Sun, “Performance Evaluation Of Solar Photovoltaic/Thermal Systems,” Solar Energy, Vol. 70, pp.443-448, 2001. [7] J. Andrés, C. Castro, A. Julián, A. Cardona ,”Model to Evaluate the Performance of Building Integrated Photovoltaic Systems using Matlab/Simulink,” International Journal of Electrical and Computer Engineering (IJECE), Vol.8, pp. 680-688, 2018. [8] M.A. Elhadidy, “Performance evaluation of hybrid (wind/ solar/ diesel) power systems,” Renewable Energy, Vol. 26, pp. 401-413, 2002. [9] A. Abdulmula, K. Sopian, L. Chin Haw, A. Fazlizan,“Performance evaluation of standalone double axis solar tracking system with maximum light detection MLD for telecommunication towers in Malaysia,” International Journal of Power Electronics and Drive System (IJPEDS), Vol. 10, pp. 444-453, 2019. [10] S.Kumaravel, P. Neelamegam, R.Vasumathi, “Distributed Chloride Prediction System Using Neural Network and PIC18F452 Microcontrollers in Water Analysis,” International Journal of Computer Applications, Vol. 8, pp.15- 20, 2010. [11] K.Benabed, S.A.Boudghene, N.Benabadji,”Prototyping a Dedicated Photovoltaic System Datalogger,” TELKOMNIKA Indonesian Journal of Electrical Engineering, Vol.16, pp. 488-494, 2015. [12] L.Messikh, S.Chikhi, F. Chikhi, T., “Chergui, Mise au point d’un régulateur de charge/décharge de batterie avec seuils adaptatifs de tension pour les applications photovoltaïques”, Revue des Energies Renouvelables, Vol. 11, pp. 281-290, 2008.