SlideShare a Scribd company logo
1 of 3
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2060
Meter SCADA
Anjum R. Mulla, Pallavi A. Mane, Utkarsha U. Landge
Department of Electronics and Telecommunication Engineering
Sanjay Ghodawat Institute, Atigre, Maharashtra, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract-Meter SCADA is acategoryofsoftwareapplication
program for process control dealswiththesupervisorycontrol
of the energy meters, gathering of data in real time from
remote location in order to control the energy consumption.
Development of a Arduino Based electronic system situated at
the Energy Meters of various location of Company and the
same meter reading can be accessed by the Server place. This
system will be helpful for getting the power consumption data
on the set time every day , which will help to the management
to find the actual production cost. Arduino counts the pulses
from the meter and sends that pulses in the formof unitstothe
server using NodeMcu WiFi module. Advantage of using WiFi
module is to send the data to the server is that it can send data
over large distance rather than Zigbee which works only for
limited range.
Keywords—Energy submeter, NodeMcu WiFimodule
(ESP8266), Arduino board and server (PC).
1) INTRODUCTION
Now a days the electricity is very important resource in
the industrial areas. Today our country is in the developing
state, so industrialisation is in rising state, due to which
electricity consumption is also in increasing state. So in
industries to get maximum profit with less electricity
consumption by monitoring the energy meter readings.
In the industries whether it is small scale industry or large
scale industry there are number of different manufacturing
units which works on their own manufacturing processes.
Different energy submeters are allocated to each
manufacturing unit as each manufacturing unit consume
different amount of electricity .
In all industries it is required to keep the record of raw
materials required and record of power consumption to
observe the investment for the production and outcome
from it. In order to keep the records of total power
consumption of industry, we have to keep the records of
daily power consumption of each manufacturingunit.Still in
some industries that work is done manually by visiting each
manufacturing unit. Due to that manual work there is less
possibility of keeping record of power consumption of each
unit. So we have designed the project which issituatedatthe
energy submeter which transfers the consumed electricity
units on the server. So that it will gather energy meter
readings of each unit on the server and also all the meter
readings are available for the observer at any time.
2) DESIGN OF HARDWARE SYSTEM
2.1) System structure
In proposed work the system consist of arduino,NodeMcu
WiFi board, energy meter , LCD Display, server (PC).
A energy meter is electronic digital meter in which there is
no moving part so it is called as static energy meter .in
energy meter proper functioning is achieved by ASIC
(Application specified integratedcircuits).ASICismade with
the helpof embedded system in addition to ASIC , analog
circuits voltage and current transformers etc are also
present in EEM to sample the current and voltage. Output of
ASIC is available as pulses indicated by LED . this pulse are
equal to average kilowatt hours . kilowatt hoursistheunitof
measurement .
Meter pulses is interfaced with arduino uno. Arduino uno
operates on 5v and counts the pulses from the energy meter
due to its simplicity and good features it isbetterthanthat of
other . That counted pulses by the arduino are displayed on
the liquid crystal display(LCD).LCD consist of two registers,
command register and data register.
NodeMcu WiFi board(ESP8266) is used for data
transmission over long distance.ESP8266 is the name of the
microcontrollerdesignedby Espressifsystems.TheESP8266
itself is self contained WiFi networking solutionoffering asa
bridge from existing microcontroller to WiFi and is also
capable of running self containedapplications. Withthehelp
of NodeMcu WiFi board wecansenddata throughinternetto
server over wide range and securely. Dependingonthetype
of load the electricity will be consumed accordingly
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2061
Block diagram:
Figure 1. Block daigram
2.2) working:
In this project , energy meter is the main basic part. In some
industries power is distributed by main MSEB board and
some industries develop their own power. In case where
power is distributed by the MSEB board, it is provided by
their main MSEB meter. And then from that main MSEB
meter, the electricity is distributed in different sectorsofthe
industry. In each sector of the industry a energy submeter is
allocated which takes electricity fromthemainMSEBmeter.
Basic unit of power is watts. 1000 watts is 1kilowatt. If we
use 1 kilowatt in 1 hour , it is considered as 1 unit of energy
consumed . These metersmeasuretheinstantaneousvoltage
and currents, calculate its product and gives instantaneous
power . This power is integrated over a period which gives
the energy utilized over that time period . In electronic
digital energy meter, the input data is compared with the
reference data (voltage) and finally a voltage rate will be
given to the output. This output is thenconvertedintodigital
data by A/D converter present in ASIC. Digital data is then
converted into average value.Averagevalueormeanvalueis
measuring unit of power. Output of ASIC is available as
pulses indicated by LED. From that continuously blinking
LED, pulses are drawn. That pulses are given to the analog
pin A0 of arduino board. That arduino will count that
drawned pulses from the meter. As per the standard
specification of the meter it will count one unit for 3200
pulses. So in arduino when it counts 3200 pulses it will
display it as one unit on the LCD display. A 16*2 liquid
crystal display (LCD) is interfaced with the arduino boardas
shown in the block diagram. LCD is used in 4 bit mode. Data
transmission is done in upper 4 bit mode. In which D7, D6,
D5, D4 are used for data transmission and that pins are
connected to the digital pin number 2, 3, 4, 5 of arduino
respectively.
After counting the pulses from theenergymeter,tosendthat
counted pulses in terms of units to the server is the main
purpose of this project. We can send this counted data of
arduino to the server using different methods like using
zigbee, using GSM or any other methods.Butinsteadofusing
zigbee and GSM we can go with very advantageous method
such as using NodeMcu WiFi board. The main advantage of
using WiFi module is that we can send data over large
distance than zigbee. So in order to send arduino data to the
server we have to interface arduino to the ESP8266 WiFi
board. There are several methods available to interface
arduino to WiFi module. In this project we are using method
as sending arduino data to the webpage using WiFi. For this
we need an IP address of either global or local server. Here
we are using local server. ESP8266’s Vcc andGNDofarduino
is connected with 3.3V. By using softwareserial libraryhere,
we have allowed serial communication and made them Rx
and Tx.
First of all we need to connect our WiFi module to WiFi
router for network connectivity. Then we will configure the
local server, send the data to web and finally close the
connection. After which the power consumptionof eachunit
or sector will be available on the server and easily available
for the observer at any time.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2062
Figure2. Hardware of Excavator moniyoring system
3. REFERANCE
1] Arduino tips, tricks and technique by lady ada.
2]Design and development of energy meter by
Abhinandan Jain, Dilip kumar, Jyoti kedia.
3] EDGEFX.in kits and solutions.
4]Sending data from arduino to webpage using WiFi by
Saddam.
4. CONCLUSION
The meter scada system play the important role in remote
monitoring of the energyconsumptionofthe meterssituated
at different sectors of industry and also stores the records of
daily power consumptions of each meter on the computer.

