11-08-2005 06:16 AM
11-08-2005 06:24 AM
11-08-2005 06:38 AM
Hi,
looks you have connected simple/general error handler .vi to report error messages
Remove this from ur VI and this pop up will not appear
If you are using easy file i/o VI's( found in the first row of file I/O functions palette) like read/write to spread sheet file, they will have this error handler VI's inbuilt.
If this is the case, build a simple file read Vi using intermediate File i/O vi's. Here, do not include the error handler VI's
regards
11-10-2005 01:20 PM
11-11-2005 01:20 AM
Contrary to the rest of the nice folk here, I say do NOT turn off automatic error handling!
You will regret it if a day comes where you forgot to handle an error properly and you have a hard time determining its source.
If you truly want to ignore the error in this mode, you can wire the error out terminal into anything (even a wall). Once an error out terminal is wired, the error will not pop up automatically. This does not mean you should use this as a standard course of action. You should normally handle your errors properly.
11-11-2005 01:37 AM
Mr Nice
i agree with 'tst' on his stance of not turning off automatic error handling.
as he explains, its always a pleasant practice to read your errors and handle them programatically.
regards
Dev
11-11-2005 10:12 AM