From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

PXI

cancel
Showing results for 
Search instead for 
Did you mean: 

PXIe-4080 impact of using 5 1/2 digit vs 6 1/2 digit setting

Solved!
Go to solution

Hi,

 

I am using a PXIe-4080 to do multiple DMM reads of multiple signals and I noticed that there is a noticeable difference in execution speed when programming the DMM to use 5 1/2 digits versus 6 1/2 digits. I put a basic VI together to try to benchmark the difference. With resolution set to 6 1/2 digits, 10 reads takes about 2.9s, whereas when setting to 5 1/2 digits, 10 reads only takes 46ms:

 

kbf_0-1633517090888.png

kbf_1-1633517135805.png

 

Is the 5 1/2 bit option actually working with 5 1/2 digit accuracy, or are other settings changing under the hood?

Why is there such a big difference in execution time between 6 1/2 digit and 5 1/2 digit options? The difference seems too big to attribute to the difference in required settling time.

 

Thanks in advance for the help!

 

0 Kudos
Message 1 of 4
(750 Views)
Solution
Accepted by topic author kbf

Part of getting more resolution is to average the reading over a longer period of time.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 2 of 4
(733 Views)
Solution
Accepted by topic author kbf

Yes, higher digits of resolution are always slow as it takes lots of averaging and calibration routines to get the additional digits of resolution.

 

This is documented in the Help file with the measurement default settings - https://zone.ni.com/reference/en-XX/help/370384V-01/dmm/408x_dmm_defaults/

santo_13_0-1633530743881.png

 

Based on the range used, the settling times also vary,

santo_13_1-1633530794454.png

 

Based on this information, it justifies the durations observed by you,

6 1/2 digits, 10 reads takes about 2.9s, whereas when setting to 5 1/2 digits, 10 reads only takes 46ms

 

You are free to adjust these settings to speed up measurement but the specifications of the instrument are based on this combination of settings, deviating from these settings will put you at an unknown accuracy spec.

 

 

 

 

Santhosh
Soliton Technologies

New to the forum? Please read community guidelines and how to ask smart questions

Only two ways to appreciate someone who spent their free time to reply/answer your question - give them Kudos or mark their reply as the answer/solution.

Finding it hard to source NI hardware? Try NI Trading Post
Message 3 of 4
(717 Views)

Understood. Thanks for pointing me to that table in the documentation. That clarifies all the settings that are different between these two resolution settings.

0 Kudos
Message 4 of 4
(708 Views)