Skip to main content

Display Filter

Use the display filter to limit which logs appear in Monitor Window and Each ID Window:

  • Show only selected IDs
  • Hide error frames

Configure filters in Display Filter Window.

Basic Steps

Example: show only specific IDs.

  1. Open Display Filter Window Select Display Filter Window from the menu or toolbar.

    Open Display Filter Window
  2. Enable filtering Turn on Filter Enabled.

    Enable filtering
  3. Open Display Filter Setting Click Add filter.

    Open Display Filter Setting
  4. Configure ID filter conditions Set the conditions in the Display Filter Setting dialog.

    Display Filter Setting dialog
  5. Register the conditions Click Save filter. The filter appears in the ID Filter List.

    Registered filter Registered filter list
  6. Enable the filter Turn on the checkbox for the new entry.

    Enable filter
  7. Start monitoring Monitor Window and Each ID Window now display only logs that match the filter.

tip

Filters do not affect Analyze Window or saved log files.

Example: Enabled vs. Disabled

Enabled

Filter enabled

Only ID 15H is shown.

Disabled

Filter disabled

IDs 03H, 15H, and 2DH are shown.

Display Filter Window Overview

Display Filter Window
ItemDescriptionNotes
Channel tabs (area ①)Select the channel to configure.
Filter EnabledEnable or disable filtering.
Mask Error FrameHide error frames when enabled.Disabled when Filter Enabled is off.
ClearOpens a confirmation dialog. Clicking Yes clears all filters and turns off Filter Enabled and Mask Error Frame.
ID Filter List (area ②)Lists registered ID filters. Use the checkboxes to enable or disable each entry.Higher entries have higher priority.
Move upMove the selected filter up to increase its priority.Disabled when filtering is off, only one filter exists, or the first entry is selected.
Move downMove the selected filter down to lower its priority.Disabled when filtering is off, only one filter exists, or the last entry is selected.
Add filterOpen Display Filter Setting to add a new filter.Disabled when filtering is off.
Edit filterEdit the selected filter in Display Filter Setting.Disabled when filtering is off or no filters exist.
Copy filterCreate a new filter using the selected entry as a template.Disabled when filtering is off or no filters exist.
Delete filterDelete the selected filter after confirmation.Disabled when filtering is off or no filters exist.
ID TestCheck whether a specific ID matches the registered filters.Hidden when filtering is off.

Display Filter Setting Dialog

Display Filter Setting dialog
ItemDescriptionNotes
ID-FormatSelect the ID format.Only LIN ID is available.
LogicLogic (=, And, Or, Xor, Range)Select the logical expression.
Log IDEnter the ID value in hexadecimal. One field is shown when Logic is =, otherwise two fields appear.Wildcards (*) are available only when Logic is =.
ID Setting (Hex Setting / Bin Setting)Select the input format for the ID.Available only when Logic is =. The unused field is disabled automatically.
ID (Bin)Enter the ID in binary when Logic is =.Displayed only when Logic is =.
SaveSave the filter.
CancelDiscard changes.

Logic Operators

LogicExpressionDescriptionUse case
=Log ID = ID1Display logs where the ID matches ID1. Wildcards are available.Show specific IDs.
And(Log ID & ID1) = ID2Display logs where the bitwise AND result matches ID2.Show IDs whose specified bits are all 1.
Or(Log ID | ID1) = ID2Display logs where the bitwise OR result matches ID2.Show IDs where at least one specified bit is 1.
Xor(Log ID ^ ID1) = ID2Display logs where the bitwise XOR result matches ID2.Show IDs that become a specific value after flipping selected bits.
RangeLog ID = ID1ID2Display IDs within the specified range.Show IDs within a range.

ID Filter Testing

Use ID Test to confirm whether a specific ID matches your filters.

  1. Enter the ID in hexadecimal. Enter ID
  2. Click Check. Check result
ResultDescription
MatchAt least one enabled filter matches.
Not MatchNo enabled filters match.