SlideShare a Scribd company logo
Digital Voltmeter, Digital
Ammeter and Digital Multimeter
Done by,
C. Balaji 15E105
S. Deepak Arumugam 15E108
J. Karthickraja 15E117
S. Praveenkumar 15E137
Y. Elangovan 16E501
1
Contents
 Advantages of Digital meters
 Digital Components
 Digital Voltmeter(DC)
 Digital Voltmeter(AC)
 Measurement of Current
 Measurement of Resistance
 A complete DMM
 Measurement of hfe
 A digital voltmeter and ohmmeter using
Arduino.
2
Advantages of Digital meters
 Very high accuracy (5 to 0.05%)
 Has very input impedance (2MΩ)
which ensures less loading effect on
the input.
 The numeric display of digital meters
provide zero parallax error.
3
Digital Components
 Crystal Oscillator
 Counter
 A/D Converter
 Voltage-Frequency Converter
 Phase Locked Loop
4
Crystal Oscillator
 A piezoelectric crystal is used.
 Generally, a1MHz crystal is used
which produce a clock pulse of 1MHz.
 Used to provide the clock pulses.
5
Counters
6
A/D Converters
 Converts Analog data to Digital data
using a dual slope converter.
7
Voltage-Frequency Converter
 Produces a frequency signal which is
proportional to the input voltage.
8
Digital Voltmeter(DC)
 The voltage is first attenuated and
then converted into a digital word
which is displayed.
9
Role of ADC
 The lines supplied by the ADC to the
display consists of
◦ The digital word
◦ A latch
◦ Start bit
◦ Polarity information
◦ Floating point information
10
Features
 Polarity detection
 Auto ranging
 Auto zeroing
Polarity detection:
 The information is given by the ADC.
 When the voltage is +ve, the characteristic
curve of the converter is in first quadrant.
 The characteristic curve will be in the fourth
quadrant, if the voltage is –ve.
11
Auto Ranging
 Two comparators are used.
 The typical ranges are,
◦ 0 to 100 mV
◦ 100 mV to 1 V
◦ 1 V to 100 V
◦ 100 V to 1000V
12
Auto Zeroing
 Zero is displayed during the start of
conversion.
 This is achieved by discharging the
capacitance to the ground properly.
13
DVM (AC)
 The AC is processed first i.e., phase
compensated attenuation with
rectification and filtering is done.
 The dc voltage obtained is converted
into a digital word, which is displayed.
 For high frequencies, a precision
diode with small reverse recovery time
is required.
14
15
DVM(Low voltage AC)
 For measurement of voltages in the
range between 1 nV and 10 nV, the
voltage is converted into a frequency
signal by a voltage-frequency
converter or phase locked loop.
 The frequency is measured by proper
networks.
 This reduces the effect of noise
through ADC.
16
17
Phase locked loop
18
Measurement of current by DMM
 Typical ranges
◦ 0 to 10 mA
◦ 10 mA to 100 mA
◦ 100 mA to 1 A
◦ 1 A to 10 A
 Auto ranging is available.
 Auto zeroing is also available.
19
 Two ways of measurement
◦ Measuring the voltage drop across a
resistance.
◦ Current frequency converter.
 In the first method, current is passed
through a constant resistance. The
voltage drop across it is measured
using a DVM.
20
 In the second method, a current-
frequency converter is used.
 The output of comparator is a
frequency which is proportional to the
current.
21
Measurement of Resistance using DMM
 A constant current is passed through
the unknown resistance and the drop
across it is measured by a DVM.
22
Complete circuit of a DMM
The switches are coupled to each other.
The display is generally 3 digits (-1999 to 1999)
23
Measuring hfe of a transistor
24
Hfe measurement
25
A small project: Digital Voltmeter
using ATMEGA328P
A0 GND
ATMEGA328P
Direct voltage measurement:
26
RANGE EXTENDED VOLTMETER
A0 GND
ATMEGA328P
27
CODE:
float voltage, previousvoltage=0;
void setup()
{
serial.begin(9600);
}
void loop()
{
voltage=analogRead(A0)*0.00488758553;
if(voltage!=previousvoltage)
{
Serial.println("the voltage is");
Serial.println(voltage);
previousvoltage=voltage;
}
delay(500);
}
28
Ohmmeter using arduino
29
Arduino code
30
int analogPin= 0;
int a;
int Vin= 5;
float Vout= 0;
float R1= 1200;
float R2= 0;
float buffer= 0;
void setup()
{
Serial.begin(9600);
}
void loop()
{
a= analogRead(analogPin);
if(a)
{
buffer= a * Vin;
Serial.println(a);
delay(1000);
}
}
Challenges
 If you use a small value of known
