Releases: CSS-Electronics/api-examples
New integration methods
Update: Legacy notice + new Python/MATLAB integration methods
If you need to work with the CANedge data in Python/MATLAB, we now recommend to use the methods described in the below documentations:
The Python methods/modules shown in repository under examples/data-processing/
can still be used, but will not be updated going forward (this refers to the sub modules of our Python API, mdf-iter
, canedge-browser
and can-decoder
). We instead refer to our new integration with python-can - and our examples of how to work with DBC decoded Parquet data lakes in Python. The script examples found in examples/other/
will still be relevant going forward.
v1.1.0
v1.0.9
v1.0.8
Changes
- Added new MATLAB example scripts for loading CANedge MF4 log files
- The scripts show how to load directly unfinalized MF4 files, finalized MF4 and DBC decoded MF4
- The scripts also show how to load data as single files, via datastores and via tall arrays (for out of memory usage)
- A script has also been added to show how to load MAT files into datastores and tall arrays
Loading MF4 files into MATLAB requires the Vehicle Network Toolbox and MATLAB 2021b. For users that wish to load DBC decoded MF4 files or MAT files, we provide a simple Python script to automate the export of these.