From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

Virtual Instrumentation using NI USB 6009

Solved!
Go to solution

Hello,

I am working on creating GUI for virtual Instrumentation of electrical systems using Qt for my final year project. For this purpose I am using NI USB 6009 DAQ. Can anyone help me regarding how I can access the signals obtained from DAQ in Qt. I am using NI DAQmxBase API for creating task and I also included NIDAQmxBase library in Qt. This point is very much required for my project.

Thank you.

0 Kudos
Message 1 of 3
(2,223 Views)
Solution
Accepted by topic author arpithap005

Hi arpithap005,

 

I am not familiar with Qt, but I'm guessing that your code base is going to be in C/C++. If that's the case, creating a DAQmx virtual channel, configuring it, and acquiring samples can be done through our DAQmx C API. We also have resources on some text-based examples for using NI-DAQmx. Hope this helps!

Mark M.
Applications Engineering
National Instruments
0 Kudos
Message 2 of 3
(2,192 Views)

Thank you for the information. I will refer this and I am using C++ programming in qt. For further information i will seek your help.

0 Kudos
Message 3 of 3
(2,183 Views)