resistance to measure a large value of
resistance the value gives up an error,
 So use known resistance which is
some what closer to the measuring
resistance to give an output with
greater accuracy.
31
References
 Sawhney A K, “A Course in Electrical and
Electronic Measurement and Insrtumentation”,
Dhanapat Rai & Sons, New Delhi, 2011.
32
Thank You!!
33

More Related Content

What's hot

Inductive Transducer
Inductive TransducerInductive Transducer
Inductive Transducer
Sharath Kumar
 
Unit 03 Construction & Operation of Watt meter & Energy meter
Unit   03 Construction & Operation of Watt meter & Energy meterUnit   03 Construction & Operation of Watt meter & Energy meter
Unit 03 Construction & Operation of Watt meter & Energy meter
PremanandDesai
 
Electronic DC Voltmeter using PMMC
Electronic DC Voltmeter using PMMCElectronic DC Voltmeter using PMMC
Electronic DC Voltmeter using PMMC
Dr Naim R Kidwai
 
Unit 3
Unit 3Unit 3
Unit 3
tamilnesaner
 
U 4 ramp digital voltmeter
U 4 ramp digital voltmeterU 4 ramp digital voltmeter
U 4 ramp digital voltmeter
vmspraneeth
 
Function generator
Function generatorFunction generator
Function generator
Bhavin Mangukiya
 
Transducers
Transducers Transducers
Transducers
Arpit Sola
 
Differential amplifier
Differential amplifierDifferential amplifier
Differential amplifier
sarunkutti
 
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
 
Digital multimeter
Digital multimeterDigital multimeter
Digital multimeter
Vivek Pathak
 
Three phase voltage source inverter
Three phase voltage source inverterThree phase voltage source inverter
Three phase voltage source inverter
tamilnesaner
 
digita storage oscilloscope (dso)
digita storage oscilloscope (dso)digita storage oscilloscope (dso)
digita storage oscilloscope (dso)
Parind Patel
 
Voltmeter
VoltmeterVoltmeter
Voltmeter
vaibhav jindal
 
Energy meter
Energy meterEnergy meter
Energy meter
Dinesh Sharma
 
Signal conditioning
Signal conditioningSignal conditioning
Signal conditioning
Biswajit Karmakar
 
Op amp
Op ampOp amp
Oscilloscope
OscilloscopeOscilloscope
Electronics measurement and instrumentation ppt
Electronics measurement and instrumentation pptElectronics measurement and instrumentation ppt
Electronics measurement and instrumentation ppt
ImranAhmad225
 
Pulse width modulated inverter
Pulse width modulated inverterPulse width modulated inverter
Pulse width modulated inverter
VSRAGHU
 

What's hot (20)

Inductive Transducer
Inductive TransducerInductive Transducer
Inductive Transducer
 
Unit 03 Construction & Operation of Watt meter & Energy meter
Unit   03 Construction & Operation of Watt meter & Energy meterUnit   03 Construction & Operation of Watt meter & Energy meter
Unit 03 Construction & Operation of Watt meter & Energy meter
 
Electronic DC Voltmeter using PMMC
Electronic DC Voltmeter using PMMCElectronic DC Voltmeter using PMMC
Electronic DC Voltmeter using PMMC
 
Unit 3
Unit 3Unit 3
Unit 3
 
U 4 ramp digital voltmeter
U 4 ramp digital voltmeterU 4 ramp digital voltmeter
U 4 ramp digital voltmeter
 
Function generator
Function generatorFunction generator
Function generator
 
Transducers
Transducers Transducers
Transducers
 
Energy meter
Energy meterEnergy meter
Energy meter
 
Differential amplifier
Differential amplifierDifferential amplifier
Differential amplifier
 
