Measurement Studio for VC++

cancel
Showing results for 
Search instead for 
Did you mean: 

get Voltage from NI ELWIS without LabView

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.

0 Kudos
Message 1 of 3
(5,645 Views)

Hello,

 

Here is an article that will be helpful getting you starting writing a text based program using DAQmx with your ELVIS board:

https://www.ni.com/en/support/documentation/supplemental/21/using-ni-daqmx-in-text-based-programming...

 

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!

Stephanie S.
Application Engineer
National Instruments
Message 2 of 3
(5,626 Views)

Thank you, let's see...

0 Kudos
Message 3 of 3
(5,619 Views)