LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Error group for error codes

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?

0 Kudos
Message 1 of 7
(4,164 Views)

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 😉


If Tetris has taught me anything, it's errors pile up and accomplishments disappear.
0 Kudos
Message 2 of 7
(4,156 Views)

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.

0 Kudos
Message 3 of 7
(4,153 Views)

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?

0 Kudos
Message 4 of 7
(4,128 Views)

@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

 

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 5 of 7
(4,118 Views)

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

0 Kudos
Message 6 of 7
(4,114 Views)

double post

0 Kudos
Message 7 of 7
(4,114 Views)