09-25-2009 05:03 PM
Solved! Go to Solution.
09-28-2009 07:02 PM
Hello barker_matt,
One way you can check to see if a device is in your system would be to use a DAQmx global property to read out all of the devices connected to the system. Using a DAQmx Device property node, you can then check to see if it's simulated or not present. It'd look something like this:
I didn't test this with a device that is no longer present in my system, but you could work with this to get a real device in your system. Hope this helps!
09-28-2009 08:38 PM
Cole,
thank you for your response
can you translate that into C for me or tell me what NIDaq functions that you are using there?
09-29-2009 11:18 AM
09-29-2009 12:44 PM
No problem on the language assumption, I guess I can understand why you would assume LabView
thank you, i believe that will resolve my problem!