SlideShare a Scribd company logo
International Journal of Engineering Inventions
e-ISSN: 2278-7461, p-ISSN: 2319-6491
Volume 4, Issue 11 [July 2015] PP: 11-14
www.ijeijournal.com Page | 11
Design of Energy Meter with One Second Logic for Energy
Calculation
1
Shweeta Koraddi, 2
Dr. H V Saikumar
1
PG student, EEE Dept, NIE, Mysuru
2
Professor & Head, EEE Dept, NIE, Mysuru.
Abstract: To improve the economic benefits of electric power enterprises, it is essential to reduce the
production cost and energy loss. Further it is also required to improve the metering to provide reliable electric
energy metering data, strengthen the effective management of power calculation and adopt an accurate, reliable
and systematic electric energy metering mode. In the work presented in this paper, the metering engine is given
with voltage and current input. Depending on sampling rate of ADC which is based on line frequency, voltage
and current values are sampled and are converted to digital signals. The converted ADC values of voltage and
current are read and energy is calculated, accumulated and averaged. So if energy is averaged for a longer
duration, then percentage of error decreases.
Keywords: Analog to digital converter (ADC), Microcontroller based energy meter, Phase locked loop (PLL).
I. INTRODUCTION
The energy meter is a critical part of the electric utility infrastructure. It does not provide a control
function for the power system, but it is one of the most important equipment from a monitoring and accounting
point of view. Meters keep track of the amount of electricity transferred at a specific location in the power
system, most often at the point of service to a customer. Utilities need accurate metering data to manage
transactions, billing, ensure reliability and streamline operations. The electric power utilities pay more attention
to the accuracy of electric energy meter because it will not only affect the efficient utilization of electric power
resources, but also will affect the economic benefits of electric power enterprises [1].
Electronic Energy Meter (EEM) is based on Digital Micro Technology (DMT) and uses no moving
parts. So the EEM is known as Static Energy Meter. In EEM the accurate functioning is controlled by a
specially designed micro controller. In addition to micro controller, analogue circuits, voltage transformer,
current transformer etc. are also present to sample current and voltage. The input data is compared with a
programmed reference data and finally a voltage rate will be given to the output. This output is then converted
into digital data by the AD converters (analogue- digital converter) present in the micro controller chip [2].
The digital data is then converted into an average value. Average value or mean value is the measuring
unit of power. The output of controller is available as Pulses indicated by the LED (Light emitting diode).
Figure.1 shows the block diagram of energy meter.
Figure.1: Block diagram of energy meter
Design of Energy Meter with One Second Logic for Energy Calculation
www.ijeijournal.com Page | 12
II. BACKGROUND
The metering engine is given with voltage and current input. For sine wave signals, amplitude and
frequency are two possible changing parameters. Since the frequency of the mains varies, it is important to first
measure the mains frequency accurately and then phase shift the voltage samples accordingly.
The instantaneous I and V signals for each phase are accumulated. A cycle tracking counter and sample
counter keep track of the number of samples accumulated. When set samples values have been accumulated, the
background process stores these in registers and notifies the foreground process to produce the average results
like RMS and power values [2]. For frequency measurements, we do a straight line interpolation between the
zero crossing voltage samples. Figure.2 depicts the samples near a zero cross and the process of linear
interpolation.
Figure.2: Frequency measurement
Since noise spikes can also cause errors, we use the rate of change check to filter out the possible
erroneous signals and make sure that the two points are interpolated from are genuine zero crossing points. For
example, if you have two negative samples, a noise spike can make one of them positive and therefore making
the negative and positive pair looks as if there is a zero crossing.
In meter application Phase locked loop is used for line frequency synchronization with ADC sampling
frequency. PLL follows line frequency. Line frequency is not always constant. Sometimes it varies from the grid
side, which is acceptable. When the frequency changes then time duration changes.
There should be a line frequency sync operation which synchronizes the sampling frequency with line
frequency. This can be achieved using Phase Locked Loop (PLL).
III. ACCURACY IN ENERGY METERING
Accuracy evaluation represents one of the most critical aspects mainly when digital energy metering is
considered. In the microcontroller-based energy meters the accuracy is influenced by the following specific
factors [3]:
 Voltage and current sensors
 Analog electronics
 AD Converter resolution
 Sampling rate
 Properties of algorithms adopted to compute energy
 Type of arithmetic computation adapted
