Re: can id´s 4 Gear Selector
Posted: Wed Apr 05, 2023 8:45 pm
I decided to go the other way. Turned on the CAN bus and began to analyze ID 0x312.
If I apply voltage to the solenoid, it works, but the can bus sends code 20, but it should send code 10. If I apply voltage to the knob motor, then the can bus sends nothing. If I rotate the knob, then the values change as in the description of ID 0x312 (8F in park, 8E in R, 8D in N, 8C in D).
I can conclude that some element on the board is not working and therefore the motor and solenoid are not working.
Can you tell me what elements most often burn out in the GSM?
Code: Select all
0x312 from selector
Byte
0. 00 at all times
1. 20 when locked, 10 when unlocked
2. 8F in park, 8E in R, 8D in N, 8C in D, 88 in S
3. Cycling depending on gear state.
4. 00 at all times
5. FF at all times
6. 00 at all times
7. Cycling
1. In Park 00, 01, 02, 03, 04, 05, 06, 07, 08, 09, 0A, 0B, 0C, 0D, 0E,
2. In R 10, 02, 03, 04, 05, 06, 07, 08, 09, 0A, 0B, 0C, 0D, 0E, 0F
3. In N. 10, 11, 03, 04, 05, 06, 07, 08, 09, 0A, 0B, 0C, 0D, 0E, 0F
4. In D 10. 11, 12, 04, 05, 06, 07, 08, 09, 0A, 0B, 0C, 0D, 0E, 0F
5. In S 10. 11, 12, 13, 14, 15, 16 08, 09, 0A, 0B, 0C, 0D, 0E, 0FI can conclude that some element on the board is not working and therefore the motor and solenoid are not working.
Can you tell me what elements most often burn out in the GSM?