Skip to content

Commit

Permalink
Added EPB and Brake_Hold (#61)
Browse files Browse the repository at this point in the history
* Added EPB and Brake_Hold

* Fixed formatting
  • Loading branch information
joeljacobs authored and rbiasini committed Dec 21, 2017
1 parent c9a74e9 commit 0d3aea0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions honda_odyssey_exl_2018.dbc
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ BO_ 420 VSA_STATUS: 8 VSA
SG_ ESP_DISABLED : 28|1@0+ (1,0) [0|1] "" EON
SG_ COUNTER : 61|2@0+ (1,0) [0|3] "" EON
SG_ CHECKSUM : 59|4@0+ (1,0) [0|3] "" EON
SG_ BRAKE_HOLD_ENABLED : 45|1@0+ (1,0) [0|1] "" XXX
SG_ BRAKE_HOLD_ACTIVE : 46|1@0+ (1,0) [0|1] "" XXX
SG_ BRAKE_HOLD_RELATED : 52|1@0+ (1,0) [0|1] "" XXX

BO_ 427 XXX_5: 3 XXX

Expand All @@ -111,6 +114,11 @@ BO_ 432 STANDSTILL: 7 VSA
SG_ CHECKSUM : 51|4@0+ (1,0) [0|3] "" EON

BO_ 450 XXX_6: 8 XXX
SG_ EPB_BRAKE_AND_PULL : 6|1@0+ (1,0) [0|1] "" XXX
SG_ EPB_ACTIVE : 3|1@0+ (1,0) [0|1] "" XXX
SG_ EPB_STATE : 29|2@0+ (1,0) [0|1] "" XXX
SG_ CHECKSUM : 59|4@0+ (1,0) [0|15] "" XXX
SG_ COUNTER : 61|2@0+ (1,0) [0|3] "" XXX

BO_ 463 XXX_7: 8 XXX

Expand Down Expand Up @@ -362,6 +370,8 @@ BO_TX_BU_ 927 : EON,CAM;


CM_ SG_ 419 GEAR "10 = reverse, 11 = transition";
CM_ SG_ 420 BRAKE_HOLD_RELATED "On when Brake Hold engaged";
CM_ SG_ 450 EPB_STATE "3 "engaged" 2 "disengaging" 1 "engaging" 0 "disengaged"";
CM_ SG_ 490 LONG_ACCEL "wheel speed derivative, noisy and zero snapping";
CM_ SG_ 780 CRUISE_SPEED "255 = no speed";
CM_ SG_ 804 CRUISE_SPEED_PCM "255 = no speed";
Expand Down

0 comments on commit 0d3aea0

Please sign in to comment.