08-06-2014 07:00 PM
Hi forum,
i got a error massage error 201003 while starting my application. The application is in the startup folder as soon i start up its not running and i get the error massage. When i close the vi and open it again manual its working.
What could be the problem?
THanks,
Martin
08-12-2014 02:26 AM
Hi Martin,
does this error only occur with this application or with another one too? Could you please try to create a small example for me, so that I can reproduce this.
Thank you,
Nina
08-12-2014 01:06 PM
The error is correct though I could see how the description starts ok and then veers off-track. It takes a little while for the cDAQ chassis and modules to be initialized and ready for use. If you are running your application at startup, it is likely that it is running before cDAQ is ready. It works when you run it manually because that takes longer. The fix is to have your code query if the devices are present before executing the rest of the application.
10-23-2017 04:10 AM
"query if the device is present"
How do we do that with DAQmx ?