09-14-2015 08:54 PM
In the NI Scan Engine Faults help page http://zone.ni.com/reference/en-XX/help/371361H-01/lvioscanhelp/faults/ it is mentioned that
"
Note Some I/O hardware drivers implement fault handling behavior in response to major faults. Refer to the specific hardware documentation for information about fault handling behavior. |
"
Where , specifically, is this info found? I'm curious what actually happens when a major fault occurs. I'd like to configure my scan engine faults so that a missing or unexpected cRIO module on the cRIO chassis will cause the outputs the go to a safe state. I can do a lot and accomplish this with RT side programming but I'd like to know what I can do with the built in fault handling capabilities of the scan engine before doing that.
Anyone know?
09-14-2015 09:22 PM
It wouldn't make much sense for that phrase to apply to the situation you're discussing. It's talking about modules having error handling for internal faults. Why would you want NI to determine how to handle your application every time you don't have another module inserted? This would mean you'd never be able to move the module to another slot. You wouldn't be able to use an individual module.
If you want to handle "faults" specific to your system, you'll need to handle those. If you want to know more about the ones referenced in the blurb you cited, go check the individual module's spec sheet.
09-15-2015 12:41 AM