Using the function FC_EtResultToString, you can convert an enumeration element of type ET_Result to a variable of type STRING.
Input |
Data type |
Description |
---|---|---|
i_etResult |
ET_Result |
Enumeration element to be converted to a string. |
Output |
Data type |
Description |
---|---|---|
q_xError |
BOOL |
If this output is set to TRUE, an error has been detected. Refer to ET_Result. |
q_etResult |
ET_Result |
Result of the function execution. Refer to the ET_Result Enumeration Elements. |