FC_EtDiagExtToString - General Information
Type: |
Function |
Available as of: |
V1.0.2.0 |
Inherits from: |
- |
Implements: |
- |
Versions: |
Current version |
An enumeration of type ET_DiagExt is to be converted to a string.
The DiagExt at the i_etDiagExt input is converted to a string that represents the name of the enumeration.
Input |
Data type |
Description |
---|---|---|
i_etDiagExt |
The enumeration to be converted to a string. |
Output |
Data type |
Description |
---|---|---|
q_etDiag |
General library-independent statement on the diagnostic. A value not equal to ET_Diag.Ok corresponds to an diagnostic message. |
|
q_etDiagExt |
POU-specific output on the diagnostic. q_etDiag = ET_Diag.Ok -> Status message q_etDiag <> ET_Diag.Ok -> Diagnostic message |
Data type |
Description |
---|---|
STRING[80] |
The enumeration that was converted to a string. |