Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

C# dll

I am trying to communicate with NATIONAL INSTRUMENTS DAQ PCI-6071E using Microsoft Visual C# .NET. Are there dll's or functions that can be imported to work with this device. I have found libraries to work with LabWindows and other languages, but is there anything to give you canned functions in C#. I have an array I would like to outport the DAQ card.

Thanks for the help.
0 Kudos
Message 1 of 5
(4,156 Views)

The NI Driver CD includes a native .NET DAQmx API. For more information, see the Knowledge Base article "Measurement Studio, NI-DAQmx, and Microsoft Visual Studio .NET."

- Elton

0 Kudos
Message 2 of 5
(4,147 Views)

You may also find this NI-DAQ Driver Support page useful. Here you can find the a link to the latest driver for the 6071E, which is NI-DAQ 7.3 for Windows 2000/NT/XP.

- Elton

0 Kudos
Message 3 of 5
(4,144 Views)
Thank You very much. I don't know how I missed that. I was getting close I think though. Now I just have to learn how to use the different functions. I assume there isn't any sort of user manual out there.

Thank You very much for the fast reply!!

Message Edited by wthorson on 03-16-2005 02:59 PM

0 Kudos
Message 4 of 5
(4,143 Views)
The NI Driver CD will install online reference documentation. This contains reference for all of the types, properties, methods, and events in the .NET DAQmx API. There are also several conceptual topics; look in the index for "Using the Measurement Studio DAQmx .NET Library" to find the list of topics. The Driver CD will also install several examples in both C# and VB.NET.

- Elton
0 Kudos
Message 5 of 5
(4,133 Views)