More Related Content

What's hot

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
 
IRJET- IoT based Industrial Level Sensor Data Acquisition & Monitoring
IRJET- IoT based Industrial Level Sensor Data Acquisition & MonitoringIRJET- IoT based Industrial Level Sensor Data Acquisition & Monitoring
IRJET- IoT based Industrial Level Sensor Data Acquisition & MonitoringIRJET Journal
 
IRJET-Simulation of Smart Meter Using Proteus software for Smart Grid
IRJET-Simulation of Smart Meter Using Proteus software for Smart GridIRJET-Simulation of Smart Meter Using Proteus software for Smart Grid
IRJET-Simulation of Smart Meter Using Proteus software for Smart GridIRJET Journal
 
IRJET- Automatic Electric Meter Reading using Wifi
IRJET- Automatic Electric Meter Reading using WifiIRJET- Automatic Electric Meter Reading using Wifi
IRJET- Automatic Electric Meter Reading using WifiIRJET Journal
 
IRJET- Smart Farm Fertilizer and Pesticide Prediction using IoT
IRJET-  	  Smart Farm Fertilizer and Pesticide Prediction using IoTIRJET-  	  Smart Farm Fertilizer and Pesticide Prediction using IoT
IRJET- Smart Farm Fertilizer and Pesticide Prediction using IoTIRJET Journal
 
18 digital
18 digital18 digital
18 digitalsm0302
 
IJSRED-V2I2P7
IJSRED-V2I2P7IJSRED-V2I2P7
IJSRED-V2I2P7IJSRED
 
