ST_LogData

 

ST_LogData - General Information

Overview

Type:

Data structure

Available as of:

V1.0.4.0

Inherits from:

-

Description

These are the data that are described for an entry into the log data list.

Entry in the log data list can be made by using the FC_SingleLoggerEntry function.

Structure Elements

Variable

Data type

Description

etReason

ET_LogDataFilter

Reason for the entry in the log data list.

dateDate

DATE

Date of the entry into the log data list.

todTime

TOD

Point in time of the entry into the log data list.

udiModuleId

UDINT

ID of the module that issued the entry.

sModuleName

STRING[80]

Name of the module that issued the entry.

diCmd

DINT

Command that just has been processed.

diStartStep

DINT

Step as of which the command table was processed.

etDiag

GD.ET_Diag

General, library-independent statement on the diagnostic.

A value unequal GD.ET_Diag.Ok equates an error message.

udiDiagExt

UDINT

Value of the POU-specific statement on the diagnostic.

q_etDiag = GD.ET_Diag.Ok -> Status message

q_etDiag <> GD.ET_Diag.Ok -> Error message

sDiagExt

STRING[80]

Name of the POU-specific statement on the diagnostic.

q_etDiag = GD.ET_Diag.Ok -> Status message

q_etDiag <> GD.ET_Diag.Ok -> Error message

sMsg

STRING[80]

Event-triggered message which gives more detailed information on the diagnostic state.

stReaction

ST_Reaction

Reactions triggered due to an exception.

etSource

ET_ExceptionSource

Origin/source of an exception.

xAutoQuit

BOOL

TRUE: The exception acknowledged itself.