With the method RegisterLoggerPoint, the function block FB_TrackCalibration is registered as a logger point in the global .
The name of the function block in the i_sName.
is defined by the inputThe 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 Using the Application Logger.
, refer to
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 . |
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 |
Provides diagnostic and status information as a numeric value. |
|
q_sResultMsg |
STRING [255] |
Provides additional diagnostic and status information as a text message. |