rbei-etas / busmaster

BUSMASTER is an Open Source Software tool to simulate, analyze and test data bus systems such as CAN. BUSMASTER was conceptualized, designed and implemented by Robert Bosch Engineering and Business Solutions (RBEI). Presently it is a joint project of RBEI and ETAS GmbH.
http://rbei-etas.github.com/busmaster/
GNU General Public License v3.0
928 stars 495 forks source link

Replay filters not working #670

Closed Phreak-Show closed 10 years ago

Phreak-Show commented 10 years ago

No filter is working when replaying a log file.

  1. Setup hardware and channel 1 to 125kbit, PCAN USB
  2. Select log file, CAN, replay, configure
  3. Select filters, for example "stop" everything between 0x0 and 0x2E00492
  4. Enable filter for Replay

Busmaster keeps transmitting all messages and does not block between 0x0 and 0x2E00492. Never worked on any version, though.

RBEI-Saravanan commented 10 years ago

Filter works with the following steps:

  1. Configure filter (Stop or Pass) using CAN --> Filter Configuration menu
  2. Launch Configure Replay dialog using CAN --> Replay --> Configure menu and add filters using the Filters button
  3. Enable filters using the menu CAN --> Replay --> Enable Filters
  4. Follow the same steps for Message Window and Logging to apply filters
Phreak-Show commented 10 years ago

It is indeed. I never found the setup process described as you just did, thanks.