|
libiec61850
1.2.0
|
Macros | |
| #define | CONTROL_ORCAT_NOT_SUPPORTED 0 |
| #define | CONTROL_ORCAT_BAY_CONTROL 1 |
| #define | CONTROL_ORCAT_STATION_CONTROL 2 |
| #define | CONTROL_ORCAT_REMOTE_CONTROL 3 |
| #define | CONTROL_ORCAT_AUTOMATIC_BAY 4 |
| #define | CONTROL_ORCAT_AUTOMATIC_STATION 5 |
| #define | CONTROL_ORCAT_AUTOMATIC_REMOTE 6 |
| #define | CONTROL_ORCAT_MAINTENANCE 7 |
| #define | CONTROL_ORCAT_PROCESS 8 |
| #define CONTROL_ORCAT_AUTOMATIC_BAY 4 |
Control operation issued from an automatic function at bay level
| #define CONTROL_ORCAT_AUTOMATIC_REMOTE 6 |
Control operation issued from a automatic function outside of the substation
| #define CONTROL_ORCAT_AUTOMATIC_STATION 5 |
Control operation issued from an automatic function at station level
| #define CONTROL_ORCAT_BAY_CONTROL 1 |
Control operation issued from an operator using a client located at bay level
| #define CONTROL_ORCAT_MAINTENANCE 7 |
Control operation issued from a maintenance/service tool
| #define CONTROL_ORCAT_NOT_SUPPORTED 0 |
Not supported - should not be used
| #define CONTROL_ORCAT_PROCESS 8 |
Status change occurred without control action (for example external trip of a circuit breaker or failure inside the breaker)
| #define CONTROL_ORCAT_REMOTE_CONTROL 3 |
Control operation from a remote operator outside the substation (for example network control center)
| #define CONTROL_ORCAT_STATION_CONTROL 2 |
Control operation issued from an operator using a client located at station level
1.8.11