SlideShare a Scribd company logo
1 of 28
M.VEERABABU
K.MAHESH
E.U.ASHOK KUMAR
S.N.PREETI
U.DURGA PRASAD RAJU
UNDER THE ESTEEM GUIDANCE OF
Mr V.RAMA KRISHNA.(M.TECH)
Assistant Professor
ABTRACT
  To calculate Power utilization, cost in a home and display its
values, and also implement the prepaid card system using
“Embedded system technology” and also display using “LCD”
 It has three separate parts
1. Power sensing part
2. Power and Cost Calculation Part
3. Displaying part by using “LCD” display control
      
Prepaid Cards
 We are using one prepaid card and card reader. The card
reader is read the credit values from prepaid card, this
value is stored in controller. Sensors sensed the power
the sensing values are given to micro controller . When
ever the utilization cost values is equal to prepaid
amount, the controller turnoff the power supply
Embedded Systems
 An embedded system is a microcontroller-based, software
driven, reliable, real-time control system
 Embedded System is a combination of hardware and software
used to achieve a single specific task.
 Embedded systems are computer systems that monitor,
respond to or control an external environment.
 Environment connected to systems through sensors, actuators
and other I/O interfaces.
 Embedded system must meet timing & other constraints
imposed on it
Relays
 A relay is usually an electromechanical device that is actuated
by an electrical current.
 Relays are used in a wide variety of applications throughout
industry, such as in telephone exchanges, digital computers
and automation systems.
 Input may be electrical and output directly mechanical or vice
versa.
 Relays are like remote control switches and are used in many
applications because of their relative simplicity, long life, and
proven high reliability.
Micro Controller
 The micro-controller is a chip, which has a computer
processor with all its support function, memory (both
program storage and RAM) and I/O built in to the device.
 Micro-controllers getting faster, smaller and more power
efficient they are also getting more and more features.
 Micro controllers programmers can be built very cheaply or
even built in to the final application circuit eliminating the
need for a separate circuit.
Advantages Of Using a
Microcontroller Over Microprocessor
A designer will use a microcontroller to
 Gather input from various sensors
 Process this input into a set of actions
 Use the output mechanisms on the Microcontroller to do
something useful
 RAM and ROM are inbuilt in the MC.
 Cheap compared to MP.
 Multi machine control is possible simultaneously.
 Examples: 8051 (ATMAL), PIC (Microchip), Motorola(Motorola),
ARM Processor
Pin Diagram Of PIC 16f874A/877A
Functional Block Diagram Of PIC 16F877A
 
Interfacing PIC Microcontroller To LCD
  
LCD Display
• Liquid crystal display (LCD) has material which combines the
properties of both liquid and crystals. They have a temperature
range within which the molecules are almost as mobile as they
would be in a liquid, but are grouped together in an order form
similar to a crystal.
• Each pixel of an LCD typically consists of a layer
of molecules aligned between two transparent electrode
• LCDs with a small number of segments, such as those used
in digital watches and pocket calculator, have individual
electrical contacts for each segment. 
Control lines from the microcontroller.
Enable (E) This line allows access to the display through R/W and RS lines. When this 
line is low, the LCD is disabled and ignores signals from R/W and RS. When 
(E) line is high, the LCD checks the state of the two control lines and 
responds accordingly.
Read/Write 
(R/W)
This line determines the direction of data between the LCD and 
microcontroller. When it is low, data is written to the LCD. When it is high, 
data is read from the LCD.
Register 
select (RS)
With the help of this line, the LCD interprets the type of data on data lines. 
When it is low, an instruction is being written to the LCD. When it is high, a 
character is being written to the LCD.
ENERGY METER
 An electricity meter or energy meter is a device that measures
the amount of electric energy consumed by a residance,business
or an electrically powered device.
 Electricity meters are typically calibrated in billing units, the
most common one being the kilowatt hour.
There are three types of meter in common use in households.
1.Standard meters
2.Variable rate meters
3.Prepayment meters
•
TYPES OF ENERGY METERS
Standard meters:
 A standard meter is a basic electromechanical induction meter measures
electricity consumption in terms of kilowatt-hours the amount of energy used
by a load of one kilowatt over the period of one hour.
 Meter is installed all electricity units are charged at the same rate 24 hours
