IF_ApplicationLogger - RegisterCommunicationService (Method)

Overview

Type:

Method

Available as of:

V1.0.4.0

Task

Initialization of the application logger.

Description

This method has to be called once at the beginning of a program in order to initialize the application logger.

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 a diagnostic 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 -> diagnostic message

Diagnostic Messages

q_etDiag

q_etDiagExt

Enumeration value

Description

OK

Ok

0

Ok

ControllerConditionInvalid

ControllerInvalid

9

The controller is not supported.

UnexpectedProgramBehavior

UnexpectedFeedback

3

A feedback value was invalid.

ControllerInvalid

Enumeration name:

ControllerInvalid

Enumeration value:

9

Description:

The controller is not supported.

Cause

Solution

The controller does not meet the required conditions.

The controller has to provide the interface SystemConfigurationItf.IF_ControllerTime.

Ok

Enumeration name:

Ok

Enumeration value:

0

Description:

Ok

The application logger has been initialized successfully.

UnexpectedFeedback

Enumeration name:

UnexpectedFeedback

Enumeration value:

3

Description:

A feedback value was invalid.

Cause

Solution

An error has been detected in the internal execution.

Contact your Schneider Electric service representative.