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 |
Help, to synchronize the access to the log data list. |