a day.
Variable rate meters:
 Referred to as “economy 7″ meters as they are used for the economy 7 tariffs
 Suppliers offer variable rate meters operate on the same principle as
standard meters they give two readings one for daytime electricity usage
and one for night-time electricity usage.
Cont…
This allows your supplier to charge you a different (usually cheaper)
rate for electricity used at night time under the economy 7 tariff.
Prepayment meters:
 Prepayment meters usually accept tokens or cards that can be bought
or topped up respectively.
Customer stops paying for electricity, the electricity supply will be cut
off by a relay fitted into the meter.
The advantage of this kind of meter is that you can budget for how
much electricity you use by paying for it before you use it.
Block Diagram of Digital Energy Meter
With Cost Indicator
Simplified Diagram
Block Description
 The major components of this project are PIC microcontroller, CT & PT
and LCD display
 The main process of this project is to measure the High voltage and
high current of the major equipments, this is done through CT & PT.
 These parameters are reads into controller through signal conditioning
unit and first the controller converts into digital unit inbuilt ADC
 The power supply unit maintains the power as necessary for the entire
project using regulator, 7812 for 12v supply and 7805 for 5v .
 After getting the digital value of current and voltage controller
calculates parameters of power consumption, number of units and cost
of energy consumed.
Multiple tariff (variable rate) meters
 Electricity retailers may wish to charge customers different
tariffs at different times of the day. This is because there is
generally a surplus of electrical generation capacity at times
of low demand , such as during the night (see supply and
demand). 
 Some multiple tariff meters use different tariffs for different
amounts of demand. These are usually industrial meters.
Circuit Diagram
Circuit Description
 Power supply unit consists of Step down transformer, Rectifier,
Input filter, Regulator unit, Output filter.
 The Step down Transformer is used to step down the main supply
voltage from 230V AC to lower value.
 The Rectifier circuit is used to convert the AC voltage into its
corresponding DC voltage.
 There are Half-Wave, Full-Wave and bridge Rectifiers available for
this specific function
 The most important and simple device used in Rectifier circuit is
the diode.
 The circuit used for removing the ripples is called Filter circuit.
Power Supply Unit
•Step Down Transformer
•Rectifier Unit
•Input Filter
•Regulator Unit
•Output Filter 
Calculation of Power, Energy and Cost of
Energy
 Electricity bill will be charged on per unit basis.
 Cost of one Kilowatt-hour (kWh)
1 Kilowatt-hour (kWh) x cost of 1 Kilowatt-hour (kWh)
1 Kilowatt-hour (kWh) x cost of one unit. 
[power =voltage x ampere]
 The kW is a unit of power. It is 1000 W or 1000 J/s.
Power = Energy / Time : Energy = Power × Time
If we choose to measure power in kW and time in hours,
Energy (kWh) = power (kW) × time (h)
Conclusion
 The System “DIGITAL ENERGY METER WITH COST
INDICATOR” is developed and operated successfully in the
laboratory.
 The circuit having potential and current transformers which
gives the power consumption in analog form. This is
converted to digital and the converted one is again converted
into KWH form i.e. one unit.
 According to the tariff rates stored in the microcontroller,
the consumed units and cost are displayed on the LCD. 
Future Enhancement
 In future this circuit can also be used as a prepaid energy
meter using a smart type arrangement. For we want to add a
smart card reader and relay in extra. Due to this every
customer has a smart card with some credits and after
completing these credits we again go to EB and recharge the
card.
 The energy meter reading can be send to the EB by
implementing small kind of SCADA system, using this the
readings can be straightly monitor by the EB.
References
 e-book –“Complete guide to PIC microcontroller”
 John Peatman- “Embedded PIC microcontroller”
 Kirk Zurell- “C programming for embedded systems”
 Myke Predcko- “Customizing and programming your PIC
microcontroller”
 Onathan W.Valvano(2000)-“Embedded Microcomputer system”
 Stan Giblisco –“Teach yourself electronics
THANK
YOU…
QUERYS

More Related Content

What's hot

Hvdc transmission seminar
Hvdc transmission seminar Hvdc transmission seminar
Hvdc transmission seminar Utkarsh Jambhule
 
concept of resilience and self healing in smart grid
concept of resilience and self healing in smart gridconcept of resilience and self healing in smart grid
concept of resilience and self healing in smart gridKundan Kumar
 