Induction type measuring instrument (energy meter)
Induction type measuring instrument (energy meter)Induction type measuring instrument (energy meter)
Induction type measuring instrument (energy meter)
 
Digital multimeter
Digital multimeterDigital multimeter
Digital multimeter
 
Three phase voltage source inverter
Three phase voltage source inverterThree phase voltage source inverter
Three phase voltage source inverter
 
digita storage oscilloscope (dso)
digita storage oscilloscope (dso)digita storage oscilloscope (dso)
digita storage oscilloscope (dso)
 
Voltmeter
VoltmeterVoltmeter
Voltmeter
 
Energy meter
Energy meterEnergy meter
Energy meter
 
Signal conditioning
Signal conditioningSignal conditioning
Signal conditioning
 
Op amp
Op ampOp amp
Op amp
 
Oscilloscope
OscilloscopeOscilloscope
Oscilloscope
 
Electronics measurement and instrumentation ppt
Electronics measurement and instrumentation pptElectronics measurement and instrumentation ppt
Electronics measurement and instrumentation ppt
 
Pulse width modulated inverter
Pulse width modulated inverterPulse width modulated inverter
Pulse width modulated inverter
 

Similar to Digital Voltmeter, Digital Ammeter and Digital Multimeter

Chapter-1 Digital Measuring Instruments.pptx
Chapter-1 Digital Measuring Instruments.pptxChapter-1 Digital Measuring Instruments.pptx
Chapter-1 Digital Measuring Instruments.pptx
ramkumarraja7
 
New Microsoft Word Document.docx
New Microsoft Word Document.docxNew Microsoft Word Document.docx
New Microsoft Word Document.docx
jainkamalkumar
 
Frequency to voltage converter.final
Frequency to voltage converter.finalFrequency to voltage converter.final
Frequency to voltage converter.final
prashant singh
 
CHapter 4 -Signal Conditioning.pptxyyhhhj
CHapter 4 -Signal Conditioning.pptxyyhhhjCHapter 4 -Signal Conditioning.pptxyyhhhj
CHapter 4 -Signal Conditioning.pptxyyhhhj
teddiyfentaw
 
ADC & DAC
ADC & DAC ADC & DAC
ADC & DAC
Deepak Kumar
 
03 analog control_sp17
03 analog control_sp1703 analog control_sp17
03 analog control_sp17
John Todora
 
T2000
T2000T2000
High power Inverters Introduction & Applications
High power Inverters Introduction & ApplicationsHigh power Inverters Introduction & Applications
High power Inverters Introduction & Applications
Nandini826255
 
Power Electronics Chapter 7
Power Electronics  Chapter 7Power Electronics  Chapter 7
Power Electronics Chapter 7guest8ae54cfb
 
Powerelectronics Chapter7 090331060223 Phpapp02
Powerelectronics Chapter7 090331060223 Phpapp02Powerelectronics Chapter7 090331060223 Phpapp02
Powerelectronics Chapter7 090331060223 Phpapp02kuppam engg college
 
MODULE-2_SIGNAL_CONDITIONING.pptx
MODULE-2_SIGNAL_CONDITIONING.pptxMODULE-2_SIGNAL_CONDITIONING.pptx
MODULE-2_SIGNAL_CONDITIONING.pptx
Manjunathtv2
 
Voltage to-frequency frequency-to-voltage converter
Voltage to-frequency frequency-to-voltage converterVoltage to-frequency frequency-to-voltage converter
Voltage to-frequency frequency-to-voltage converter
The Hoa Nguyen
 
EMI Surge Protection Circuit Analysis
EMI Surge Protection Circuit AnalysisEMI Surge Protection Circuit Analysis
EMI Surge Protection Circuit Analysis
RekaNext Capital
 
Analog IC Application
Analog IC ApplicationAnalog IC Application
Analog IC Application
Tamilarasan N
 
Digital design chap 6
Digital design  chap 6Digital design  chap 6
Digital design chap 6
Mohammad Bappy
 
DC Voltmeter and Ammeter
DC Voltmeter and AmmeterDC Voltmeter and Ammeter
DC Voltmeter and Ammeter
AL- AMIN
 
