02-07-2012 09:41 AM
Abstract:
Examine the challenges of implementing a full-featured error handling strategy in LabVIEW and the tools to meet some of the most common error handling needs. Discuss error classification and description; central versus specific error handling; and techniques for communicating, logging, and reporting errors.
Software Needs:
GXML library to be installed (found here). Download the gxml_140_installer.zip, extract all, and then run the installer executable.
Structured Error Handler Reference Library (found here). Download the ni_seh-2.0.6.9.vip, double-click the file, install the vip through VI Package Manager for 2011 (make sure that the GXML is installed first)
02-21-2012 07:16 AM
I think I found an issue in the presentation. In slides 25 and 26, the original error is not being passed on since the error is being cleared before going to the merge error VI.
02-21-2012 08:26 AM
In slides 24, 25, and 26, should the original error also have been wired in at the top of Merge Errors? It seems like we'd want to prioritize upstream errors over shutdown errors.
02-21-2012 08:46 AM
Absolutely! Sorry about that everyone but these were some older slides. Use the new updated presentation if you are going to be giving this as the slide order has changed as well as other additions that make giving the presentation easier. If anyone has any questions, please let me know.
04-05-2012 01:35 PM
http://forums.ni.com/ni/attachments/ni/deployment/83/1/ni_lib_gxml-1.4.0.4.vip
Use this .vip file instead of the EXE installer for GXML otherwise you will run into issues with VIPM not finding the required dependancies.
04-05-2012 01:51 PM
Thanks Simon! I updated the link above to point to that vip.