IF_Infeed - EndOfAlgorithm (Method)
Type: |
Method |
Available as of: |
V1.0.0.0 |
Versions: |
Current version |
Resetting all signals for the algorithm
The FB_Infeed automatically sends signals, which can be evaluated in the algorithm. These signals must be reset by the algorithm. Using this method, all signals can be reset at once.
The following signals are reset for all belts:
Output |
Data type |
Description |
---|---|---|
q_etDiag |
General, library-independent statement on the diagnosis. A value unequal GD.ET_Diag.Ok equates an error message. |
|
q_etDiagExt |
POU-specific output on the diagnosis. q_etDiag = GD.ET_Diag.Ok -> status message q_etDiag <> GD.ET_Diag.Ok -> error message |
q_etDiag |
q_etDiagExt |
Enumeration value |
Description |
---|---|---|---|
OK |
0 |
Ok |
Enumeration name: |
Ok |
Enumeration value: |
0 |
Description: |
Ok |
All signals for the algorithm have been reset.