Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

6013 programming using VC++ 6.0 without measurement studio

Hi,
Is there any way to program NI 6013 card using VC++ wihtout Measurement studio. I have installed DAQ 7.1. I tried using NI-Visa programming . But i was unable to access 6013 card. Is there any other way to access 6013 card using DAQ and VC++?

With regards,
Manish
0 Kudos
Message 1 of 3
(3,008 Views)
Hi Manish!
I haven't used your combination of hardware and software, but you should be able to import
nicaiu.dll and nidaqmx.h into VC++ and pick it up from there.
This will only work if your card supports NI-DAQmx, which I think it does.
If not, then an import of another dll/h combination might be successful.

Good luck!
Jens
0 Kudos
Message 2 of 3
(3,004 Views)
Hi Manish,

NI-VISA programming will not work to communicate with your DAQ board. VISA is usually used to communicate with an instrument over some sort of bus like GPIB, serial, USB, etc.

Jens was absolutley correct about the board being supported in DAQmx and being able to program it using VC++. Along with Jens advice, I think you will find the following links very useful:

Programming NI-DAQ in Visual C++ .NET
http://digital.ni.com/public.nsf/websearch/7109C33AB142132E86256D9C004DD7AF?OpenDocument

Programming NI-DAQ in Visual C++ 6.0
http://digital.ni.com/public.nsf/websearch/0087C1E20920F7B986256D9B0061DEE2?OpenDocument

How Do I Install Examples for Visual Basic, Visual C++, and Delphi with NI-DAQ?
http://digital.ni.com/public.nsf/websearch/D60BFBC22980F99D862569B6000EF7CE?OpenDocument

How to Compile and Run NI-DAQ Examples with Microsoft Visual C++
http://digital.ni.com/public.nsf/websearch/C8CC0C1EA6229B09862565E90044DDF3?OpenDocument

E.Lee
Eric
DE For Life!
0 Kudos
Message 3 of 3
(2,995 Views)