Convert Plotter PLT files to CSV
Posted: Mon 4. Apr 2011, 13:21
Here a easy way to export Data from the PCAN-Explorer to a CSV file (Excel compatible):
Then you could simply use the information inside Excel. The Time (x) use the Windows format:
The DATE type is implemented using an 8-byte floating-point number. Days are represented by whole number increments starting with 30 December 1899, midnight as time zero. Hour values are expressed as the absolute value of the fractional part of the number.
You need to use a custom format inside Windows Excel: TT.MM.JJJJ hh:mm:ss,000
NEW File Version
New Parameter "/P" for change the floating point seperator from the typical German "," to the international "."
Simply use "plt2csv.exe mypltfile.plt /P" for generate a CSV with "." seperator.
- - Load your Trace.
- Load and apply the Symbol file for the traced Data.
- Import the Trace into the Plotter (Start Plotter - Import from Trace).
- Select the needed signals.
- Save the information as .plt file.
Then you could simply use the information inside Excel. The Time (x) use the Windows format:
The DATE type is implemented using an 8-byte floating-point number. Days are represented by whole number increments starting with 30 December 1899, midnight as time zero. Hour values are expressed as the absolute value of the fractional part of the number.
You need to use a custom format inside Windows Excel: TT.MM.JJJJ hh:mm:ss,000


New Parameter "/P" for change the floating point seperator from the typical German "," to the international "."
Simply use "plt2csv.exe mypltfile.plt /P" for generate a CSV with "." seperator.