04-19-2005 03:31 AM
04-19-2005
11:35 AM
- last edited on
10-11-2025
04:41 PM
by
Content Cleaner
Hi Tony2,
The period of Autozero and ADC Calibration depends on the configuration of your measurement. So the best way for you to know how long they take is to benchmark it.
Throughout this message I will make references to the NI Digital Multimeters Help file, accessible via the Start menu in your PC or at the following link:
NI Digital Multimeters Help
Attached to this message I am sending you an example program you can use to benchmark your measurement period based on your configuration.
This example program uses simluation of a PXI-4071, so you can run it even if you do not have a PXI-4071 installed in your computer. You could also simulate other boards, like 4070, 4072, etc.
To find out the measurement period, this example program uses the function niDMM Get Measurement Period. Notice that this function is used after all the configuration functions have already executed. If this function was placed before, your measurement period results would not be correct.
So let me give you an example. Imagine that you configure the PXI-4071 with the following settings:
Then your measurement period would be 235.6ms.
The measurement cycle of the DMM consists of several parts. For a DC V measurement it consists of Switch time, AutoZero, ADC Cal, Settling Time and Aperture Time.
Given that you configured the board for 6 1/2 digit resolution, DC V in the 10V range, then NI-DMM will configure for you the values for the Aperture Time and Settling Time. The default values used by the DMM driver are listed in the NI Digital Multimeters Help file.
You know now that in a DC 6 1/2 digit configuration the Aperture Time is set to 100ms, and for a DC V measurement in the 10V range the default Settling Time is 1ms.
So now you disable ADC Calibration and run your program again. Now your measurement period is 168.5ms. If you subtract your initial measuremnet period from this one, you get that AutoZero takes 67.1ms (235.6ms-168.5ms=67.1ms).
Therefore, ADC Calibration takes 235.6ms-100ms-1ms-67.1ms=67.5ms.
Keep in mind that the period of AutoZero and ADC Cal will vary depending on the configuration of your measurement. So if you change the configuration settings (function, range, resolution, etc), you will get different periods.
Note: The first point of a multipoint acquisition (equivalent to a single point acquisition) takes slightly longer than subsequent samples. In this example, 235.6ms was the period of the subsequent samples. To find out how long the first point takes, configure Trigger Count and Sample Count equal to 1.
Please feel free to reply to this message if you have any questions.
Claudia L
DMM R&D
National Instruments
01-03-2006 11:30 AM
01-03-2006 11:51 AM