SlideShare a Scribd company logo
1 of 4
Download to read offline
International Journal of Trend in Scientific Research and Development (IJTSRD)
Volume 3 Issue 5, August 2019 Available Online: www.ijtsrd.com e-ISSN: 2456 – 6470
@ IJTSRD | Unique Paper ID – IJTSRD26459 | Volume – 3 | Issue – 5 | July - August 2019 Page 787
Monitoring and Control of
Solar Power System using Reliance SCADA
Khin Pyone Ei Aung, Nyan Phyo Aung, Lwin Lwin Htay
Department of Electronic Engineering, Technological University, Mandalay, Myanmar
How to cite this paper: Khin Pyone Ei
Aung | Nyan Phyo Aung | Lwin Lwin Htay
"Monitoring and Control of Solar Power
System using Reliance SCADA" Published
in International
Journal of Trend in
Scientific Research
and Development
(ijtsrd), ISSN: 2456-
6470, Volume-3 |
Issue-5, August
2019, pp.787-790,
https://doi.org/10.31142/ijtsrd26459
Copyright © 2019 by author(s) and
International Journalof Trendin Scientific
Research and Development Journal. This
is an Open Access article distributed
under the terms of
the Creative
CommonsAttribution
License (CC BY 4.0)
(http://creativecommons.org/licenses/by
/4.0)
ABSTRACT
This system presents the monitoring and control of real time data acquisition
of a solar power system in reliance SCADA. SCADA (supervisory control and
data acquisition) systems are currently employed in many applications, such
as home automation, greenhouse automation, and hybrid power systems.
Commercial SCADA systems are costly to set up and maintain; thereforethose
are not used for small renewable energy systems. This system demonstrates
applying Reliance SCADA and ArduinoUnoonasmallphotovoltaic(PV)power
system to monitor the current, voltage, of the PV and battery and also control
the load from SCADA. The designed system uses low-cost sensors, an Arduino
Uno microcontroller, and free Reliance SCADA software. The Arduino Uno
microcontroller collectsdata fromsensorsand communicateswitha computer
through a USB cable. Uno has been programmed to transmit data to Reliance
SCADA on PC. In addition, Modbus library has been uploaded on Arduino to
allow communication between the Arduino and our SCADA system by using
the MODBUS RTU protocol. The results of the experiments demonstrate that
SCADA works in real time and can be effectively used in monitoring a solar
energy system.
KEYWORDS: Current Sensor, Voltage Sensor, Solar PV System, Reliance SCADA
I. INTRODUCTION
For several hundred years, fossil fuels have been consumed as the main source
of energy on Earth. As a result, they are now experiencing rapid depletion.
Researchers and scientists who understand the importance
of renewable energy have dedicated their efforts to the
research, expansion, and deployment of new energysources
to replace fossil fuels. Photovoltaic (PV) is an important
renewable energy source. Solar energy is the energy that is
available from the sun in abundance. Solar power is the
conversion of sunlight into electricity. Electricity can be
generated in two ways with the help of solar energy or the
sun’s energy. It can be generated Firstly, with the help of
photovoltaic electricity and secondly with solar thermal
electricity. Photovoltaic electricity is a method that uses
photovoltaic cells to capture direct sunlight. Solar energy
plays an important role as a primary source of energy,
especially for a rural area. This paper aims at the
development of process and Reliance SCADA for real-time
monitoring [1].
SCADA is a software process control system that enables a
site operator to monitor and control processes that are
distributed among various different sites. SCADA system is
often referred to as telemetry importance. Traditionally,
SCADA systems have made use of the Public Switched
Network (PSN) for monitoring purposes to save time. Today
many systems are monitored using the infrastructure of the
corporate Local Area Network (LAN)/Wide Area Network
(WAN) and industrial networking. Another common term
used to describe a SCADA system is just like to Human
Machine Interface (HMI). It is used to describe any system
that provides an interface between a person and a piece of
machinery in a field. The Industrial SCADA System falls into
this category for monitoring. It provides an HMI by
displaying process variables to the operator and allowing
control of the plan. Functions of the SCADA system A SCADA
system have two basic functions, the first of which is to
display information about the current operating conditions
of a plant in an informative and graphical interface/trends
and the second is to allow supervisory controlof theplantby
personnel/data acquisition [2].
In this paper, designed SCADA system is of lower price
compared with a commercial SCADA system, and it delivers
the same performance. In order to test this work, the SCADA
system is employed for monitoring the parameters of solar
energy systems (photovoltaic)inrealtime, whichconsist of a
solar module and batteries. The parameters are the current
and voltage of the photovoltaic (PV) system and the current
and voltage of the battery. The data acquisition system is by
Arduino controller and sensors. All data are sent to a PC and
are shown on a user interface designed by Reliance SCADA.
II. Block Diagram Of The System
Figure 1 shows the block diagram of the overall system. A
SCADA system is used for automation and controlling of the
other supporting devices: those are microcontroller and
many sensors. Actually, this system consists of three
sections. They are power section,datacollectingand sending
section and monitoring and control section.
IJTSRD26459
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD26459 | Volume – 3 | Issue – 5 | July - August 2019 Page 788
Figure1. Block Diagram of Proposed System
In the power section, there are four devices. They are solar
panel, charge controller, battery and load. The first device is
a solar panel which converts directly to electricity from
sunlight. This electricity is stored in the battery through the
second device to use the energy at night. The second device
is a charge controller, which is installed between the solar
panel and battery to detect the overload voltage. The device
which included in power section is load.
In the second section, this section which acts on collecting
and sending data. Arduinomicrocontrolleristhemaindevice
in this section. This microcontroller collects the parameter
data such as voltage and current from the solar power
system by voltage and current sensors. These sensors are
connected with analog pins of the Arduino microcontroller.
The parameter data of solar and battery such as voltage and
current are sent to the third section by the microcontroller
through the USB cable. This USB cable is MODBUS RTU with
a speed rate of 9600.
In monitoring and control section, the computer running
Reliance SCADA is including. The user can be seenthe values
of voltage and current come from a solar power system on
this SCADA screen. In this SCADA system, the user can also
be controlled such as ON/OFF function to the load. In this
research, designed SCADA system is lower price compared
with a commercial SCADA system, and it delivers the same
performance. System flowchart of this system is shown in
Figure 2.
Figure2. Flowchart of the System
III. Hardware Configurations
A. Arduino UNO
The Arduino Uno is a microcontroller board based on the
ATmega328P shown in figure 3. It has 14 digital
input/output pins (of which 6 can be used as PWM outputs),
6 analog inputs, a 16 MHz ceramic resonator, a USB
connection, a power jack, an ICSP header, and aresetbutton.
It contains everything needed to support the
microcontroller; simply connect it to a computer with a USB
cable or power it with an AC-to-DC adapter or battery to get
started. The Uno differs from all preceding boards in that it
does not use the FUDI USB-to-serial driver chip. Instead, it
features the Atmega16U2 (Atmega8U2 up to version R2)
programmed as a USB-to-serial converter [3].
Figure3. Arduino Uno Microcontroller
B. Current Sensor
Current sensors for DC currents must be able to measure
range currents for PV and batteries between 0A and 20A. In
this system, the ACS 712 sensor used forsensingthecurrent.
The current sensor is as shown in Figure 4. It is designed to
be easily used with any microcontroller, such as Arduino.
The sensors are based on the Allegro AC712ELC chip. The
scale value of ACS 712, which is used in this design, is 20
amps, which is appropriate for sensing current. Twosensors
are installed: one is installed before the charge controller to
measure the PV current and the other is installed after the
charge controller to measure the battery current. Figure 4
demonstrates how it connects in an electrical circuit with
Arduino Uno.
Figure4. Current Sensor
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD26459 | Volume – 3 | Issue – 5 | July - August 2019 Page 789
C. Voltage Sensor
The function of voltage sensors, which are based on just two
resistors, is to turn a large voltage into a small one. In this
work, the voltage sensor is a 30V-sensor with two resistors
of 50KΩ and10 KΩ. The maximum voltage of either PVis30V
or battery is 13V, so this sensor is appropriate.
Figure 5: Voltage sensing circuit
The output of the voltage sensor is between 0V and 5V. This
scale is suitable to the Arduino analog inputs. In this
proposed system, two voltage sensors: one is installed
before the charge controller to measure the PV voltage and
the other is installed after the charge controller to measure
the battery voltage. Figure 5 demonstrates how it connects
in an electrical circuit with Arduino Uno.
IV. Software Description
A. Reliance SCADA
Reliance software is employed in numeroustechnologiesfor
monitoring and controlling systems. It can also be used for
connecting to a smart phone or the web. Reliance is used in
many colleges and universities around the world for
education or scientific research purposes. Figure.6 shows a
user interface designed by Reliance SCADA software to
monitor the parameters of the photovoltaicsystem. Theuser
interface has four real-time trends and four display icons to
show values as digital numbers. MODBUS library is added to
Arduino Uno to allow communication with Reliance SCADA
via a USB cable using MODBUS RTU protocol.
Figure6. The user interface of the SCADA system
B. The communication system between Arduino and
SCADA
Table1: Allocation of MODBUS address for MODBUS RTU
Arduino
Address
Variable name
MODBUS RTU
address
3001
The voltage of the PV
system
0
3002
The current of the PV
system
1
3003 Voltage of battery 2
3004 Voltage of Current 3
3005
The efficiency of the
charge controller
4
MODBUS library is added to Arduino Uno to allow
communication with Reliance SCADA via a USB cable using
MODBUS RTU protocol. Table 1 shows the allocation of
MODBUS address for MODBUS RTU on Reliance SCADA
software, with the MODBUS address for Arduino Uno
mentioned in the Arduino code.
V. Test And Result Of The System
Figure7. Testing the Overall System
In Figure 7, the Arduino and sensors were setups on the
circuit board and when it was successfully worked the LCD
monitor has displayed the solar voltage, solar current,
battery voltage, and battery current. Thesevalues aresensed
by Arduino microcontroller to the computer running
reliance SCADA through the USB cable (MODBUS) with the
speed rate of 9600bps. Arduino IDE software is used for the
system. Reliance SCADA software was used for SCADA
server.
The reliance SCADA system was designed and built with
Reliance SCADA software and Arduino Uno. The SCADA
system was applied to a stand-alone photovoltaic system to
monitor the current and voltage of PV and batteries. This
voltage is varying with respect to the atmospheric condition
such as irradiation value of solar light and atmospheric
temperature. The results show the voltage variation and
behavior of the solar panel recorded during different
duration of time and days. Due to the low and high intensity
of the sunrays, the voltage of the solar panel varies. Thetotal
simulation has been successfully simulated in Reliance
SCADA using Arduino.
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD26459 | Volume – 3 | Issue – 5 | July - August 2019 Page 790
Figure8. User Interface of SCADA System while Running
with Load (OFF)
In this research, relay and load are used to detectcontrolling
from a computer running Reliance SCADA. The load
(ON/OFF) can be controlled fromSCADA. This conditionis as
shown in Figure 8 and 9.
Figure9. User Interface of SCADA System while Running
with Load (ON)
VI. Conclusions
In this system, the Reliance SCADAsystemisused tomonitor
the values of current and voltage where PV and battery and
control the load. A Reliance SCADA system was designed
with Reliance SCADA software and ArduinoUno.TheSCADA
system was applied to a stand-alone photovoltaic system to
monitor the current and voltage of PV and batteries.Arduino
collects data from many sensors and these data are sending
to the computer running Reliance SCADA through the USB
cable by the microcontroller. For monitoring the values of
current and voltage, analog pins of the Arduino are usedand
digital pins used for load control. Thisvoltageis varyingwith
respect to the atmospheric condition such as irradiation
value of solar light and atmospherictemperature.Inorder to
test this work, the SCADAsystem isemployed formonitoring
the parameters of solar energy systems (photovoltaic) in
real-time, which consists of a solar module, MPPT charge
controller, and batteries. The parameters arethe currentand
voltage of the photovoltaic (PV) system and the current and
voltage of the battery. The data acquisition system is by
Arduino controller and sensors. All data are sent to a PC and
are shown on a user interface designed by Reliance SCADA
via MODBUS. This proposed system not only monitors the
sensor data, like the voltage, current but also actuates a
process according to the user command, for example
switching on the light when it gets dark. As the Reliance
SCADA software is free, numbers of sensors are limited (at
most four sensors).
Acknowledgment
The author thanks Dr. Nyan Phyo Aung, Associate Professor,
Department of Electronics and Communication Engineering
for kind permission to prepare for this paper, for his close
supervision, helpful advice, encouragement, and numerous
invaluable guidance. The author would also thank all
teachers and friends who willingly helped the author
throughout the preparation of the paper.
References
[1] Shubhankar Mandal1 and Dilbag Singh2 1M.Tech.
Scholar and 2Associate Professor Department of
Control & Instrumentation, National Institute of
Technology, Jalandhar, India, realtimedataacquisition
of solar panel using Arduino and further recording
voltage of the solar panel, Vol.7, No.3, July 2017
[2] Narayan Lal Purohit#1, Anshika#2 #1M. Tech(Power
System), Jaipur Institute of Technology, Jaipur
#2B.Tech (EE), Institute of Engineering and
Technology, Alwar Rajasthan Technical University,
Kota, data acquisition of solar power plant using
SCADA system, Volume23 Number 4- May 2015
[3] Abhishek Parikh, Farah Pathan, Bhavdipsin Rathod,
Sandeep Shah, Solar Panel Condition Monitoring
System based on Wireless Sensor Network,
Engineering and Technology research (IJSETR),
Volume 4, Issue 12, December 2015
[4] Ranon Satitpanyapan, SCADA and Monitoring forSolar
Energy Plant
[5] Oran Chieochan, Ph.D, Email:
Oran_c2515@hotmail.com, Anukit Saokaew , Email:
Nukit@hotmail.com,School ofInformation Technology,
Faculty of Science, Lampang Rajabhat University,
Lampang ,52100, Thailand , Ekkarat Boonchieng,Ph.D.
Center of Excellence in Community , Health
Informatics, Department of Computer Science, Faculty
of Science, Chiang Mai, 50200, Thailand ,Email:
ekkarat@ieee.org, Internet of Thing (IoT) for smart
solar energy: A case study of the smart farm at Maejo
University
[6] Ali Al-Dahoud, Mohamed Fezari, Thamer A. Al-
Rawashdeh, IsmailJannoud,ImprovingMonitoringand
Fault Detection of Solar Panels Using Arduino Mega in
WSN, London United Kingdom Mar 14-15, 2015,13 (3)
Part VII