IV. ENERGY CALCULATION PROCESS
Energy measurement is based on the processing of voltage and current. Energy calculation process
involves sampling of voltage and currents and is sensitive to frequency variations and if it is not taken care it
can cause errors. Depending on sampling rate of ADC which is based on line frequency, voltage and current
values are sampled and are converted to digital signals. The converted ADC values of voltage and current are
read and energy is calculated, this energy is accumulated and is averaged. The calculation of the energy value is
based on averaging method.
Following are the formulae to calculate active and reactive power [2] [4].
Design of Energy Meter with One Second Logic for Energy Calculation
www.ijeijournal.com Page | 13
PAct =
Vn × In
Sample count
n=1
Sample count
PReact =
V90,n × In
Sample count
n=1
Sample count
Where,
Vn = Voltage sample at the nth
sample instant
In = Current sample at the nth
sample instant
Sample count= Number of samples in specified duration.
V90, n = Voltage sample at the nth
sample instant shifted by 90 degrees
The consumed energy is then calculated based on the active power value for each frame.
EAct = PAct × sample count
EReact = PReact × sample count
For reactive energy we use the 90 degree phase shift approach for two reasons:
1. This allows us to measure the reactive power accurately down to very small currents.
2. This conforms to international specified measurement method.
For changing inputs, accuracy of energy calculation depends on both measurement time averaging and
time latency during which the input signal is not subjected to change. The line frequency may vary from grid
side (acceptable variation) the accuracy of the energy calculation depends on the number of cycles considered
for energy calculation. More cycles used for energy calculation, the more accurate it is.
PLL follows line frequency and if line frequency is changed then based on that PLL takes corrective
action and thus the synchronization between sampling frequency and line frequency is achieved. Even if PLL is
present for frequency synchronization, PLL takes some time to detect the change in frequency, there is some
transition time. In that transition time sampling rate may vary. This can cause error in calculation. If we consider
more number of cycles then this error reduces. In this paper 50 cycles are considered as it is the standard input
frequency.
V. DESIGN OF ONE SECOND ENERGY LOGIC ALGORITHM
An interrupt for every One second from RTC will set the flag to indicate the Micro Controller Unit
(MCU) to do the energy calculation using the accumulated voltage and current samples. The active energy is the
measure of active power accumulated over a period of time. The accumulated active power for 1sec is
multiplied with 1sec to get the active energy for 1sec. This watt-sec value is converted to kWh to get the basic
measure of active energy.
The kWh for every 1sec is being accumulated with the previous value to get the cumulated kWh. Other
instantaneous parameters like voltage RMS, current RMS, active power (kW), apparent power (kVA) and power
factor are also calculated from the sampled and accumulated values of voltage and current. The flow of basic
energy calculation is shown in Figure.3
Figure.3: One second energy calculation process.
Design of Energy Meter with One Second Logic for Energy Calculation
www.ijeijournal.com Page | 14
Figure 4 shows the flowchart of one second energy calculation process.
Figure.4: flowchart of one second energy calculation process.
VI. TEST RESULTS
Test results (Unity power factor) of the energy meter with percentage of the error are shown in table 1.
KW
VI
Power
1000

Test results show the percentage of error to be 0.3. So for CLASS 1 type of meter 0.3% of error is acceptable.
The test is conducted for the maximum duration of 20minutes and error is within the accepted limits.
Voltage Current Time Power in Kw Error (%)
240 5 1min 3.5999 0.316
240 5 5min 3.5999 0.300
240 5 10min 3.5999 0.319
240 5 20min 3.5999 0.310
Table.1: Test results
VII. CONCLUSIONS
Properties of algorithms adopted to compute energy is one among the factors that influences accuracy
in the microcontroller-based energy meters. With the proposed energy calculation mechanism energy is
averaged for one second so that percentage of error decreases.
REFERENCES
[1]. Discussion on Method of Improving the Accuracy of Electric Energy Metering YanhuaNing,
XinruCai,Jiangxi, ocational and Technical College of Electricity, Nanchang, 330032, China. 2nd
International Conference on Education Technology and Information System (ICETIS 2014)
[2]. APPLICATION NOTE-Atmel AVR1631: Single Phase Energy Meter using XMEGA A, 8-bit Atmel
Microcontroller.
[3]. P. Mirandola, F. Veroni - ENEL/DSR/CRA Milan – Italy Gandelli - Politecnico di Milano –Italy “A New
Approach to the Evaluation of Energy Metering Accuracy”.
[4]. P. A. V. Loss, M.M. Lamego, G.C.D. Soma and J.L.F. Vieira ,” A Single Phase Microcontroller Based
Energy Meter”, IEEE Instrumentation and Measurement, Technology Conference,St. Paul, Minessota,
USA, May 18-21,1998
[5]. Liu Xian-chun, Xiao Yu-ling, Zhao Liang-qin,” Design of Three-phase Multi-purpose Standard Electric
Energy Meter”, 2011IEEE International Conference on System Science, Engineering Design and
Manufacturing Informatization.
[6]. A high accuracy standard for electricity meters April 2011 / White paper by Lance.

More Related Content

What's hot

