The function changes the axReaction array of a reaction to a string.
The change follows this pattern:
axReaction[1] := TRUE; + axReaction[15] := TRUE; ==> '1:15'
axReaction[4] := TRUE; ==> '4'
axReaction[3] := TRUE; + axReaction[11] := TRUE; + axReaction[20] := TRUE ==> '3:11:20'
no reaction ==> ''
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 -> diagnostic message |
Input/Output |
Data type |
Description |
---|---|---|
iq_stReaction |
Structure of the reaction that shall be converted to a string. |