More Related Content

What's hot

1. Paper on Floating Solar Photovoltaic System An Emerging Technology
1. Paper on Floating Solar Photovoltaic System An Emerging Technology1. Paper on Floating Solar Photovoltaic System An Emerging Technology
1. Paper on Floating Solar Photovoltaic System An Emerging TechnologyMd Shahabuddin
 
Renewable energy grid integration
Renewable energy grid integrationRenewable energy grid integration
Renewable energy grid integrationRCREEE
 
A presentation on solar inverter
A presentation on solar inverterA presentation on solar inverter
A presentation on solar inverterVishal Biswakarma
 
Maximum power point tracking.......saq
Maximum power point tracking.......saqMaximum power point tracking.......saq
Maximum power point tracking.......saqSaquib Maqsood
 
PPT OF SOLAR NAVEEN' `11
PPT OF SOLAR NAVEEN' `11PPT OF SOLAR NAVEEN' `11
PPT OF SOLAR NAVEEN' `11naveen bhati
 
Solar PV-D.G. Hybrid Plant
Solar PV-D.G. Hybrid PlantSolar PV-D.G. Hybrid Plant
Solar PV-D.G. Hybrid PlantAvish Thakral
 
Solar Calculation (44 slide)
 Solar Calculation (44 slide) Solar Calculation (44 slide)