Review of the Most Applicable Regulator Collections to Control the Parallel A...
Review of the Most Applicable Regulator Collections to Control the Parallel A...Review of the Most Applicable Regulator Collections to Control the Parallel A...
Review of the Most Applicable Regulator Collections to Control the Parallel A...
International Journal of Power Electronics and Drive Systems
 
Enhancement of power quality using microprocessor based shunt active power fi...
Enhancement of power quality using microprocessor based shunt active power fi...Enhancement of power quality using microprocessor based shunt active power fi...
Enhancement of power quality using microprocessor based shunt active power fi...
IJECEIAES
 
State estimation
State estimationState estimation
State estimation
Vipin Pandey
 
Advance Data Mining - Analysis and forecasting of power factor for optimum el...
Advance Data Mining - Analysis and forecasting of power factor for optimum el...Advance Data Mining - Analysis and forecasting of power factor for optimum el...
Advance Data Mining - Analysis and forecasting of power factor for optimum el...
Shrikant Samarth
 
Power System State Estimation - A Review
Power System State Estimation - A ReviewPower System State Estimation - A Review
Power System State Estimation - A Review
IDES Editor
 
Design of Load Frequency Controllers for Interconnected Power Systems with Su...
Design of Load Frequency Controllers for Interconnected Power Systems with Su...Design of Load Frequency Controllers for Interconnected Power Systems with Su...
Design of Load Frequency Controllers for Interconnected Power Systems with Su...
IOSR Journals
 
IRJET- A Review on Power Quality Improvement using Shunt Active Filter with M...
IRJET- A Review on Power Quality Improvement using Shunt Active Filter with M...IRJET- A Review on Power Quality Improvement using Shunt Active Filter with M...
IRJET- A Review on Power Quality Improvement using Shunt Active Filter with M...
IRJET Journal
 
INTELLIGENT ELECTRICAL MULTI OUTLETS CONTROLLED AND ACTIVATED BY A DATA MININ...
INTELLIGENT ELECTRICAL MULTI OUTLETS CONTROLLED AND ACTIVATED BY A DATA MININ...INTELLIGENT ELECTRICAL MULTI OUTLETS CONTROLLED AND ACTIVATED BY A DATA MININ...
INTELLIGENT ELECTRICAL MULTI OUTLETS CONTROLLED AND ACTIVATED BY A DATA MININ...
ijscai
 
Energy packet networks with energy harvesting
Energy packet networks with energy harvestingEnergy packet networks with energy harvesting
Energy packet networks with energy harvesting
redpel dot com
 
A home energy management algorithm in demand response events for household pe...
A home energy management algorithm in demand response events for household pe...A home energy management algorithm in demand response events for household pe...
A home energy management algorithm in demand response events for household pe...
Basrah University for Oil and Gas
 
Evaluation of Voltage Phase Fluctuations in Power Networks with Rapid Variabl...
Evaluation of Voltage Phase Fluctuations in Power Networks with Rapid Variabl...Evaluation of Voltage Phase Fluctuations in Power Networks with Rapid Variabl...
Evaluation of Voltage Phase Fluctuations in Power Networks with Rapid Variabl...
AM Publications
 
Cuckoo Search Optimization Algorithm based Load Frequency Control of Intercon...
Cuckoo Search Optimization Algorithm based Load Frequency Control of Intercon...Cuckoo Search Optimization Algorithm based Load Frequency Control of Intercon...
Cuckoo Search Optimization Algorithm based Load Frequency Control of Intercon...
International Journal of Engineering Inventions www.ijeijournal.com
 
Application of swarm intelligence algorithms to energy management of prosumer...
Application of swarm intelligence algorithms to energy management of prosumer...Application of swarm intelligence algorithms to energy management of prosumer...
Application of swarm intelligence algorithms to energy management of prosumer...
IJECEIAES
 
E04562332
E04562332E04562332
E04562332
IOSR-JEN
 
Implementation of hysteresis current control for single phase grid connected ...
Implementation of hysteresis current control for single phase grid connected ...Implementation of hysteresis current control for single phase grid connected ...
Implementation of hysteresis current control for single phase grid connected ...
Asoka Technologies
 
Maximum power point tracking techniques a review
Maximum power point tracking techniques a review Maximum power point tracking techniques a review
Maximum power point tracking techniques a review
graphic era university
 

What's hot (16)

Review of the Most Applicable Regulator Collections to Control the Parallel A...
Review of the Most Applicable Regulator Collections to Control the Parallel A...Review of the Most Applicable Regulator Collections to Control the Parallel A...
Review of the Most Applicable Regulator Collections to Control the Parallel A...
 
Enhancement of power quality using microprocessor based shunt active power fi...
Enhancement of power quality using microprocessor based shunt active power fi...Enhancement of power quality using microprocessor based shunt active power fi...
Enhancement of power quality using microprocessor based shunt active power fi...
 
State estimation
State estimationState estimation
State estimation
 
