Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Arbin .res files with version number up to 5.26 #53

Merged
merged 8 commits into from
Oct 31, 2020

Commits on Oct 11, 2020

  1. Add extra columns to Global and Battery Data tables for v5.26

    Arbin software v5.26 adds additional columns to these existing
    tables; these need to be added to the output database so that
    the conversion does not fail.
    chatcannon committed Oct 11, 2020
    Configuration menu
    Copy the full SHA
    a0700b0 View commit details
    Browse the repository at this point in the history
  2. Parse out version number from Version_Table

    Previously the version was compared for strict equality so a
    higher version did not match.
    chatcannon committed Oct 11, 2020
    Configuration menu
    Copy the full SHA
    6063929 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2020

  1. Configuration menu
    Copy the full SHA
    c25e755 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c90d604 View commit details
    Browse the repository at this point in the history
  3. Add two new tables that are in 5.26 but not 5.23

    Can_BMS_Info_Table and Can_BMS_Data_Table
    chatcannon committed Oct 17, 2020
    Configuration menu
    Copy the full SHA
    a1a056d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    68e00a3 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2020

  1. Configuration menu
    Copy the full SHA
    8cfc849 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23761dd View commit details
    Browse the repository at this point in the history