Screen Overview
Screen Layout
Main Window
| # | Item Name | Description |
|---|---|---|
| 1 | Log Display Area | Displays log records created in MicroPeckerX Log Editor or loaded from log files. |
| 2 | Edit Area | Lets you add/change log records and perform other editing operations. |
Menu Bar
| Menu | Sub Item | Description |
|---|---|---|
| File | Create New Log | Deletes all log records in the log display area and creates a new log file. |
| Load Log | Loads an existing log file. | |
| Save Log | Overwrites the log file using the file name shown in the title bar. | |
| Save Log As... | Saves a new log file with a specified file name. | |
| Exit | Exits MicroPeckerX Log Editor. | |
| Option | Time Stamp Form | Sets the display format of timestamps. |
| CAN ID Form | Sets the display format for extended CAN ID. ALL ID: Displays Base ID and ID Extension as a continuous 29-bit value (upper 11 bits: Base ID, lower 18 bits: ID Extension). SID/EID: Displays Base ID and ID Extension separately (left: Base ID, right: ID Extension). | |
| Help | Help | Opens the user manual. |
| About | Shows the version information dialog. |
Log Display Area
Displays newly created log records or records loaded from a log file.
Display content by protocol is as follows.
| Item Name | CAN/CAN FD | LIN | DIO | AD |
|---|---|---|---|---|
| Time | Timestamp | Timestamp | Timestamp | Timestamp |
| Ch | Ch, InnerCh | Ch, InnerCh | Ch, InnerCh | Ch, InnerCh |
| Protocol | Protocol CAN, CAN FD | Protocol LIN | Protocol DIO | Protocol AD |
| Dir | Direction R (Receive), T (Transmit) | Direction R (Receive), T (Transmit) | - | - |
| State | Frame status OK, NG | Frame status OK, NG | Frame status OK | Frame status OK |
| Type | Frame type Data Frm., Remote Frm., noBRS | Frame type Header, Response, LIN Frm., Wakeup, Sleep | - | Range setting Displayed as Range:**V |
| Format | CAN ID format Std. (Standard), Ext. (Extended) | SyncBreak length (when Type is Header or LIN Frm.) Wakeup pulse width (when Type is Wakeup) | - | - |
| ID | CAN ID Hexadecimal | LIN ID Hexadecimal | - | - |
| DLC | Data length 0, 1, 2, 3, 4, 5, 6, 7, 8, 12, 16, 20, 24, 32, 48, 64 | Data length 1, 2, 3, 4, 5, 6, 7, 8 | - | - |
| D1-D64 | D1-D64 byte data | D1-D8 byte data D9 checksum | D1-D4 DIO data | D1 A/D data D5 physical converted data |
Right-clicking the log display area shows the following menu. You can delete log records in specific ranges in batch.
| Menu | Description |
|---|---|
| Delete from this log before | Deletes all log records above the selected log record. |
| Delete from this log ahead | Deletes all log records below the selected log record. |
| Delete the selected range | Deletes all log records in the selected range. |
| Delete excluding the selected range | Deletes all log records except for the selected range. |
tip
To select a range of multiple log records, select the starting log record, then hold the Shift key and select the ending log record.
Edit Area
You can add, change, and delete log records.
You can also undo the most recent edit and redo undone edits.
| Item Name | Description |
|---|---|
| Undoes the most recent edit. | |
| Redoes an undone edit. | |
| Edit tabs (blue frame area) | Display content differs by selected tab. For details, see: Edit tab Generate tab Filtering tab ID Filtering tab Log Search tab |
tip
You can undo up to 4 edit steps.