From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to extract "explain error" from one error message.

Hellow,
In order to show effective information over an error, i would like to show only the description and not de source.
Now I'm using "Error Cluster from error Code.vi" to treat custom error codes.
At this moment, one time the error was generated, i use pin message of "simple error handler.vi" for extract the info, but it includes source+description. I only want the description or explain error string.

Many thanks.
0 Kudos
Message 1 of 2
(2,467 Views)
You could customize the error handler vis : open the front panel of the simple error handler, and dig into it, down to :
General Error Handler.vi > General Error Handler CORE.vi > Details Display Dialog.vi
You will need to make the Source of Error indicator invisible, and to modify the "Prompts" in the General Error Handler CORE.vi to improve the look of the "details" answer...
Don't forget to save the customized vis in a different location.

CC
Chilly Charly    (aka CC)

         E-List Master - Kudos glutton - Press the yellow button on the left...
        
0 Kudos
Message 2 of 2
(2,459 Views)