Input output , heat rate characteristics and Incremental cost
Input output , heat rate characteristics and Incremental costInput output , heat rate characteristics and Incremental cost
Input output , heat rate characteristics and Incremental costEklavya Sharma
 
unit-iii- Sphere Gap.ppt
unit-iii- Sphere Gap.pptunit-iii- Sphere Gap.ppt
unit-iii- Sphere Gap.pptVijayHiremath26
 
Power electronics (III-EEE)
Power electronics (III-EEE)Power electronics (III-EEE)
Power electronics (III-EEE)betasam
 
Closed loop speed control
Closed loop speed controlClosed loop speed control
Closed loop speed controlAbhishek Choksi
 
Power Quality Issues
Power Quality IssuesPower Quality Issues
Power Quality Issuesmaneesh001
 
Buck-Boost Converter
Buck-Boost ConverterBuck-Boost Converter
Buck-Boost ConverterSagar Patil
 
Chapter 2 transmission line parameters
Chapter 2  transmission line parametersChapter 2  transmission line parameters
Chapter 2 transmission line parametersfiraoltemesgen1
 
Seminar presentation on Smart Energy Meter
Seminar presentation on Smart Energy MeterSeminar presentation on Smart Energy Meter
Seminar presentation on Smart Energy Metersudhanshurj
 
3 phase Transmission Line fault detector edit 1-3.pptx
3 phase Transmission Line fault detector edit 1-3.pptx3 phase Transmission Line fault detector edit 1-3.pptx
3 phase Transmission Line fault detector edit 1-3.pptxKrishna2017
 
Power electronics Phase Controlled Rectifiers - SCR
Power electronics   Phase Controlled Rectifiers - SCRPower electronics   Phase Controlled Rectifiers - SCR
Power electronics Phase Controlled Rectifiers - SCRBurdwan University
 
input output characteristics of thermal plant
input output characteristics of thermal plantinput output characteristics of thermal plant
input output characteristics of thermal plantmathamramesh
 

What's hot (20)

Hvdc transmission seminar
Hvdc transmission seminar Hvdc transmission seminar
Hvdc transmission seminar
 
Electrical Projects
Electrical ProjectsElectrical Projects
Electrical Projects
 
concept of resilience and self healing in smart grid
concept of resilience and self healing in smart gridconcept of resilience and self healing in smart grid
concept of resilience and self healing in smart grid
 
Input output , heat rate characteristics and Incremental cost
Input output , heat rate characteristics and Incremental costInput output , heat rate characteristics and Incremental cost
Input output , heat rate characteristics and Incremental cost
 
Static relay
Static relayStatic relay
Static relay
 
unit-iii- Sphere Gap.ppt
unit-iii- Sphere Gap.pptunit-iii- Sphere Gap.ppt
unit-iii- Sphere Gap.ppt
 
Smart grid ppt
Smart grid pptSmart grid ppt
Smart grid ppt
 
Structure of power system
Structure of power systemStructure of power system
Structure of power system
 
Power electronics (III-EEE)
Power electronics (III-EEE)Power electronics (III-EEE)
Power electronics (III-EEE)
 
Closed loop speed control
Closed loop speed controlClosed loop speed control
Closed loop speed control
 
Power Quality Issues
Power Quality IssuesPower Quality Issues
Power Quality Issues
 
Buck-Boost Converter
Buck-Boost ConverterBuck-Boost Converter
Buck-Boost Converter
 
Megger
MeggerMegger
Megger
 
Chapter 2 transmission line parameters
Chapter 2  transmission line parametersChapter 2  transmission line parameters
Chapter 2 transmission line parameters
 
Unit 3
Unit 3Unit 3
Unit 3
 
Seminar presentation on Smart Energy Meter
Seminar presentation on Smart Energy MeterSeminar presentation on Smart Energy Meter
Seminar presentation on Smart Energy Meter
 
3 phase Transmission Line fault detector edit 1-3.pptx
3 phase Transmission Line fault detector edit 1-3.pptx3 phase Transmission Line fault detector edit 1-3.pptx
3 phase Transmission Line fault detector edit 1-3.pptx
 
