Turning on E67 Discrete inputs
Posted: Sun Nov 17, 2024 12:08 am
Here's some information on turning on the discrete input on an E67 for cruise. It is possible to turn on the discrete start request input as well, but I do not know the exact location at this time. I'll update this post once it's found.
GM used 3 different ways to trigger cruise on the E67 (that I know of).
CAN = 2
Single wire discrete = 1, Connector X1 Pin 29 (with a resistor ladder)
Three wire discrete = 0, Connector X1 Pins 21 (Resume/Accel), 22 (Set/Coast), 30 (On)
On OS 12630367 - 2009 Pontiac G6 the cruise bit is at 1D108B. (For my swap changed it from a 2 to a 0 for a 3 wire cruise switch).
On a 2009 CTS V and 2010 Colorado it's located here: 1D0A7B.
I pulled up those bin files and the string right before the cruise bit was the same (red is the cruise bit). 00 00 00 FF 00 02 (2 is the cruise type in this example). Hopefully that'll help you find it if your offset is different.
GM used 3 different ways to trigger cruise on the E67 (that I know of).
CAN = 2
Single wire discrete = 1, Connector X1 Pin 29 (with a resistor ladder)
Three wire discrete = 0, Connector X1 Pins 21 (Resume/Accel), 22 (Set/Coast), 30 (On)
On OS 12630367 - 2009 Pontiac G6 the cruise bit is at 1D108B. (For my swap changed it from a 2 to a 0 for a 3 wire cruise switch).
On a 2009 CTS V and 2010 Colorado it's located here: 1D0A7B.
I pulled up those bin files and the string right before the cruise bit was the same (red is the cruise bit). 00 00 00 FF 00 02 (2 is the cruise type in this example). Hopefully that'll help you find it if your offset is different.