Raptor:Fault Action: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
[[ | [[Raptor-Platform|Return to the main Raptor page]] | ||
[[Raptor | [[Raptor-Dev-Faults|Return to Faults page]] | ||
[[File:RaptorFaultAction.jpg|right|frame|Raptor™ Fault Action]] | [[File:RaptorFaultAction.jpg|right|frame|Raptor™ Fault Action]] | ||
Line 7: | Line 7: | ||
== Description == | == Description == | ||
<p>This block defines a fault action. The fault action can be mapped to the any fault and any state. This block can be used to check if any of the faults are in a state as defined by the fault action map.</p> | <p>This block defines a fault action. The fault action can be mapped to the any fault and any state. This block can be used to check if any of the faults are in a state as defined by the fault action map.</p> | ||
== Outputs == | == Outputs == | ||
Line 43: | Line 35: | ||
| Defines the name of the fault action. Must be a valid C identifier. | | Defines the name of the fault action. Must be a valid C identifier. | ||
|} | |} | ||
Latest revision as of 16:54, 13 September 2023
Return to the main Raptor page
Description
This block defines a fault action. The fault action can be mapped to the any fault and any state. This block can be used to check if any of the faults are in a state as defined by the fault action map.
Outputs
Output | Type | Description |
---|---|---|
Active | boolean | Boolean which represents if any of the faults are in the states defined for this action. |
Fault | Index of fault which caused the action to be true |
Parameters
Parameter | Type | Description |
---|---|---|
Action Name | String | Defines the name of the fault action. Must be a valid C identifier. |