FB_SmartInfeedModule - InitModuleInterface (Method)

Overview

Type:

Method

Available as of:

v1.0.0.0

Versions:

Current version

Task

Initialize the module interface.

Description

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.

Interface

Output

Data type

Description

q_etDiag

GD.ET_Diag

General, library-independent statement on the diagnostic

A value unequal to GD.ET_Diag.Ok corresponds to an error message.

q_etDiagExt

ET_DiagExt

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

ST_ModuleInterface

The interface of the module to be initialized

Diagnostic Messages

q_etDiag

q_etDiagExt

Enumeration value

Description

OK

Ok

0

Ok

Ok

Enumeration name:

Ok

Enumeration value:

0

Description:

Ok

The module interface has successfully been initialized.