05-04-2006 01:00 AM
05-04-2006 07:27 AM
are you running the exe on the computer you used to develop the application? are you using report generator?
05-04-2006 07:41 AM
05-04-2006 08:10 AM
i'm not sure how to use VISA, but i found these...
http://digital.ni.com/public.nsf/allkb/ee2a6f7f7f06105486256f8d005c1d24
http://digital.ni.com/public.nsf/allkb/C96C84C922DC3F978625632500482F78
you might want to increase the byte count or simple check the error number to ignore this error (unbundle the error and check the code part against 1073676294, simply check the code part and see if it's negative (one of the article says error are always negative, so this isn't an error))
hope this helps!
Elsa
05-04-2006 04:05 PM
05-04-2006 09:18 PM
05-05-2006 09:02 AM
I'm not sure if you can set up the VI to ignore warnings in development or exe...
just to be save, you might want to check the error against 0 and programmically ignore all errors > 0 (warnings)
I was testing my application a few days ago, and the program ran a 4 hour test, a fatal error came up and i lost all my data! i'm trying to reproduce the fatal error and have no luck... so i think LabVIEW is kind of random sometimes... so just to be save, do anything you can to avoid the program crashing and losing data...