Input |
Data type |
Description |
---|---|---|
i_etPowerState |
- |
Output |
Data type |
Description |
---|---|---|
q_etDiag |
General library-independent statement on the diagnostic. A value unequal to GD.ET_Diag.Ok corresponds to a diagnostic message. |
|
q_etDiagExt |
POU-specific output on the diagnostic. q_etDiag = GD.ET_Diag.Ok -> status message q_etDiag <> GD.ET_Diag.Ok -> diagnostic message |
q_etDiag |
q_etDiagExt |
Enumeration value |
Description |
---|---|---|---|
OK |
Ok |
0 |
Ok |
InputParameterInvalid |
PowerStateUnknown |
31 |
The PowerState is indeterminable. |
Enumeration name: |
Ok |
Enumeration value: |
0 |
Description: |
Ok |
The power state has been converted successfully to a string.
Enumeration name: |
PowerStateUnknown |
Enumeration value: |
31 |
Description: |
The PowerState is indeterminable. |
Issue/Cause |
Solution |
---|---|
An indeterminable state was transferred at the i_etPowerState input. |
Ensure that only elements of the ET_PowerState list are transferred at the i_etPowerState input. |