03-10-2006 03:23 PM
A first chance exception of type 'NationalInstruments.DAQmx.DaqException' occurred in NationalInstruments.DAQmx.dll
I cannot trap this error as it occurs in National Instruments dll and the dll does not pass the error up to my program.
The code runs great under VS2003, but I get this error under VS2005. My code is identical for both versions.
As long as pulses are fed to the counter, everything works fine. But if the pulses stop, I get this error. Once I get this error, I must destroy the task and regenerate a new one.
Has anyone else seen this sort of behaviour?
03-13-2006 08:47 AM
08-02-2007 03:33 PM
Tengo el mismo problema y no se como repararlo.
Comienzo a adquirir normalmente pero de un moemnto a otro se detiene la adquisicion y el resto de mi aplicación
Gracias
08-03-2007 07:49 AM
08-03-2007 08:29 AM
I cannot read Spanish, so I am not sure of the details of your request.
I am sorry that I did not include my solution. That was rude of me.
I have gone back and examined the code for that project, but I did not include any notes about the problem. This project was not placed under source control, so I cannot trace the changes I made to the code. I have looked for notes from that time, but I cannot find any mention of this problem.
I do know that I re-installed Measurement Studio about that time.
Also, looking at the code, I may have experienced an array bounds problem in my DataReadyEventHandler.
I am sorry I cannot be of more help.
08-03-2007 11:40 AM