FC_EtStateToString - General Information
Type: |
Function |
Available as of: |
V1.0.0.0 |
This chapter provides information on:
oTask
Convert the status messages of the FB_RoboticModule to a string.
The i_etState status message of the RoboticModule from the ET_State enumeration list is converted to a string.
Input |
Data type |
Description |
---|---|---|
i_etState |
The state that has to be issued in a string. |
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 |
Data type |
Description |
---|---|
STRING[80] |
The state converted to a string. |
q_etDiag |
q_etDiagExt |
Enumeration value |
Description |
---|---|---|---|
OK |
0 |
Ok |
|
InputParameterInvalid |
8 |
The state is indeterminable. |
Enumeration name: |
Ok |
Enumeration value: |
0 |
Description: |
Ok |
Reading the ET_State value as text was successful.
Enumeration name: |
StateUnknown |
Enumeration value: |
8 |
Description: |
The state is indeterminable. |