Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

Missing NationalInstruments.DAQmx.DLL

Solved!
Go to solution

Hello,

 

I'm using VB .NET with Visual Studio 2010.

 

I've downloadad the lastest version of NI-DAQmx, but when I call the NationalInstruments.DAQmx.DLL library the program says that component can't be found.

 

Where can I find this library?

 

Thanks.

0 Kudos
Message 1 of 7
(10,925 Views)

When you installed DAQmx, did you include Support for Visual Studio?

 

-AK2SM

~~~~~~~~~~~~~~~~~~~~~~~~~~
"It’s the questions that drive us.”
~~~~~~~~~~~~~~~~~~~~~~~~~~
0 Kudos
Message 2 of 7
(10,918 Views)

I don't know, how can I see it?

0 Kudos
Message 3 of 7
(10,899 Views)
Solution
Accepted by topic author J_Kidd

I've never installed those support  features, but if you already installed DAQmx, you should be able to install the required additional components needed similar to what is shown here:

 

http://digital.ni.com/public.nsf/allkb/52F5F5EF78AF084286256E0B007FE793

 

-AK2DM

~~~~~~~~~~~~~~~~~~~~~~~~~~
"It’s the questions that drive us.”
~~~~~~~~~~~~~~~~~~~~~~~~~~
0 Kudos
Message 4 of 7
(10,895 Views)

When I update my Ni-DAQmx to the .NET Framework 4.0 I suppose I won't have problems with the libraries or I have to move the libraries to a specific place or call it from my program Visual Studio?

 

Thank you.

0 Kudos
Message 5 of 7
(10,890 Views)

Sorry, I do not have an answer for that since I have never used VS. Hopefully someone else can provide an answer.

 

-AK2DM

~~~~~~~~~~~~~~~~~~~~~~~~~~
"It’s the questions that drive us.”
~~~~~~~~~~~~~~~~~~~~~~~~~~
0 Kudos
Message 6 of 7
(10,878 Views)

Hi,

 

You probably just need to add a reference to the DAQmx library

 

Goto menu 'Project' and click 'Add Reference'

 

Curt

 

daqmx ref.png

0 Kudos
Message 7 of 7
(10,871 Views)