This structure contains the data of the MultiBelt specific logger. It records the issued motion commands with their 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. |