07-15-2014 10:33 AM
I have a USB-6501 switch and want to control it by using C#. Since whatever I read from the web there is only NI-DAQmax.h library provided, meaning I will need to wrap everything from C++ to C#. I am wondering if NI has native support for C# on that? Thanks.
07-16-2014
07:57 AM
- last edited on
03-03-2026
01:07 PM
by
Content Cleaner
Actually the NI-DAQmx driver is intended to work with C# (text-based), and the majority of the programming examples are found for C#. Might want to look at the following links:
Where Are NI-DAQmx Examples Installed?
Programming NI-DAQ and NI-DAQmx in Text-Based Languages using Visual Studio
07-17-2014 12:27 PM
great thanks!