Skip to main content

Log File Specification

Log Files

MicroPeckerX LIN Analyzer Plus exports captured data as CSV log files.

Sample Log File

Sample log file
FieldDescriptionNotes
FileNameName of the exported file.
DateTimeTime when logging started (YYYY/MM/DD hh:mm:ss).For logs saved from the Analyze tab, this is the time the logs were merged.
ChChannel number (for example, 1-1).Displays Mixed when the Analyze tab merges multiple channels.
OffsetTimestamp used as the offset when Analyze Window saves logs with offset timestamps enabled. Displays 0 when offsets are disabled.Uses the timestamp format defined in the Option dialog.

Data Rows

Each row represents one frame.

FieldDescriptionNotes
TimeTimestamp of the frame.Uses the format configured in the Option dialog.
ChChannel number.
ProtocolProtocol type.
DirT for transmit, R for receive. Displays “-” when Type is B-Sleep.
LabelLabel applied when the frame matches a condition in Label Filter Window.See Label feature.
StateOK for normal frames, NG for errors.
TypeFrame type.
Normal: Header, Response, LIN Frm, Wakeup, Sleep, B-Sleep.
Error: Parity Err., CheckSum Err., ShortMsg Err., Bit Err., NoRes Err., SyncBrk. Long, SyncBrk. Short, SyncField Err, Framing Err., H. Timeout, UART Err., Bus Err.
FormatBreak-field width or wake-up pulse width depending on Type.
Break-field: Header, LIN Frm., Sleep, SyncBrk. Short, Parity Err., SyncField Err.
Wake-up pulse: Wakeup.
Displays “-” for other types.
IDLIN ID in hexadecimal.
DLCData length.
D1–D8Data bytes in hexadecimal.Displays “-” if a framing error occurs.
D9Checksum.Displays “-” if a framing error occurs.

Storage Location and File Names

Automatically Saved Logs

When Save Log File is enabled in the toolbar:

FieldDescriptionNotes
FolderLog Folder + \ + the three-digit value shown in No.No is determined when monitoring starts. The smallest unused folder from 000 to 999 is selected.
File nameLog File Name + _ + channel (1-1 … 4-2) + .csvWhen split logging is enabled, a split number is inserted after the channel.
Log File Name + _ + channel + _ + split number (four digits) + .csv
tip

If all folders 000–999 already exist, an error appears and monitoring cannot start.

Manually Saved Logs

When logs are saved manually from Analyze Window:

FieldDescriptionNotes
FolderDestination selected in the save dialog.
File nameName entered in the save dialog.Default: Ch + channel + _ + start or merge timestamp (YYYYMMDDhhmmss) + .csv