Advance Data Mining - Analysis and forecasting of power factor for optimum el...
Advance Data Mining - Analysis and forecasting of power factor for optimum el...Advance Data Mining - Analysis and forecasting of power factor for optimum el...
Advance Data Mining - Analysis and forecasting of power factor for optimum el...
 
Power System State Estimation - A Review
Power System State Estimation - A ReviewPower System State Estimation - A Review
Power System State Estimation - A Review
 
Design of Load Frequency Controllers for Interconnected Power Systems with Su...
Design of Load Frequency Controllers for Interconnected Power Systems with Su...Design of Load Frequency Controllers for Interconnected Power Systems with Su...
Design of Load Frequency Controllers for Interconnected Power Systems with Su...
 
IRJET- A Review on Power Quality Improvement using Shunt Active Filter with M...
IRJET- A Review on Power Quality Improvement using Shunt Active Filter with M...IRJET- A Review on Power Quality Improvement using Shunt Active Filter with M...
IRJET- A Review on Power Quality Improvement using Shunt Active Filter with M...
 
INTELLIGENT ELECTRICAL MULTI OUTLETS CONTROLLED AND ACTIVATED BY A DATA MININ...
INTELLIGENT ELECTRICAL MULTI OUTLETS CONTROLLED AND ACTIVATED BY A DATA MININ...INTELLIGENT ELECTRICAL MULTI OUTLETS CONTROLLED AND ACTIVATED BY A DATA MININ...
INTELLIGENT ELECTRICAL MULTI OUTLETS CONTROLLED AND ACTIVATED BY A DATA MININ...
 
Energy packet networks with energy harvesting
Energy packet networks with energy harvestingEnergy packet networks with energy harvesting
Energy packet networks with energy harvesting
 
A home energy management algorithm in demand response events for household pe...
A home energy management algorithm in demand response events for household pe...A home energy management algorithm in demand response events for household pe...
A home energy management algorithm in demand response events for household pe...
 
Evaluation of Voltage Phase Fluctuations in Power Networks with Rapid Variabl...
Evaluation of Voltage Phase Fluctuations in Power Networks with Rapid Variabl...Evaluation of Voltage Phase Fluctuations in Power Networks with Rapid Variabl...
Evaluation of Voltage Phase Fluctuations in Power Networks with Rapid Variabl...
 
Cuckoo Search Optimization Algorithm based Load Frequency Control of Intercon...
Cuckoo Search Optimization Algorithm based Load Frequency Control of Intercon...Cuckoo Search Optimization Algorithm based Load Frequency Control of Intercon...
Cuckoo Search Optimization Algorithm based Load Frequency Control of Intercon...
 
Application of swarm intelligence algorithms to energy management of prosumer...
Application of swarm intelligence algorithms to energy management of prosumer...Application of swarm intelligence algorithms to energy management of prosumer...
Application of swarm intelligence algorithms to energy management of prosumer...
 
E04562332
E04562332E04562332
E04562332
 
Implementation of hysteresis current control for single phase grid connected ...
Implementation of hysteresis current control for single phase grid connected ...Implementation of hysteresis current control for single phase grid connected ...
Implementation of hysteresis current control for single phase grid connected ...
 
Maximum power point tracking techniques a review
Maximum power point tracking techniques a review Maximum power point tracking techniques a review
Maximum power point tracking techniques a review
 

Viewers also liked

B04110710
B04110710B04110710
F04113640
F04113640F04113640
B04120610
B04120610B04120610
C04121115
C04121115C04121115
F04123137
F04123137F04123137
A04 07 0105
A04 07 0105A04 07 0105
B04010610
B04010610B04010610
B04 3-1121
B04 3-1121B04 3-1121
C04011117
C04011117C04011117
A04 05 0110
A04 05 0110A04 05 0110
D04011824
D04011824D04011824
A0490106
A0490106A0490106
I04105358
I04105358I04105358
E04102330
E04102330E04102330
G04103948
G04103948G04103948
C04101217
C04101217C04101217

Viewers also liked (18)

B04110710
B04110710B04110710
B04110710
 
F04113640
F04113640F04113640
F04113640
 
C04 06 1923
C04 06 1923C04 06 1923
C04 06 1923
 
B04120610
B04120610B04120610
B04120610
 
C04121115
C04121115C04121115
C04121115
 
F04123137
F04123137F04123137
F04123137
 
A04 07 0105
A04 07 0105A04 07 0105
A04 07 0105
 
B04010610
B04010610B04010610
B04010610
 
B04 3-1121
B04 3-1121B04 3-1121
B04 3-1121
 
C04011117
C04011117C04011117
C04011117
 
A04 05 0110
A04 05 0110A04 05 0110
A04 05 0110
 
D04011824
D04011824D04011824
D04011824
 
A04 06 0108
A04 06 0108A04 06 0108
A04 06 0108
 
