Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

How to Program 6020E in VC++

Hi,
I've a 6020E connected to my laptop working on Windows XP Pro. I also have the software that came with it installed on my machine.
I do not have either Measurement Studio or Labview on my system.

Please let me know the methodology to program and access this device in my VC++ application. Also, name of libraries, dlls or OCXs will be useful.

Thanks
0 Kudos
Message 1 of 3
(2,273 Views)
nidaq32.dll

you should have also help, h-files and lib-files installed somewhere...

you can also try using the new NIDAQmx.
0 Kudos
Message 2 of 3
(2,273 Views)
Teddybare,

Since the DAQPad-6020E is not supported by NI-DAQmx, you will need to use Traditional NI-DAQ to program this device. Numerous Traditional NI-DAQ examples for use in VC++ are available in the following location:

C:\Program Files\National Instruments\NI-DAQ\Examples\VisualC

Additionally, the following KnowledgeBase explains how to use these examples in VC++:

KnowledgeBase: How to Compile and Run NI-DAQ Examples with Microsoft Visual C++

Finally, the Traditional NI-DAQ Function Reference Help provides documentation for all of the Traditional NI-DAQ functions. This resource is available in the following location:


>Start >> Programs >> National Instruments >> NI-DAQ


Good luck with your application.

Spencer S.
0 Kudos
Message 3 of 3
(2,273 Views)