Solar Calculation (44 slide)Rami Hassbini
 
India solar power_plant_vpc
India solar power_plant_vpcIndia solar power_plant_vpc
India solar power_plant_vpcPasu Kumar
 
PV Wind Hybrid Systems
PV Wind Hybrid SystemsPV Wind Hybrid Systems
PV Wind Hybrid SystemsSeminar Links
 
Floating Solar Photovoltaic system An Emerging Technology
Floating Solar Photovoltaic system An Emerging TechnologyFloating Solar Photovoltaic system An Emerging Technology
Floating Solar Photovoltaic system An Emerging TechnologyPooja Agarwal
 
Solar photovoltaic system
Solar photovoltaic systemSolar photovoltaic system
Solar photovoltaic systemMAYANK PATEL
 
Photovoltaic Training - Session 4 - Plant Maintenance
Photovoltaic Training - Session 4 - Plant MaintenancePhotovoltaic Training - Session 4 - Plant Maintenance
Photovoltaic Training - Session 4 - Plant MaintenanceLeonardo ENERGY
 
Photovoltaic Training - Session 1 - Design
Photovoltaic Training - Session 1 - DesignPhotovoltaic Training - Session 1 - Design
Photovoltaic Training - Session 1 - DesignLeonardo ENERGY
 
Solar power project
Solar power projectSolar power project
Solar power projectshazaan98
 
