ST_LogData - General Information
Type: |
Data structure |
Available as of: |
V1.0.4.0 |
Inherits from: |
- |
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.
Variable |
Data type |
Description |
---|---|---|
etReason |
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 |
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 |
Reactions triggered due to an exception. |
|
etSource |
Origin/source of an exception. |
|
xAutoQuit |
BOOL |
TRUE: The exception acknowledged itself. |