ni.com is currently undergoing scheduled maintenance.
Some services may be unavailable at this time. Please contact us for help or try again later.
02-10-2011 05:10 PM
Hey guys,
I need to make sure a piece of code executes whenever there is any error in the VI. I'm pretty new to Labview, and cannot wrap my head around "extracting" the errors, so I can pass them into an error handler... All I want, is for my code to find out that there is an error, take some action, and then stop execution.
Any help is greatly appreciated, thanks!
Solved! Go to Solution.
02-10-2011 05:46 PM
You simply wire the error wire to the selector of a case structure. Click on file/new/from template/frameworks/SubVI with Error Handling
02-10-2011 06:09 PM
Thanks a lot, this works great!