09-06-2005 02:57 PM
09-07-2005 11:37 AM
Dear Chris,
When you make calls to nidaq32.dll, you are making calls to the Traditional (Legacy) DAQ driver. NI-DAQmx 7.5 is a different driver, with different function calls. If you want to make calls to the DAQmx driver, you can call nicaiu.dll. The functions are going to be a lot different than the Traditional (Legacy) DAQ calls. These functions can be found in the NI-DAQmx C Reference Help. (Start Menu>>All Programs>>National Instruments>>NI-DAQ)
There is a VB.NET API built into LabVIEW that is much easier to use. There are examples that come with the NI-DAQmx driver that show how to use the driver. (C:\Program Files\National Instruments\MeasurementStudioVS2003\DotNET\Examples\DAQmx) Even though they are in the Measurement Studio folder, you don't need to have Measurement Studio installed. To get these examples you have to go into the installer and add support for .NET. (Control Panel>>Add Remove Programs. National Instruments>>NI-DAQmx 7.5) Have a great day!
Sincerely,
Marni S.
09-07-2005 12:11 PM
Hi Chris,
Just a clarification, the VB.NET API is not built into LabVIEW, but is included with DAQmx 7.5. By default the .NET DAQmx API and examples are not installed when you install DAQmx unless you have Measurement Studio installed, but like Marni said, you do not need to have Measurement Studio in order to use the .NET DAQmx support. Sounds like you already have DAQmx 7.5 installed, so you have to use the Add or Remove Programs tool to add support for .NET. Find the entry for "National Instruments Software" and then click on the Change button. Click on NI-DAQmx 7.5 and then click on the Modify button. When you get to the Features dialog, expand the NI-DAQmx 7.5 node and left-click on ".NET Framework 1.1 Languages Support" and select "Install this feature to a local drive". Continue with the rest of the installer dialogs and you will now have .NET support installed on your machine. Hope this information helps.
09-07-2005 03:05 PM
09-08-2005 10:17 AM
09-08-2005 12:17 PM
09-09-2005 04:22 AM - edited 09-09-2005 04:22 AM
Message Edited by marwic on 09-09-2005 04:23 AM
10-03-2005 11:32 AM
I would like to utilize this tool. However, the link that was provided is either broken, incorrect or no longer availble. Can anyone help me locate it so that I might solve my problem re: " error nidaq32.dll not found" ?
Thanks: Bill
http://digital.ni.com/public.nsf/websearch/6A73AE4A1104639686256C460081528C?OpenDocument
10-04-2005 05:58 PM
Try this link.
10-24-2005 10:13 AM
Thanks for the link to the fix...It really works..
U really saved my time..