Skip to content

Commit 8f72467

Browse files
vntarasovrbiasini
authored andcommitted
Volt doors and belts status (#70)
Does not include 'trunk open' status. Door open = 1 Seat belt latched = 1
1 parent 60f8b6c commit 8f72467

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

gm_global_a_powertrain.dbc

+9-4
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ VAL_TABLE_ DistanceButton 1 "Active" 0 "Inactive" ;
4242
VAL_TABLE_ LKAButton 1 "Active" 0 "Inactive" ;
4343
VAL_TABLE_ ACCButtons 6 "Cancel" 5 "Main" 3 "Set" 2 "Resume" 1 "None" ;
4444
VAL_TABLE_ PRNDL 3 "Reverse" 2 "Drive" 1 "Neutral" 0 "Park" ;
45-
VAL_TABLE_ DriverDoorStatus 1 "Opened" 0 "Closed" ;
45+
VAL_TABLE_ DoorStatus 1 "Opened" 0 "Closed" ;
46+
VAL_TABLE_ SeatBeltStatus 1 "Latched" 0 "Unlatched" ;
4647
VAL_TABLE_ LKASteeringCmdActive 1 "Active" 0 "Inactive" ;
4748
VAL_TABLE_ ACCGapLevel 3 "Far" 2 "Med" 1 "Near" 0 "Inactive" ;
4849
VAL_TABLE_ GasRegenCmdActiveInv 1 "Inactive" 0 "Active" ;
@@ -83,8 +84,13 @@ BO_ 810 TCICOnStarGPSPosition: 8 K73_TCIC
8384
BO_ 1001 ECMVehicleSpeed: 8 K20_ECM
8485
SG_ VehicleSpeed : 7|16@0+ (0.01,0) [0|0] "mph" NEO
8586

86-
BO_ 298 BCMDoorStatus: 8 K9_BCM
87-
SG_ DriverDoorStatus : 55|1@0+ (1,0) [0|0] "" NEO
87+
BO_ 298 BCMDoorBeltStatus: 8 K9_BCM
88+
SG_ RearLeftDoor : 8|1@0+ (1,0) [0|0] "" NEO
89+
SG_ FrontLeftDoor : 9|1@0+ (1,0) [0|0] "" NEO
90+
SG_ FrontRightDoor : 10|1@0+ (1,0) [0|0] "" NEO
91+
SG_ RearRightDoor : 23|1@0+ (1,0) [0|0] "" NEO
92+
SG_ LeftSeatBelt : 12|1@0+ (1,0) [0|0] "" NEO
93+
SG_ RightSeatBelt : 53|1@0+ (1,0) [0|0] "" NEO
8894

8995
BO_ 381 MSG_17D: 6 K20_ECM
9096
SG_ MSG17D_AccPower : 35|12@0- (1,0) [0|0] "" NEO
@@ -213,7 +219,6 @@ VAL_ 481 DistanceButton 1 "Active" 0 "Inactive" ;
213219
VAL_ 481 LKAButton 1 "Active" 0 "Inactive" ;
214220
VAL_ 481 ACCButtons 6 "Cancel" 5 "Main" 3 "Set" 2 "Resume" 1 "None" ;
215221
VAL_ 309 PRNDL 3 "Reverse" 2 "Drive" 1 "Neutral" 0 "Park" ;
216-
VAL_ 298 DriverDoorStatus 1 "Opened" 0 "Closed" ;
217222
VAL_ 384 LKASteeringCmdActive 1 "Active" 0 "Inactive" ;
218223
VAL_ 880 ACCLeadCar 1 "Present" 0 "Not Present" ;
219224
VAL_ 880 ACCGapLevel 3 "Far" 2 "Med" 1 "Near" 0 "Inactive" ;

0 commit comments

Comments
 (0)