Presentation on a grid connected Solar PV system
Presentation on a grid connected Solar PV systemPresentation on a grid connected Solar PV system
Presentation on a grid connected Solar PV systemashmomio
 

What's hot (20)

1. Paper on Floating Solar Photovoltaic System An Emerging Technology
1. Paper on Floating Solar Photovoltaic System An Emerging Technology1. Paper on Floating Solar Photovoltaic System An Emerging Technology
1. Paper on Floating Solar Photovoltaic System An Emerging Technology
 
Renewable energy grid integration
Renewable energy grid integrationRenewable energy grid integration
Renewable energy grid integration
 
Floating Solar PV - An Introduction
Floating Solar PV -  An Introduction Floating Solar PV -  An Introduction
Floating Solar PV - An Introduction
 
A presentation on solar inverter
A presentation on solar inverterA presentation on solar inverter
A presentation on solar inverter
 
Maximum power point tracking.......saq
Maximum power point tracking.......saqMaximum power point tracking.......saq
Maximum power point tracking.......saq
 
PPT OF SOLAR NAVEEN' `11
PPT OF SOLAR NAVEEN' `11PPT OF SOLAR NAVEEN' `11
PPT OF SOLAR NAVEEN' `11
 
Solar PV-D.G. Hybrid Plant
Solar PV-D.G. Hybrid PlantSolar PV-D.G. Hybrid Plant
Solar PV-D.G. Hybrid Plant
 
Solar Calculation (44 slide)
 Solar Calculation (44 slide) Solar Calculation (44 slide)
Solar Calculation (44 slide)
 
Basics of Solar PV O&M - Solarig Gensol
Basics of Solar PV O&M - Solarig GensolBasics of Solar PV O&M - Solarig Gensol
Basics of Solar PV O&M - Solarig Gensol
 
India solar power_plant_vpc
India solar power_plant_vpcIndia solar power_plant_vpc
India solar power_plant_vpc
 
Solar power plant
Solar power plantSolar power plant
Solar power plant
 
PV Wind Hybrid Systems
PV Wind Hybrid SystemsPV Wind Hybrid Systems
PV Wind Hybrid Systems
 
Floating Solar Photovoltaic system An Emerging Technology
Floating Solar Photovoltaic system An Emerging TechnologyFloating Solar Photovoltaic system An Emerging Technology
Floating Solar Photovoltaic system An Emerging Technology
 
Solar photovoltaic system
Solar photovoltaic systemSolar photovoltaic system
Solar photovoltaic system
 
History of Solar Energy
History of Solar EnergyHistory of Solar Energy
History of Solar Energy
 
Photovoltaic Training - Session 4 - Plant Maintenance
Photovoltaic Training - Session 4 - Plant MaintenancePhotovoltaic Training - Session 4 - Plant Maintenance
Photovoltaic Training - Session 4 - Plant Maintenance
 
MPPT
MPPTMPPT
MPPT
 
Photovoltaic Training - Session 1 - Design
Photovoltaic Training - Session 1 - DesignPhotovoltaic Training - Session 1 - Design
Photovoltaic Training - Session 1 - Design
 
Solar power project
Solar power projectSolar power project
Solar power project
 
Presentation on a grid connected Solar PV system
Presentation on a grid connected Solar PV systemPresentation on a grid connected Solar PV system
Presentation on a grid connected Solar PV system
 

Similar to Monitoring and Control of Solar Power System using Reliance SCADA

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 SystemIRJET Journal
 
IoT-based Solar Energy Monitoring
IoT-based Solar Energy MonitoringIoT-based Solar Energy Monitoring
IoT-based Solar Energy MonitoringIRJET Journal
 
IRJET- Remotely Monitoring Health of the Solar Power System using Arduino
IRJET-  	  Remotely Monitoring Health of the Solar Power System using ArduinoIRJET-  	  Remotely Monitoring Health of the Solar Power System using Arduino
IRJET- Remotely Monitoring Health of the Solar Power System using ArduinoIRJET Journal
 
Wifi Enabled Smart Farm with Monitoring and Energy Theft Control System
Wifi Enabled Smart Farm with Monitoring and Energy Theft Control SystemWifi Enabled Smart Farm with Monitoring and Energy Theft Control System
Wifi Enabled Smart Farm with Monitoring and Energy Theft Control SystemNeha Noren Parshad
 
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 AUTOMATIONIRJET Journal
 
Design of A REAL TIME Arduino Controlled Wireless Monitoring System for Solar...
Design of A REAL TIME Arduino Controlled Wireless Monitoring System for Solar...Design of A REAL TIME Arduino Controlled Wireless Monitoring System for Solar...
Design of A REAL TIME Arduino Controlled Wireless Monitoring System for Solar...IJSRD
 
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
 
POWER CONSUMING SYSTEM USING WSN IN HEMS
POWER CONSUMING SYSTEM USING WSN IN HEMSPOWER CONSUMING SYSTEM USING WSN IN HEMS
POWER CONSUMING SYSTEM USING WSN IN HEMSIJERA Editor
 
