STcPowerPlantControlDiagnostic
The STcPowerPlantControlDiagnostic
structure offers internal signals of the TcPowerPlantControl
as optional output process data. The underlying structures are listed below.
Name | Data type | Description |
---|---|---|
| STcPowerPlantControlDiagStatus | Diagnostic status in a grid-critical situation (LFSM) |
| STcPowerPlantControlDiagStatus | Diagnostic values for restart sequence |
| STcPowerPlantControlDiagStatus | Diagnostic values for reconnect process |
| STcPowerPlantControlDiagActive | Diagnostic data of the active power control |
| STcPowerPlantControlDiagReactive | Diagnostic data of the reactive power control |
| STcPowerPlantControlDiagMeasure | Diagnostic data of the grid measurement |
STcPowerPlantControlDiagStatus
Name | Data type | Unit | Description |
---|---|---|---|
| BOOL |
| Undervoltage detected |
| BOOL |
| Overvoltage detected |
| BOOL |
| Underfrequency detected |
| BOOL |
| Overfrequency detected |
STcPowerPlantControlDiagActive
Name | Data type | Unit | Description |
---|---|---|---|
| ETcPowerPlantActiveMode | Active operation mode of the active power controller | |
| REAL | %/pu | Measured active power |
| REAL | %/pu | Active power setpoint |
| REAL | %/pu | Predicted power based on section model |
| REAL | %/pu | Output signal of the PI controller |
| REAL | %/pu | Part via primary control |
| REAL | %/pu | Part via frequency-dependent control P(f) |
| REAL | %/pu | Part due to voltage-dependent active power reduction |
STcPowerPlantControlDiagReactive
Name | Data type | Unit | Description |
---|---|---|---|
| ETcPowerPlantReactiveMode | Active mode of the reactive power controller | |
| REAL | %/pu | Measured reactive power |
| REAL | %/pu | Reactive power setpoint |
| REAL | %/pu | Prediction based on model |
| REAL | %/pu | PI controller output |
| REAL | %/pu | Setpoint via CosPhi control (ByCosPhi) |
| REAL | %/pu | Setpoint via voltage characteristic curve Q(U) |
| REAL | %/pu | Setpoint via Q(Ulim) limitation |
| REAL | %/pu | Setpoint via active power characteristic curve Q(P) |
| REAL | %/pu | Setpoint via CosPhi(P) characteristic curve |
STcPowerPlantControlDiagMeasure
Name | Data type | Unit | Description |
---|---|---|---|
| REAL | V | RMS value of the voltage (3-phase symmetrical) |
| REAL | V | Voltage phase L1–L2 |
| REAL | V | Voltage phase L2–L3 |
| REAL | V | Voltage phase L3–L1 |
| REAL | W | Measured active power at the PCC |
| REAL | var | Measured reactive power at the PCC |
| REAL | Hz | Grid frequency |