FC_EtOpModeToString - General Information
Type: |
Function |
Available as of: |
V1.0.0.0 |
Versions: |
Current version |
Convert the operating modes of the FB_SmartInfeedModule to a string.
The operation mode of the SmartInfeed module at the i_etOpMode input from the ET_OpMode enumeration list is returned as a string.
Input |
Data type |
Description |
---|---|---|
i_etOpMode |
The operation mode to be converted to a string |
Output |
Data type |
Description |
---|---|---|
q_etDiag |
General, library-independent statement on the diagnostic A value unequal GD.ET_Diag.Ok equates an error message. |
|
q_etDiagExt |
POU-specific output on the diagnostic q_etDiag = GD.ET_Diag.Ok -> status message q_etDiag <> GD.ET_Diag.Ok -> error message |
Data type |
Description |
---|---|
STRING[20] |
The operating mode converted to a string. |
q_etDiag |
q_etDiagExt |
Enumeration value |
Description |
---|---|---|---|
OK |
0 |
Ok |
|
InputParameterInvalid |
30 |
Indeterminable operation mode. |
Enumeration name: |
Ok |
Enumeration value: |
0 |
Description: |
Ok |
The operation mode has successfully been converted to a string.
Enumeration name: |
OpModeUnknown |
Enumeration value: |
30 |
Description: |
Indeterminable operation mode. |
Issue |
Cause |
Solution |
---|---|---|
- |
An indeterminable operation mode was applied at the i_etOpMode input. |
Ensure that only elements from the ET_OpMode list are transferred at the i_etOpMode input. |