08-06-2010 08:03 AM
For future reference, is there a complete table of LV error codes somewhere? My search of the knowledge base has been unsuccessful and searching for labView on the C drive returns too much to sort through.
jvh
08-06-2010 08:20 AM
I think that question has come up several times. I am unaware of any compilation of error codes.
If you open up the General Error Handler.vi, it contains an Error Code Database.vi. That VI is password protected, but you could run it in a loop over the range of error codes and see what values return a string. You will get a lot of data. Note that NI can and does add to the database from time to time, so the data you obtain that way is not guaranteed to remain valid.
Lynn