08-25-2021 08:00 AM
Just wondering: is anyone aware if the DAQExpress or the USB-6003 comes with any API functions that I can call from say Visual Studio 2017, for example? Couldn't find any information on it in the software or hardware manuals, nor anywhere on the net. So I'm inclined to believe an API doesn't exist. Thanks!
Solved! Go to Solution.
09-21-2021 03:51 AM
Hi,
I believe if you have the DAQmx driver installed, you should be able to access DotNet examples
in the path below.
C:\Users\Public\Documents\National Instruments\NI-DAQ\Examples
You can view these examples in Visual Studio.
09-21-2021 07:37 AM
I hadn't considered that. I've since settled operating things manually, but perhaps I can repurpose those for something in the future. Thank you for your input.