Relative Content

Tag Archive for pythoncan-buspython-canasammdf

Export specific CAN messages from a MF4 file to ASC file using asammdf

I’m collecting CAN data to MF4 files using a CANedge1. Data is collected on both physical channels (Ch1 & Ch2). After loading the file using mdf = MDF(‘test.MF4’), I’m able to easily export the files as ASC using mdf.export(‘asc’, ‘test.asc’). The ASC file contains all the data from both Ch1 and Ch2.