From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

Digital Multimeters (DMMs) and Precision DC Sources

cancel
Showing results for 
Search instead for 
Did you mean: 

USB-4065 Max Sample Rate

Solved!
Go to solution

I am currently trying to log DC voltage readings from a AA battery to an ASCII file using LabVIEW SingalExpress 2009 and the USB-4065 DMM (digital multimeter). I have two steps:

 

1) Acquire Signal > DC Voltage using DMM

     - set to 4.5 resolution with 3.333333E-5 sample period

2) Save to ASCII

     - Set to append to file, I delete the file after every run

 

The fastest readings I can get is one data point written to the ASCII file every eighth of a second.

 

Additionally I am new to NI Software and LabVIEW, the LabVIEW SignalExpress software I have is only for Evaluation as it was included in the driver CD for the USB 4065 DMM.

 

  1. Is the max sampling rate (30,000 samples per second) only achievable through a LabVIEW VI?
  2. Do I have the wrong settings for the DMM step?
  3. Is it because I have not activated SignalExpress and am only using the evaluation version?

Thank you in advance for any and all help!!! 😄

 

 

0 Kudos
Message 1 of 3
(7,610 Views)
Solution
Accepted by topic author Lukos

Hello Lukos,

 

You are correct in assuming you need access to lower level functions in order to get those higher sample rates. In order to get those speeds we would need to disable a few parameters which are not made accessible through Signal Express. You can create a VI and then use a Call VI step in Signal Express to remain in the same environment.

 

Regards,

 

-Travis E

National Instruments
Product Marketer
Message 2 of 3
(7,598 Views)

Hey Lukos,

 

You imply that you have LabVIEW, but are just new to it.  I recommend using our DMM shipping examples, available in the NI example finder:

Go to the Help menu bar, then select Find Examples.  Once the NI Example Finder opens, go to: Hardware Input and Output»Modular Instruments»NI-DMM»Multi-Point Measurements»Cont Acq & Chart Multiple Samples.vi.

With that VI open, decrease the resolution to increase the sample rate.  If you're still not able to get as many samples per second as you'd like, I recommend reading the NI-DMM Help file (Start»All programs»National Instruments»NI-DMM»Documentation), particularly the 4065 measurement cycle (Devices»NI 4065»DMM Measurements»DMM Measurement Cycle) section.  If you're still not able to measure as fast as you'd like, post up and we can look at other configuration/hardware options.

 

-John Sullivan
Problem Solver
Message 3 of 3
(7,589 Views)