Digital Voltmeters (DVMs) are a special case of A/Ds. DVMs are voltmeters - i.e. they measure voltage - and are general purpose instruments commonly used to measure voltages in labs and in the field. DVMs display the measured voltage using LCDs or LEDs to display the result in a floating point format. They are an instrument of choice for voltage measurements in all kinds of situations.
Obviously, if voltage measurements are taken and the results are displayed digitally with LED or LCD displays, the instrument has to contain an A/D converter. Digital voltmeters have some characteristics that you might need to understand.
E1 Consider a voltmeter built around a 10 bit A/D converter. We will assume the following.
In the example you saw a few typical voltmeter possibilities. For some reason voltmeters have had scales like 0-3v, 0-30v, etc. for a long time. You might have expected 0-1v and 0-10v, etc. to be more common. However, that's not the way it is, and it probably won't change any time soon. That situation has led to some interesting ways to specify voltmeters.
If you had a voltmeter that had a 0-1v range, and it had ten bits, it would probably be designed to have a range from 0-1.024v, and it would measure voltages in steps of .001v. Then, the measurement results would be things like 0.314v or 0.582v, things like that. Displayed values would all have exactly three decimal places, and the instrument would be referred to as a 3 digit meter. If you use the same converter on a 0-10v scale (and put the voltage through a 0.1x voltage divider!), then the results would be things like 3.14v or 5.82v. You would get exactly the same number of significant figures, and you would still refer to the meter as a 3 digit meter.
Let's think about this situation.
You need to be able to answer the question in the last section. When you buy a meter it may tell you the number of digits and you need to know what that means, especially when the scales are 0-3v, etc. Here is the story.
|
|
(for .001v) |
|
|
|
|
|
|
|
|
|
If the high limit of the scale is 3, that's almost halfway between 1 and 10 on a logarithmic scale. (The mid point is really at the square root of ten.) A meter that has a range of 0-3v is said to be a 3 1/2 digit meter when it has intervals of .001v. That's halfway between 3 and 4 digits.
There is another way to look at the question of digits. If you have
a meter that has a 0-10v scale that reads in increments of .01v that's
a 3 bit meter. That meter has 1000 steps, and 1000=103.
Let's repeat the table from above, but include the log10
of the number of steps.
|
|
(for .001v) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
We included an extra row for a 0-30v meter. We also included the number of steps and a suggestion for the number of digits we can claim for the meter. It looks reasonable to call a 0-30v meter with 30,000 steps a 4.5 digit meter, and that's the way they are sold.
That's it for digits in a voltmeter. That's the way that they are
specified, and that's what you pay for when you buy a DVM. The number
of digits is determined by the number of bits in the A/D, and we need to
look at that idea just a little bit more. Click
here for a lab exercise that gets you thinking about the topic.