FB_SmartInfeedModule - InitModuleInterface (Method)
Type: |
Method |
Available as of: |
v1.0.0.0 |
Versions: |
Current version |
Initialize the module interface.
Parts of the module interface of the FB_SmartInfeedModule consist of interfaces. Before they can be used they have to be initialized by the module.
Output |
Data type |
Description |
---|---|---|
q_etDiag |
General, library-independent statement on the diagnostic A value unequal to GD.ET_Diag.Ok corresponds to 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 |
Input/Output |
Data type |
Description |
---|---|---|
iq_stSmartInfeedModuleItf |
The interface of the module to be initialized |
q_etDiag |
q_etDiagExt |
Enumeration value |
Description |
---|---|---|---|
OK |
0 |
Ok |
Enumeration name: |
Ok |
Enumeration value: |
0 |
Description: |
Ok |
The module interface has successfully been initialized.