Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I play a blf file in CANalzyer

Tags:

canalyzer

I'm somewhat new to using CANalyzer and have never used the logging feature in the product. I was sent a BLF file to analyze and am unsure how to use it. Can someone point me in the right direction? Thanks

like image 977
user3475003 Avatar asked Jan 06 '16 14:01

user3475003


People also ask

How do I open a BLF file?

How to open a BLF file. You can open a BLF file in Vector Informatik CANoe (Windows) or Vector Informatik CANalyzer (Windows).

CAN Matlab read BLF files?

This example shows you how to import and decode CAN data from BLF-files in MATLAB® for analysis. The BLF-file used in this example was generated from Vector CANoe™ using the "CAN - General System Configuration (CAN)" sample. This example also uses the CAN database file, PowerTrain_BLF.


2 Answers

To be a little more specific:

  1. Set the offline mode in the standard toolbar.
  2. Click on the configuration tab, usually at the bottom of the window. You will see the Measurement Setup window.
  3. Double click on the Configuration of the Log Files block - there you can add your recorded log file (should be in .blf format).

enter image description here

For more CANalyzer documentation, you can go to: https://kb.vector.com/29/

like image 171
N.Atanasov Avatar answered Oct 08 '22 23:10

N.Atanasov


  1. When the .blf file is ready, after logging the activity in CANalyzer, open with desired workspace and change the mode to Offline mode.
  2. In "Measurement Setup" make sure that the mode is "Offline" and now right click on the icon which comes as input to Offline block.
  3. Click "Configuration" and in the next window, remove unwanted file selection and Add your required .blf file and press OK.
  4. Now press F9 or select the "Start" icon on the tool bar.

After these steps, the activity logged will play in the corresponding tab.

like image 32
Moni Avatar answered Oct 09 '22 00:10

Moni