ST_LogDataList - General Information

Overview

Type:

Data structure

Available as of:

V1.0.4.0

Inherits from:

-

Description

List of log data.

The log data list is a ring buffer!

Structure Elements

Variable

Data type

Description

xIsInit

BOOL

Has the data structure already been initialized? It has to be checked by every access function. If the flag is still on FALSE, then the FC_InitLogDataList function has to be executed.

udiLogDataIndex

UDINT

Shows the position where the next entry can be made.

udiNumberOfLogData

UDINT

Number of entries in the log data list.

astLogData

ARRAY[1..Gc_udiMaxNumberOfLogData] OF ST_LogData

List of log data.

wExceptionLogDataFilter

WORD

Filters whether or not a global ErrorQuit, an ingoing error or a self-acknowledging error should also be logged. Filters whether or not an ingoing exception or a self-acknowledging exception should also be logged after a global ExceptionQuit.

stSema

PDL.ST_SemaphoreMe

Help, to synchronize the access to the log data list.