Fundamental of MSD Module-III Part-a.ppt
Fundamental of MSD Module-III Part-a.pptFundamental of MSD Module-III Part-a.ppt
Fundamental of MSD Module-III Part-a.ppt
BEVARAVASUDEVAAP1813
 
Data convertors
Data convertorsData convertors
Data convertors
Priyansh Thakar
 

Similar to Digital Voltmeter, Digital Ammeter and Digital Multimeter (20)

Chapter-1 Digital Measuring Instruments.pptx
Chapter-1 Digital Measuring Instruments.pptxChapter-1 Digital Measuring Instruments.pptx
Chapter-1 Digital Measuring Instruments.pptx
 
New Microsoft Word Document.docx
New Microsoft Word Document.docxNew Microsoft Word Document.docx
New Microsoft Word Document.docx
 
Frequency to voltage converter.final
Frequency to voltage converter.finalFrequency to voltage converter.final
Frequency to voltage converter.final
 
CHapter 4 -Signal Conditioning.pptxyyhhhj
CHapter 4 -Signal Conditioning.pptxyyhhhjCHapter 4 -Signal Conditioning.pptxyyhhhj
CHapter 4 -Signal Conditioning.pptxyyhhhj
 
ADC & DAC
ADC & DAC ADC & DAC
ADC & DAC
 
EE101 Lab4 Guillemaud
EE101 Lab4 GuillemaudEE101 Lab4 Guillemaud
EE101 Lab4 Guillemaud
 
3059
30593059
3059
 
03 analog control_sp17
03 analog control_sp1703 analog control_sp17
03 analog control_sp17
 
T2000
T2000T2000
T2000
 
High power Inverters Introduction & Applications
High power Inverters Introduction & ApplicationsHigh power Inverters Introduction & Applications
High power Inverters Introduction & Applications
 
Power Electronics Chapter 7
Power Electronics  Chapter 7Power Electronics  Chapter 7
Power Electronics Chapter 7
 
Powerelectronics Chapter7 090331060223 Phpapp02
Powerelectronics Chapter7 090331060223 Phpapp02Powerelectronics Chapter7 090331060223 Phpapp02
Powerelectronics Chapter7 090331060223 Phpapp02
 
MODULE-2_SIGNAL_CONDITIONING.pptx
MODULE-2_SIGNAL_CONDITIONING.pptxMODULE-2_SIGNAL_CONDITIONING.pptx
MODULE-2_SIGNAL_CONDITIONING.pptx
 
Voltage to-frequency frequency-to-voltage converter
Voltage to-frequency frequency-to-voltage converterVoltage to-frequency frequency-to-voltage converter
Voltage to-frequency frequency-to-voltage converter
 
EMI Surge Protection Circuit Analysis
EMI Surge Protection Circuit AnalysisEMI Surge Protection Circuit Analysis
EMI Surge Protection Circuit Analysis
 
Analog IC Application
Analog IC ApplicationAnalog IC Application
Analog IC Application
 
Digital design chap 6
Digital design  chap 6Digital design  chap 6
Digital design chap 6
 
DC Voltmeter and Ammeter
DC Voltmeter and AmmeterDC Voltmeter and Ammeter
DC Voltmeter and Ammeter
 
Fundamental of MSD Module-III Part-a.ppt
Fundamental of MSD Module-III Part-a.pptFundamental of MSD Module-III Part-a.ppt
Fundamental of MSD Module-III Part-a.ppt
 
Data convertors
Data convertorsData convertors
Data convertors
 

More from Praveen Kumar

Level sensitive scan design(LSSD) and Boundry scan(BS)
Level sensitive scan design(LSSD) and Boundry scan(BS)Level sensitive scan design(LSSD) and Boundry scan(BS)
Level sensitive scan design(LSSD) and Boundry scan(BS)
Praveen Kumar
 
An introduction to FUSES
An introduction to FUSESAn introduction to FUSES
An introduction to FUSES
Praveen Kumar
 
Introduction to SCADA
Introduction to SCADAIntroduction to SCADA
Introduction to SCADA
Praveen Kumar
 
SPICE LEVEL I/LEVEL II/LEVEL III AND BSIM MODELS
SPICE LEVEL I/LEVEL II/LEVEL III AND BSIM MODELSSPICE LEVEL I/LEVEL II/LEVEL III AND BSIM MODELS
SPICE LEVEL I/LEVEL II/LEVEL III AND BSIM MODELS
Praveen Kumar
 
