Common, reusable enum types (spec §20.1). Import as
moddef:stdlib:core:1.0.0 and reference these by id from a point's
value_type.enum_ref.
Synced from moddef/stdlib. 6 enums.
on_off (On/Off)
| Value | Name | Description |
|---|
| 0 | OFF | |
| 1 | ON | |
enable_disable (Enable/Disable)
| Value | Name | Description |
|---|
| 0 | DISABLED | |
| 1 | ENABLED | |
yes_no (Yes/No)
| Value | Name | Description |
|---|
| 0 | NO | |
| 1 | YES | |
operating_state (Operating State)
Generic device operating state
| Value | Name | Description |
|---|
| 0 | OFF | |
| 1 | STANDBY | |
| 2 | STARTING | |
| 3 | RUNNING | |
| 4 | THROTTLED | |
| 5 | SHUTTING_DOWN | |
| 6 | FAULT | |
| 7 | STANDBY_SLEEP | |
connection_status (Connection Status)
Communication link status
| Value | Name | Description |
|---|
| 0 | DISCONNECTED | |
| 1 | CONNECTING | |
| 2 | CONNECTED | |
| 3 | ERROR | |
health_status (Health Status)
| Value | Name | Description |
|---|
| 0 | OK | |
| 1 | WARNING | |
| 2 | FAULT | |