Raptor:Fault Action: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 43: | Line 43: | ||
| 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. | ||
|} | |} | ||
Revision as of 13:51, 7 July 2014
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.
Inputs
Input | Type | Description |
---|
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. |