01-31-2018 11:36 AM
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.
Solved! Go to Solution.
02-01-2018 02:10 PM
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!
02-02-2018 09:14 AM
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.