FaultCause Enumeration |
[This is preliminary documentation and is subject to change.]
Namespace: CFX.Structures
| Member name | Value | Description | |
|---|---|---|---|
| LoadError | 0 | A problem occurred loading a unit | |
| UnloadError | 1 | A problem occurred unloading a unit | |
| AutoSafetyStop | 2 | A safety stop was automatically triggered by automation | |
| SafetyStop | 3 | A safety stop was manually triggered by a human being | |
| QualityCheck | 4 | A stop was triggered due to a quality related problem | |
| RemoteStop | 5 | A stop was triggered remotely | |
| MechanicalFailure | 6 | A stop was induced by a mechanical failure | |
| SoftwareFailure | 7 | A stop was induced by a software failure | |
| PowerFailure | 8 | A stop was induced by a power failure | |
| MissingDocumentation | 9 | A stop was induced because required documentation was missing |