Finite word length of IIR filters Limit cycles due to product round-off error...
Finite word length of IIR filters Limit cycles due to product round-off error...Finite word length of IIR filters Limit cycles due to product round-off error...
Finite word length of IIR filters Limit cycles due to product round-off error...
Praveen Kumar
 
SOLAR POWER generation using solar PV and Concentrated solar power technology
SOLAR POWER generation using solar PV and Concentrated solar power technologySOLAR POWER generation using solar PV and Concentrated solar power technology
SOLAR POWER generation using solar PV and Concentrated solar power technology
Praveen Kumar
 
SELECTION OF DRIVES AND CONTROL SCHEMES FOR MACHINE TOOLS
SELECTION OF DRIVES AND CONTROL SCHEMES FOR MACHINE TOOLS SELECTION OF DRIVES AND CONTROL SCHEMES FOR MACHINE TOOLS
SELECTION OF DRIVES AND CONTROL SCHEMES FOR MACHINE TOOLS
Praveen Kumar
 
Insertion sort and shell sort
Insertion sort and shell sortInsertion sort and shell sort
Insertion sort and shell sort
Praveen Kumar
 
Vehicle safety system in automobiles
Vehicle safety system in automobiles Vehicle safety system in automobiles
Vehicle safety system in automobiles
Praveen Kumar
 
Field effect transistors and MOSFET's
Field effect transistors and MOSFET'sField effect transistors and MOSFET's
Field effect transistors and MOSFET's
Praveen Kumar
 
Draft tubes merits and demerits
Draft tubes merits and demeritsDraft tubes merits and demerits
Draft tubes merits and demerits
Praveen Kumar
 
Orcad pspice intro and basics
Orcad pspice intro and basicsOrcad pspice intro and basics
Orcad pspice intro and basics
Praveen Kumar
 
Interfacing GPS with 8051
Interfacing GPS with 8051Interfacing GPS with 8051
Interfacing GPS with 8051
Praveen Kumar
 
Reverse power relay
Reverse power relayReverse power relay
Reverse power relay
Praveen Kumar
 
REVERSE POWER RELAY for solar PV systems
REVERSE POWER RELAY for solar PV systemsREVERSE POWER RELAY for solar PV systems
REVERSE POWER RELAY for solar PV systems
Praveen Kumar
 
Autonomous bot using OP-AMP(lm741)
Autonomous bot using OP-AMP(lm741)Autonomous bot using OP-AMP(lm741)
Autonomous bot using OP-AMP(lm741)
Praveen Kumar
 
Ventilating systems for electrical machines
Ventilating systems for electrical machinesVentilating systems for electrical machines
Ventilating systems for electrical machines
Praveen Kumar
 
Plugging braking
Plugging brakingPlugging braking
Plugging braking
Praveen Kumar
 
Paytm
PaytmPaytm
Parallel processing
Parallel processingParallel processing
Parallel processing
Praveen Kumar
 

More from Praveen Kumar (20)

Level sensitive scan design(LSSD) and Boundry scan(BS)
Level sensitive scan design(LSSD) and Boundry scan(BS)Level sensitive scan design(LSSD) and Boundry scan(BS)
Level sensitive scan design(LSSD) and Boundry scan(BS)
 
An introduction to FUSES
An introduction to FUSESAn introduction to FUSES
An introduction to FUSES
 
Introduction to SCADA
Introduction to SCADAIntroduction to SCADA
Introduction to SCADA
 
SPICE LEVEL I/LEVEL II/LEVEL III AND BSIM MODELS
SPICE LEVEL I/LEVEL II/LEVEL III AND BSIM MODELSSPICE LEVEL I/LEVEL II/LEVEL III AND BSIM MODELS
SPICE LEVEL I/LEVEL II/LEVEL III AND BSIM MODELS
 
Finite word length of IIR filters Limit cycles due to product round-off error...
Finite word length of IIR filters Limit cycles due to product round-off error...Finite word length of IIR filters Limit cycles due to product round-off error...
Finite word length of IIR filters Limit cycles due to product round-off error...
 
