08-19-2008 07:48 AM
Recently I got a Serial Device Error from an runnig program. I got a popup window
with two choices: continue or stop. When I pressed the continue button, the program
went on working without any problem. The program was working about 350 hours
before this error occured. I can't remember the error code so I was wondering if
there is a kind of error-logfile in a temp directory to get the exact error code.
08-19-2008 07:56 AM
Not unless you created such a log.
The errors are passed back to you, but if you ignore them at the time, they are lost.
Blog for (mostly LabVIEW) programmers: Tips And Tricks
08-19-2008 08:15 AM
Coastal is correct about that erro being in the bit bucket.
If you want to chase this error in the future then take a look at NI-Spy. It will log the detials of the I/O right down to the control signals used to ...
Ben
08-19-2008 08:59 AM - edited 08-19-2008 09:00 AM
I also use something like this in most of my programs however the More information you put onto the error string the more information you get back out. This can be expanded to get timestamps, etc etc.