Digital Multimeters (DMMs) and Precision DC Sources

cancel
Showing results for 
Search instead for 
Did you mean: 

NI-DMM 4071 instrument driver functions

I have general questions about function palete in NI-DMM Instrument driver:

1. Difference between Acquisition function (niDMMRead, niDMM ReadMulti point, niDMMReadWaveform) and Low-Level Acquisition function (niDMMFetch, niDMM Fetch Multi point, niDMM Fetch Waveform)

2. When better to used normal Acquisition functions and Low-Level Acquisition function

Thanks!
0 Kudos
Message 1 of 2
(6,692 Views)
Toni,

The high level calls such as (niDMMRead, niDMM ReadMulti point, niDMMReadWaveform) incorporate the niDMM Initiate function call as well as Fetch calls. Using the low-level calls gives you more flexibility that allows one to retrieve the data from the board and initiate the board at independent times. So when using the Fetch calls you would have to make another call to initiate the acquisition. Please see the NI-DMM instrument Driver Quick Reference Guide for more information. this can be found under Start>>Programs>>National Instruments>>NI-DMM>>Documentation. I hope this helps!

Regards,

Shea C
Applications
NI
0 Kudos
Message 2 of 2
(6,684 Views)