SOLAR POWER generation using solar PV and Concentrated solar power technology
SOLAR POWER generation using solar PV and Concentrated solar power technologySOLAR POWER generation using solar PV and Concentrated solar power technology
SOLAR POWER generation using solar PV and Concentrated solar power technology
 
SELECTION OF DRIVES AND CONTROL SCHEMES FOR MACHINE TOOLS
SELECTION OF DRIVES AND CONTROL SCHEMES FOR MACHINE TOOLS SELECTION OF DRIVES AND CONTROL SCHEMES FOR MACHINE TOOLS
SELECTION OF DRIVES AND CONTROL SCHEMES FOR MACHINE TOOLS
 
Insertion sort and shell sort
Insertion sort and shell sortInsertion sort and shell sort
Insertion sort and shell sort
 
Vehicle safety system in automobiles
Vehicle safety system in automobiles Vehicle safety system in automobiles
Vehicle safety system in automobiles
 
Field effect transistors and MOSFET's
Field effect transistors and MOSFET'sField effect transistors and MOSFET's
Field effect transistors and MOSFET's
 
Draft tubes merits and demerits
Draft tubes merits and demeritsDraft tubes merits and demerits
Draft tubes merits and demerits
 
Orcad pspice intro and basics
Orcad pspice intro and basicsOrcad pspice intro and basics
Orcad pspice intro and basics
 
Interfacing GPS with 8051
Interfacing GPS with 8051Interfacing GPS with 8051
Interfacing GPS with 8051
 
Reverse power relay
Reverse power relayReverse power relay
Reverse power relay
 
REVERSE POWER RELAY for solar PV systems
REVERSE POWER RELAY for solar PV systemsREVERSE POWER RELAY for solar PV systems
REVERSE POWER RELAY for solar PV systems
 
Autonomous bot using OP-AMP(lm741)
Autonomous bot using OP-AMP(lm741)Autonomous bot using OP-AMP(lm741)
Autonomous bot using OP-AMP(lm741)
 
Ventilating systems for electrical machines
Ventilating systems for electrical machinesVentilating systems for electrical machines
Ventilating systems for electrical machines
 
Plugging braking
Plugging brakingPlugging braking
Plugging braking
 
Paytm
PaytmPaytm
Paytm
 
Parallel processing
Parallel processingParallel processing
Parallel processing
 

Recently uploaded

Hierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power SystemHierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power System
Kerry Sado
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
gerogepatton
 
ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
AhmedHussein950959
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation & Control
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
Kamal Acharya
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
JoytuBarua2
 
English lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdfEnglish lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdf
BrazilAccount1
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
FluxPrime1
 
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
H.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdfH.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdf
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
MLILAB
 
Investor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptxInvestor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptx
AmarGB2
 
Railway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdfRailway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdf
TeeVichai
 
Runway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptxRunway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptx
SupreethSP4
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
Kamal Acharya
 
MCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdfMCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdf
Osamah Alsalih
 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
ankuprajapati0525
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
bakpo1
 
Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
seandesed
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Dr.Costas Sachpazis
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Sreedhar Chowdam
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
MdTanvirMahtab2
 

Recently uploaded (20)

Hierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power SystemHierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power System
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
 
ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
 
English lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdfEnglish lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdf
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
 
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
H.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdfH.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdf
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
 
Investor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptxInvestor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptx
 
Railway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdfRailway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdf
 
Runway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptxRunway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptx
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
 
MCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdfMCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdf
 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
 
Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
 