A0490106
A0490106A0490106
A0490106
 
I04105358
I04105358I04105358
I04105358
 
E04102330
E04102330E04102330
E04102330
 
G04103948
G04103948G04103948
G04103948
 
C04101217
C04101217C04101217
C04101217
 

Similar to C04111114

Bg4201393395
Bg4201393395Bg4201393395
Bg4201393395
IJERA Editor
 
Reactive energy metering
Reactive energy meteringReactive energy metering
Reactive energy metering
Jose Rubens Macedo Jr
 
Design and Performance Analysis of Power Factor Controller
Design and Performance Analysis of Power Factor ControllerDesign and Performance Analysis of Power Factor Controller
Design and Performance Analysis of Power Factor Controller
ijtsrd
 
Energy meter
Energy meterEnergy meter
Energy meter
Dinesh Sharma
 
Yasre
Yasre Yasre
A review on different control techniques using DSTATCOM for distribution syst...
A review on different control techniques using DSTATCOM for distribution syst...A review on different control techniques using DSTATCOM for distribution syst...
A review on different control techniques using DSTATCOM for distribution syst...
International Journal of Power Electronics and Drive Systems
 
New Dead-Time Compensation Method of Power Inverter Using Carrier Based Sinus...
New Dead-Time Compensation Method of Power Inverter Using Carrier Based Sinus...New Dead-Time Compensation Method of Power Inverter Using Carrier Based Sinus...
New Dead-Time Compensation Method of Power Inverter Using Carrier Based Sinus...
IJECEIAES
 
Smart energy meter (Updated)
Smart energy meter (Updated)Smart energy meter (Updated)
Smart energy meter (Updated)
Dnyanesh Patil
 
Kf3517721775
Kf3517721775Kf3517721775
Kf3517721775
IJERA Editor
 
automatic power factor correction report
automatic power factor correction reportautomatic power factor correction report
automatic power factor correction report
amaljo joju e
 
IRJET- Simulation and Analysis of Five Level SPWM Inverter
IRJET- Simulation and Analysis of Five Level SPWM InverterIRJET- Simulation and Analysis of Five Level SPWM Inverter
IRJET- Simulation and Analysis of Five Level SPWM Inverter
IRJET Journal
 
Digital Current Mode Controller for Buck Converter
Digital Current Mode Controller for Buck ConverterDigital Current Mode Controller for Buck Converter
Digital Current Mode Controller for Buck Converter
IJMREMJournal
 
I011138286
I011138286I011138286
I011138286
IOSR Journals
 
Wireless Sensor ramya
Wireless Sensor ramyaWireless Sensor ramya
Wireless Sensor ramyaRamya Magesh
 
IRJET- Hall Effect Sensor Based Digital Smart Three Phase Energy Meter
IRJET- Hall Effect Sensor Based Digital Smart Three Phase Energy MeterIRJET- Hall Effect Sensor Based Digital Smart Three Phase Energy Meter
IRJET- Hall Effect Sensor Based Digital Smart Three Phase Energy Meter
IRJET Journal
 
Development of Power Signal Distributor for Electronic Power Meters
Development of Power Signal Distributor for Electronic Power MetersDevelopment of Power Signal Distributor for Electronic Power Meters
Development of Power Signal Distributor for Electronic Power Meters
IJAEMSJORNAL
 
Analysis and mitigation of unbalance due to load in
Analysis and mitigation of unbalance due to load inAnalysis and mitigation of unbalance due to load in
Analysis and mitigation of unbalance due to load in
eSAT Publishing House
 
Analysis and mitigation of unbalance due to load in distribution system by us...
Analysis and mitigation of unbalance due to load in distribution system by us...Analysis and mitigation of unbalance due to load in distribution system by us...
Analysis and mitigation of unbalance due to load in distribution system by us...
eSAT Journals
 
mehtodalgy.docx
mehtodalgy.docxmehtodalgy.docx
mehtodalgy.docx
RayhanaKarar
 
Prepaid energy meter using gprs gsm technology
Prepaid energy meter using gprs gsm technologyPrepaid energy meter using gprs gsm technology
Prepaid energy meter using gprs gsm technology
Sasikala Nawarathne
 

Similar to C04111114 (20)

Bg4201393395
Bg4201393395Bg4201393395
Bg4201393395
 
Reactive energy metering
Reactive energy meteringReactive energy metering
Reactive energy metering
 
Design and Performance Analysis of Power Factor Controller
Design and Performance Analysis of Power Factor ControllerDesign and Performance Analysis of Power Factor Controller
Design and Performance Analysis of Power Factor Controller
 
Energy meter
Energy meterEnergy meter
Energy meter
 
Yasre
Yasre Yasre
Yasre
 
