SlideShare a Scribd company logo
1 of 33
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

U 4 ramp digital voltmeter
U 4 ramp digital voltmeterU 4 ramp digital voltmeter
U 4 ramp digital voltmeter
vmspraneeth
 
Indicating instruments
Indicating instrumentsIndicating instruments
Indicating instruments
Kausik das
 

What's hot (20)

Capacitive Type Transducer
Capacitive Type Transducer Capacitive Type Transducer
Capacitive Type Transducer
 
ppt on inveters
ppt on invetersppt on inveters
ppt on inveters
 
U 4 ramp digital voltmeter
U 4 ramp digital voltmeterU 4 ramp digital voltmeter
U 4 ramp digital voltmeter
 
Moving iron (MI) instruments
Moving iron (MI) instrumentsMoving iron (MI) instruments
Moving iron (MI) instruments
 
Electrical Measurement & Instruments
Electrical Measurement & InstrumentsElectrical Measurement & Instruments
Electrical Measurement & Instruments
 
digita storage oscilloscope (dso)
digita storage oscilloscope (dso)digita storage oscilloscope (dso)
digita storage oscilloscope (dso)
 
Measuring instrumentsppt2
Measuring instrumentsppt2Measuring instrumentsppt2
Measuring instrumentsppt2
 
Digital transducer
Digital transducerDigital transducer
Digital transducer
 
Digital storage ocilloscope
Digital storage ocilloscopeDigital storage ocilloscope
Digital storage ocilloscope
 
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
 
Moving Iron
Moving IronMoving Iron
Moving Iron
 
moving iron instrument
 moving iron instrument moving iron instrument
moving iron instrument
 
Electrical Engineering Final Presentation
Electrical Engineering Final Presentation Electrical Engineering Final Presentation
Electrical Engineering Final Presentation
 
Introduction to Oscilloscopes
Introduction to OscilloscopesIntroduction to Oscilloscopes
Introduction to Oscilloscopes
 
Indicating instruments
Indicating instrumentsIndicating instruments
Indicating instruments
 
Permanent Magnet Moving Coil
Permanent Magnet Moving Coil Permanent Magnet Moving Coil
Permanent Magnet Moving Coil
 
DIGITAL WATTMETER
DIGITAL WATTMETERDIGITAL WATTMETER
DIGITAL WATTMETER
 
BASIC ELECTRICAL ENGINEERING BEEE
BASIC ELECTRICAL ENGINEERING BEEE BASIC ELECTRICAL ENGINEERING BEEE
BASIC ELECTRICAL ENGINEERING BEEE
 
Energy meter
Energy meterEnergy meter
Energy meter
 
Function generator
Function generatorFunction generator
Function generator
 

Similar to Digital Voltmeter, Digital Ammeter and Digital Multimeter

New Microsoft Word Document.docx
New Microsoft Word Document.docxNew Microsoft Word Document.docx
New Microsoft Word Document.docx
jainkamalkumar
 
Powerelectronics Chapter7 090331060223 Phpapp02
Powerelectronics Chapter7 090331060223 Phpapp02Powerelectronics Chapter7 090331060223 Phpapp02
Powerelectronics Chapter7 090331060223 Phpapp02
kuppam engg college
 
Power Electronics Chapter 7
Power Electronics  Chapter 7Power Electronics  Chapter 7
Power Electronics Chapter 7
guest8ae54cfb
 
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
 

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
 
Powerelectronics Chapter7 090331060223 Phpapp02
Powerelectronics Chapter7 090331060223 Phpapp02Powerelectronics Chapter7 090331060223 Phpapp02
Powerelectronics Chapter7 090331060223 Phpapp02
 
Power Electronics Chapter 7
Power Electronics  Chapter 7Power Electronics  Chapter 7
Power Electronics Chapter 7
 
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
 
Voltmeter
VoltmeterVoltmeter
Voltmeter
 

More from 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

Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power Play
Epec Engineered Technologies
 
DeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesDeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakes
MayuraD1
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Kandungan 087776558899
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
Neometrix_Engineering_Pvt_Ltd
 
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
HenryBriggs2
 
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments""Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
mphochane1998
 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.ppt
MsecMca
 

Recently uploaded (20)

Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power Play
 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leap
 
DeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesDeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakes
 
Engineering Drawing focus on projection of planes
Engineering Drawing focus on projection of planesEngineering Drawing focus on projection of planes
Engineering Drawing focus on projection of planes
 
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best ServiceTamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
 
Work-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxWork-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptx
 
Learn the concepts of Thermodynamics on Magic Marks
Learn the concepts of Thermodynamics on Magic MarksLearn the concepts of Thermodynamics on Magic Marks
Learn the concepts of Thermodynamics on Magic Marks
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
 
Air Compressor reciprocating single stage
Air Compressor reciprocating single stageAir Compressor reciprocating single stage
Air Compressor reciprocating single stage
 
kiln thermal load.pptx kiln tgermal load
kiln thermal load.pptx kiln tgermal loadkiln thermal load.pptx kiln tgermal load
kiln thermal load.pptx kiln tgermal load
 
Block diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptBlock diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.ppt
 
A Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityA Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna Municipality
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
 
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
 
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments""Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torque
 
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced LoadsFEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.ppt
 
School management system project Report.pdf
School management system project Report.pdfSchool management system project Report.pdf
School management system project Report.pdf
 

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