Digital Voltmeter, Digital Ammeter and Digital Multimeter

  • 1. Digital Voltmeter, Digital Ammeter and Digital Multimeter Done by, C. Balaji 15E105 S. Deepak Arumugam 15E108 J. Karthickraja 15E117 S. Praveenkumar 15E137 Y. Elangovan 16E501 1
  • 2. Contents  Advantages of Digital meters  Digital Components  Digital Voltmeter(DC)  Digital Voltmeter(AC)  Measurement of Current  Measurement of Resistance  A complete DMM  Measurement of hfe  A digital voltmeter and ohmmeter using Arduino. 2
  • 3. Advantages of Digital meters  Very high accuracy (5 to 0.05%)  Has very input impedance (2MΩ) which ensures less loading effect on the input.  The numeric display of digital meters provide zero parallax error. 3
  • 4. Digital Components  Crystal Oscillator  Counter  A/D Converter  Voltage-Frequency Converter  Phase Locked Loop 4
  • 5. Crystal Oscillator  A piezoelectric crystal is used.  Generally, a1MHz crystal is used which produce a clock pulse of 1MHz.  Used to provide the clock pulses. 5
  • 7. A/D Converters  Converts Analog data to Digital data using a dual slope converter. 7
  • 8. Voltage-Frequency Converter  Produces a frequency signal which is proportional to the input voltage. 8
  • 9. Digital Voltmeter(DC)  The voltage is first attenuated and then converted into a digital word which is displayed. 9
  • 10. Role of ADC  The lines supplied by the ADC to the display consists of ◦ The digital word ◦ A latch ◦ Start bit ◦ Polarity information ◦ Floating point information 10
  • 11. Features  Polarity detection  Auto ranging  Auto zeroing Polarity detection:  The information is given by the ADC.  When the voltage is +ve, the characteristic curve of the converter is in first quadrant.  The characteristic curve will be in the fourth quadrant, if the voltage is –ve. 11
  • 12. Auto Ranging  Two comparators are used.  The typical ranges are, ◦ 0 to 100 mV ◦ 100 mV to 1 V ◦ 1 V to 100 V ◦ 100 V to 1000V 12
  • 13. Auto Zeroing  Zero is displayed during the start of conversion.  This is achieved by discharging the capacitance to the ground properly. 13
  • 14. DVM (AC)  The AC is processed first i.e., phase compensated attenuation with rectification and filtering is done.  The dc voltage obtained is converted into a digital word, which is displayed.  For high frequencies, a precision diode with small reverse recovery time is required. 14
  • 15. 15
  • 16. DVM(Low voltage AC)  For measurement of voltages in the range between 1 nV and 10 nV, the voltage is converted into a frequency signal by a voltage-frequency converter or phase locked loop.  The frequency is measured by proper networks.  This reduces the effect of noise through ADC. 16
  • 17. 17
  • 19. Measurement of current by DMM  Typical ranges ◦ 0 to 10 mA ◦ 10 mA to 100 mA ◦ 100 mA to 1 A ◦ 1 A to 10 A  Auto ranging is available.  Auto zeroing is also available. 19
  • 20.  Two ways of measurement ◦ Measuring the voltage drop across a resistance. ◦ Current frequency converter.  In the first method, current is passed through a constant resistance. The voltage drop across it is measured using a DVM. 20
  • 21.  In the second method, a current- frequency converter is used.  The output of comparator is a frequency which is proportional to the current. 21
  • 22. Measurement of Resistance using DMM  A constant current is passed through the unknown resistance and the drop across it is measured by a DVM. 22
  • 23. Complete circuit of a DMM The switches are coupled to each other. The display is generally 3 digits (-1999 to 1999) 23
  • 24. Measuring hfe of a transistor 24
  • 26. A small project: Digital Voltmeter using ATMEGA328P A0 GND ATMEGA328P Direct voltage measurement: 26
  • 27. RANGE EXTENDED VOLTMETER A0 GND ATMEGA328P 27
  • 28. CODE: float voltage, previousvoltage=0; void setup() { serial.begin(9600); } void loop() { voltage=analogRead(A0)*0.00488758553; if(voltage!=previousvoltage) { Serial.println("the voltage is"); Serial.println(voltage); previousvoltage=voltage; } delay(500); } 28
  • 30. Arduino code 30 int analogPin= 0; int a; int Vin= 5; float Vout= 0; float R1= 1200; float R2= 0; float buffer= 0; void setup() { Serial.begin(9600); } void loop() { a= analogRead(analogPin); if(a) { buffer= a * Vin; Serial.println(a); delay(1000); } }
  • 31. Challenges  If you use a small value of known resistance to measure a large value of resistance the value gives up an error,  So use known resistance which is some what closer to the measuring resistance to give an output with greater accuracy. 31
  • 32. References  Sawhney A K, “A Course in Electrical and Electronic Measurement and Insrtumentation”, Dhanapat Rai & Sons, New Delhi, 2011. 32