7

From the technical details of a multimeter:

AC Voltage: - Range and Accuracy: 200mV ± (1.0%+2); 2V ± (0.7%+3); 20 ± (1.0%+3); 200/600V ± (1.2%+3)

What does the notation "± (0.7%+3)" mean? Specifically, what does "+3" mean?

SamGibson
  • 17,231
  • 5
  • 37
  • 58
user31264
  • 189
  • 4
  • 3
    You wrote it so where did the information come from? – Andy aka Mar 08 '19 at 10:17
  • See this similar [question](https://electronics.stackexchange.com/questions/23182/what-does-it-mean-when-multimeter-accuracy-is-marked-as-%c2%b10-0310digit?rq=1) and its answers. – Uwe Mar 08 '19 at 11:50

2 Answers2

13

What does the notation "± (0.7%+3)" mean? Specifically, what does "+3" mean?

The "+3" in that context, is the number of least-significant digits (LSD) on that range, which can be in error. This notation is one of a few "industry standard" ways of specifying measurement accuracy.

The accuracy specification you quoted is from the 2V range of whichever meter is in the question. Therefore using that as an example, the accuracy on a reading on the 2V range is between:

(reading +0.7% +3 LSD) and (reading -0.7% -3 LSD)

I found the Etekcity MSR-A600 meter has the same AC voltage specification as you quoted, so I'll use that one to illustrate LSD a little more. That is a 3.5 digit meter i.e. maximum count = 1999. The maximum count value is important for this next calculation.

For a 3.5 digit meter on the 2V range (actual maximum value shown is 1.999V), the LSD value is 1mV (0.001V).

So the accuracy calculation on that 3.5 digit meter's 2V range, is:

reading ±0.7% ±3mV
(where the 3mV is the 3 LSD, on that 2V range, on a 3.5 digit meter)


SamGibson
  • 17,231
  • 5
  • 37
  • 58
3

A bit supplemental to the question, but that spec is incomplete. As the voltage being measured is AC (alternating current), bandwidth limitations apply. As they do to any circuit or oscilloscope.

I have a shiny new PROSTER VC99 meter. AC accuracy is stated as ±(0.8% + 5). It's cheap. But, that is only officially for frequencies of 40 - 400Hz. Whilst you think of your meter as for measuring the mains voltage (50-60Hz), that's fine. It's alluring though to think of the meter as a kinda substitute for an oscilloscope and use it to measure all sorts of AC voltages. That's wrong, as the metered AC voltage will drop into the higher frequencies. For reference, the VC99 response stays surprisingly flat till 4kHz (tested with function generator and oscilloscope). At 40kHz, it's quickly rolled off to only 15% of the true peak to peak.

So the moral of this answer is: stick it into your wall sockets by all means, but make sure to read the full spec if you're going to stick it into your HI-FI or radar installation.

Paul Uszak
  • 7,327
  • 5
  • 37
  • 69
  • Good point. The meter I used as an example in my answer (which I found using a search for the same specification given in the question) doesn't list the frequency range for which the specification applies, in its HTML webpage. However its [full manual](https://drive.google.com/file/d/1-7Z6_H83up78JLuAGhKFa4EwG4zPNjkb/view) lists similar frequency limitations to your example in its accuracy specification: "40Hz ~ 400Hz, sine wave RMS (average response)." – SamGibson Mar 08 '19 at 15:34