IF_ApplicationLogger - RegisterCommunicationService (Method)
Type: |
Method |
Available as of: |
V1.0.4.0 |
Initialization of the application logger.
This method has to be called once at the beginning of a program in order to initialize the application logger.
Output |
Data type |
Description |
---|---|---|
q_etDiag |
General, library-independent statement on the diagnostic. A value unequal to GD.ET_Diag.Ok corresponds to a diagnostic message. |
|
q_etDiagExt |
POU-specific output on the diagnostic. q_etDiag = GD.ET_Diag.Ok -> status message q_etDiag <> GD.ET_Diag.Ok -> diagnostic message |
q_etDiag |
q_etDiagExt |
Enumeration value |
Description |
---|---|---|---|
OK |
0 |
Ok |
|
ControllerConditionInvalid |
9 |
The controller is not supported. |
|
UnexpectedProgramBehavior |
3 |
A feedback value was invalid. |
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. |
Enumeration name: |
Ok |
Enumeration value: |
0 |
Description: |
Ok |
The application logger has been initialized successfully.
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. |