|
Post by Cav1982 on Feb 20, 2017 15:14:07 GMT
Anyone know how to get this to work with OBD11?
-- Steering Wheel Push-To-Talk Button as Mute Description: Converts the push to talk button your steering wheel into a mute button. Uncheck bit 3 of byte 1 under Steering Wheel Long Coding Helper Pic tutorial: Steering Wheel Push-To-Talk Button--
I believe the 'Steering Wheel' (16) is labeled 'Steering Column Electronics' in OBD11, but when I hit coding I only have the option of adding a new value (currently 0000732) and not individual bytes and bits. If I do have to put a new value in what would that be? Would appreciate any help. Thank you.
|
|
|
Post by Matthew on Feb 21, 2017 20:51:08 GMT
The binary for 732 is "1011011100"
You would simply pad with the necessary zeroes to the left, then add / subtract the desired option, before converting it back to decimal (for use in OBDeleven
|
|
|
Post by Cav1982 on Feb 26, 2017 12:44:16 GMT
The binary for 732 is "1011011100" You would simply pad with the necessary zeroes to the left, then add / subtract the desired option, before converting it back to decimal (for use in OBDeleven I'm sorry, but I don't follow. So what value would I need to enter to affect the modification for the above change?
|
|
|
Post by Matthew on Feb 26, 2017 13:22:53 GMT
The binary for 732 is "1011011100" You would simply pad with the necessary zeroes to the left, then add / subtract the desired option, before converting it back to decimal (for use in OBDeleven I'm sorry, but I don't follow. So what value would I need to enter to affect the modification for the above change? Your car uses Binary (zeroes and ones) to code that module. Not the decimal 732 that you posted. To make it easier for us humans to understand it, we use the decimal system. In your case, you wish to ADD the Push-to-talk option in place of the ZERO'd function of the MUTE button. You would have to convert the 732 to zeros and ones, add the BIT in the correct location then convert it back to binary (to save it) -----------------------------------------OR---------------------------------------------- You can simply go here for the EASY way of doing it without any conversion wiki.ross-tech.com/wiki/index.php/VW_Golf_(1K)_Steering_Wheel
|
|
|
Post by cav1982 on Feb 26, 2017 13:40:41 GMT
I guess my main problem is that I don't understand why this is true: The binary for 732 is "1011011100". How does one translate to the other?
I assume what I'm trying for would be 1011010100 since I want to uncheck bit 3. Can I enter that (1011010100) as the new value or do I need to enter it as a 'decimal' which I guess is how it presents itself in 0000732?
|
|
|
Post by Matthew on Feb 26, 2017 13:46:05 GMT
Since OBDeleven gave it to you as decimal, you would have to re-enter it the same way.
I'll do the addition and send it back to you
Edit: You need to tell me which software version of CAN you have installed in your car
By right, you should be posting the full coding for all the modules in your car so that we can help you
|
|
|
Post by Matthew on Feb 26, 2017 13:55:42 GMT
Looking back at the URL I sent you, I see where xxxx732 already have Push-to-talk onfigured
The 7 is No tiptronic, but PTT installed
You need to post the full coding from all the modules of your car to tell the full story
|
|
|
Post by cav1982 on Feb 26, 2017 14:24:05 GMT
Ok, I'll do that today if possible. But just to clarify I don't want the Push-to-talk function. I want to switch it to mute instead. Although maybe this will also help resolve the issue I'm having with the push-to-talk instruction voice and bluetooth phonecalls (voices are almost impossible to hear and full of static). In the meantime I do have these two faults coming up. I have had all the speakers replaced and added a sub, so not sure if these relate to that.
OBDeleven data log Date: 2017-02-24 08:50 VIN: WVWEV7AJ3AW344444 Car: Volkswagen GTI Year: 2010 Engine: CCTA Mileage: 151440 KM --------------------------------------------------------------- 19 Gateway System description: J533 Gateway H07 Software version: 0112 Hardware number: 1K0907530AD Serial number: 240210F1000995 Long coding: E9811F07501612000000 Trouble codes: 00463 - Digital Sound System Control Module No signal/communication static 00484 - Vehicle location recognition control module No signal/communication static
|
|
|
Post by Matthew on Feb 26, 2017 18:25:34 GMT
But just to clarify I don't want the Push-to-talk function. I want to switch it to mute instead Thanks for clarifying. I thought you wanted it the other way around The answer is simple: You would change your 0000732 to 0000532 to tell your car that you don't have PTT installed (so it defaults to a MUTE button). This may create a new error code since other controller modules (such as the gateway may still be coded for PTT), but these can easily be cleared. Digital Sound System Control Module No signal/communication - I'd check under the passenger seat to ensure that the wiring is fully connected (this is an issue with the MK5 Golfs where the factory amplifier is concerned (including no cut of frayed wiring). Vehicle location recognition control module No signal/communication - I'd remove your car's headunit, and check to ensure all navigation related modules are properly connected (including no cut of frayed wiring).
|
|
|
Post by Cav1982 on Feb 26, 2017 21:31:32 GMT
Thanks for the info on the PTT. That did the trick. I checked the wiring under the passenger seat, and seem to be getting more codes now. I'll try and get the head unit out sometime this week. Here's the full coding, any help figuring out the problems with voice playback would be appreciated. Thanks in advance.
OBDeleven vehicle history log
Date: 2017-02-26 15:16
VIN: WVWEV7AJ3AW344444 Car: Volkswagen GTI Year: 2010 Engine: CCTA Mileage: 151550 KM
--------------------------------------------------------------- Coding Control unit: 16 Steering Column Electronics Old value: 0000732 New value: 0000532 Mileage: 151550 km Date: 2017-02-26 14:19
--------------------------------------------------------------- Coding Control unit: 16 Steering Column Electronics Old value: 0000732 New value: 0000532 Mileage: 151550 km Date: 2017-02-26 14:19
--------------------------------------------------------------- Long coding Control unit: 37 Navigation Old value: 06060021010002000000100A New value: 06060001010002000000100A Mileage: 151440 km Date: 2017-02-24 08:35
--------------------------------------------------------------- Long coding Control unit: 09 Central Electrics Old value: 6F180A3F98272A04C088008164008FA447652186535D8D60648060200000 New value: 6F180A3F98252A04C088008164008FA447652186535D8D60648060200000 Mileage: 151440 km Date: 2017-02-24 08:31
--------------------------------------------------------------- Long coding Control unit: 09 Central Electrics Old value: 6F180A3F98272A04C088008164008FA447652186535D8D60648060200000 New value: 6F180A3F98252A04C088008164008FA447652186535D8D60648060200000 Mileage: 151440 km Date: 2017-02-24 08:31
--------------------------------------------------------------- Long coding Control unit: 09 Central Electrics Old value: 6F180A3F98272A048088008164008FA447652186535D8D60648060200000 New value: 6F180A3F98272A04C088008164008FA447652186535D8D60648060200000 Mileage: 151440 km Date: 2017-02-24 08:30
--------------------------------------------------------------- Long coding Control unit: 09 Central Electrics Old value: 6F180A3F98272A048088008164008FA447652186535D8D60648060200000 New value: 6F180A3F98272A04C088008164008FA447652186535D8D60648060200000 Mileage: 150860 km Date: 2017-02-21 09:13
--------------------------------------------------------------- Long coding Control unit: 09 Central Electrics Old value: 6F180A3F98272A048088008164008FA447652186535D8D60648060200000 New value: 6F180A3F98272A04C088008164008FA447652186535D8D60648060200000 Mileage: 150670 km Date: 2017-02-20 09:40
--------------------------------------------------------------- App Name: Synchronized mirror adjustment Old value: OFF New value: ON Mileage: 150670 km Date: 2017-02-20 09:40
--------------------------------------------------------------- Long coding Control unit: 09 Central Electrics Old value: 6F100A3F98272A048088008164008FA447652186535D8D60648060200000 New value: 6F180A3F98272A048088008164008FA447652186535D8D60648060200000 Mileage: 150670 km Date: 2017-02-20 09:37
--------------------------------------------------------------- Long coding Control unit: 09 Central Electrics Old value: 6F100A3F98272A048088008164008FA447652186535D8D60648060200000 New value: 6F180A3F98272A048088008164008FA447652186535D8D60648060200000 Mileage: 150670 km Date: 2017-02-20 09:37
--------------------------------------------------------------- Long coding Control unit: 09 Central Electrics Old value: 6F180A3F98272A048088008164008FA447652186535D8D60648060200000 New value: 6F100A3F98272A048088008164008FA447652186535D8D60648060200000 Mileage: 150670 km Date: 2017-02-20 09:36
--------------------------------------------------------------- Long coding Control unit: 09 Central Electrics Old value: 6F180A3F98272A048088008164008FA447652186535D8D60648060200000 New value: 6F100A3F98272A048088008164008FA447652186535D8D60648060200000 Mileage: 150670 km Date: 2017-02-20 09:36
--------------------------------------------------------------- Long coding Control unit: 09 Central Electrics Old value: 6F180A3F98272A048088008164008F2447652186535D8D60648060200000 New value: 6F180A3F98272A048088008164008FA447652186535D8D60648060200000 Mileage: 150670 km Date: 2017-02-20 09:32
--------------------------------------------------------------- Long coding Control unit: 09 Central Electrics Old value: 6F180A3F98272A048088008164008F2447652186535D8D60648060200000 New value: 6F180A3F98272A048088008164008FA447652186535D8D60648060200000 Mileage: 150670 km Date: 2017-02-20 09:32
--------------------------------------------------------------- Long coding Control unit: 09 Central Electrics Old value: 6F180A3F98272A048088008164008FA447652186535D8D60648060200000 New value: 6F180A3F98272A048088008164008F2447652186535D8D60648060200000 Mileage: 150670 km Date: 2017-02-20 09:31
--------------------------------------------------------------- Long coding Control unit: 09 Central Electrics Old value: 6F180A3F98272A048088008164008FA447652186535D8D60648060200000 New value: 6F180A3F98272A048088008164008F2447652186535D8D60648060200000 Mileage: 150670 km Date: 2017-02-20 09:31
--------------------------------------------------------------- Long coding Control unit: 09 Central Electrics Old value: 6F180A3F98272A048088008164008F2447652186535D8D60648060200000 New value: 6F180A3F98272A048088008164008FA447652186535D8D60648060200000 Mileage: 150670 km Date: 2017-02-20 09:30
--------------------------------------------------------------- Long coding Control unit: 09 Central Electrics Old value: 6F180A3F98272A048088008164008F2447652186535D8D60648060200000 New value: 6F180A3F98272A048088008164008FA447652186535D8D60648060200000 Mileage: 150670 km Date: 2017-02-20 09:30
--------------------------------------------------------------- Long coding Control unit: 09 Central Electrics Old value: 6F180A3F98272A048088008064008F2447652186535D8D60648060200000 New value: 6F180A3F98272A048088008164008F2447652186535D8D60648060200000 Mileage: 150670 km Date: 2017-02-20 09:23
--------------------------------------------------------------- Long coding Control unit: 37 Navigation Old value: 06060021010002000000100A New value: 06060001010002000000100A Mileage: 150090 km Date: 2017-02-15 06:44
--------------------------------------------------------------- Long coding Control unit: 09 Central Electrics Old value: 6F180A3F98272A048088008064008F2447652186535D8D60648060200000 New value: 6F180A3F98272A048088008164008F2447652186535D8D60648060200000 Mileage: 149700 km Date: 2017-02-13 15:34
--------------------------------------------------------------- Long coding Control unit: 37 Navigation Old value: 06060021010002000000100A New value: 06060001010002000000100A Mileage: 149700 km Date: 2017-02-13 15:33
--------------------------------------------------------------- Long coding Control unit: 09 Central Electrics Old value: 6F180A3F98272A048088008064008F2447652186535D8D60648060200000 New value: 6F180A3F98272A048088008164008F2447652186535D8D60648060200000 Mileage: 148450 km Date: 2017-02-01 05:35
--------------------------------------------------------------- Long coding Control unit: 37 Navigation Old value: 06060021010002000000100A New value: 06060001010002000000100A Mileage: 147390 km Date: 2017-01-23 08:39
--------------------------------------------------------------- App Name: Activate Bluetooth RNS315 Old value: OFF New value: ON Mileage: 147390 km Date: 2017-01-23 08:38
--------------------------------------------------------------- App Name: USA logic for DRL Old value: OFF New value: ON Mileage: 146520 km Date: 2017-01-17 05:26
--------------------------------------------------------------- Long coding Control unit: 09 Central Electrics Old value: 6F180A3F98272A048088008064000F2447652186535D8D60648060200000 New value: 6F180A3F98272A048088008064008F2447652186535D8D60648060200000 Mileage: 143010 km Date: 2016-12-07 08:27
--------------------------------------------------------------- Long coding Control unit: 09 Central Electrics Old value: 6F180A3F98272A048088008064000F2447652186535D8D60648060200000 New value: 6F180A3F98272A048088008064008F2447652186535D8D60648060200000 Mileage: 143010 km Date: 2016-12-07 08:12
--------------------------------------------------------------- Long coding Control unit: 09 Central Electrics Old value: 6F180A3F98272A048088008064000F2447652186535D8D60648060200000 New value: 6F180A3F98272A048088008064008F2447652186535D8D60648060200000 Mileage: 143010 km Date: 2016-12-07 08:12
--------------------------------------------------------------- Long coding Control unit: 09 Central Electrics Old value: 6F180A3F98272A048088008064008F2447652186535D8D60648060200000 New value: 6F180A3F98272A048088008064000F2447652186535D8D60648060200000 Mileage: 143010 km Date: 2016-12-07 08:12
--------------------------------------------------------------- Long coding Control unit: 09 Central Electrics Old value: 6F180A3F98272A048088008064008F2447652186535D8D60648060200000 New value: 6F180A3F98272A048088008064000F2447652186535D8D60648060200000 Mileage: 143010 km Date: 2016-12-07 08:12
--------------------------------------------------------------- Long coding Control unit: 09 Central Electrics Old value: 6F180A3F98272A048088008164000F2447652186535D8D60648020200000 New value: 6F180A3F98272A048088008064008F2447652186535D8D60648060200000 Mileage: 143010 km Date: 2016-12-07 08:12
--------------------------------------------------------------- App Name: Cornering lights with reverse Old value: OFF New value: ON Mileage: 142910 km Date: 2016-12-07 05:32
--------------------------------------------------------------- Long coding Control unit: 09 Central Electrics Old value: 6F180A3F98272A048088008164000F2447652186535D8D60648020200000 New value: 6F180A3F98272A048088008064008F2447652186535D8D60648020200000 Mileage: 142910 km Date: 2016-12-07 05:31
--------------------------------------------------------------- App Name: USA logic for DRL Old value: ON New value: OFF Mileage: 142720 km Date: 2016-12-06 05:33
--------------------------------------------------------------- Long coding Control unit: 09 Central Electrics Old value: 6F180A3F98272A048088008164000F2447652186535D8D60648020200000 New value: 6F180A3F98272A048088008164008F2447652186535D8D60648020200000 Mileage: 142720 km Date: 2016-12-06 05:32
--------------------------------------------------------------- App Name: Comfort turn signal Old value: 3 New value: 4 Mileage: 142620 km Date: 2016-12-05 13:05
--------------------------------------------------------------- Long coding Control unit: 09 Central Electrics Old value: 6F180A3F98272A048088008164000F2447652186535D8D60648020200000 New value: 6F180A3F98272A048088008164008F2447652186535D8D60648020200000 Mileage: 142620 km Date: 2016-12-05 12:57
--------------------------------------------------------------- Long coding Control unit: 09 Central Electrics Old value: 6F180A3F98272A048088008164000F2447652186535D8D60648020200000 New value: 6F180A3F98272A048088008164008F2447652186535D8D60648020200000 Mileage: 142620 km Date: 2016-12-05 12:57
|
|
|
Post by Cav1982 on Feb 26, 2017 21:33:13 GMT
Sorry wrong paste. Here it is.
OBDeleven data log
Date: 2017-02-26 16:19
VIN: WVWEV7AJ3AW344444 Car: Volkswagen GTI Year: 2010 Engine: CCTA Mileage: 151550 KM
--------------------------------------------------------------- 01 Engine
System description: 2.0l R4/4V TFSI Software version: 0030 Hardware number: 1K0907115AM Long coding: 0403010A18070160
Trouble codes: No trouble codes found
--------------------------------------------------------------- 03 Brakes
System description: ESP MK60EC1 Software number: 1K0907379AH Software version: 0107 Hardware number: 1K0907379AH Hardware version: H30 Long coding: 114B600C492600FE880F06E8921D0041300800
Trouble codes: No trouble codes found
--------------------------------------------------------------- 08 Air Conditioning
System description: Climatic Software number: 3C8907336AJ Software version: 0305 Hardware number: 3C8907336AJ Hardware version: H14 ODX name: EV_Climatic ODX version: A01005 Long coding: 0000001002
Trouble codes: No trouble codes found
--------------------------------------------------------------- 09 Central Electrics
System description: BCM PQ35 H+ Software number: 1K0937087G Software version: 0576 Hardware number: 1K0937087G Hardware version: 103 Long coding: 6F180A3F98252A04C088008164008FA447652186535D8D60648060200000
Subsystems: System description: Wischer 25021 Software number: 1K1955119F Software version: 0512 Hardware version: 21 Long coding: 009F95
Trouble codes: 00907 - Load management intervention static
--------------------------------------------------------------- 15 Airbag
System description: AirbagVW10G Software number: 5K0959655B Software version: 0706 Hardware number: 5K0959655B Hardware version: 021 Serial number: 003C4D0APG85 ODX name: EV_AirbaVW10SMEVW360 ODX version: A01012 Long coding: 00003031
Subsystems: System description: BF-Gewichtss. Software number: 5K0959339 Software version: 0002 Hardware version: 007 Serial number: ---0000R--000531C600
System description: S.Sens.Fahr.V Software number: 5K0959354 Software version: ---- Hardware version: H01 Serial number: 3572MSME3E6F2050ZZZ
System description: S.Sens.Beif.V Software number: 5K0959354 Software version: ---- Hardware version: H01 Serial number: 3582MSME5F59654FZZZF
System description: S.Sens.Fahr.H Software number: Software version: ---- Hardware version: --- Serial number: 3512QSME18164B75ZZZY
System description: S.Sens.Beif.H Software number: Software version: ---- Hardware version: --- Serial number: 3522QSME28304C7DZZZ+
System description: F.Sens.Fahr Software number: Software version: ---- Hardware version: --- Serial number: 35527SME5B603720ZZZA
System description: F.Sens.Beif Software number: Software version: ---- Hardware version: --- Serial number: 35627SME35031B20ZZZ2
Trouble codes: No trouble codes found
--------------------------------------------------------------- 16 Steering Column Electronics
System description: J0527 056 Software version: 0111 Hardware number: 1K0953549CF Coding: 0000532
Subsystems: System description: E221__MFL-TAS H05 Software number: 5K0959542 Software version: 0010 Coding: 0000130
Trouble codes: No trouble codes found
--------------------------------------------------------------- 17 Dash Board
System description: KOMBI Software number: 5K6920970H Software version: 0305 Hardware number: 5K6920970H Hardware version: H03 Serial number: 00000000000000 ODX name: EV_Kombi_UDS_VDD_RM09 ODX version: A04052 Long coding: 270D00
Trouble codes: No trouble codes found
--------------------------------------------------------------- 19 Gateway
System description: J533 Gateway H07 Software version: 0112 Hardware number: 1K0907530AD Serial number: 240210F1000995 Long coding: E9811F07501612000000
Trouble codes: 00463 - Digital Sound System Control Module No signal/communication static 00484 - Vehicle location recognition control module No signal/communication static
--------------------------------------------------------------- 1C Vehicle Position Detection
--------------------------------------------------------------- 25 Immobilizer
System description: IMMO Software number: 5K0953234 Software version: 0305 Hardware number: 5K0953234 Hardware version: H03 Serial number: 00000000000000 ODX name: EV_Immo_UDS_VDD_RM09 ODX version: A03005 Long coding: 000000
Trouble codes: No trouble codes found
--------------------------------------------------------------- 2E Media Player Position 3
System description: SG EXT.PLAYER Software number: 5N0035342B Software version: 0090 Hardware number: 5N0035342B Hardware version: H13 Serial number: 7667849440 Long coding: 010000
Trouble codes: No trouble codes found
--------------------------------------------------------------- 37 Navigation
System description: RNS315-NAR Software number: 1K0035274B Software version: 0265 Hardware number: 1K0035274B Hardware version: H35 Serial number: VWZAZ2M4207223 ODX name: EV_RNS315NARV2UDS ODX version: A01004 Long coding: 06060001010002000000100A
Subsystems: System description: NAR_V2������� Software number: 3AA919866B� Software version: 0002
Trouble codes: B110513 - Left front audio signal output Open circuit static B110613 - Right front audio signal output Open circuit static B110813 - Left rear audio signal output Open circuit static B110713 - Right rear audio signal output Open circuit static B110131 - CD changer No signal static U111100 - Function limitation due to missing message static B104813 - Telephone microphone Open circuit static B11CF53 - Tuner for satellite radio Deactivated static U101400 - Control module incorrectly coded static
--------------------------------------------------------------- 42 Door Electronics Driver Side
System description: Tuer-SG 009 Software version: 2111 Hardware number: 5K0959701B Coding: 0001076
Trouble codes: 00109 - Mirror turn signal bulb, driver side Electrical malfunction in circuit static
--------------------------------------------------------------- 44 Steering Assistance
System description: EPS_ZFLS Kl. 74 Software version: 3001 Hardware number: 1K0909144J Serial number: ZF0-00506.03.1
Trouble codes: No trouble codes found
--------------------------------------------------------------- 47 Sound System
--------------------------------------------------------------- 52 Door Electronics Passenger Side
System description: Tuer-SG 009 Software version: 2111 Hardware number: 5K0959702B Coding: 0001076
Trouble codes: 00110 - Mirror turn signal bulb, frt. pass. side Electrical malfunction in circuit static
--------------------------------------------------------------- 55 Headlight Regulation
System description: AFS-Steuergeraet Software version: 0142 Hardware number: 5M0907357C Coding: 1446940
Subsystems: System description: AFS-Lst.-Modul l Software number: 7L6941329B Software version: 0005
System description: AFS-Lst.-Modul r Software number: 7L6941329B Software version: 0005
Trouble codes: No trouble codes found
--------------------------------------------------------------- 65 Tire Pressure Monitoring 1
System description: RDK Software number: 1K0937087G Software version: 0521 Hardware number: 1K0937087G Hardware version: 103 Long coding: 018705
Trouble codes: No trouble codes found
--------------------------------------------------------------- 77 Telephone
System description: TELEFON Software number: 7P6035730C Software version: 0440 Hardware number: 7P6035730C Hardware version: H05 Serial number: 00007668489100 ODX name: UHVNA ODX version: A01007 Long coding: 0A00000000010100
Trouble codes: B104F11 - Left audio channel for speech/telephone Short circuit to ground static B104E11 - Right audio channel for speech/telephone Short circuit to ground static
|
|
|
Post by Matthew on Feb 27, 2017 4:01:13 GMT
I'll have to think about all these errors that you are getting. These are caused because you have modules incorrectly coded.
Don't worry about the "Load management intervention" error. That will fix itself when the other errors are cleared.
If you were playing around with 19-Gateway, and ticked a module that your car does not actually have then it can create these errors. I'm looking at your HISTORY logs to see what has changed.
By now you would have realized that your 77-telephone, 2E-Media Player, 37-Navigation, and steering wheel coding are all interconnected. If you mess with one of them, then you "break" the coding for the others.
For example, you have to have the "77-telephone" enabled in both the RADIO/ Navigation and Gateway for it to work (but you don't have to have it enabled in the steering wheel to answer or reject phone calls).
-----------------------------------------------------Does your radio/ navigation audio work OK? -----------------If yes---------------------------------->>>> For testing, I'd disable the option to monitor the speakers and disable the external CD changer if your car does not have one. Clear the codes and test again. However, all these codes for this module indicate that there may be a cabling issue, fuses blown or the module improperly coded such as when you were trying to disable PTT earlier for the Mute button. I noticed your HISTORY shows changes to 37-Navigation. I'd strongly suggest going back to the earliest original coding for that module, clear the error codes and try again.
|
|
|
Post by Cav1982 on Feb 28, 2017 0:49:17 GMT
Thanks, I appreciate your taking the time to help figure this out. To answer a couple of your points:
The radio and Navigation work perfectly fine. The only issue I'm having is with the voice command instructions and bluetooth phonecalls (voices are almost impossible to hear and full of static). Bluetooth music works perfectly fine.
How would I disable the option to monitor speakers and disable the CD changer?
As for Navigation: All the activity you see on the history log are attempts to turn on/off SDS or to switch PTT to Mute through your apps. None of them worked, but I didn't do any long coding in there so I assume that's what they are. Also all of them seem to be attempting the same switch: Old value: 06060021010002000000100A New value: 06060001010002000000100A I assume that since it keeps reverting back to the same value that the new coding isn't actually taking effect?
|
|
|
Post by Matthew on Feb 28, 2017 4:25:10 GMT
How would I disable the option to monitor speakers and disable the CD changer? wiki.ross-tech.com/wiki/index.php/VW_Radio_Navigation_System_(RNS300) The RSN300 and 315 should be basically the same coding I'd change your coding as shown here, but the coding that you have posted is of a different type than found in Ross-Tech's page, so they may be 2 different units (300 vs 315) ...and may be closer to the RNS510 wiki.ross-tech.com/wiki/index.php/VW_Radio_Navigation_System_(RNS510)I then noticed on Ross-Tech's page the disclaimer below: Note: The RNS-310 does not communicate with a scan tool. Use address 37-Navigation (J794) instead.. The above may be making reference to a difference in protocol such as "BAP" to match your cluster I'll do some research and get you a better answer shortly.
|
|
|
Post by Cav1982 on Feb 28, 2017 14:12:56 GMT
I probably should have mentioned this earlier as well but forgot to. I replaced my stock RCD 310? with a 2012 RNS 510 years ago...
|
|
|
Post by Matthew on Feb 28, 2017 14:51:23 GMT
I probably should have mentioned this earlier as well but forgot to. I replaced my stock RCD 310? with a 2012 RNS 510 years ago... This makes life easier for the both of us. There is an abundance of support for EVERYTHING in the RNS510 wiki.ross-tech.com/wiki/index.php/VW_Radio_Navigation_System_(RNS510)This page above is ALL you will ever need to change the options in the RCD510 (Module 37), so you can play around with the bits and bytes and watch the list of error codes go down. You need to stat with Byte4, Bit1 to disable the speaker monitoring for ALL speakers (the other options for that byte should be unchecked. Save that code, then clear all errors, then do a thorough scan again. I'd also disable Byte0, Bit1 for the CD changer as another test to see if that error code goes away. I found it strange that your coding showed the xxx-315 earlier
|
|
|
Post by Cav1982 on Mar 2, 2017 3:12:19 GMT
Hi,
I followed your advice and did all of the above. Afraid it didn't make any difference with the problems with voice command/bluetooth phone calls. Any suggestions for dealing with this issue? This is what I'm working with now as far as the data log is concerned. OBDeleven data log
Date: 2017-03-01 14:13
VIN: WVWEV7AJ3AW344444 Car: Volkswagen GTI Year: 2010 Engine: CCTA Mileage: 152130 KM
--------------------------------------------------------------- 01 Engine
System description: 2.0l R4/4V TFSI Software version: 0030 Hardware number: 1K0907115AM Long coding: 0403010A18070160
Trouble codes: No trouble codes found
--------------------------------------------------------------- 03 Brakes
System description: ESP MK60EC1 Software number: 1K0907379AH Software version: 0107 Hardware number: 1K0907379AH Hardware version: H30 Long coding: 114B600C492600FE880F06E8921D0041300800
Trouble codes: No trouble codes found
--------------------------------------------------------------- 04 Steering Angle Sender
--------------------------------------------------------------- 08 Air Conditioning
System description: Climatic Software number: 3C8907336AJ Software version: 0305 Hardware number: 3C8907336AJ Hardware version: H14 ODX name: EV_Climatic ODX version: A01005 Long coding: 0000001002
Trouble codes: No trouble codes found
--------------------------------------------------------------- 09 Central Electrics
System description: BCM PQ35 H+ Software number: 1K0937087G Software version: 0576 Hardware number: 1K0937087G Hardware version: 103 Long coding: 6F180A3F98252A04C088008164008FA447652186535D8D60648060200000
Subsystems: System description: Wischer 25021 Software number: 1K1955119F Software version: 0512 Hardware version: 21 Long coding: 009F95
Trouble codes: No trouble codes found
--------------------------------------------------------------- 15 Airbag
System description: AirbagVW10G Software number: 5K0959655B Software version: 0706 Hardware number: 5K0959655B Hardware version: 021 Serial number: 003C4D0APG85 ODX name: EV_AirbaVW10SMEVW360 ODX version: A01012 Long coding: 00003031
Subsystems: System description: BF-Gewichtss. Software number: 5K0959339 Software version: 0002 Hardware version: 007 Serial number: ---0000R--000531C600
System description: S.Sens.Fahr.V Software number: 5K0959354 Software version: ---- Hardware version: H01 Serial number: 3572MSME3E6F2050ZZZ
System description: S.Sens.Beif.V Software number: 5K0959354 Software version: ---- Hardware version: H01 Serial number: 3582MSME5F59654FZZZF
System description: S.Sens.Fahr.H Software number: Software version: ---- Hardware version: --- Serial number: 3512QSME18164B75ZZZY
System description: S.Sens.Beif.H Software number: Software version: ---- Hardware version: --- Serial number: 3522QSME28304C7DZZZ+
System description: F.Sens.Fahr Software number: Software version: ---- Hardware version: --- Serial number: 35527SME5B603720ZZZA
System description: F.Sens.Beif Software number: Software version: ---- Hardware version: --- Serial number: 35627SME35031B20ZZZ2
Trouble codes: No trouble codes found
--------------------------------------------------------------- 16 Steering Column Electronics
System description: J0527 056 Software version: 0111 Hardware number: 1K0953549CF Coding: 0000532
Subsystems: System description: E221__MFL-TAS H05 Software number: 5K0959542 Software version: 0010 Coding: 0000130
Trouble codes: No trouble codes found
--------------------------------------------------------------- 17 Dash Board
System description: KOMBI Software number: 5K6920970H Software version: 0305 Hardware number: 5K6920970H Hardware version: H03 Serial number: 00000000000000 ODX name: EV_Kombi_UDS_VDD_RM09 ODX version: A04052 Long coding: 270D00
Trouble codes: No trouble codes found
--------------------------------------------------------------- 19 Gateway
System description: J533 Gateway H07 Software version: 0112 Hardware number: 1K0907530AD Serial number: 240210F1000995 Long coding: E9811F07501612000000
Trouble codes: 00463 - Digital Sound System Control Module No signal/communication static 00484 - Vehicle location recognition control module No signal/communication static
--------------------------------------------------------------- 25 Immobilizer
System description: IMMO Software number: 5K0953234 Software version: 0305 Hardware number: 5K0953234 Hardware version: H03 Serial number: 00000000000000 ODX name: EV_Immo_UDS_VDD_RM09 ODX version: A03005 Long coding: 000000
Trouble codes: No trouble codes found
--------------------------------------------------------------- 2E Media Player Position 3
System description: SG EXT.PLAYER Software number: 5N0035342B Software version: 0090 Hardware number: 5N0035342B Hardware version: H13 Serial number: 7667849440 Long coding: 010000
Trouble codes: No trouble codes found
--------------------------------------------------------------- 37 Navigation
System description: RNS315-NAR Software number: 1K0035274B Software version: 0265 Hardware number: 1K0035274B Hardware version: H35 Serial number: VWZAZ2M4207223 ODX name: EV_RNS315NARV2UDS ODX version: A01004 Long coding: 04060001020002000000100A
Subsystems: System description: NAR_V2������� Software number: 3AA919866B� Software version: 0002
Trouble codes: B110513 - Left front audio signal output Open circuit static B110613 - Right front audio signal output Open circuit static B110813 - Left rear audio signal output Open circuit static B110713 - Right rear audio signal output Open circuit static U111100 - Function limitation due to missing message static B104813 - Telephone microphone Open circuit static B11CF53 - Tuner for satellite radio Deactivated static U101400 - Control module incorrectly coded static
--------------------------------------------------------------- 42 Door Electronics Driver Side
System description: Tuer-SG 009 Software version: 2111 Hardware number: 5K0959701B Coding: 0001076
Trouble codes: 00109 - Mirror turn signal bulb, driver side Electrical malfunction in circuit Intermittent
--------------------------------------------------------------- 44 Steering Assistance
System description: EPS_ZFLS Kl. 74 Software version: 3001 Hardware number: 1K0909144J Serial number: ZF0-00506.03.1
Trouble codes: No trouble codes found
--------------------------------------------------------------- 46 Central Module Comfort System
--------------------------------------------------------------- 52 Door Electronics Passenger Side
System description: Tuer-SG 009 Software version: 2111 Hardware number: 5K0959702B Coding: 0001076
Trouble codes: 00110 - Mirror turn signal bulb, frt. pass. side Electrical malfunction in circuit Intermittent
--------------------------------------------------------------- 55 Headlight Regulation
System description: AFS-Steuergeraet Software version: 0142 Hardware number: 5M0907357C Coding: 1446940
Subsystems: System description: AFS-Lst.-Modul l Software number: 7L6941329B Software version: 0005
System description: AFS-Lst.-Modul r Software number: 7L6941329B Software version: 0005
Trouble codes: No trouble codes found
--------------------------------------------------------------- 56 Radio
--------------------------------------------------------------- 65 Tire Pressure Monitoring 1
System description: RDK Software number: 1K0937087G Software version: 0521 Hardware number: 1K0937087G Hardware version: 103 Long coding: 018705
Trouble codes: No trouble codes found
--------------------------------------------------------------- 77 Telephone
System description: TELEFON Software number: 7P6035730C Software version: 0440 Hardware number: 7P6035730C Hardware version: H05 Serial number: 00007668489100 ODX name: UHVNA ODX version: A01007 Long coding: 0A00000000010100
Trouble codes: No trouble codes found
|
|
|
Post by Matthew on Mar 2, 2017 15:46:57 GMT
There seems to be some mismatched coding as your scan still says that you have the RNS-315 installed. If you have the RNS-510 installed, then it means there is still a RNS-315 slave-module that needs to be unplugged to make the system only detect the RSN510. This would explain all your errors.
Having 2 head units communicating on the same CANbus would create numerous errors and create erratic readings on your "infotainmnent" system
I'd still suggest you start by physically removing and disconnecting the headunit, then doing a scan. If it still detects the 315, then you know the issue is really with a part of the old RNS-315 left attached to the harness (such as a bluetooth module or navigational antennas / GPS)
|
|
|
Post by cav1982 on Mar 3, 2017 1:09:12 GMT
Ok, I'll give that a shot. Although I'm pretty sure I didn't replace the GPS antenna, and just replaced the head unit. Don't really care about the fault codes so much as fixing the bluetooth issue. And that was working just fine until some time ago. Although I didn't do any mods when it went out, so maybe it's a hardware issue.
|
|
|
Post by cav1982 on Mar 3, 2017 1:12:27 GMT
Also any chance you could answer a question about my mk7? I've had this fault code ever since buying my '16 Golf Sportwagen SEL w/ Lighting Package and Driver Assist Package, and can't seem to figure out what it is. Any ideas?
19 Gateway
System description: GW MQB High Software number: 5Q0907530AF Software version: 2224 Hardware number: 5Q0907530M Hardware version: 212 Serial number: 19091510800408 ODX name: EV_GatewConti ODX version: 013020 Long coding: 0901000830085900FB00021A1C0F00000001050000000000000000000000
Subsystems: System description: E221__MFL-DC1 Software version: 0040 Hardware version: H16 Serial number: 29150001484100085294 Long coding: 35FFFF
Trouble codes: U110900 - Converter with socket No communication static
|
|
|
Post by Matthew on Mar 3, 2017 11:43:32 GMT
Although I'm pretty sure I didn't replace the GPS antenna, and just replaced the head unit. I'd recommend disconnecting BOTH, clearing ALL error codes, then doing a scan to see what pops up. I'd then install only the RNS-510, then do a scan again without the bluetooth and GPS attached.
|
|
|
Post by Matthew on Mar 3, 2017 11:47:45 GMT
Also any chance you could answer a question about my mk7? Please post the full coding list for your car. I need to see the other modules that you have installed in your car as well.
|
|
|
Post by cav1982 on Mar 4, 2017 13:32:55 GMT
Hi, I appreciate your helping me with this as well. I couldn't get a response on the mk7 forum. Here's the data log for the '16 SportWagen.
OBDeleven data log
Date: 2017-03-01 21:25
VIN: 3VWC17AU7GM515442 Car: Volkswagen SportWagen Year: 2016 Engine: CXBB Mileage: 17050 KM
--------------------------------------------------------------- 01 Engine
System description: 1.8l R4 TFSI Software number: 8V0906264F Software version: 0003 Hardware number: 06K907425B Hardware version: H13 ODX name: EV_ECM18TFS0208V0906264F ODX version: 001003 Long coding: 091A00322464002F1000
Trouble codes: No trouble codes found
--------------------------------------------------------------- 02 Transmission
System description: AISIN AG6 G3 Software number: 09G927749AP Software version: 2943 Hardware number: 09G927749AP Hardware version: 129 ODX name: EV_TCMAQ250031 ODX version: 002009 Long coding: 010200000C000000000000000000000000000000
Trouble codes: No trouble codes found
--------------------------------------------------------------- 03 Brakes
System description: ESC Software number: 3Q0907379AB Software version: 0723 Hardware number: 3Q0907379G Hardware version: H42 Serial number: 62115000000629 ODX name: EV_Brake1UDSContiMK100IPB ODX version: 034036 Long coding: 04FA6AA124210971007B020481C5292056249000408194B416435052C082
Trouble codes: No trouble codes found
--------------------------------------------------------------- 08 Air Conditioning
System description: Climatronic Software number: 5GM907044A Software version: 1001 Hardware number: 5GM907044A Hardware version: H03 ODX name: EV_ACClimaBHBVW37X ODX version: 003018 Long coding: 02020024200100000105000012111402
Trouble codes: No trouble codes found
--------------------------------------------------------------- 09 Central Electrics
System description: BCM PQ37BOSCH Software number: 5Q0937087AA Software version: 0162 Hardware number: 5Q0937087AA Hardware version: 028 Serial number: 86580709151892 ODX name: EV_BodyContrModul1UDSBosc ODX version: 015002 Long coding: 00511B464041A2E969E44000001407001800000000000000000000000000
Subsystems: System description: WWS 150609 Software version: 0581 Hardware version: 043 Serial number: 151114023658 Long coding: 0E4DDD
System description: RLHS Software version: 0059 Hardware version: 037 Serial number: S5Y15M09D15H17M09S48 Long coding: 96A8DD
System description: J245 PS22.409 Software version: 0004 Hardware version: H03 Serial number: 0000FST000H7HJO00000 Long coding: 191800
System description: J394 PS22.409 Software version: 0004 Hardware version: H03 Serial number: 0000FST000GIFO100000 Long coding: 191800
Trouble codes: No trouble codes found
--------------------------------------------------------------- 13 Adaptive Cruise Control
System description: ACC Bosch MQB Software number: 5Q0907572F Software version: 0400 Hardware number: 5Q0907572F Hardware version: H05 Serial number: 03071503210697 ODX name: EV_ACCMRRBoschVW372 ODX version: 001016 Long coding: 01045400FE0739
Trouble codes: No trouble codes found
--------------------------------------------------------------- 15 Airbag
System description: AirbagVW20 Software number: 5Q0959655J Software version: 0830 Hardware number: 5Q0959655J Hardware version: 010 Serial number: 003GCR039DPM ODX name: EV_AirbaVW20SMEVW37X ODX version: 002144 Long coding: 8CCCFC00000000005000001AC24800000065
Subsystems: System description: BF-Gewichtss. Software version: 0021 Hardware version: H11 Serial number: IBH000000000003IOZRO Long coding: 303137
System description: SideSensor_Df Software version: 0887 Hardware version: 001 Serial number: 35700000000AD9F0F41$ Long coding: 2D2D2D
System description: SideSensor_Pf Software version: 0887 Hardware version: 001 Serial number: 358000000005C6AC161Q Long coding: 2D2D2D
System description: SideSensor_Dr Software version: 6149 Hardware version: 001 Serial number: 3510002AB1CB0C23305 Long coding: 2D2D2D
System description: SideSensor_Pr Software version: 6149 Hardware version: 001 Serial number: 3520002A51CB0C21C394 Long coding: 2D2D2D
System description: FrontSensor_D Software version: 6149 Hardware version: 001 Serial number: 35500029D1CF1D306158 Long coding: 2D2D2D
System description: FrontSensor_P Software version: 6149 Hardware version: 001 Serial number: 35600029D1CF1D31C0DN Long coding: 2D2D2D
Trouble codes: No trouble codes found
--------------------------------------------------------------- 16 Steering Column Electronics
System description: Lenks.Modul Software number: 5Q0953521BB Software version: 0195 Hardware number: 5Q0953569A Hardware version: 075 Serial number: 20150912500665 ODX name: EV_SMLSVALEOMQB ODX version: 001015 Long coding: 0C10
Trouble codes: No trouble codes found
--------------------------------------------------------------- 17 Dash Board
System description: KOMBI Software number: 5G1920840A Software version: 6420 Hardware number: 5G1920840A Hardware version: 242 ODX name: EV_DashBoardVDDMQBAB ODX version: 009046 Long coding: 0BA5111AED98CF0502887A0B5000000000000000
Trouble codes: No trouble codes found
--------------------------------------------------------------- 19 Gateway
System description: GW MQB High Software number: 5Q0907530AF Software version: 2224 Hardware number: 5Q0907530M Hardware version: 212 Serial number: 19091510800408 ODX name: EV_GatewConti ODX version: 013020 Long coding: 0901000830085900FB00021A1C0F00000001050000000000000000000000
Subsystems: System description: E221__MFL-DC1 Software version: 0040 Hardware version: H16 Serial number: 29150001484100085294 Long coding: 35FFFF
Trouble codes: U110900 - Converter with socket No communication static
--------------------------------------------------------------- 2B Steering Column Locking
System description: ELV-MQBA Software number: 5Q0905861A Software version: 0120 Hardware number: 5Q0905861A Hardware version: H01 Serial number: 15000202271002 ODX name: EV_ELVMarquMQB ODX version: 004111 Long coding: 5D00000000000000
Trouble codes: No trouble codes found
--------------------------------------------------------------- 3C Lane Change Assistant
System description: HRE_Master Software number: 5Q0907686B Software version: 0071 Hardware number: 5Q0907686B Hardware version: H11 Serial number: 0378898043 ODX name: EV_HREntryHella ODX version: 001028 Long coding: 02011103
Trouble codes: No trouble codes found
--------------------------------------------------------------- 42 Door Electronics Driver Side
System description: TSG FS Software number: 5Q0959593E Software version: 0041 Hardware number: 5Q0959593B Hardware version: 020 Serial number: 101015060505BQ ODX name: EV_DCUDriveSideEWMAXKLO ODX version: 006003 Long coding: 003A13208000040000000000
Subsystems: System description: Fond FHSG DRV Software version: 0002 Hardware version: 007 Serial number: 00000000000002060334 Long coding: 011000
Trouble codes: No trouble codes found
--------------------------------------------------------------- 44 Steering Assistance
System description: EPS_MQB_ZFLS Software number: 5Q0909144S Software version: 1063 Hardware number: 5Q0909144R Hardware version: 126 ODX name: EV_SteerAssisMQB ODX version: 012140 Long coding: 1302
Trouble codes: No trouble codes found
--------------------------------------------------------------- 52 Door Electronics Passenger Side
System description: TSG BFS Software number: 5Q0959592E Software version: 0041 Hardware number: 5Q0959592B Hardware version: 020 Serial number: 241015060501NW ODX name: EV_DCUPasseSideEWMAXKLO ODX version: 006003 Long coding: 003A13208C00040000000000
Subsystems: System description: Fond FHSG PSG Software version: 0002 Hardware version: 007 Serial number: 00000000000002064927 Long coding: 091000
Trouble codes: No trouble codes found
--------------------------------------------------------------- 55 Headlight Regulation
System description: AFS-ECU Software number: 7P6907357D Software version: 0090 Hardware number: 7P6907357A Hardware version: H07 Serial number: -------------- ODX name: EV_HeadlRegulVWAFSMQB ODX version: 001120 Long coding: 061A00010B000400
Subsystems: System description: LeiMo links Software version: 0004 Hardware version: H01 Long coding: 2E0000
System description: LeiMo rechts Software version: 0004 Hardware version: H01 Long coding: 2E0000
Trouble codes: No trouble codes found
--------------------------------------------------------------- 5F Information Control Unit
System description: MU-S-NS-US Software number: 3Q0035876 Software version: 0245 Hardware number: 3Q0035876 Hardware version: H25 Serial number: VWZAZ2R0415641 ODX name: EV_MUStd4CTSAT ODX version: 001022 Long coding: 027302020000000051220002001808001F0100F401200105C6
Subsystems: System description: ABT_Std-2_Nav Software version: 1028 Hardware version: H52 Serial number: VWZ8Z9RFC007DQ
System description: NAR 2015/16 Software version: 0220 Hardware version: --- Serial number: --------------------
Trouble codes: No trouble codes found
--------------------------------------------------------------- 75 Telematics Communication Unit
System description: OCULowMQBUS Software number: 5QE035285A Software version: 0568 Hardware number: 5QE035285A Hardware version: 007 ODX name: EV_OCULowMQB ODX version: 001006 Long coding: 02730202C2823A017F1E06000000
Trouble codes: No trouble codes found
--------------------------------------------------------------- 76 Parking Assistance
System description: PARKHILFE PLA Software number: 5Q0919298K Software version: 0054 Hardware number: 5Q0919298 Hardware version: H12 Serial number: 39431525301445 ODX name: EV_EPHVA2CAU3700000 ODX version: 003021 Long coding: 0031165011
Trouble codes: No trouble codes found
--------------------------------------------------------------- A5 Front Sensors Driver Assistance System
System description: MQB_MFK Software number: 5Q0980653G Software version: 0060 Hardware number: 5Q0980653 Hardware version: H06 Serial number: 10000421993 ODX name: EV_MFKBoschAU370 ODX version: 001001 Long coding: 0100010000020306000400010100000100
Trouble codes: No trouble codes found
--------------------------------------------------------------- B7 Access Startsystem Interface
System description: VWKESSYMQB Software number: 5Q0959435A Software version: 0604 Hardware number: 5Q0959435 Hardware version: 021 Serial number: 0379255365 ODX name: EV_KessyHellaMQBAB ODX version: 002011 Long coding: 030C0C
Trouble codes: No trouble codes found
|
|
|
Post by Matthew on Mar 4, 2017 16:43:23 GMT
Cav1982, your issue is an interesting one. I see the other forums that you posted this in, but I don't think it is an official error code, it may have just been something generated by OBDeleven itself since your car is still a relatively "new" model. I hosestly, wouldn't even worry about it since the other modules aren't showing an error code either.
I see where someone posted for you to revert your tail lights to stock values (as though the OBDeleven tool applied a partial code change to other modules before it generated the notification that it isn't supported). I wouldn't worry about this error if everything else works fine.
|
|
|
Post by cav1982 on Mar 5, 2017 16:25:22 GMT
Hi Thank you for the feedback again. I already reverted my tails back to stock values, and don't seem to be having any issues, so not going to mess with them anymore. That is interesting about this fault code. Well, if you think it is generated by the OBD11 and isn't something to worry about I'll leave that alone as well.
|
|
|
Post by Matthew on Mar 5, 2017 17:32:14 GMT
Such a fault code doesn't exist on Ross-Tech's page. The syntax for that code doesn't match the Volkswagen Automotive Group's error listing either.
OBD2 error codes starting with the letter "U" denote an issue with the body panel (just the same way that "P" denotes Powertrain error codes). This error doesn't even fall under the usual OBD2 standards so I suspect that it may have just been a something with the OBDeleven app itself.
Since no other module has an error, the only thing your Gateway-19 can complain about is a module defined as being installed, but not physically attached to the car. I'd just leave that error alone since the car functions fine.
|
|