LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

error codes database vi

Hi
Is it possible to edit the error codes databse vi in the error.llb file in the labview installation. The idea is to make this vi access my list of cutom errors from a file.
 
Regards
Gopal
0 Kudos
Message 1 of 2
(2,894 Views)
You cannot edit that VI, but you can get it to recognize your own error codes.
 
Go to Tools>>Advanced>>Edit Error Codes and use the dialog there to create your own error file (note that the numbers should preferably be different from other error numbers).
Be sure to save it in the default location and give it a -errors.txt postfix.
 
Then, restart LV and the general error handler should recognize your errors as well.
 
When you build an application, you should also have the option of including your errors file in the build.

___________________
Try to take over the world!
0 Kudos
Message 2 of 2
(2,889 Views)