A review on different control techniques using DSTATCOM for distribution syst...
A review on different control techniques using DSTATCOM for distribution syst...A review on different control techniques using DSTATCOM for distribution syst...
A review on different control techniques using DSTATCOM for distribution syst...
 
New Dead-Time Compensation Method of Power Inverter Using Carrier Based Sinus...
New Dead-Time Compensation Method of Power Inverter Using Carrier Based Sinus...New Dead-Time Compensation Method of Power Inverter Using Carrier Based Sinus...
New Dead-Time Compensation Method of Power Inverter Using Carrier Based Sinus...
 
Smart energy meter (Updated)
Smart energy meter (Updated)Smart energy meter (Updated)
Smart energy meter (Updated)
 
Kf3517721775
Kf3517721775Kf3517721775
Kf3517721775
 
automatic power factor correction report
automatic power factor correction reportautomatic power factor correction report
automatic power factor correction report
 
IRJET- Simulation and Analysis of Five Level SPWM Inverter
IRJET- Simulation and Analysis of Five Level SPWM InverterIRJET- Simulation and Analysis of Five Level SPWM Inverter
IRJET- Simulation and Analysis of Five Level SPWM Inverter
 
Digital Current Mode Controller for Buck Converter
Digital Current Mode Controller for Buck ConverterDigital Current Mode Controller for Buck Converter
Digital Current Mode Controller for Buck Converter
 
I011138286
I011138286I011138286
I011138286
 
Wireless Sensor ramya
Wireless Sensor ramyaWireless Sensor ramya
Wireless Sensor ramya
 
IRJET- Hall Effect Sensor Based Digital Smart Three Phase Energy Meter
IRJET- Hall Effect Sensor Based Digital Smart Three Phase Energy MeterIRJET- Hall Effect Sensor Based Digital Smart Three Phase Energy Meter
IRJET- Hall Effect Sensor Based Digital Smart Three Phase Energy Meter
 
Development of Power Signal Distributor for Electronic Power Meters
Development of Power Signal Distributor for Electronic Power MetersDevelopment of Power Signal Distributor for Electronic Power Meters
Development of Power Signal Distributor for Electronic Power Meters
 
Analysis and mitigation of unbalance due to load in
Analysis and mitigation of unbalance due to load inAnalysis and mitigation of unbalance due to load in
Analysis and mitigation of unbalance due to load in
 
Analysis and mitigation of unbalance due to load in distribution system by us...
Analysis and mitigation of unbalance due to load in distribution system by us...Analysis and mitigation of unbalance due to load in distribution system by us...
Analysis and mitigation of unbalance due to load in distribution system by us...
 
mehtodalgy.docx
mehtodalgy.docxmehtodalgy.docx
mehtodalgy.docx
 
Prepaid energy meter using gprs gsm technology
Prepaid energy meter using gprs gsm technologyPrepaid energy meter using gprs gsm technology
Prepaid energy meter using gprs gsm technology
 

More from International Journal of Engineering Inventions www.ijeijournal.com

H04124548
H04124548H04124548
G04123844
G04123844G04123844
E04122330
E04122330E04122330
A04120105
A04120105A04120105
E04112135
E04112135E04112135
D04111520
D04111520D04111520
A04110106
A04110106A04110106
H04104952
H04104952H04104952
F04103138
F04103138F04103138
D04101822
D04101822D04101822
B04100611
B04100611B04100611
A04100105
A04100105A04100105
D0494146
D0494146D0494146
C0491740
C0491740C0491740
B0490716
B0490716B0490716
F0483340
F0483340F0483340
E0482732
E0482732E0482732
D0482326
D0482326D0482326
C0481422
C0481422C0481422
B0480613
B0480613B0480613

More from International Journal of Engineering Inventions www.ijeijournal.com (20)

H04124548
H04124548H04124548
H04124548
 
G04123844
G04123844G04123844
G04123844
 
E04122330
E04122330E04122330
E04122330
 
A04120105
A04120105A04120105
A04120105
 
E04112135
E04112135E04112135
E04112135
 
D04111520
D04111520D04111520
D04111520
 
A04110106
A04110106A04110106
A04110106
 
H04104952
H04104952H04104952
H04104952
 
F04103138
F04103138F04103138
F04103138
 
D04101822
D04101822D04101822
D04101822
 
B04100611
B04100611B04100611
B04100611
 
A04100105
A04100105A04100105
A04100105
 
D0494146
D0494146D0494146
D0494146
 
C0491740
C0491740C0491740
C0491740
 
B0490716
B0490716B0490716
B0490716
 
F0483340
F0483340F0483340
F0483340
 
E0482732
E0482732E0482732
E0482732
 
D0482326
D0482326D0482326
D0482326
 
C0481422
C0481422C0481422
C0481422
 
B0480613
B0480613B0480613
B0480613
 

