11-06-2006 03:40 PM
11-07-2006 06:39 PM
Hi,
You can use the DAQmx System property node with the Device Names property selected to retrieve a list of the device names of all of your Devices and Interfaces that show up in MAX.
I hope this helps!
Ed W.
07-14-2008 08:22 AM
Only if you wait long enough after Windows startup...
I just tried putting my app in the Windows startup folder, and I don't get the proper device list - apparently DAQmx is still busy doing other things. I had to add a long delay at the beginning of my program to rectify the situation, although I am not comfortable with that non-deterministic approach. DAQmx badly needs an Initialized, or Ready, property. Even when not in the startup folder, I have had problems when I manually start a program once I am able to double-click on the icon after Windows startup.
07-15-2008 06:23 PM
07-15-2008 06:48 PM