03-21-2022 11:10 AM
I have a USB-6003. I would like to measure the analog input voltage with high resolution. When I use the test panels on NI MAX the resolution is not enough for my application. The resolution I need is 3 or 4 digits after the decimal point. Say for 1 V , I Need to read 1.0000V. Do I need to use another software to do this,
03-21-2022
12:27 PM
- last edited on
05-15-2024
04:10 PM
by
Content Cleaner
As the name suggests "Test Panels" are used to do a quick test of the Hardware. You can use the DAQmx drivers in the programming language of choice to get floating-point measurement (currently there is support for LabVIEW, MATLAB, Python, .NET, C DLL, CVI/LabWindows).
If you're looking for a non-programming approach, please look into FlexLogger and DAQExpress.
03-28-2022
02:49 AM
- last edited on
05-15-2024
04:10 PM
by
Content Cleaner
@Nhayan wrote:
I have a USB-6003. I would like to measure the analog input voltage with high resolution. When I use the test panels on NI MAX the resolution is not enough for my application. The resolution I need is 3 or 4 digits after the decimal point. Say for 1 V , I Need to read 1.0000V. Do I need to use another software to do this,
No, but maybe you need another hardware 😜
Just have a look at the specifications
https://www.ni.com/docs/en-US/bundle/usb-6003-specs/resource/374372a.pdf
You can take a lot of measurements say at 10kSPS and look at the mean of 10000 samples. That result is only limited by resolution of your numeric representation and your indicator.... and is useless 😄
Well, in most cases ... don't mix up resolution and accuracy!