02-22-2006 07:14 AM
02-23-2006 11:25 PM
02-27-2006 07:31 AM
This issue is isolated to loading the daqmx drivers and is only a noticable problem in the compiled version. The machines are 2.8GHz P4 solely dedicated to the prototype application. The splash screen calls the main application dynamically where all the daqMX code is called. This is a problem everytime I load the application (it quits after completion so all vis will unload from memory). I would like to know the easiest method of keeping daqMX drivers in memory and loaded with startup of the OX (WindowsXP) like a daqMX daemon?should this be an option on the installer if this is a real problem (not just isolated to a stupid error on my part). Is this documented anywhere? I did not have such issues when I had run traditional daq applications in a compiled form. Thanks for the help.
Paul
02-28-2006 07:20 PM
03-01-2006 07:07 AM
03-01-2006 11:25 AM
03-02-2006 10:43 AM
03-02-2006 02:36 PM
All tasks and channels are created on the fly depending on the settings saved in a preference file, the file is loaded and 8 tasks are created and 8 channels are also created all are various counter events (some input some output). I do not use any global tasks all the code is writen with daqMX vi and no express vi's are used. I installed daqMX 8.0 today, the code runs slow still no improvment but also no issues with the upgrade.
Paul
03-02-2006 03:03 PM