IRJET- Closed Loop Speed Control of DC Motor by using PI Controller
IRJET-  	  Closed Loop Speed Control of DC Motor by using PI ControllerIRJET-  	  Closed Loop Speed Control of DC Motor by using PI Controller
IRJET- Closed Loop Speed Control of DC Motor by using PI ControllerIRJET Journal
 
Infrared Remote Controlled Devices
Infrared Remote Controlled DevicesInfrared Remote Controlled Devices
Infrared Remote Controlled DevicesNarayan Jaiswal
 
IRJET- Wireless Data Monitoring and Fault Identification by using IoT in ...
IRJET-  	  Wireless Data Monitoring and Fault Identification by using IoT in ...IRJET-  	  Wireless Data Monitoring and Fault Identification by using IoT in ...
IRJET- Wireless Data Monitoring and Fault Identification by using IoT in ...IRJET Journal
 
IRJET- Development of General Purpose Controller Board
IRJET- Development of General Purpose Controller BoardIRJET- Development of General Purpose Controller Board
IRJET- Development of General Purpose Controller BoardIRJET 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 - Speed Control of DC Motor by using IoT
IRJET -  	  Speed Control of DC Motor by using IoTIRJET -  	  Speed Control of DC Motor by using IoT
IRJET - Speed Control of DC Motor by using IoTIRJET Journal
 
IEEE PROJECTS ABSTRACT-A zigbee based wireless sensor network for monitoring ...
IEEE PROJECTS ABSTRACT-A zigbee based wireless sensor network for monitoring ...IEEE PROJECTS ABSTRACT-A zigbee based wireless sensor network for monitoring ...
IEEE PROJECTS ABSTRACT-A zigbee based wireless sensor network for monitoring ...ASHOKKUMAR RAMAR
 
IRJET- Energy Meter Reading over Internet
IRJET- Energy Meter Reading over InternetIRJET- Energy Meter Reading over Internet
IRJET- Energy Meter Reading over InternetIRJET Journal
 
Controlling home appliances using ir modules
Controlling home appliances using ir modulesControlling home appliances using ir modules
Controlling home appliances using ir modulesSatya Jeet
 
IRJET - Low Cost Arduino Controlled Humidity Meter
IRJET  -  	  Low Cost Arduino Controlled Humidity MeterIRJET  -  	  Low Cost Arduino Controlled Humidity Meter
IRJET - Low Cost Arduino Controlled Humidity MeterIRJET Journal
 
IRJET- Industrial Disaster Control System using Hanging Robot
IRJET- Industrial Disaster Control System using Hanging RobotIRJET- Industrial Disaster Control System using Hanging Robot
IRJET- Industrial Disaster Control System using Hanging RobotIRJET Journal
 
Design and Implementation of an Intelligent System to Prevent Grain Loss Due ...
Design and Implementation of an Intelligent System to Prevent Grain Loss Due ...Design and Implementation of an Intelligent System to Prevent Grain Loss Due ...
Design and Implementation of an Intelligent System to Prevent Grain Loss Due ...paperpublications3
 

What's hot (20)

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
 
IRJET- IoT based Industrial Level Sensor Data Acquisition & Monitoring
IRJET- IoT based Industrial Level Sensor Data Acquisition & MonitoringIRJET- IoT based Industrial Level Sensor Data Acquisition & Monitoring
IRJET- IoT based Industrial Level Sensor Data Acquisition & Monitoring
 
IRJET-Simulation of Smart Meter Using Proteus software for Smart Grid
IRJET-Simulation of Smart Meter Using Proteus software for Smart GridIRJET-Simulation of Smart Meter Using Proteus software for Smart Grid
IRJET-Simulation of Smart Meter Using Proteus software for Smart Grid
 
IRJET- Automatic Electric Meter Reading using Wifi
IRJET- Automatic Electric Meter Reading using WifiIRJET- Automatic Electric Meter Reading using Wifi
IRJET- Automatic Electric Meter Reading using Wifi
 
IRJET- Smart Farm Fertilizer and Pesticide Prediction using IoT
IRJET-  	  Smart Farm Fertilizer and Pesticide Prediction using IoTIRJET-  	  Smart Farm Fertilizer and Pesticide Prediction using IoT
IRJET- Smart Farm Fertilizer and Pesticide Prediction using IoT
 
