| Header | Value | Comment |   | 
| #size | 200 | Size of Logfile in KB |   | 
| #file | datalog1.csv | Logfile name |   | 
| #separator | ; | Separator between columns |   | 
| #dt | 1 | Log interval in [s] |   | 
| #timeformat | %lu | time format |   | 
| #control | /PLCH/PLC1/GlobalDatalog.DataLog1.Ctrl | Control variable DWORD |   | 
| #timestamp | /PLCH/PLC1/GlobalDatalog.DataLog1.Timestamp | Time variable DWORD |   | 
| Variable | VarType | Format | Comment | 
| /PLCH/PLC1/GlobalDatalog.DataLog1.BoolDecimal | BOOL | %1u | BOOL variable (unsigned decimal representation)  | 
| /PLCH/PLC1/GlobalDatalog.DataLog1.BoolHex | BOOL | %1u | BOOL variable (hexadecimal representation) | 
| /PLCH/PLC1/GlobalDatalog.DataLog1.ByteDecimal | BYTE | %3u | BYTE variable (unsigned decimal representation)  | 
| /PLCH/PLC1/GlobalDatalog.DataLog1.ByteHex | BYTE | %2x | BYTE variable (hexadecimal representation) | 
| /PLCH/PLC1/GlobalDatalog.DataLog1.WordDecimal | WORD | %6hu | WORD variable (unsigned decimal representation)  | 
| /PLCH/PLC1/GlobalDatalog.DataLog1.WordHex | WORD | %4hx | WORD variable (hexadecimal representation) | 
| /PLCH/PLC1/GlobalDatalog.DataLog1.DwordDecimal | DWORD | %8lu | DWORD variable (unsigned decimal representation)  | 
| /PLCH/PLC1/GlobalDatalog.DataLog1.DwordHex | DWORD | %8lx | DWORD variable (hexadecimal representation) | 
| /PLCH/PLC1/GlobalDatalog.DataLog1.SintDecimal | SINT | %4d | SINT variable (decimal representation)  | 
| /PLCH/PLC1/GlobalDatalog.DataLog1.IntDecimal | INT | %6d | INT variable (decimal representation)  | 
| /PLCH/PLC1/GlobalDatalog.DataLog1.DintDecimal | DINT | %12ld | DINT variable (decimal representation)  | 
| /PLCH/PLC1/GlobalDatalog.DataLog1.UsintDecimal | USINT | %3u | USINT variable (unsigned decimal representation)  | 
| /PLCH/PLC1/GlobalDatalog.DataLog1.UintDecimal | UINT | %5hu | UINT variable (unsigned decimal representation)  | 
| /PLCH/PLC1/GlobalDatalog.DataLog1.UdintDecimal | UDINT | %12lu | UDINT variable (unsigned decimal representation)  | 
| /PLCH/PLC1/GlobalDatalog.DataLog1.RealDecimal | REAL | %20.4f | REAL variable (floating comma representation)  |