Digital Multimeters (DMMs) and Precision DC Sources

cancel
Showing results for 
Search instead for 
Did you mean: 

i'm looking for Visual C++ example code or some kind of reference for aquiring waveform data using NI-4070 DMM

hello
 
i'm trying to find out how to aquire waveform data using an NI-4070. my application is in VC++.
so far i was unable to find examples for usage of waveform functions, or even a reference for these functions.
 
i'd appreciate any kind of help in finding such information.
 
thanks in advance,
Etz
 
0 Kudos
Message 1 of 3
(7,546 Views)

Hello Etz,

Refer to C:\Program Files\National Instruments\MeasurementStudio\VC\Examples\niDMM for examples of how to use your NI DMM in Visual C++. 

A reference for the functions can be found in the NI-DMM Help file, found in Windows under the Start Menu at Programs >> National Instruments >> NI-DMM >> Documentation.  In the NI-DMM Help File, navigate in the Contents on the left to NI Digital Multimeters Help >> Programming with NI-DMM >> NI-DMM C/CVI/VB Reference Help.

I hope this helps.  Let me know if you have any questions!

0 Kudos
Message 2 of 3
(7,537 Views)
your can start the Visual C++ in "Console application" and then select "simple application".
Now go to C:\prog.. files\Nationa.... \NIDAQ\Examples\ANSI C examples
select one of example with  c extention and open with notepad than select all and copy then paste it to
VC environment
will work fine
enjoy
Haider
0 Kudos
Message 3 of 3
(7,303 Views)