Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

usb 6008 with visual studio in c#

For my graduation in school (HTL-Salzburg) i have to make a project where i can read and send data to and from NI-USB 6008 device with visual studio 8 in c#

But every sample for implementing the 6008 board in visual studio is written in c++ or vb.

Has anybody a sample in c# for implementing the board or can help me?

 

greets 

0 Kudos
Message 1 of 2
(3,775 Views)
FFellner,

C# support is installed with the corresponding .NET libraries. Please see if you can locate the corresponding directory:

C:\Documents and Settings\All Users\Documents\National Instruments\NI-DAQ\Examples\DotNET<.NET Framework Version>

Sub-folders named CS contain C# examples. These examples install with NI-DAQmx. Measurement Studio is not required to install the class libraries or the examples.
 
Note: If the paths above do not exist, be sure you have .NET support installed for NI-DAQmx.

For further details, please see the following KB: Programming NI-DAQ in Visual C# .NET

Best regards,
Sebastian
0 Kudos
Message 2 of 2
(3,763 Views)