Hello,
I want to read the type of DAQ devices connected to my PC. There are three test pinbeds in my tester, so I am using three threads. I am checking two devices in each thread, using "DAQmxGetDeviceAttribute". Then I am showing the result for user. The results are not showed correctly. E.g. when I have only one USB-6501 connected to the system, my result shows two devices.
I have attached my "main" function and my "InitDevicesThreaded" function.
Do someone know, where the rub is?
-Glidko-