Web Server Based Solar Parameters Monitoring using Arduino
Web Server Based Solar Parameters Monitoring using ArduinoWeb Server Based Solar Parameters Monitoring using Arduino
Web Server Based Solar Parameters Monitoring using Arduinoijtsrd
 
IRJET- Monitoring and Measurement of Solar Parameters using IoT
IRJET- Monitoring and Measurement of Solar Parameters using IoTIRJET- Monitoring and Measurement of Solar Parameters using IoT
IRJET- Monitoring and Measurement of Solar Parameters using IoTIRJET Journal
 
IoT Based Battery Management System
IoT Based Battery Management SystemIoT Based Battery Management System
IoT Based Battery Management SystemIRJET Journal
 
IRJET- Solar Power Monitoring System using IoT
IRJET-  	  Solar Power Monitoring System using IoTIRJET-  	  Solar Power Monitoring System using IoT
IRJET- Solar Power Monitoring System using IoTIRJET Journal
 
IRJET- IoT based Digital Charge Controller
IRJET-  	  IoT based Digital Charge ControllerIRJET-  	  IoT based Digital Charge Controller
IRJET- IoT based Digital Charge ControllerIRJET Journal
 
Development of Android Controlled AC Dim Light
Development of Android Controlled AC Dim LightDevelopment of Android Controlled AC Dim Light
Development of Android Controlled AC Dim Lightijtsrd
 
IRJET- A Smart Monitoring System for Hybrid Energy System using IoT
IRJET-  	  A Smart Monitoring System for Hybrid Energy System using IoTIRJET-  	  A Smart Monitoring System for Hybrid Energy System using IoT
IRJET- A Smart Monitoring System for Hybrid Energy System using IoTIRJET Journal
 
A first response microcontroller based
A first response microcontroller basedA first response microcontroller based
A first response microcontroller basedIJCI JOURNAL
 
IRJET - Automatic Battery Health Analysis and Monitoring using with Arudi...
IRJET -  	  Automatic Battery Health Analysis and Monitoring using with Arudi...IRJET -  	  Automatic Battery Health Analysis and Monitoring using with Arudi...
IRJET - Automatic Battery Health Analysis and Monitoring using with Arudi...IRJET Journal
 
IRJET- Power Monitoring with Time Controlling & Data Logging
IRJET- Power Monitoring with Time Controlling & Data LoggingIRJET- Power Monitoring with Time Controlling & Data Logging
IRJET- Power Monitoring with Time Controlling & Data LoggingIRJET Journal
 

Similar to Monitoring and Control of Solar Power System using Reliance SCADA (20)

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
 
IoT-based Solar Energy Monitoring
IoT-based Solar Energy MonitoringIoT-based Solar Energy Monitoring
IoT-based Solar Energy Monitoring
 
IRJET- Remotely Monitoring Health of the Solar Power System using Arduino
IRJET-  	  Remotely Monitoring Health of the Solar Power System using ArduinoIRJET-  	  Remotely Monitoring Health of the Solar Power System using Arduino
IRJET- Remotely Monitoring Health of the Solar Power System using Arduino
 
Wifi Enabled Smart Farm with Monitoring and Energy Theft Control System
Wifi Enabled Smart Farm with Monitoring and Energy Theft Control SystemWifi Enabled Smart Farm with Monitoring and Energy Theft Control System
Wifi Enabled Smart Farm with Monitoring and Energy Theft Control System
 
Solar tracking with mobile
Solar tracking with mobileSolar tracking with mobile
Solar tracking with mobile
 
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
 
Design of A REAL TIME Arduino Controlled Wireless Monitoring System for Solar...
Design of A REAL TIME Arduino Controlled Wireless Monitoring System for Solar...Design of A REAL TIME Arduino Controlled Wireless Monitoring System for Solar...
Design of A REAL TIME Arduino Controlled Wireless Monitoring System for Solar...
 
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...
 
Solar work paper
Solar work paperSolar work paper
Solar work paper
 
POWER CONSUMING SYSTEM USING WSN IN HEMS
POWER CONSUMING SYSTEM USING WSN IN HEMSPOWER CONSUMING SYSTEM USING WSN IN HEMS
POWER CONSUMING SYSTEM USING WSN IN HEMS
 
Web Server Based Solar Parameters Monitoring using Arduino
Web Server Based Solar Parameters Monitoring using ArduinoWeb Server Based Solar Parameters Monitoring using Arduino
Web Server Based Solar Parameters Monitoring using Arduino
 
IRJET- Monitoring and Measurement of Solar Parameters using IoT
IRJET- Monitoring and Measurement of Solar Parameters using IoTIRJET- Monitoring and Measurement of Solar Parameters using IoT
IRJET- Monitoring and Measurement of Solar Parameters using IoT
 
IoT Based Battery Management System
IoT Based Battery Management SystemIoT Based Battery Management System
IoT Based Battery Management System
 
IRJET- Solar Power Monitoring System using IoT
IRJET-  	  Solar Power Monitoring System using IoTIRJET-  	  Solar Power Monitoring System using IoT
IRJET- Solar Power Monitoring System using IoT
 
IRJET- IoT based Digital Charge Controller
IRJET-  	  IoT based Digital Charge ControllerIRJET-  	  IoT based Digital Charge Controller
IRJET- IoT based Digital Charge Controller
 
Development of Android Controlled AC Dim Light
Development of Android Controlled AC Dim LightDevelopment of Android Controlled AC Dim Light
Development of Android Controlled AC Dim Light
 