Power electronics Phase Controlled Rectifiers - SCR
Power electronics   Phase Controlled Rectifiers - SCRPower electronics   Phase Controlled Rectifiers - SCR
Power electronics Phase Controlled Rectifiers - SCR
 
Unit commitment
Unit commitmentUnit commitment
Unit commitment
 
input output characteristics of thermal plant
input output characteristics of thermal plantinput output characteristics of thermal plant
input output characteristics of thermal plant
 

Viewers also liked

Digital Energy Meter Project Report
Digital Energy Meter Project ReportDigital Energy Meter Project Report
Digital Energy Meter Project ReportVijayananda Mohire
 
Smart energy meter (Updated)
Smart energy meter (Updated)Smart energy meter (Updated)
Smart energy meter (Updated)Dnyanesh Patil
 
GSM BASED PREPAID ENERGY METER BILLING VIA SMS
GSM BASED PREPAID ENERGY METER BILLING VIA SMSGSM BASED PREPAID ENERGY METER BILLING VIA SMS
GSM BASED PREPAID ENERGY METER BILLING VIA SMSSRINIVAS REDDY
 
Induction type measuring instrument (energy meter)
Induction type measuring instrument (energy meter)Induction type measuring instrument (energy meter)
Induction type measuring instrument (energy meter)Rahul Kumar Meena
 
Single Phase Induction Type Energy Meter
Single Phase Induction Type Energy MeterSingle Phase Induction Type Energy Meter
Single Phase Induction Type Energy MeterVishal Thakur
 
Advantages of digital meters over analog meters_Bapi Kumar Das
Advantages of digital meters over analog meters_Bapi Kumar DasAdvantages of digital meters over analog meters_Bapi Kumar Das
Advantages of digital meters over analog meters_Bapi Kumar DasB.k. Das
 
Power and Energy Measurement
Power and Energy MeasurementPower and Energy Measurement
Power and Energy MeasurementAwais Chaudhary
 
PREPAID ENERGY METER USING SMART CARD
PREPAID ENERGY METER USING  SMART CARD PREPAID ENERGY METER USING  SMART CARD
PREPAID ENERGY METER USING SMART CARD Athul Vinoy
 
Design & Building Smart Energy Meter
Design & Building Smart Energy MeterDesign & Building Smart Energy Meter
Design & Building Smart Energy MeterChetan Khatri
 
prepaid energy meter using gsm
prepaid energy meter using gsm prepaid energy meter using gsm
prepaid energy meter using gsm udaypallyreddy
 
Gsm energy meter
Gsm energy meterGsm energy meter
Gsm energy meterikm104
 
Power Measurement In 3-phase AC Circuits
Power Measurement In 3-phase AC CircuitsPower Measurement In 3-phase AC Circuits
Power Measurement In 3-phase AC CircuitsAbhisek Padhi
 
Energy meter presentation
Energy meter presentationEnergy meter presentation
Energy meter presentationDamion Lawrence
 
Pre paid energy meter
Pre paid energy meterPre paid energy meter
Pre paid energy meterSuman Padhy
 
Automatic meter reading
Automatic meter readingAutomatic meter reading
Automatic meter readingSajan Sahu
 

Viewers also liked (20)

Digital Energy Meter project
Digital Energy Meter projectDigital Energy Meter project
Digital Energy Meter project
 
Energy meter
Energy meterEnergy meter
Energy meter
 
Digital Energy Meter Project Report
Digital Energy Meter Project ReportDigital Energy Meter Project Report
Digital Energy Meter Project Report
 
Smart energy meter (Updated)
Smart energy meter (Updated)Smart energy meter (Updated)
Smart energy meter (Updated)
 
GSM BASED PREPAID ENERGY METER BILLING VIA SMS
GSM BASED PREPAID ENERGY METER BILLING VIA SMSGSM BASED PREPAID ENERGY METER BILLING VIA SMS
GSM BASED PREPAID ENERGY METER BILLING VIA SMS
 
Induction type measuring instrument (energy meter)
Induction type measuring instrument (energy meter)Induction type measuring instrument (energy meter)
Induction type measuring instrument (energy meter)
 
prepaid energy meter
prepaid energy meterprepaid energy meter
prepaid energy meter
 
Single Phase Induction Type Energy Meter
Single Phase Induction Type Energy MeterSingle Phase Induction Type Energy Meter
Single Phase Induction Type Energy Meter
 
