LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Error Cluster Source and Explanation differ

I have a routine that unbundles the error cluster and is supposed to append the 'source' string to some status information that had occurred before that point.  I ran some tests and found that the "Source" string differs (provides less information) than what is displayed in the Explanation field of the ErrorOut Cluster.  How do I access the more verbose 'Explanation'?
0 Kudos
Message 1 of 2
(2,455 Views)

Hi Mr Bean!

The errors are staded in several .txt files in the National Instrument library on your harddrive, search for *errors.txt and you will find a lot of them.
You can even state your own errors if you Select Tools»Advanced»Edit Error Codes in LV.

I created a simple VI there i use the Error Code Database.vi from the Error.llb to get the description for a specific error code.

Regards

/Thomas

0 Kudos
Message 2 of 2
(2,433 Views)