Possible enumeration values:
| Name | Value | Description |
|---|---|---|
| None |
0 |
No Error |
| CannotReach |
1 |
Cannot reach the DataNode for this Step's device. Either the DataNode is off or otherwise unreachable. |
| FailedToRead |
2 |
Able to communicate with the DataNode but failed to get a Device reading for this Step multiple times |
| FailedToSet |
3 |
Failed to set the details for this Step |
| DeviceOn |
4 |
Step's Device is ON when it should not be |
| DeviceOff |
5 |
Step's Device is OFF when it should not be |
| StepLost |
6 |
Data for this step appears to have been lost somehow |
| DeviceValue |
7 |
Step's Device is set to an unexpected value |
| Overtime |
8 |
Step has run overtime |
| EStopError |
92 |
Status for when a Step has encountered an active Emergency Stop button |
| Unknown |
99 |
Step has entered Error state for an unknown reason, or this error state is not yet implemented |