Advantages of digital meters over analog meters_Bapi Kumar Das
Advantages of digital meters over analog meters_Bapi Kumar DasAdvantages of digital meters over analog meters_Bapi Kumar Das
Advantages of digital meters over analog meters_Bapi Kumar Das
 
Power and Energy Measurement
Power and Energy MeasurementPower and Energy Measurement
Power and Energy Measurement
 
PREPAID ENERGY METER USING SMART CARD
PREPAID ENERGY METER USING  SMART CARD PREPAID ENERGY METER USING  SMART CARD
PREPAID ENERGY METER USING SMART CARD
 
Design & Building Smart Energy Meter
Design & Building Smart Energy MeterDesign & Building Smart Energy Meter
Design & Building Smart Energy Meter
 
prepaid energy meter using gsm
prepaid energy meter using gsm prepaid energy meter using gsm
prepaid energy meter using gsm
 
Gsm energy meter
Gsm energy meterGsm energy meter
Gsm energy meter
 
Power Measurement In 3-phase AC Circuits
Power Measurement In 3-phase AC CircuitsPower Measurement In 3-phase AC Circuits
Power Measurement In 3-phase AC Circuits
 
DIGITAL WATTMETER
DIGITAL WATTMETERDIGITAL WATTMETER
DIGITAL WATTMETER
 
Energy meter presentation
Energy meter presentationEnergy meter presentation
Energy meter presentation
 
Wattmeter
WattmeterWattmeter
Wattmeter
 
Pre paid energy meter
Pre paid energy meterPre paid energy meter
Pre paid energy meter
 
Automatic meter reading
Automatic meter readingAutomatic meter reading
Automatic meter reading
 

Similar to Digital energy meter

MONTHLY ELECTRICITY BILLING WITH BILL SMS USING PIC.pptx
MONTHLY ELECTRICITY BILLING WITH BILL SMS USING PIC.pptxMONTHLY ELECTRICITY BILLING WITH BILL SMS USING PIC.pptx
MONTHLY ELECTRICITY BILLING WITH BILL SMS USING PIC.pptxNANDHAKUMARA10
 
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 technologySasikala Nawarathne
 
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 technologySasikala Nawarathne
 
New prepaid-energy-meter-for-billing-system-using-recharge-card-and-ldr-2-1-2-11
New prepaid-energy-meter-for-billing-system-using-recharge-card-and-ldr-2-1-2-11New prepaid-energy-meter-for-billing-system-using-recharge-card-and-ldr-2-1-2-11
New prepaid-energy-meter-for-billing-system-using-recharge-card-and-ldr-2-1-2-11Ijcem Journal
 
Major project presentation
Major project presentationMajor project presentation
Major project presentationGaurav Everyones
 
DESIGN AND IMPLEMENTATION OF A WIRELESS SENSOR AND ACTUATOR NETWORK FOR ENERG...
DESIGN AND IMPLEMENTATION OF A WIRELESS SENSOR AND ACTUATOR NETWORK FOR ENERG...DESIGN AND IMPLEMENTATION OF A WIRELESS SENSOR AND ACTUATOR NETWORK FOR ENERG...
DESIGN AND IMPLEMENTATION OF A WIRELESS SENSOR AND ACTUATOR NETWORK FOR ENERG...ijesajournal
 
Prepaid energy meter with theft detection
Prepaid energy meter with theft detectionPrepaid energy meter with theft detection
Prepaid energy meter with theft detectionAmanVerma443
 
IRJET- Transformer Monitoring and Protection System using AVR Atmega16 Mi...
IRJET-  	  Transformer Monitoring and Protection System using AVR Atmega16 Mi...IRJET-  	  Transformer Monitoring and Protection System using AVR Atmega16 Mi...
IRJET- Transformer Monitoring and Protection System using AVR Atmega16 Mi...IRJET Journal
 
Low cost ppt final
Low cost ppt finalLow cost ppt final
Low cost ppt finalJeff Joseph
 
Prakash_Seminar (electricity billing system)
Prakash_Seminar (electricity billing system)Prakash_Seminar (electricity billing system)
Prakash_Seminar (electricity billing system)Prakash Deora
 
