The file format is fixed and cannot be modified by the user. The file is encoded in pure ASCII format in a text file with a .csv extension. (Microsoft Excel can open .csv files.)
Example of a log file:
2003-10-01 02:44:55;plc.plc1.height;150;plc.plc1.length;200;plc.plc1.width;50; 2003-10-01 03:48:08;plc.plc1.height;140;plc.plc1.length;150;plc.plc1.width;30;
2003-10-01 04:55:10; plc.plc1.height;220;plc.plc1.length;280;plc.plc1.width;80;2003-10-01 06:01:05; plc.plc1.height;170;plc.plc1.length;220;plc.plc1.width;60;
Example of an optimized log file:
Date;plc.plc1.height;plc.plc1.length;plc.plc1.width;
2003-10-01 02:44:55;150;200;50;2003-10-01 03:48:08;140;150;30;2003-10-01 04:55:10;220;280;80;2003-10-01 06:01:05;170;220;60;