06-07-2017 07:49 AM
Hello,
I need to get meaningful error group based on error codes like FPGA, RT, Database, LIN and so on for my error handling. Now I threat them as LabVIEW error group. Is there a list avaliable somewhere?
06-07-2017 08:00 AM - edited 06-07-2017 08:01 AM
i might misunderstand you, but there are several lists of error codes for labview
there might be more... but thats all my bookmarks gave me 😉
06-07-2017 08:01 AM
Here is one list for the basic LabVIEW errors, but there are many more lists. http://zone.ni.com/reference/en-XX/help/371361M-01/lverror/misc_lv_error_codes
The Error Ring on the Dialog & User Interface palette will also show categories of errors.
06-07-2017 08:25 AM
Error ring is preciselywhat I am looking for, it has error groups defined. I assume it will read this errors based on what toolkits are installed on Labview?
06-07-2017 08:44 AM
@pawhan11 wrote:
Error ring is preciselywhat I am looking for, it has error groups defined. I assume it will read this errors based on what toolkits are installed on Labview?
And context.
Abnormal conditions may be errors in RT but only warnings in Windows.
Some example that I have seen is "open thermo-couple" is one example.
Some error codes for SoftMotion are not defined under Windows but are defined under RT.
Ben
06-07-2017 09:00 AM
I think I have extracted what I need from ErrorRing xnode.
I don't see function that will give me familly name based on error code so I will have to make some lookup table.
Vi attached if anyone needs that in future
06-07-2017 09:00 AM - edited 06-07-2017 09:02 AM
double post