Skip to main content

Log File Specification

Log File

MicroPeckerX CAN FD Analyzer outputs acquired data to CSV log files.
The log file content is described below.

Log File Sample

A sample log file is shown below.
Both header and data sections are output.

Log File

Header Section

When logging starts, header information (main window settings) is output to the log file.
Output items are as follows.

ItemData
FileNameFile name
DateTimeDate/time when logging started (YYYY/MM/DD_hh:mm:ss)
ChLogged channel
OffsetOffset time used for Time in data section

Data Section

One monitored frame is output as one row.
Output items are as follows.

ItemData
TimeTime of transmission/reception
ChChannel of transmission/reception
ProtocolProtocol of transmission/reception
DirTransmit (T) / Receive (R)
LabelLabel set in Label Filter
StateOK / NG
TypeData Frm. / Remote Frm. / Ack Err. / Error / OverLoad Frm.
FormatStandard ID (Std) / Extended ID (Ext)
IDTransmitted/received ID in hexadecimal
DLTransmitted/received DLC
D1~D64Transmitted/received data in hexadecimal

File Name

The log file storage folder and file naming rules are as follows.

Storage folder: <Logging Folder text>\<Serial No. shown in No label>

Log file name: <Logging File Name text> + "_" + <Ch number (1-1~4-2)> + ".csv"

If the storage folder already exists at logging start, No is incremented (+1) and a new storage folder is created.
If the incremented folder also exists, incrementation continues until a non-existing folder is found.
If No exceeds 999, an error is shown and the analyzer cannot start. Change Logging Folder.