ST_LogDataListAscii

 

ST_LogDataListAscii - General Information

Overview

Type:

Data structure

Available as of:

V1.0.4.0

Inherits from:

-

Description

List of log data in ASCII format.

Structure Elements

Variable

Data type

Description

udiNumberOfLogData

UDINT

Number of entries in the log data list.

asTagList

ARRAY[1..Gc_udiNumberOfLogTags] OF STRING[35] := [ 'Reason', 'Date', 'Time', 'ModuleId', 'ModuleName', 'Cmd', 'StartStep', 'Diag', 'DiagExtValue', 'DiagExt', 'sMsg', 'Reaction', 'Source', 'AutoQuit']

List of column names of the log data table.

astLogData

ARRAY[1..Gc_udiMaxNumberOfLogData] OF ST_LogDataAscii

List of log data in ASCII format.