IRJET- A Smart Monitoring System for Hybrid Energy System using IoT
IRJET-  	  A Smart Monitoring System for Hybrid Energy System using IoTIRJET-  	  A Smart Monitoring System for Hybrid Energy System using IoT
IRJET- A Smart Monitoring System for Hybrid Energy System using IoT
 
A first response microcontroller based
A first response microcontroller basedA first response microcontroller based
A first response microcontroller based
 
IRJET - Automatic Battery Health Analysis and Monitoring using with Arudi...
IRJET -  	  Automatic Battery Health Analysis and Monitoring using with Arudi...IRJET -  	  Automatic Battery Health Analysis and Monitoring using with Arudi...
IRJET - Automatic Battery Health Analysis and Monitoring using with Arudi...
 
IRJET- Power Monitoring with Time Controlling & Data Logging
IRJET- Power Monitoring with Time Controlling & Data LoggingIRJET- Power Monitoring with Time Controlling & Data Logging
IRJET- Power Monitoring with Time Controlling & Data Logging
 

More from ijtsrd

‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementationijtsrd
 
Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...ijtsrd
 
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and ProspectsDynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and Prospectsijtsrd
 
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...ijtsrd
 
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...ijtsrd
 
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...ijtsrd
 
Problems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A StudyProblems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A Studyijtsrd
 
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...ijtsrd
 
The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...ijtsrd
 
A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...ijtsrd
 
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...ijtsrd
 
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...ijtsrd
 
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. SadikuSustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadikuijtsrd
 
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...ijtsrd
 
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...ijtsrd
 
Activating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment MapActivating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment Mapijtsrd
 
Educational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger SocietyEducational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger Societyijtsrd
 
Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...ijtsrd
 
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...ijtsrd
 
Streamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine LearningStreamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine Learningijtsrd
 

More from ijtsrd (20)

‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation
 
Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...
 
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and ProspectsDynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
 
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
 
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
 
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
 
Problems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A StudyProblems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A Study
 
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
 
The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...
 
A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...
 
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
 
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
 
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. SadikuSustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
 
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
 
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
 
Activating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment MapActivating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment Map
 
Educational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger SocietyEducational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger Society
 
Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...
 
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
 
Streamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine LearningStreamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine Learning
 

Recently uploaded

Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...M56BOOKSTORE PRODUCT/SERVICE
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxAvyJaneVismanos
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxsocialsciencegdgrohi
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersSabitha Banu
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementmkooblal
 
Capitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitolTechU
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
CELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxCELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxJiesonDelaCerna
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
 
Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentInMediaRes1
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Celine George
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 

Recently uploaded (20)

OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptx
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginners
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of management
 
Capitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptx
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
CELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxCELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptx
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
 
Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media Component
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 

