10-21-2013 02:09 AM - last edited on 04-21-2024 05:28 PM by Content Cleaner
Hi to everyone.
I need to write a program on C++, in C++ Builder. This program must to get voltage from NI ELWIS (https://www.ni.com/en-us/support/model.ni-elvis-ii.html). How can I do this?
In LabVIEW there is a special component. Does exist a .dll file, using it I can get voltage?
Or it's impossible and I need to access direct the device using libusb and read data from USB port and then try to decode it?
I have never before used LabVIEW or ELWIS.
10-22-2013 09:52 AM - last edited on 04-21-2024 05:28 PM by Content Cleaner
Hello,
Here is an article that will be helpful getting you starting writing a text based program using DAQmx with your ELVIS board:
Also, this article helps explain where the DLL's for DAQmx can be found:
https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z000000P8lkSAC&l=en-US
Thanks!
10-22-2013 11:28 AM
Thank you, let's see...