From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, 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: 

custom error codes

Solved!
Go to solution

A few years back I created a list of custom error codes for my project..and forgotten what I did.

Since then I want to add an additional code.  I found the file.."xxx-errors.txt" that I used.

1) How does Labview 2012 know to use that file??  I don't see a path to it anywhere in the vi.

2) can I just go in and edit the txt file by adding my new error code if I follow the pattern in the current txt file??

0 Kudos
Message 1 of 3
(3,358 Views)
Solution
Accepted by topic author Clint1000

You should store custom error files into a special folder:

<LabVIEW>\user.lib\errors

When launching LV, it will load these files.

If you change or add files, you have to restart LV for these changes/additions to show up.

 

For modification of error files, you should use the Edit Error Codes tool in Tools >> Advanced.

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
0 Kudos
Message 2 of 3
(3,349 Views)

Thanks..

0 Kudos
Message 3 of 3
(3,335 Views)