18 digital
18 digital18 digital
18 digital
 
IJSRED-V2I2P7
IJSRED-V2I2P7IJSRED-V2I2P7
IJSRED-V2I2P7
 
IRJET- Closed Loop Speed Control of DC Motor by using PI Controller
IRJET-  	  Closed Loop Speed Control of DC Motor by using PI ControllerIRJET-  	  Closed Loop Speed Control of DC Motor by using PI Controller
IRJET- Closed Loop Speed Control of DC Motor by using PI Controller
 
Infrared Remote Controlled Devices
Infrared Remote Controlled DevicesInfrared Remote Controlled Devices
Infrared Remote Controlled Devices
 
IRJET- Wireless Data Monitoring and Fault Identification by using IoT in ...
IRJET-  	  Wireless Data Monitoring and Fault Identification by using IoT in ...IRJET-  	  Wireless Data Monitoring and Fault Identification by using IoT in ...
IRJET- Wireless Data Monitoring and Fault Identification by using IoT in ...
 
Final ppt
Final pptFinal ppt
Final ppt
 
IRJET- Development of General Purpose Controller Board
IRJET- Development of General Purpose Controller BoardIRJET- Development of General Purpose Controller Board
IRJET- Development of General Purpose Controller Board
 
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 - Speed Control of DC Motor by using IoT
IRJET -  	  Speed Control of DC Motor by using IoTIRJET -  	  Speed Control of DC Motor by using IoT
IRJET - Speed Control of DC Motor by using IoT
 
IEEE PROJECTS ABSTRACT-A zigbee based wireless sensor network for monitoring ...
IEEE PROJECTS ABSTRACT-A zigbee based wireless sensor network for monitoring ...IEEE PROJECTS ABSTRACT-A zigbee based wireless sensor network for monitoring ...
IEEE PROJECTS ABSTRACT-A zigbee based wireless sensor network for monitoring ...
 
IRJET- Energy Meter Reading over Internet
IRJET- Energy Meter Reading over InternetIRJET- Energy Meter Reading over Internet
IRJET- Energy Meter Reading over Internet
 
Controlling home appliances using ir modules
Controlling home appliances using ir modulesControlling home appliances using ir modules
Controlling home appliances using ir modules
 
IRJET - Low Cost Arduino Controlled Humidity Meter
IRJET  -  	  Low Cost Arduino Controlled Humidity MeterIRJET  -  	  Low Cost Arduino Controlled Humidity Meter
IRJET - Low Cost Arduino Controlled Humidity Meter
 
IRJET- Industrial Disaster Control System using Hanging Robot
IRJET- Industrial Disaster Control System using Hanging RobotIRJET- Industrial Disaster Control System using Hanging Robot
IRJET- Industrial Disaster Control System using Hanging Robot
 
Design and Implementation of an Intelligent System to Prevent Grain Loss Due ...
Design and Implementation of an Intelligent System to Prevent Grain Loss Due ...Design and Implementation of an Intelligent System to Prevent Grain Loss Due ...
Design and Implementation of an Intelligent System to Prevent Grain Loss Due ...
 

Similar to Meter SCADA

IRJET- Smart Energy Meter Billing, Monitoring and Controlling System
IRJET-  	  Smart Energy Meter Billing, Monitoring and Controlling SystemIRJET-  	  Smart Energy Meter Billing, Monitoring and Controlling System
IRJET- Smart Energy Meter Billing, Monitoring and Controlling SystemIRJET Journal
 
IOT BASED SMART ENERGY METER USING ARDUINO UNO
IOT BASED SMART ENERGY METER USING ARDUINO UNOIOT BASED SMART ENERGY METER USING ARDUINO UNO
IOT BASED SMART ENERGY METER USING ARDUINO UNOIRJET Journal
 
IRJET- IoT based Smart Energy Meter
IRJET- IoT based Smart Energy MeterIRJET- IoT based Smart Energy Meter
IRJET- IoT based Smart Energy MeterIRJET Journal
 
