08-01-2005 01:20 PM
08-02-2005 11:56 AM
08-02-2005 12:15 PM
Wendy,
I was hoping someone from NI would be able to tell me what this function call was. The exception occurs after several days of running so it isn't easy to track down. If I knew what niNIESR100 was (I am assuming it is an NI dll) and what the tAllImmediateTapSupervisor was, I might be able to narrow down where the error is occuring in my code.
Thanks,
Ken
08-02-2005 02:13 PM
Wendy,
I rechecked the message. It is actually nNIESR100 and tAIImmediateTapSupervisor (nNIESR100::tAIImmediateTapSupervisor::~tAIImmediateTapSupervisor).
Ken
08-02-2005 02:35 PM
Hello Ken,
From my research, the tAIImmediateTapSupervisor function is related the NIDaqmx driver. So I suspect the problem lies in one of your DAQmx function calls. Which version of the NIDAQ driver are you using?
Thanks.
08-03-2005 11:25 AM
Both the PC running the application and my development PC have DAQmx version 7.3. Neither system has traditional DAQ installed.
Ken
08-03-2005
04:49 PM
- last edited on
07-08-2025
01:10 PM
by
Content Cleaner
Hi Ken,
I noticed that you are currently using NI-DAQmx 7.3. Our latest version of this driver is NI-DAQmx 7.5. Could you upgrade to this driver and see if you still get that same error? It is a free download from the National Instruments website.
Also, which version of Windows are you using and do you still get the error if you embed the UIR file in your executable?
Regards,
Hal L
08-04-2005 08:08 AM
I'll try the upgrade and let you know what happens, this may take some time since the test runs for two months and at this point I'd rather not interrupt it. Basically, the problem has appeared to have gone away now that only one instance of the application is running. Both instances access the same DAQ hardware so it is likely some type of conflict. The application is written to not allow access to the DAQ card if it is in use which is something that took a fair amount of time to implement when switching from traditional to DAQmx. I did have it functioning with DAQmx and my application built in CVI 7.0 but the problem has re-appeared now that it has been rebuilt in 7.1.
On the uir issue, this is the first time I have embedded the uir into the application. The working version from 7.0 had the uir separate. I will try it with the separate uir as well to see if that changes anything.
Ken
08-12-2005 09:59 AM
The new version of NI-DAQ did not correct the problem. Neither did separating the UIR file from the executable. Has anybody been able to determine what the actually fault code indicates so I can try to track down the problem. Any chance there will be a version of Easy IO for NI-DAQmx? I never had an issue with that software running with multiple instances accessing the same hardware.
Ken
08-15-2005 03:49 PM