DallasFormulaRacing / PowertrainLib

This library will consist of various methods to visualize and analyze data to support our powertrain team's needs.
10 stars 2 forks source link

ECU Data Conversion #1

Closed Squidtoon99 closed 8 months ago

Squidtoon99 commented 10 months ago

Our ECU data is currently stored in PE3 CAN format and we need to decode + aggregate this data into a csv file.

This class should have 2 features:

  1. Input a CAN Message and output a dictionary of key value pairs with all metrics included in the message.

  2. Input a CSV file with logs and output a formatted csv file with a "snapshot" of all metrics every 0.2 seconds.

GHAFHA commented 8 months ago

completed in labjackcanbus