IRJET- Smart Energy Metering based on IoT and Pocket Picking using Arduino an...
IRJET- Smart Energy Metering based on IoT and Pocket Picking using Arduino an...IRJET- Smart Energy Metering based on IoT and Pocket Picking using Arduino an...
IRJET- Smart Energy Metering based on IoT and Pocket Picking using Arduino an...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
 
IRJET- Design and Implement Mechanism for Efficient Energy Meter using IoT
IRJET- Design and Implement Mechanism for Efficient Energy Meter using IoTIRJET- Design and Implement Mechanism for Efficient Energy Meter using IoT
IRJET- Design and Implement Mechanism for Efficient Energy Meter using IoTIRJET Journal
 
ENERGY METER READING SYSTEM WITH AUTOMATIC BILLING USING CLOUD
ENERGY METER READING SYSTEM WITH AUTOMATIC BILLING USING CLOUDENERGY METER READING SYSTEM WITH AUTOMATIC BILLING USING CLOUD
ENERGY METER READING SYSTEM WITH AUTOMATIC BILLING USING CLOUDIRJET Journal
 
IRJET- Iot Based Smart Energy Monitoring
IRJET- Iot Based Smart Energy MonitoringIRJET- Iot Based Smart Energy Monitoring
IRJET- Iot Based Smart Energy MonitoringIRJET Journal
 
ENERGY METER READING SYSTEM WITH AUTOMATIC BILLING USING CLOUD
ENERGY METER READING SYSTEM WITH AUTOMATIC BILLING USING CLOUDENERGY METER READING SYSTEM WITH AUTOMATIC BILLING USING CLOUD
ENERGY METER READING SYSTEM WITH AUTOMATIC BILLING USING CLOUDIRJET Journal
 
IRJET - Hybrid Model of Smart Energy Consumption Monitoring System
IRJET - Hybrid Model of Smart Energy Consumption Monitoring SystemIRJET - Hybrid Model of Smart Energy Consumption Monitoring System
IRJET - Hybrid Model of Smart Energy Consumption Monitoring SystemIRJET Journal
 
Development of Smart system for Monitoring Windmill
Development of Smart system for Monitoring WindmillDevelopment of Smart system for Monitoring Windmill
Development of Smart system for Monitoring WindmillIRJET Journal
 
IoT-based Solar Energy Monitoring
IoT-based Solar Energy MonitoringIoT-based Solar Energy Monitoring
IoT-based Solar Energy MonitoringIRJET Journal
 
IRJET- Wireless Data Monitoring and Fault Identification by using IoT in Ther...
IRJET- Wireless Data Monitoring and Fault Identification by using IoT in Ther...IRJET- Wireless Data Monitoring and Fault Identification by using IoT in Ther...
IRJET- Wireless Data Monitoring and Fault Identification by using IoT in Ther...IRJET Journal
 
REAL-TIME LOCATION TRACKER FOR HEALTH PATIENT IN CRISIS
REAL-TIME LOCATION TRACKER FOR HEALTH PATIENT IN CRISISREAL-TIME LOCATION TRACKER FOR HEALTH PATIENT IN CRISIS
REAL-TIME LOCATION TRACKER FOR HEALTH PATIENT IN CRISISIRJET Journal
 
IRJET- College Bus Fee Payment System
IRJET- College Bus Fee Payment SystemIRJET- College Bus Fee Payment System
IRJET- College Bus Fee Payment SystemIRJET Journal
 
IOT BASED UNATTAINED TAMPER PROOF DIGITAL ENERGY METER
IOT BASED UNATTAINED TAMPER PROOF DIGITAL ENERGY METERIOT BASED UNATTAINED TAMPER PROOF DIGITAL ENERGY METER
IOT BASED UNATTAINED TAMPER PROOF DIGITAL ENERGY METERIRJET Journal
 
IRJET- Arduino based Smart Grid Power Monitoring and Control by using IoT
IRJET-  	  Arduino based Smart Grid Power Monitoring and Control by using IoTIRJET-  	  Arduino based Smart Grid Power Monitoring and Control by using IoT
IRJET- Arduino based Smart Grid Power Monitoring and Control by using IoTIRJET Journal
 
