Measurement Studio for VC++

cancel
Showing results for 
Search instead for 
Did you mean: 

Difference between Measurement Studio and NiDAQmx ?

Solved!
Go to solution

What is the main difference in Measurement Studio and NIDAQmx. I have a DAQ software, which was initially developed in M Visual C++ 2003, which was originally using Measurement Studio. Now I want to  replace measrement studio by NIDAQmx latest release. Is it Possible to do it? 

0 Kudos
Message 1 of 2
(5,807 Views)
Solution
Accepted by topic author iitkgp.vidyut@gmail.com

Hello,

 

Measurement Studio is an extension to Visal Studio, which contains a variety of libraries for measurement applications as well as user interface elements like graphs.

DAQmx is the hardware driver framework for NI Multifunction DAQ devices. If you use a DAQ board you need this driver to access it, with any programming environment (LabVIEW, CVI, C, C++, .NET).

This means you can access the hardware also with Visual Studio, which has no Measurement Studio installed. Though Measurement Studio makes analysing and presenting the acquired data much easier.

 

Kind regards,

Robert H

NI Germany 

0 Kudos
Message 2 of 2
(5,802 Views)