07-12-2005 07:19 AM
07-13-2005 06:12 PM
07-14-2005 01:36 AM
07-14-2005 11:22 AM
07-20-2005 01:37 PM
07-20-2005 02:08 PM
07-21-2005 01:37 AM
hi all
Thanx for the reply. For logging error i just print the error on the monitor right now, but may be i will have to create a log file too, but some how i feel it is going to slow down the system further. can anybody give me opinion on this.
Thanx
Arun
07-21-2005 09:56 AM
07-21-2005 10:19 AM
I would say that the issue you are seeing is due to the DAQmx driver waiting to be fully loaded. KnowledgeBase 3JSH9ISU: Why Is My Executable Not Running As a Startup Application in an RT Target? discusses the issue and DAQmx 7.4 was fixed to make sure that it was fully loaded. There isn't a way to make it load faster but you could make all of your application starts at the same time by having it perform a DAQmx operation first and then using dataflow to start everything after it has completed. That would make sure the driver is loaded and everything is ready to go.
Regards,
JR A