WIRELESS POWER THEFT MONITORING SYSTEM IN POWER LINES
WIRELESS POWER THEFT MONITORING SYSTEM IN POWER LINESWIRELESS POWER THEFT MONITORING SYSTEM IN POWER LINES
WIRELESS POWER THEFT MONITORING SYSTEM IN POWER LINESIRJET Journal
 
IRJET- Android based Home Automation System with Power Optimization Modes
IRJET-  	  Android based Home Automation System with Power Optimization ModesIRJET-  	  Android based Home Automation System with Power Optimization Modes
IRJET- Android based Home Automation System with Power Optimization ModesIRJET Journal
 

Similar to Meter SCADA (20)

IRJET- Smart Energy Meter Billing, Monitoring and Controlling System
IRJET-  	  Smart Energy Meter Billing, Monitoring and Controlling SystemIRJET-  	  Smart Energy Meter Billing, Monitoring and Controlling System
IRJET- Smart Energy Meter Billing, Monitoring and Controlling System
 
IOT BASED SMART ENERGY METER USING ARDUINO UNO
IOT BASED SMART ENERGY METER USING ARDUINO UNOIOT BASED SMART ENERGY METER USING ARDUINO UNO
IOT BASED SMART ENERGY METER USING ARDUINO UNO
 
IRJET- IoT based Smart Energy Meter
IRJET- IoT based Smart Energy MeterIRJET- IoT based Smart Energy Meter
IRJET- IoT based Smart Energy Meter
 
IRJET- Smart Energy Metering based on IoT and Pocket Picking using Arduino an...
IRJET- Smart Energy Metering based on IoT and Pocket Picking using Arduino an...IRJET- Smart Energy Metering based on IoT and Pocket Picking using Arduino an...
IRJET- Smart Energy Metering based on IoT and Pocket Picking using Arduino an...
 
Power Measurement with IoT
Power Measurement with IoTPower Measurement with IoT
Power Measurement with IoT
 
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
 
IRJET- Design and Implement Mechanism for Efficient Energy Meter using IoT
IRJET- Design and Implement Mechanism for Efficient Energy Meter using IoTIRJET- Design and Implement Mechanism for Efficient Energy Meter using IoT
IRJET- Design and Implement Mechanism for Efficient Energy Meter using IoT
 
ENERGY METER READING SYSTEM WITH AUTOMATIC BILLING USING CLOUD
ENERGY METER READING SYSTEM WITH AUTOMATIC BILLING USING CLOUDENERGY METER READING SYSTEM WITH AUTOMATIC BILLING USING CLOUD
ENERGY METER READING SYSTEM WITH AUTOMATIC BILLING USING CLOUD
 
IRJET- Iot Based Smart Energy Monitoring
IRJET- Iot Based Smart Energy MonitoringIRJET- Iot Based Smart Energy Monitoring
IRJET- Iot Based Smart Energy Monitoring
 
ENERGY METER READING SYSTEM WITH AUTOMATIC BILLING USING CLOUD
ENERGY METER READING SYSTEM WITH AUTOMATIC BILLING USING CLOUDENERGY METER READING SYSTEM WITH AUTOMATIC BILLING USING CLOUD
ENERGY METER READING SYSTEM WITH AUTOMATIC BILLING USING CLOUD
 
IRJET - Hybrid Model of Smart Energy Consumption Monitoring System
IRJET - Hybrid Model of Smart Energy Consumption Monitoring SystemIRJET - Hybrid Model of Smart Energy Consumption Monitoring System
IRJET - Hybrid Model of Smart Energy Consumption Monitoring System
 
Development of Smart system for Monitoring Windmill
Development of Smart system for Monitoring WindmillDevelopment of Smart system for Monitoring Windmill
Development of Smart system for Monitoring Windmill
 
IoT-based Solar Energy Monitoring
IoT-based Solar Energy MonitoringIoT-based Solar Energy Monitoring
IoT-based Solar Energy Monitoring
 
IRJET- Wireless Data Monitoring and Fault Identification by using IoT in Ther...
IRJET- Wireless Data Monitoring and Fault Identification by using IoT in Ther...IRJET- Wireless Data Monitoring and Fault Identification by using IoT in Ther...
IRJET- Wireless Data Monitoring and Fault Identification by using IoT in Ther...
 
