Skip to main content

Searching Records

Search for records that match specific conditions in the log view. Search results do not delete records; the cursor simply jumps to the matching entry.

Basic Operations

Search by Timestamp

  1. Click the Log Search tab.
    Log Search tab
  2. In Time Search, specify the timestamp to search for.
  3. Click Search. The cursor moves to the record whose timestamp meets the condition.
tip
  • If multiple records share the same timestamp, the record with the smallest channel number is selected.
  • If no record exactly matches, the nearest record whose timestamp does not exceed the specified value is selected instead.

Search Upward

  1. Click the Log Search tab.
    Log Search tab
  2. Click Edit in Log Search to open the Search Setting dialog.
    Search Setting dialog
  3. Configure the search condition. See Search Setting dialog for details.
  4. Click OK to apply the condition.
  5. Click Search Backward. The cursor moves to the nearest matching record above the current position.
tip

If no matching record exists above the cursor, the dialog "There was no corresponding log." appears and the cursor does not move.

Search Downward

Repeat steps 1-4 above, then click Search Forward to jump to the nearest matching record below the current position.

tip

If no matching record exists below the cursor, the dialog "There was no corresponding log." appears and the cursor does not move.

Log Search Tab Overview

Log Search tab
AreaFieldDescription
Time SearchModeChoose = (exact), >=, or <=.
Time SearchTimeStampEnter the timestamp to search for.
Time SearchSearchExecutes the timestamp search.
Log SearchConditionDisplays the current search settings.
Log SearchEditOpens the Search Setting dialog.
Log SearchSearch BackwardSearches upward.
Log SearchSearch ForwardSearches downward.

Search Setting Dialog

Search Setting dialog
FieldDescription
ProtocolSelect CAN/CAN FD, LIN, DIO, A-D, or All.
DirectionSelect RX, TX, or All.
StateSelect OK, NG, or All.
ID FilterSpecify ID conditions. Click Edit to open the ID filter detail dialog (CAN/CAN FD only).
Log FilterConfigure detailed conditions (data bytes, etc.). The available tabs depend on the protocol.
OKSave and return.
CancelDiscard and return.

ID Filter (CAN/CAN FD)

ID Filter dialog
FieldDescription
ModeChoose Equal, Range, Mask, or List.
EqualEnter an ID with optional wildcards (*).
RangeSpecify From and To IDs (inclusive).
MaskEnter ID/Mask pairs for bitwise matching.
ListEnter up to 10 IDs (comma separated).

Log Filter - CAN/CAN FD

Hex Tab

Data Setting Hex (CAN)
FieldDescription
IDDisplays the frame ID (read-only).
DLCSelect 0-8 or 12-64 (permitted DLC values). * means "ignore".
D1-D64Enter byte data in hexadecimal. Use * to ignore specific bits.
EditorView/edit bytes in CSV format. Linked with D1-D64.
SaveSave the Editor contents as CSV.
LoadLoad CSV data saved by the Save button.
OKSave settings and return.
CancelDiscard settings and return.

Binary Tab

Data Setting Binary (CAN)
FieldDescription
IDDisplays the frame ID (read-only).
DLCSelect the data length (0-64 or *).
Data/ValueEnter bit patterns in binary. Use * to ignore bits.
EditorCSV view linked with Data/Value.
Save / Load / OK / CancelSame as Hex tab.

Log Filter - LIN

Hex Tab

Data Setting Hex (LIN)
FieldDescription
IDFrame ID (read-only).
DLSelect 1-8 or *.
D1-D64Enter data bytes in hexadecimal; * ignores bits.
EditorCSV editor linked with D1-D64.
Save / Load / OK / CancelSame as CAN.

Binary Tab

Data Setting Binary (LIN)
FieldDescription
IDFrame ID (read-only).
DLSelect 1-8 or *.
Data/ValueEnter binary patterns; * ignores bits.
EditorCSV editor linked with Data/Value.
Save / Load / OK / CancelSame as CAN.