02-06-2015 03:46 PM
I'm currently using a USB-6341 and I need to use the data from the DAQ as voltages. I need to be able to send the data in real-time to a tool I'm using.
Is there a way to do this? Or has anyone made some code that does this for me? (Noob when it comes to coding....).
Similar to how the test panels in NIDAQmx, but with just the voltages, as and when it changes...
02-06-2015 04:01 PM
What language are you using? What is this tool that you are using?
02-06-2015 04:44 PM
Essentially, C++. I don't really know what the tool is (work stuff; don't know what it is.)
But the ideal case would be to output the voltages in real-time to the console. (Just to give it a bit of direction...)
And LabView is not an option for us...
02-06-2015 05:14 PM
02-10-2015 01:45 PM - edited 02-10-2015 01:46 PM
I looked at the examples. They actually are pretty useful. And sorry if I confused you. I wasn't quite sure what I needed just then either. But I do now.
So the data logging into a .tdms file was kinda what I was looking for. What I need now, is to try and read the .tdms file using Visual Studio, while logging data into it. Could you tell me if that's possible, and if it is, how would I go about it?
Thanks!
02-10-2015 10:40 PM
02-11-2015 08:44 AM
Unfortunately, I do have to stick with cpp. But never mind. I managed to work it out last night. I'm not going to use a tdms file. Might as well, stream the data directly. Thanks again!
02-11-2015 08:44 AM
Unfortunately, I do have to stick with cpp. But never mind. I managed to work it out last night. I'm not going to use a tdms file. Might as well, stream the data directly. Thanks again!