ST_Logger - General Information
Type: |
Data structure |
Available as of: |
V1.0.0.0 |
Inherits from: |
- |
Versions: |
Current version |
This structure contains the data of the MultiBelt specific logger. It especially records all the issued motion commands with its parameters. It can be used to search for problems and to optimize the application.
Variable |
Data type |
Description |
---|---|---|
xLogEnable |
BOOL |
Activates the MultiBelt logger. |
uiLastLine |
UINT |
Shows the line of the last logger entry. |
uiStation |
UINT |
Shows the station that created the logger entry. |
asList |
ARRAY[1..Gc_uiMaxNumberOfLogLines] OF STRING[Gc_uiLogStringLength] |
List with logger entries. |