A Generalized Multistage Economic Planning Model for Distribution System Cont...
A Generalized Multistage Economic Planning Model for Distribution System Cont...A Generalized Multistage Economic Planning Model for Distribution System Cont...
A Generalized Multistage Economic Planning Model for Distribution System Cont...IJERD Editor
 
IRJET- Smart and Efficient Load Control System using Dynamic Tariff
IRJET- Smart and Efficient Load Control System using Dynamic TariffIRJET- Smart and Efficient Load Control System using Dynamic Tariff
IRJET- Smart and Efficient Load Control System using Dynamic TariffIRJET Journal
 
New Age Energy Monitoring System
New Age Energy Monitoring SystemNew Age Energy Monitoring System
New Age Energy Monitoring SystemIRJET Journal
 

Similar to Digital energy meter (20)

MONTHLY ELECTRICITY BILLING WITH BILL SMS USING PIC.pptx
MONTHLY ELECTRICITY BILLING WITH BILL SMS USING PIC.pptxMONTHLY ELECTRICITY BILLING WITH BILL SMS USING PIC.pptx
MONTHLY ELECTRICITY BILLING WITH BILL SMS USING PIC.pptx
 
1.4
1.41.4
1.4
 
AC SMART MEASURING POWER DEVICE
AC SMART MEASURING POWER DEVICEAC SMART MEASURING POWER DEVICE
AC SMART MEASURING POWER DEVICE
 
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
 
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
 
New prepaid-energy-meter-for-billing-system-using-recharge-card-and-ldr-2-1-2-11
New prepaid-energy-meter-for-billing-system-using-recharge-card-and-ldr-2-1-2-11New prepaid-energy-meter-for-billing-system-using-recharge-card-and-ldr-2-1-2-11
New prepaid-energy-meter-for-billing-system-using-recharge-card-and-ldr-2-1-2-11
 
Energy merter
Energy merterEnergy merter
Energy merter
 
Major project presentation
Major project presentationMajor project presentation
Major project presentation
 
DESIGN AND IMPLEMENTATION OF A WIRELESS SENSOR AND ACTUATOR NETWORK FOR ENERG...
DESIGN AND IMPLEMENTATION OF A WIRELESS SENSOR AND ACTUATOR NETWORK FOR ENERG...DESIGN AND IMPLEMENTATION OF A WIRELESS SENSOR AND ACTUATOR NETWORK FOR ENERG...
DESIGN AND IMPLEMENTATION OF A WIRELESS SENSOR AND ACTUATOR NETWORK FOR ENERG...
 
Prepaid energy meter with theft detection
Prepaid energy meter with theft detectionPrepaid energy meter with theft detection
Prepaid energy meter with theft detection
 
IRJET- Transformer Monitoring and Protection System using AVR Atmega16 Mi...
IRJET-  	  Transformer Monitoring and Protection System using AVR Atmega16 Mi...IRJET-  	  Transformer Monitoring and Protection System using AVR Atmega16 Mi...
IRJET- Transformer Monitoring and Protection System using AVR Atmega16 Mi...
 
anusha415
anusha415anusha415
anusha415
 
Low cost ppt final
Low cost ppt finalLow cost ppt final
Low cost ppt final
 
Digital meters
Digital metersDigital meters
Digital meters
 
Prakash_Seminar (electricity billing system)
Prakash_Seminar (electricity billing system)Prakash_Seminar (electricity billing system)
Prakash_Seminar (electricity billing system)
 
A Generalized Multistage Economic Planning Model for Distribution System Cont...
A Generalized Multistage Economic Planning Model for Distribution System Cont...A Generalized Multistage Economic Planning Model for Distribution System Cont...
A Generalized Multistage Economic Planning Model for Distribution System Cont...
 
A12PPT.pdf
A12PPT.pdfA12PPT.pdf
A12PPT.pdf
 
IRJET- Smart and Efficient Load Control System using Dynamic Tariff
IRJET- Smart and Efficient Load Control System using Dynamic TariffIRJET- Smart and Efficient Load Control System using Dynamic Tariff
IRJET- Smart and Efficient Load Control System using Dynamic Tariff
 
New Age Energy Monitoring System
New Age Energy Monitoring SystemNew Age Energy Monitoring System
New Age Energy Monitoring System
 
