|
Post by Camerondlutz on Jan 12, 2017 1:54:01 GMT
Hi there, I got my car back from the dealer today after have the lock/unlock horn replaced. They reset a few things so I changed them back and at the same time turned off Traffic Sign Recognition because it wasn't doing anything in Canada. After turning that off, reenabling presentation mode and High Beam Assist, I no longer get a gauge sweep on startup. Here's the history from today, maybe someone can spot the problem? PS in Module 17 the bit is high for gauge sweep... I wrote the code again to see if that would remedy the problem. Also I can't seem to grab the history file so here are screenshot of everything I did today.
|
|
|
Post by Camerondlutz on Jan 12, 2017 1:57:58 GMT
|
|
|
Post by Camerondlutz on Jan 12, 2017 2:03:21 GMT
Ignore the screenshots. Got the history to export. OBDeleven vehicle history log
Date: 2017-01-11 18:00
VIN: WVWLF7AU7GW226677 Car: Volkswagen Golf R Year: 2016 Engine: CYFB Mileage: 24719 KM
--------------------------------------------------------------- Long coding Control unit: 17 Dash Board Old value: 0BAD081A7F88880902887E0B5400000000000000 New value: 0BAD081A7F88880902887E0B5400000000000000 Mileage: 24719 km Date: 2017-01-11 17:25
--------------------------------------------------------------- Long coding Control unit: 17 Dash Board Old value: 0BAD081A7F8C880902887E0B5400000000000000 New value: 0BAD081A7F88880902887E0B5400000000000000 Mileage: 24719 km Date: 2017-01-11 17:25
--------------------------------------------------------------- Adaptation Control unit: 5F Information Control Unit 1 Name: Car_Function_List_BAP_Gen2 Values: traffic_sign_recognition_0x21: Old value: activated New value: Not activated Mileage: 24719 km Date: 2017-01-11 17:22
--------------------------------------------------------------- Long coding Control unit: 09 Central Electrics Old value: 00011A46C041A2E149E44000091C07201800000000000000000000000000 New value: 00011B46C041A2E149E44000091C07201800000000000000000000000000 Mileage: 24719 km Date: 2017-01-11 17:18
--------------------------------------------------------------- Long coding Control unit: 09 Central Electrics Old value: 00011A46C041A2E149E44000091C07201800000000000000000000000000 New value: 00011B46C041A2E149E44000091C07201800000000000000000000000000 Mileage: 24719 km Date: 2017-01-11 17:18
--------------------------------------------------------------- Long coding Control unit: 09 Central Electrics Old value: 00051B46C041A2E149E44000191C07201800000000000000000000000000 New value: 00011A46C041A2E149E44000091C07201800000000000000000000000000 Mileage: 24719 km Date: 2017-01-11 17:15
--------------------------------------------------------------- Adaptation Control unit: 55 Headlight Regulation Name: Presentation mode Values: Old value: not active New value: active Mileage: 24719 km Date: 2017-01-11 17:07
--------------------------------------------------------------- Adaptation Control unit: A5 Front Sensors Driver Assistance System Name: Display end of speed limit symbol Values: Old value: activated New value: Not activated Mileage: 24719 km Date: 2017-01-11 17:06
--------------------------------------------------------------- Long coding Control unit: 17 Dash Board Old value: 0BAD081A7F8C880902887E0B5400000000000000 New value: 0BAD081A7F88880902887E0B5400000000000000 Mileage: 24719 km Date: 2017-01-11 17:05
--------------------------------------------------------------- Long coding Control unit: 17 Dash Board Old value: 0BAD081A7F8C880902887E0B5400000000000000 New value: 0BAD081A7F88880902887E0B5400000000000000 Mileage: 24719 km Date: 2017-01-11 17:05
--------------------------------------------------------------- Long coding Control unit: 17 Dash Board Old value: 0BAD081A7F88880902887E0B5400000000000000 New value: 0BAD081A7F8C880902887E0B5400000000000000 Mileage: 24719 km Date: 2017-01-11 17:04
--------------------------------------------------------------- Long coding Control unit: A5 Front Sensors Driver Assistance System Old value: 0101010000020308000400010100000100 New value: 0100010000020308000400010100000100 Mileage: 24719 km Date: 2017-01-11 17:04
--------------------------------------------------------------- Long coding Control unit: A5 Front Sensors Driver Assistance System Old value: 0101010000020308000400010100000100 New value: 0100010000020308000400010100000100 Mileage: 24719 km Date: 2017-01-11 17:04
--------------------------------------------------------------- Adaptation Control unit: 5F Information Control Unit 1 Name: Car_Function_Adaptations_Gen2 Values: menu_display_road_sign_identification_over_threshold_high: Old value: activated New value: Not activated menu_display_road_sign_identification: Old value: activated New value: Not activated Mileage: 24719 km Date: 2017-01-11 17:03
|
|
|
Post by dv52 (Australia) on Jan 12, 2017 2:46:48 GMT
^^^^^^^^^^^Camerondlutz: Hello. The latest history entry for the Dashboard module @ address hex17 has a code-string = 0BAD081A7F88880902887E0B5400000000000000. The needle sweep function is in Byte 1, Bit 0. So, Byte 1 on your car has a value of hex AD which means that it's binary value is 1010 1101. This also means that Bit 0= 1 (right-side Bit) - so needle sweep is activated on your control module. Odd that it doesn't work - I wonder if the facility is conflicting with the new firmware. I suggest that you go to the code screen for the dashboard module and check that there is an entry Staging in the list and that the value is Yes - as per the screen-shot below. Don
|
|
|
Post by camerondlutz on Jan 12, 2017 5:01:59 GMT
Hi Don, thanks for the reply!
I just went out to the car and alas, it says Yes for staging. I set it to no, sent changed and then changed it back to yes but it didn't work...
I know it's small but I liked the sweep ha ha!
|
|
|
Post by dv52 (Australia) on Jan 12, 2017 8:12:24 GMT
Cameron: I really don't know what else to suggest - it's such a simple tweak that appears to have been correctly applied in your instance. Very, very long shot, but try resetting everything to factory settings in the MENU - likely won't work-but it won't do any harm and it's an easy try!
Perhaps someone else here can suggest something?
Don
|
|
|
Post by camerondlutz on Jan 12, 2017 15:13:35 GMT
I was actually going to ask you that - in the Car menu if I reset to factory settings will that reset any other coding I've done? Now that I'm more familiar with the OBDeleven I could quickly redo the changes I've made. The only thing that will take a while is the brake lights ha.
|
|
|
Post by dv52 (Australia) on Jan 13, 2017 0:44:17 GMT
I was actually going to ask you that - in the Car menu if I reset to factory settings will that reset any other coding I've done? Now that I'm more familiar with the OBDeleven I could quickly redo the changes I've made. The only thing that will take a while is the brake lights ha. Cameron: What an excellent question! The short answer is NO! What I think happens is that there is an implicit assumption that NO code/adaptation channel changes have been made on the car in the MENU - factory reset facility. Actually, I suspect that the possibility of the owner using a diagnostic cable/dongle was just never considered by the good Burghers at VW for the factory reset facility. So- My belief is that the MENU - factory reset facility takes the modules back to their current code/adaptation channel settings (whatever they may be). This doesn't mean that you won't have to re-instate those settings that are "outside" the module's coding - like the settings that you have established via other parts of the MENU screens. So, I suggest that you note the other screen settings in the MENU before you press the "confirm" button in the factory reset function Don
|
|
|
Post by Daniel (Germany) on Jan 13, 2017 6:41:42 GMT
Don is right with his answer, it just reset the seetings you have done at the mib unit. It would not reset any codings and adaptions you have changed in control units.
|
|