ST_LogDataListAscii - General Information
Type: |
Data structure |
Available as of: |
V1.0.4.0 |
Inherits from: |
- |
List of log data in ASCII format.
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. |