Monitoring and Control of Solar Power System using Reliance SCADA

  • 1. International Journal of Trend in Scientific Research and Development (IJTSRD) Volume 3 Issue 5, August 2019 Available Online: www.ijtsrd.com e-ISSN: 2456 – 6470 @ IJTSRD | Unique Paper ID – IJTSRD26459 | Volume – 3 | Issue – 5 | July - August 2019 Page 787 Monitoring and Control of Solar Power System using Reliance SCADA Khin Pyone Ei Aung, Nyan Phyo Aung, Lwin Lwin Htay Department of Electronic Engineering, Technological University, Mandalay, Myanmar How to cite this paper: Khin Pyone Ei Aung | Nyan Phyo Aung | Lwin Lwin Htay "Monitoring and Control of Solar Power System using Reliance SCADA" Published in International Journal of Trend in Scientific Research and Development (ijtsrd), ISSN: 2456- 6470, Volume-3 | Issue-5, August 2019, pp.787-790, https://doi.org/10.31142/ijtsrd26459 Copyright © 2019 by author(s) and International Journalof Trendin Scientific Research and Development Journal. This is an Open Access article distributed under the terms of the Creative CommonsAttribution License (CC BY 4.0) (http://creativecommons.org/licenses/by /4.0) ABSTRACT This system presents the monitoring and control of real time data acquisition of a solar power system in reliance SCADA. SCADA (supervisory control and data acquisition) systems are currently employed in many applications, such as home automation, greenhouse automation, and hybrid power systems. Commercial SCADA systems are costly to set up and maintain; thereforethose are not used for small renewable energy systems. This system demonstrates applying Reliance SCADA and ArduinoUnoonasmallphotovoltaic(PV)power system to monitor the current, voltage, of the PV and battery and also control the load from SCADA. The designed system uses low-cost sensors, an Arduino Uno microcontroller, and free Reliance SCADA software. The Arduino Uno microcontroller collectsdata fromsensorsand communicateswitha computer through a USB cable. Uno has been programmed to transmit data to Reliance SCADA on PC. In addition, Modbus library has been uploaded on Arduino to allow communication between the Arduino and our SCADA system by using the MODBUS RTU protocol. The results of the experiments demonstrate that SCADA works in real time and can be effectively used in monitoring a solar energy system. KEYWORDS: Current Sensor, Voltage Sensor, Solar PV System, Reliance SCADA I. INTRODUCTION For several hundred years, fossil fuels have been consumed as the main source of energy on Earth. As a result, they are now experiencing rapid depletion. Researchers and scientists who understand the importance of renewable energy have dedicated their efforts to the research, expansion, and deployment of new energysources to replace fossil fuels. Photovoltaic (PV) is an important renewable energy source. Solar energy is the energy that is available from the sun in abundance. Solar power is the conversion of sunlight into electricity. Electricity can be generated in two ways with the help of solar energy or the sun’s energy. It can be generated Firstly, with the help of photovoltaic electricity and secondly with solar thermal electricity. Photovoltaic electricity is a method that uses photovoltaic cells to capture direct sunlight. Solar energy plays an important role as a primary source of energy, especially for a rural area. This paper aims at the development of process and Reliance SCADA for real-time monitoring [1]. SCADA is a software process control system that enables a site operator to monitor and control processes that are distributed among various different sites. SCADA system is often referred to as telemetry importance. Traditionally, SCADA systems have made use of the Public Switched Network (PSN) for monitoring purposes to save time. Today many systems are monitored using the infrastructure of the corporate Local Area Network (LAN)/Wide Area Network (WAN) and industrial networking. Another common term used to describe a SCADA system is just like to Human Machine Interface (HMI). It is used to describe any system that provides an interface between a person and a piece of machinery in a field. The Industrial SCADA System falls into this category for monitoring. It provides an HMI by displaying process variables to the operator and allowing control of the plan. Functions of the SCADA system A SCADA system have two basic functions, the first of which is to display information about the current operating conditions of a plant in an informative and graphical interface/trends and the second is to allow supervisory controlof theplantby personnel/data acquisition [2]. In this paper, designed SCADA system is of lower price compared with a commercial SCADA system, and it delivers the same performance. In order to test this work, the SCADA system is employed for monitoring the parameters of solar energy systems (photovoltaic)inrealtime, whichconsist of a solar module and batteries. The parameters are the current and voltage of the photovoltaic (PV) system and the current and voltage of the battery. The data acquisition system is by Arduino controller and sensors. All data are sent to a PC and are shown on a user interface designed by Reliance SCADA. II. Block Diagram Of The System Figure 1 shows the block diagram of the overall system. A SCADA system is used for automation and controlling of the other supporting devices: those are microcontroller and many sensors. Actually, this system consists of three sections. They are power section,datacollectingand sending section and monitoring and control section. IJTSRD26459
  • 2. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD26459 | Volume – 3 | Issue – 5 | July - August 2019 Page 788 Figure1. Block Diagram of Proposed System In the power section, there are four devices. They are solar panel, charge controller, battery and load. The first device is a solar panel which converts directly to electricity from sunlight. This electricity is stored in the battery through the second device to use the energy at night. The second device is a charge controller, which is installed between the solar panel and battery to detect the overload voltage. The device which included in power section is load. In the second section, this section which acts on collecting and sending data. Arduinomicrocontrolleristhemaindevice in this section. This microcontroller collects the parameter data such as voltage and current from the solar power system by voltage and current sensors. These sensors are connected with analog pins of the Arduino microcontroller. The parameter data of solar and battery such as voltage and current are sent to the third section by the microcontroller through the USB cable. This USB cable is MODBUS RTU with a speed rate of 9600. In monitoring and control section, the computer running Reliance SCADA is including. The user can be seenthe values of voltage and current come from a solar power system on this SCADA screen. In this SCADA system, the user can also be controlled such as ON/OFF function to the load. In this research, designed SCADA system is lower price compared with a commercial SCADA system, and it delivers the same performance. System flowchart of this system is shown in Figure 2. Figure2. Flowchart of the System III. Hardware Configurations A. Arduino UNO The Arduino Uno is a microcontroller board based on the ATmega328P shown in figure 3. It has 14 digital input/output pins (of which 6 can be used as PWM outputs), 6 analog inputs, a 16 MHz ceramic resonator, a USB connection, a power jack, an ICSP header, and aresetbutton. It contains everything needed to support the microcontroller; simply connect it to a computer with a USB cable or power it with an AC-to-DC adapter or battery to get started. The Uno differs from all preceding boards in that it does not use the FUDI USB-to-serial driver chip. Instead, it features the Atmega16U2 (Atmega8U2 up to version R2) programmed as a USB-to-serial converter [3]. Figure3. Arduino Uno Microcontroller B. Current Sensor Current sensors for DC currents must be able to measure range currents for PV and batteries between 0A and 20A. In this system, the ACS 712 sensor used forsensingthecurrent. The current sensor is as shown in Figure 4. It is designed to be easily used with any microcontroller, such as Arduino. The sensors are based on the Allegro AC712ELC chip. The scale value of ACS 712, which is used in this design, is 20 amps, which is appropriate for sensing current. Twosensors are installed: one is installed before the charge controller to measure the PV current and the other is installed after the charge controller to measure the battery current. Figure 4 demonstrates how it connects in an electrical circuit with Arduino Uno. Figure4. Current Sensor
  • 3. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD26459 | Volume – 3 | Issue – 5 | July - August 2019 Page 789 C. Voltage Sensor The function of voltage sensors, which are based on just two resistors, is to turn a large voltage into a small one. In this work, the voltage sensor is a 30V-sensor with two resistors of 50KΩ and10 KΩ. The maximum voltage of either PVis30V or battery is 13V, so this sensor is appropriate. Figure 5: Voltage sensing circuit The output of the voltage sensor is between 0V and 5V. This scale is suitable to the Arduino analog inputs. In this proposed system, two voltage sensors: one is installed before the charge controller to measure the PV voltage and the other is installed after the charge controller to measure the battery voltage. Figure 5 demonstrates how it connects in an electrical circuit with Arduino Uno. IV. Software Description A. Reliance SCADA Reliance software is employed in numeroustechnologiesfor monitoring and controlling systems. It can also be used for connecting to a smart phone or the web. Reliance is used in many colleges and universities around the world for education or scientific research purposes. Figure.6 shows a user interface designed by Reliance SCADA software to monitor the parameters of the photovoltaicsystem. Theuser interface has four real-time trends and four display icons to show values as digital numbers. MODBUS library is added to Arduino Uno to allow communication with Reliance SCADA via a USB cable using MODBUS RTU protocol. Figure6. The user interface of the SCADA system B. The communication system between Arduino and SCADA Table1: Allocation of MODBUS address for MODBUS RTU Arduino Address Variable name MODBUS RTU address 3001 The voltage of the PV system 0 3002 The current of the PV system 1 3003 Voltage of battery 2 3004 Voltage of Current 3 3005 The efficiency of the charge controller 4 MODBUS library is added to Arduino Uno to allow communication with Reliance SCADA via a USB cable using MODBUS RTU protocol. Table 1 shows the allocation of MODBUS address for MODBUS RTU on Reliance SCADA software, with the MODBUS address for Arduino Uno mentioned in the Arduino code. V. Test And Result Of The System Figure7. Testing the Overall System In Figure 7, the Arduino and sensors were setups on the circuit board and when it was successfully worked the LCD monitor has displayed the solar voltage, solar current, battery voltage, and battery current. Thesevalues aresensed by Arduino microcontroller to the computer running reliance SCADA through the USB cable (MODBUS) with the speed rate of 9600bps. Arduino IDE software is used for the system. Reliance SCADA software was used for SCADA server. The reliance SCADA system was designed and built with Reliance SCADA software and Arduino Uno. The SCADA system was applied to a stand-alone photovoltaic system to monitor the current and voltage of PV and batteries. This voltage is varying with respect to the atmospheric condition such as irradiation value of solar light and atmospheric temperature. The results show the voltage variation and behavior of the solar panel recorded during different duration of time and days. Due to the low and high intensity of the sunrays, the voltage of the solar panel varies. Thetotal simulation has been successfully simulated in Reliance SCADA using Arduino.
  • 4. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD26459 | Volume – 3 | Issue – 5 | July - August 2019 Page 790 Figure8. User Interface of SCADA System while Running with Load (OFF) In this research, relay and load are used to detectcontrolling from a computer running Reliance SCADA. The load (ON/OFF) can be controlled fromSCADA. This conditionis as shown in Figure 8 and 9. Figure9. User Interface of SCADA System while Running with Load (ON) VI. Conclusions In this system, the Reliance SCADAsystemisused tomonitor the values of current and voltage where PV and battery and control the load. A Reliance SCADA system was designed with Reliance SCADA software and ArduinoUno.TheSCADA system was applied to a stand-alone photovoltaic system to monitor the current and voltage of PV and batteries.Arduino collects data from many sensors and these data are sending to the computer running Reliance SCADA through the USB cable by the microcontroller. For monitoring the values of current and voltage, analog pins of the Arduino are usedand digital pins used for load control. Thisvoltageis varyingwith respect to the atmospheric condition such as irradiation value of solar light and atmospherictemperature.Inorder to test this work, the SCADAsystem isemployed formonitoring the parameters of solar energy systems (photovoltaic) in real-time, which consists of a solar module, MPPT charge controller, and batteries. The parameters arethe currentand voltage of the photovoltaic (PV) system and the current and voltage of the battery. The data acquisition system is by Arduino controller and sensors. All data are sent to a PC and are shown on a user interface designed by Reliance SCADA via MODBUS. This proposed system not only monitors the sensor data, like the voltage, current but also actuates a process according to the user command, for example switching on the light when it gets dark. As the Reliance SCADA software is free, numbers of sensors are limited (at most four sensors). Acknowledgment The author thanks Dr. Nyan Phyo Aung, Associate Professor, Department of Electronics and Communication Engineering for kind permission to prepare for this paper, for his close supervision, helpful advice, encouragement, and numerous invaluable guidance. The author would also thank all teachers and friends who willingly helped the author throughout the preparation of the paper. References [1] Shubhankar Mandal1 and Dilbag Singh2 1M.Tech. Scholar and 2Associate Professor Department of Control & Instrumentation, National Institute of Technology, Jalandhar, India, realtimedataacquisition of solar panel using Arduino and further recording voltage of the solar panel, Vol.7, No.3, July 2017 [2] Narayan Lal Purohit#1, Anshika#2 #1M. Tech(Power System), Jaipur Institute of Technology, Jaipur #2B.Tech (EE), Institute of Engineering and Technology, Alwar Rajasthan Technical University, Kota, data acquisition of solar power plant using SCADA system, Volume23 Number 4- May 2015 [3] Abhishek Parikh, Farah Pathan, Bhavdipsin Rathod, Sandeep Shah, Solar Panel Condition Monitoring System based on Wireless Sensor Network, Engineering and Technology research (IJSETR), Volume 4, Issue 12, December 2015 [4] Ranon Satitpanyapan, SCADA and Monitoring forSolar Energy Plant [5] Oran Chieochan, Ph.D, Email: Oran_c2515@hotmail.com, Anukit Saokaew , Email: Nukit@hotmail.com,School ofInformation Technology, Faculty of Science, Lampang Rajabhat University, Lampang ,52100, Thailand , Ekkarat Boonchieng,Ph.D. Center of Excellence in Community , Health Informatics, Department of Computer Science, Faculty of Science, Chiang Mai, 50200, Thailand ,Email: ekkarat@ieee.org, Internet of Thing (IoT) for smart solar energy: A case study of the smart farm at Maejo University [6] Ali Al-Dahoud, Mohamed Fezari, Thamer A. Al- Rawashdeh, IsmailJannoud,ImprovingMonitoringand Fault Detection of Solar Panels Using Arduino Mega in WSN, London United Kingdom Mar 14-15, 2015,13 (3) Part VII