FB_TrackCalibration - RegisterLoggerPoint (Method)

Overview

Type:

Method

Available as of:

V1.2.5.0

Task

Registering the function block FB_TrackCalibration to the Application Logger .

Description

With the method RegisterLoggerPoint, the function block FB_TrackCalibration is registered as a logger point in the global Application Logger.

The name of the function block in the Application Logger is defined by the input i_sName.

The input i_ifParent specifies the parent logger point under which the logger point for the function block FB_TrackCalibration must be registered in the logger point tree.

For more general information on the Application Logger , refer to Using the Application Logger.

NOTE: As a prerequisite for using the method RegisterLoggerPoint, the Application Logger plug-in must be added to the project and the Application Logger service must be registered.

Inputs

Input

Data type

Description

i_ifParent

APL.IF_LoggerPoint

Parent logger point under which the logger point of the function block FB_TrackCalibration is registered.

i_sName

STRING [80]

The name of the logger point that is shown in the Application Logger .

Outputs

Output

Data type

Description

q_xError

BOOL

Indicates TRUE if an error has been detected. For details, refer to q_etResult and q_sResultMsg.

q_etResult

ET_Result

Provides diagnostic and status information as a numeric value.
If q_xError = FALSE, q_etResult provides status information.
If q_xError = TRUE, q_etResult provides diagnostic/error information.

q_sResultMsg

STRING [255]

Provides additional diagnostic and status information as a text message.