04-04-2014 12:25 PM
Hi everyone,
I'm using Visual Basic with VS2010 to create a project to read a NI device. I have downloaded the examples of NI for VB, but I have several problems.
1) The examples use a library, NationalInstruments.DAQmx, but when I write other example and import the library the program doesn't find the library.
2) When I try to modify the examples I can't use the NI objetcs, even if I copy and paste them. For instance, I copy physicalChannelComboBox and when paste I see only a ComboBox. In the left pannel I can't find this objetcs.
I can't use Measurement Studio.
Thanks for all.
04-05-2014 06:11 PM
Hi,
Did you install NI-DAXmx? DAQmx comes with the hardware you purchased.
Measurement Studio isn't free. Did you purchase and install it?
Curt
04-06-2014 07:54 AM
I have downloaded the DAQmx. I have downloadad the NI examples for .NET 4.0.
I can't afford the MS, but I think that it is not necessary for my project.
My problem is that I can't find the NI library, and I can use the NI objects in VB, even if I am using an example.
04-06-2014 01:28 PM
04-06-2014 02:06 PM
No, that is the problem, I don't know how to do it... Thanks.
04-07-2014 06:14 AM
Hi,
Goto menu 'Project->Add Reference' then select the DAQmx library in the list box.
Curt