10-28-2007 10:56 PM
10-29-2007 12:03 AM
Go to Tools -->> Options & uncheck the option "Enable automatic error handling Ddialogs".
I think this ll serve your purpose.
Post back here, if you still encounter trouble.
10-29-2007 02:07 AM
10-29-2007 02:20 AM
Before the Case Structure, rt-click on the wire & Create an Indicator. This ll create an Error-out cluster on the FP for you to view the error, when it occurs.
Can you post the code you ve developed, so that it ll be easier for us to tell you a better solution?
10-29-2007 02:52 AM
@青风细雨楼 wrote:
I want to disable the LV error handler, im my application if an error happens i use a case structure to handle it.how can i do?
Once you wire the error output of your function, automatic error handling is no longer relevant. That setting only matters for subVIs where you don't wire the error output.
Just take the error output and wire it to the selector terminal of the case structure. You'll get an "error" and a "no error" case. Place appropriate code in each case so it act like you want it to. 🙂
10-29-2007 03:37 AM
Altenbach,
I think he already handles the error thro' the case structure, but still gets the pop-up error dialog. But I m also not sure.
Maybe, the attached VI explains Altenbach's explanation.
10-29-2007 04:04 AM