GMS PPT.pptx
GMS PPT.pptxGMS PPT.pptx
GMS PPT.pptx
 

Recently uploaded

Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
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
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2RajaP95
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .Satyam Kumar
 
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
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)dollysharma2066
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxvipinkmenon1
 
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
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfme23b1001
 
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
 

Recently uploaded (20)

Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
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
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .
 
POWER SYSTEMS-1 Complete notes examples
POWER SYSTEMS-1 Complete notes  examplesPOWER SYSTEMS-1 Complete notes  examples
POWER SYSTEMS-1 Complete notes examples
 
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
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
 
Design and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdfDesign and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdf
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptx
 
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
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdf
 
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...
 

Digital energy meter

  • 1. M.VEERABABU K.MAHESH E.U.ASHOK KUMAR S.N.PREETI U.DURGA PRASAD RAJU UNDER THE ESTEEM GUIDANCE OF Mr V.RAMA KRISHNA.(M.TECH) Assistant Professor
  • 2. ABTRACT   To calculate Power utilization, cost in a home and display its values, and also implement the prepaid card system using “Embedded system technology” and also display using “LCD”  It has three separate parts 1. Power sensing part 2. Power and Cost Calculation Part 3. Displaying part by using “LCD” display control       
  • 3. Prepaid Cards  We are using one prepaid card and card reader. The card reader is read the credit values from prepaid card, this value is stored in controller. Sensors sensed the power the sensing values are given to micro controller . When ever the utilization cost values is equal to prepaid amount, the controller turnoff the power supply
  • 4. Embedded Systems  An embedded system is a microcontroller-based, software driven, reliable, real-time control system  Embedded System is a combination of hardware and software used to achieve a single specific task.  Embedded systems are computer systems that monitor, respond to or control an external environment.  Environment connected to systems through sensors, actuators and other I/O interfaces.  Embedded system must meet timing & other constraints imposed on it
  • 5. Relays  A relay is usually an electromechanical device that is actuated by an electrical current.  Relays are used in a wide variety of applications throughout industry, such as in telephone exchanges, digital computers and automation systems.  Input may be electrical and output directly mechanical or vice versa.  Relays are like remote control switches and are used in many applications because of their relative simplicity, long life, and proven high reliability.
  • 6. Micro Controller  The micro-controller is a chip, which has a computer processor with all its support function, memory (both program storage and RAM) and I/O built in to the device.  Micro-controllers getting faster, smaller and more power efficient they are also getting more and more features.  Micro controllers programmers can be built very cheaply or even built in to the final application circuit eliminating the need for a separate circuit.
  • 7. Advantages Of Using a Microcontroller Over Microprocessor A designer will use a microcontroller to  Gather input from various sensors  Process this input into a set of actions  Use the output mechanisms on the Microcontroller to do something useful  RAM and ROM are inbuilt in the MC.  Cheap compared to MP.  Multi machine control is possible simultaneously.  Examples: 8051 (ATMAL), PIC (Microchip), Motorola(Motorola), ARM Processor
  • 8. Pin Diagram Of PIC 16f874A/877A
  • 9. Functional Block Diagram Of PIC 16F877A  
  • 11. LCD Display • Liquid crystal display (LCD) has material which combines the properties of both liquid and crystals. They have a temperature range within which the molecules are almost as mobile as they would be in a liquid, but are grouped together in an order form similar to a crystal. • Each pixel of an LCD typically consists of a layer of molecules aligned between two transparent electrode • LCDs with a small number of segments, such as those used in digital watches and pocket calculator, have individual electrical contacts for each segment. 
  • 12. Control lines from the microcontroller. Enable (E) This line allows access to the display through R/W and RS lines. When this  line is low, the LCD is disabled and ignores signals from R/W and RS. When  (E) line is high, the LCD checks the state of the two control lines and  responds accordingly. Read/Write  (R/W) This line determines the direction of data between the LCD and  microcontroller. When it is low, data is written to the LCD. When it is high,  data is read from the LCD. Register  select (RS) With the help of this line, the LCD interprets the type of data on data lines.  When it is low, an instruction is being written to the LCD. When it is high, a  character is being written to the LCD.
  • 13. ENERGY METER  An electricity meter or energy meter is a device that measures the amount of electric energy consumed by a residance,business or an electrically powered device.  Electricity meters are typically calibrated in billing units, the most common one being the kilowatt hour. There are three types of meter in common use in households. 1.Standard meters 2.Variable rate meters 3.Prepayment meters •
  • 14. TYPES OF ENERGY METERS Standard meters:  A standard meter is a basic electromechanical induction meter measures electricity consumption in terms of kilowatt-hours the amount of energy used by a load of one kilowatt over the period of one hour.  Meter is installed all electricity units are charged at the same rate 24 hours a day. Variable rate meters:  Referred to as “economy 7″ meters as they are used for the economy 7 tariffs  Suppliers offer variable rate meters operate on the same principle as standard meters they give two readings one for daytime electricity usage and one for night-time electricity usage.
  • 15. Cont… This allows your supplier to charge you a different (usually cheaper) rate for electricity used at night time under the economy 7 tariff. Prepayment meters:  Prepayment meters usually accept tokens or cards that can be bought or topped up respectively. Customer stops paying for electricity, the electricity supply will be cut off by a relay fitted into the meter. The advantage of this kind of meter is that you can budget for how much electricity you use by paying for it before you use it.
  • 16. Block Diagram of Digital Energy Meter With Cost Indicator
  • 18. Block Description  The major components of this project are PIC microcontroller, CT & PT and LCD display  The main process of this project is to measure the High voltage and high current of the major equipments, this is done through CT & PT.  These parameters are reads into controller through signal conditioning unit and first the controller converts into digital unit inbuilt ADC  The power supply unit maintains the power as necessary for the entire project using regulator, 7812 for 12v supply and 7805 for 5v .  After getting the digital value of current and voltage controller calculates parameters of power consumption, number of units and cost of energy consumed.
  • 19. Multiple tariff (variable rate) meters  Electricity retailers may wish to charge customers different tariffs at different times of the day. This is because there is generally a surplus of electrical generation capacity at times of low demand , such as during the night (see supply and demand).   Some multiple tariff meters use different tariffs for different amounts of demand. These are usually industrial meters.
  • 21. Circuit Description  Power supply unit consists of Step down transformer, Rectifier, Input filter, Regulator unit, Output filter.  The Step down Transformer is used to step down the main supply voltage from 230V AC to lower value.  The Rectifier circuit is used to convert the AC voltage into its corresponding DC voltage.  There are Half-Wave, Full-Wave and bridge Rectifiers available for this specific function  The most important and simple device used in Rectifier circuit is the diode.  The circuit used for removing the ripples is called Filter circuit.
  • 22. Power Supply Unit •Step Down Transformer •Rectifier Unit •Input Filter •Regulator Unit •Output Filter 
  • 23. Calculation of Power, Energy and Cost of Energy  Electricity bill will be charged on per unit basis.  Cost of one Kilowatt-hour (kWh) 1 Kilowatt-hour (kWh) x cost of 1 Kilowatt-hour (kWh) 1 Kilowatt-hour (kWh) x cost of one unit.  [power =voltage x ampere]  The kW is a unit of power. It is 1000 W or 1000 J/s. Power = Energy / Time : Energy = Power × Time If we choose to measure power in kW and time in hours, Energy (kWh) = power (kW) × time (h)
  • 24. Conclusion  The System “DIGITAL ENERGY METER WITH COST INDICATOR” is developed and operated successfully in the laboratory.  The circuit having potential and current transformers which gives the power consumption in analog form. This is converted to digital and the converted one is again converted into KWH form i.e. one unit.  According to the tariff rates stored in the microcontroller, the consumed units and cost are displayed on the LCD. 
  • 25. Future Enhancement  In future this circuit can also be used as a prepaid energy meter using a smart type arrangement. For we want to add a smart card reader and relay in extra. Due to this every customer has a smart card with some credits and after completing these credits we again go to EB and recharge the card.  The energy meter reading can be send to the EB by implementing small kind of SCADA system, using this the readings can be straightly monitor by the EB.
  • 26. References  e-book –“Complete guide to PIC microcontroller”  John Peatman- “Embedded PIC microcontroller”  Kirk Zurell- “C programming for embedded systems”  Myke Predcko- “Customizing and programming your PIC microcontroller”  Onathan W.Valvano(2000)-“Embedded Microcomputer system”  Stan Giblisco –“Teach yourself electronics