Real-Time Measurement and Control

cancel
Showing results for 
Search instead for 
Did you mean: 

NI Scan Engine fault levels -- enum for this?

 

I am using the Get Fault List VI to detect Scan Engine faults.  I would like to take different actions depending on the severity of the fault.  I've hooked up the fault 'level' to a case statement, but it looks like it's not an enum.  It's just an integer.  What fault levels do the numbers correspond to?   I haven't been able to find this in the Labview documentation.

 

This webpage mentions three levels -- minor, major, unrecoverable Would they be 0, 1, and 2?  

http://zone.ni.com/reference/en-XX/help/371361H-01/lvioscanhelp/faults/  

 

On the other hand, when I look in Properties-->Scan Engine-->Fault Configuration for my cRIO controller, I see a 'level' dropdown that contains ignore, minor, major, custom, and unconfigured.  Would these be 0, 1, 2, 3, 4?

 

 

 

0 Kudos
Message 1 of 2
(5,486 Views)

Hello,

 

You are correct the three levels are minor (0), major (1), unrecoverable (2).

 

What controller are you currently using that have five fault levels?

 

Regards,

M. Whitaker
ni.com/support
0 Kudos
Message 2 of 2
(5,473 Views)