REAL-TIME LOCATION TRACKER FOR HEALTH PATIENT IN CRISIS
REAL-TIME LOCATION TRACKER FOR HEALTH PATIENT IN CRISISREAL-TIME LOCATION TRACKER FOR HEALTH PATIENT IN CRISIS
REAL-TIME LOCATION TRACKER FOR HEALTH PATIENT IN CRISIS
 
IRJET- College Bus Fee Payment System
IRJET- College Bus Fee Payment SystemIRJET- College Bus Fee Payment System
IRJET- College Bus Fee Payment System
 
IOT BASED UNATTAINED TAMPER PROOF DIGITAL ENERGY METER
IOT BASED UNATTAINED TAMPER PROOF DIGITAL ENERGY METERIOT BASED UNATTAINED TAMPER PROOF DIGITAL ENERGY METER
IOT BASED UNATTAINED TAMPER PROOF DIGITAL ENERGY METER
 
IRJET- Arduino based Smart Grid Power Monitoring and Control by using IoT
IRJET-  	  Arduino based Smart Grid Power Monitoring and Control by using IoTIRJET-  	  Arduino based Smart Grid Power Monitoring and Control by using IoT
IRJET- Arduino based Smart Grid Power Monitoring and Control by using IoT
 
WIRELESS POWER THEFT MONITORING SYSTEM IN POWER LINES
WIRELESS POWER THEFT MONITORING SYSTEM IN POWER LINESWIRELESS POWER THEFT MONITORING SYSTEM IN POWER LINES
WIRELESS POWER THEFT MONITORING SYSTEM IN POWER LINES
 
IRJET- Android based Home Automation System with Power Optimization Modes
IRJET-  	  Android based Home Automation System with Power Optimization ModesIRJET-  	  Android based Home Automation System with Power Optimization Modes
IRJET- Android based Home Automation System with Power Optimization Modes
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLDeelipZope
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...RajaP95
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 

Recently uploaded (20)

Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCL
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 

