LabVIEW Idea Exchange

cancel
Showing results for 
Search instead for 
Did you mean: 
David_L

Clear specific error

Status: Completed

Implemented in LabVIEW 2014

Good programming practice says to handle your errors.  If you want to clear a specfic error, you have to do some variation on the following code:

 

19165i312FA51360BCBCDF

 

Since this can be pretty cumbersome in your code, I would love to have a Clear Specific error VI/function that will do exactly this.  It can also be polymorphic and accept an array of multiple errors.  To make it even better, you could probably merge it with the existing clear error VI and set it up where if the error input is empty, it clears all errors.

 

CaptainKirby made a nice community example that does all this, but I'd like it to be on the palette for everyone to use...

http://decibel.ni.com/content/docs/DOC-3515

 

21 Comments
Darren
Proven Zealot
Status changed to: Completed

Implemented in LabVIEW 2014