Recently uploaded

Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualitySoftware Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Inflectra
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
BookNet Canada
 
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
Product School
 
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Jeffrey Haguewood
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
OnBoard
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
Product School
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
Guy Korland
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
Elena Simperl
 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Product School
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
Kari Kakkonen
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
RTTS
 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Product School
 
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Tobias Schneck
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
91mobiles
 
Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*
Frank van Harmelen
 
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsTo Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
Paul Groth
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
Cheryl Hung
 

Recently uploaded (20)

Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualitySoftware Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
 
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
 
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
 
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
 
Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*
 
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsTo Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
 

C04111114

  • 1. International Journal of Engineering Inventions e-ISSN: 2278-7461, p-ISSN: 2319-6491 Volume 4, Issue 11 [July 2015] PP: 11-14 www.ijeijournal.com Page | 11 Design of Energy Meter with One Second Logic for Energy Calculation 1 Shweeta Koraddi, 2 Dr. H V Saikumar 1 PG student, EEE Dept, NIE, Mysuru 2 Professor & Head, EEE Dept, NIE, Mysuru. Abstract: To improve the economic benefits of electric power enterprises, it is essential to reduce the production cost and energy loss. Further it is also required to improve the metering to provide reliable electric energy metering data, strengthen the effective management of power calculation and adopt an accurate, reliable and systematic electric energy metering mode. In the work presented in this paper, the metering engine is given with voltage and current input. Depending on sampling rate of ADC which is based on line frequency, voltage and current values are sampled and are converted to digital signals. The converted ADC values of voltage and current are read and energy is calculated, accumulated and averaged. So if energy is averaged for a longer duration, then percentage of error decreases. Keywords: Analog to digital converter (ADC), Microcontroller based energy meter, Phase locked loop (PLL). I. INTRODUCTION The energy meter is a critical part of the electric utility infrastructure. It does not provide a control function for the power system, but it is one of the most important equipment from a monitoring and accounting point of view. Meters keep track of the amount of electricity transferred at a specific location in the power system, most often at the point of service to a customer. Utilities need accurate metering data to manage transactions, billing, ensure reliability and streamline operations. The electric power utilities pay more attention to the accuracy of electric energy meter because it will not only affect the efficient utilization of electric power resources, but also will affect the economic benefits of electric power enterprises [1]. Electronic Energy Meter (EEM) is based on Digital Micro Technology (DMT) and uses no moving parts. So the EEM is known as Static Energy Meter. In EEM the accurate functioning is controlled by a specially designed micro controller. In addition to micro controller, analogue circuits, voltage transformer, current transformer etc. are also present to sample current and voltage. The input data is compared with a programmed reference data and finally a voltage rate will be given to the output. This output is then converted into digital data by the AD converters (analogue- digital converter) present in the micro controller chip [2]. The digital data is then converted into an average value. Average value or mean value is the measuring unit of power. The output of controller is available as Pulses indicated by the LED (Light emitting diode). Figure.1 shows the block diagram of energy meter. Figure.1: Block diagram of energy meter
  • 2. Design of Energy Meter with One Second Logic for Energy Calculation www.ijeijournal.com Page | 12 II. BACKGROUND The metering engine is given with voltage and current input. For sine wave signals, amplitude and frequency are two possible changing parameters. Since the frequency of the mains varies, it is important to first measure the mains frequency accurately and then phase shift the voltage samples accordingly. The instantaneous I and V signals for each phase are accumulated. A cycle tracking counter and sample counter keep track of the number of samples accumulated. When set samples values have been accumulated, the background process stores these in registers and notifies the foreground process to produce the average results like RMS and power values [2]. For frequency measurements, we do a straight line interpolation between the zero crossing voltage samples. Figure.2 depicts the samples near a zero cross and the process of linear interpolation. Figure.2: Frequency measurement Since noise spikes can also cause errors, we use the rate of change check to filter out the possible erroneous signals and make sure that the two points are interpolated from are genuine zero crossing points. For example, if you have two negative samples, a noise spike can make one of them positive and therefore making the negative and positive pair looks as if there is a zero crossing. In meter application Phase locked loop is used for line frequency synchronization with ADC sampling frequency. PLL follows line frequency. Line frequency is not always constant. Sometimes it varies from the grid side, which is acceptable. When the frequency changes then time duration changes. There should be a line frequency sync operation which synchronizes the sampling frequency with line frequency. This can be achieved using Phase Locked Loop (PLL). III. ACCURACY IN ENERGY METERING Accuracy evaluation represents one of the most critical aspects mainly when digital energy metering is considered. In the microcontroller-based energy meters the accuracy is influenced by the following specific factors [3]:  Voltage and current sensors  Analog electronics  AD Converter resolution  Sampling rate  Properties of algorithms adopted to compute energy  Type of arithmetic computation adapted IV. ENERGY CALCULATION PROCESS Energy measurement is based on the processing of voltage and current. Energy calculation process involves sampling of voltage and currents and is sensitive to frequency variations and if it is not taken care it can cause errors. Depending on sampling rate of ADC which is based on line frequency, voltage and current values are sampled and are converted to digital signals. The converted ADC values of voltage and current are read and energy is calculated, this energy is accumulated and is averaged. The calculation of the energy value is based on averaging method. Following are the formulae to calculate active and reactive power [2] [4].
  • 3. Design of Energy Meter with One Second Logic for Energy Calculation www.ijeijournal.com Page | 13 PAct = Vn × In Sample count n=1 Sample count PReact = V90,n × In Sample count n=1 Sample count Where, Vn = Voltage sample at the nth sample instant In = Current sample at the nth sample instant Sample count= Number of samples in specified duration. V90, n = Voltage sample at the nth sample instant shifted by 90 degrees The consumed energy is then calculated based on the active power value for each frame. EAct = PAct × sample count EReact = PReact × sample count For reactive energy we use the 90 degree phase shift approach for two reasons: 1. This allows us to measure the reactive power accurately down to very small currents. 2. This conforms to international specified measurement method. For changing inputs, accuracy of energy calculation depends on both measurement time averaging and time latency during which the input signal is not subjected to change. The line frequency may vary from grid side (acceptable variation) the accuracy of the energy calculation depends on the number of cycles considered for energy calculation. More cycles used for energy calculation, the more accurate it is. PLL follows line frequency and if line frequency is changed then based on that PLL takes corrective action and thus the synchronization between sampling frequency and line frequency is achieved. Even if PLL is present for frequency synchronization, PLL takes some time to detect the change in frequency, there is some transition time. In that transition time sampling rate may vary. This can cause error in calculation. If we consider more number of cycles then this error reduces. In this paper 50 cycles are considered as it is the standard input frequency. V. DESIGN OF ONE SECOND ENERGY LOGIC ALGORITHM An interrupt for every One second from RTC will set the flag to indicate the Micro Controller Unit (MCU) to do the energy calculation using the accumulated voltage and current samples. The active energy is the measure of active power accumulated over a period of time. The accumulated active power for 1sec is multiplied with 1sec to get the active energy for 1sec. This watt-sec value is converted to kWh to get the basic measure of active energy. The kWh for every 1sec is being accumulated with the previous value to get the cumulated kWh. Other instantaneous parameters like voltage RMS, current RMS, active power (kW), apparent power (kVA) and power factor are also calculated from the sampled and accumulated values of voltage and current. The flow of basic energy calculation is shown in Figure.3 Figure.3: One second energy calculation process.
  • 4. Design of Energy Meter with One Second Logic for Energy Calculation www.ijeijournal.com Page | 14 Figure 4 shows the flowchart of one second energy calculation process. Figure.4: flowchart of one second energy calculation process. VI. TEST RESULTS Test results (Unity power factor) of the energy meter with percentage of the error are shown in table 1. KW VI Power 1000  Test results show the percentage of error to be 0.3. So for CLASS 1 type of meter 0.3% of error is acceptable. The test is conducted for the maximum duration of 20minutes and error is within the accepted limits. Voltage Current Time Power in Kw Error (%) 240 5 1min 3.5999 0.316 240 5 5min 3.5999 0.300 240 5 10min 3.5999 0.319 240 5 20min 3.5999 0.310 Table.1: Test results VII. CONCLUSIONS Properties of algorithms adopted to compute energy is one among the factors that influences accuracy in the microcontroller-based energy meters. With the proposed energy calculation mechanism energy is averaged for one second so that percentage of error decreases. REFERENCES [1]. Discussion on Method of Improving the Accuracy of Electric Energy Metering YanhuaNing, XinruCai,Jiangxi, ocational and Technical College of Electricity, Nanchang, 330032, China. 2nd International Conference on Education Technology and Information System (ICETIS 2014) [2]. APPLICATION NOTE-Atmel AVR1631: Single Phase Energy Meter using XMEGA A, 8-bit Atmel Microcontroller. [3]. P. Mirandola, F. Veroni - ENEL/DSR/CRA Milan – Italy Gandelli - Politecnico di Milano –Italy “A New Approach to the Evaluation of Energy Metering Accuracy”. [4]. P. A. V. Loss, M.M. Lamego, G.C.D. Soma and J.L.F. Vieira ,” A Single Phase Microcontroller Based Energy Meter”, IEEE Instrumentation and Measurement, Technology Conference,St. Paul, Minessota, USA, May 18-21,1998 [5]. Liu Xian-chun, Xiao Yu-ling, Zhao Liang-qin,” Design of Three-phase Multi-purpose Standard Electric Energy Meter”, 2011IEEE International Conference on System Science, Engineering Design and Manufacturing Informatization. [6]. A high accuracy standard for electricity meters April 2011 / White paper by Lance.