Meter SCADA

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2060 Meter SCADA Anjum R. Mulla, Pallavi A. Mane, Utkarsha U. Landge Department of Electronics and Telecommunication Engineering Sanjay Ghodawat Institute, Atigre, Maharashtra, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract-Meter SCADA is acategoryofsoftwareapplication program for process control dealswiththesupervisorycontrol of the energy meters, gathering of data in real time from remote location in order to control the energy consumption. Development of a Arduino Based electronic system situated at the Energy Meters of various location of Company and the same meter reading can be accessed by the Server place. This system will be helpful for getting the power consumption data on the set time every day , which will help to the management to find the actual production cost. Arduino counts the pulses from the meter and sends that pulses in the formof unitstothe server using NodeMcu WiFi module. Advantage of using WiFi module is to send the data to the server is that it can send data over large distance rather than Zigbee which works only for limited range. Keywords—Energy submeter, NodeMcu WiFimodule (ESP8266), Arduino board and server (PC). 1) INTRODUCTION Now a days the electricity is very important resource in the industrial areas. Today our country is in the developing state, so industrialisation is in rising state, due to which electricity consumption is also in increasing state. So in industries to get maximum profit with less electricity consumption by monitoring the energy meter readings. In the industries whether it is small scale industry or large scale industry there are number of different manufacturing units which works on their own manufacturing processes. Different energy submeters are allocated to each manufacturing unit as each manufacturing unit consume different amount of electricity . In all industries it is required to keep the record of raw materials required and record of power consumption to observe the investment for the production and outcome from it. In order to keep the records of total power consumption of industry, we have to keep the records of daily power consumption of each manufacturingunit.Still in some industries that work is done manually by visiting each manufacturing unit. Due to that manual work there is less possibility of keeping record of power consumption of each unit. So we have designed the project which issituatedatthe energy submeter which transfers the consumed electricity units on the server. So that it will gather energy meter readings of each unit on the server and also all the meter readings are available for the observer at any time. 2) DESIGN OF HARDWARE SYSTEM 2.1) System structure In proposed work the system consist of arduino,NodeMcu WiFi board, energy meter , LCD Display, server (PC). A energy meter is electronic digital meter in which there is no moving part so it is called as static energy meter .in energy meter proper functioning is achieved by ASIC (Application specified integratedcircuits).ASICismade with the helpof embedded system in addition to ASIC , analog circuits voltage and current transformers etc are also present in EEM to sample the current and voltage. Output of ASIC is available as pulses indicated by LED . this pulse are equal to average kilowatt hours . kilowatt hoursistheunitof measurement . Meter pulses is interfaced with arduino uno. Arduino uno operates on 5v and counts the pulses from the energy meter due to its simplicity and good features it isbetterthanthat of other . That counted pulses by the arduino are displayed on the liquid crystal display(LCD).LCD consist of two registers, command register and data register. NodeMcu WiFi board(ESP8266) is used for data transmission over long distance.ESP8266 is the name of the microcontrollerdesignedby Espressifsystems.TheESP8266 itself is self contained WiFi networking solutionoffering asa bridge from existing microcontroller to WiFi and is also capable of running self containedapplications. Withthehelp of NodeMcu WiFi board wecansenddata throughinternetto server over wide range and securely. Dependingonthetype of load the electricity will be consumed accordingly
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2061 Block diagram: Figure 1. Block daigram 2.2) working: In this project , energy meter is the main basic part. In some industries power is distributed by main MSEB board and some industries develop their own power. In case where power is distributed by the MSEB board, it is provided by their main MSEB meter. And then from that main MSEB meter, the electricity is distributed in different sectorsofthe industry. In each sector of the industry a energy submeter is allocated which takes electricity fromthemainMSEBmeter. Basic unit of power is watts. 1000 watts is 1kilowatt. If we use 1 kilowatt in 1 hour , it is considered as 1 unit of energy consumed . These metersmeasuretheinstantaneousvoltage and currents, calculate its product and gives instantaneous power . This power is integrated over a period which gives the energy utilized over that time period . In electronic digital energy meter, the input data is compared with the reference data (voltage) and finally a voltage rate will be given to the output. This output is thenconvertedintodigital data by A/D converter present in ASIC. Digital data is then converted into average value.Averagevalueormeanvalueis measuring unit of power. Output of ASIC is available as pulses indicated by LED. From that continuously blinking LED, pulses are drawn. That pulses are given to the analog pin A0 of arduino board. That arduino will count that drawned pulses from the meter. As per the standard specification of the meter it will count one unit for 3200 pulses. So in arduino when it counts 3200 pulses it will display it as one unit on the LCD display. A 16*2 liquid crystal display (LCD) is interfaced with the arduino boardas shown in the block diagram. LCD is used in 4 bit mode. Data transmission is done in upper 4 bit mode. In which D7, D6, D5, D4 are used for data transmission and that pins are connected to the digital pin number 2, 3, 4, 5 of arduino respectively. After counting the pulses from theenergymeter,tosendthat counted pulses in terms of units to the server is the main purpose of this project. We can send this counted data of arduino to the server using different methods like using zigbee, using GSM or any other methods.Butinsteadofusing zigbee and GSM we can go with very advantageous method such as using NodeMcu WiFi board. The main advantage of using WiFi module is that we can send data over large distance than zigbee. So in order to send arduino data to the server we have to interface arduino to the ESP8266 WiFi board. There are several methods available to interface arduino to WiFi module. In this project we are using method as sending arduino data to the webpage using WiFi. For this we need an IP address of either global or local server. Here we are using local server. ESP8266’s Vcc andGNDofarduino is connected with 3.3V. By using softwareserial libraryhere, we have allowed serial communication and made them Rx and Tx. First of all we need to connect our WiFi module to WiFi router for network connectivity. Then we will configure the local server, send the data to web and finally close the connection. After which the power consumptionof eachunit or sector will be available on the server and easily available for the observer at any time.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2062 Figure2. Hardware of Excavator moniyoring system 3. REFERANCE 1] Arduino tips, tricks and technique by lady ada. 2]Design and development of energy meter by Abhinandan Jain, Dilip kumar, Jyoti kedia. 3] EDGEFX.in kits and solutions. 4]Sending data from arduino to webpage using WiFi by Saddam. 4. CONCLUSION The meter scada system play the important role in remote monitoring of the energyconsumptionofthe meterssituated at different sectors of industry and also stores the records of daily power consumptions of each meter on the computer.