IF_ProductManager - GetLastProductInterface (Method)
Type: |
Method |
Available as of: |
V1.0.0.0 |
Versions: |
Current version |
Returns the interface to the last product of the infeed distance
The product that is closest to the beginning of the infeed distance is determined and its interface returned.
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_ifLastProduct |
The interface with the product that is closest to the beginning of the infeed distance |
q_etDiag |
q_etDiagExt |
Enumeration value |
Description |
---|---|---|---|
OK |
0 |
Ok |
|
ExecutionAborted |
71 |
No product could be found. |
Enumeration name: |
NoProductExisting |
Enumeration value: |
71 |
Description: |
No product could be found. |
Issue |
Cause |
Solution |
---|---|---|
- |
The product does not exist. |
It must be made sure that a product is located on the infeed distance. |
Enumeration name: |
Ok |
Enumeration value: |
0 |
Description: |
Ok |
The interface to the last product of the infeed distance is returned.