Notices
A6 (C7 Platform) Discussion Discussion forum for the C7 Audi A6 produced from 2011 - 2017

Does anybody have the CORRECT coding to disable engine shutdown?

Old 02-25-2014, 08:03 AM
  #1  
Banned
Thread Starter
 
Mike_L's Avatar
 
Join Date: Sep 2013
Location: NYC
Posts: 663
Likes: 0
Received 0 Likes on 0 Posts
Default Does anybody have the CORRECT coding to disable engine shutdown?

I found this coding, but half of what it says doesn't exist on my car.

Disabling engine stop when opening driver's door.
Recode the Central Convenience module to STOP the engine from turning off when you get out, having moved the car.
[Select]
[46 - Central Conv.]
[Coding - 07]
[Long Coding Helper]
Click on the red byte (below) and in the binary code you will see: 00000111
Change it to: 00001111
ie. with 1111 at the end not 111

Tab into the next bit box and you will see the code change to 0F (013F062220B90000832009042001040700000000000000000 00000000000 to 013B062220B90000832009042001040F000000000000000000 0000000000)
[close the long code helper]
[Do It!]


I have no red byte, and my binary looks nothing like that.

Somebody please help, I'm about ready to shoot this freaking car.
Old 02-25-2014, 09:28 AM
  #2  
AudiWorld Member
 
13c7a6's Avatar
 
Join Date: Jan 2013
Posts: 162
Likes: 0
Received 0 Likes on 0 Posts
Default

Originally Posted by Mike_L
I found this coding, but half of what it says doesn't exist on my car.

Disabling engine stop when opening driver's door.
Recode the Central Convenience module to STOP the engine from turning off when you get out, having moved the car.
[Select]
[46 - Central Conv.]
[Coding - 07]
[Long Coding Helper]
Click on the red byte (below) and in the binary code you will see: 00000111
Change it to: 00001111
ie. with 1111 at the end not 111

Tab into the next bit box and you will see the code change to 0F (013F062220B90000832009042001040700000000000000000 00000000000 to 013B062220B90000832009042001040F000000000000000000 0000000000)
[close the long code helper]
[Do It!]


I have no red byte, and my binary looks nothing like that.

Somebody please help, I'm about ready to shoot this freaking car.
Mine was done by the dealer TSB-46-12-27

There may be a newer TSB check here:

http://engine-codes.com/tsb/audi/a6/2013.html
Old 02-25-2014, 09:34 AM
  #3  
AudiWorld Super User
 
Richard Solomon's Avatar
 
Join Date: Mar 2000
Posts: 20,314
Likes: 0
Received 0 Likes on 0 Posts
Default

Originally Posted by Mike_L
I have no red byte, and my binary looks nothing like that.

Somebody please help, I'm about ready to shoot this freaking car.
Post a screen shot from VCDS....
Old 02-25-2014, 09:54 AM
  #4  
AudiWorld Super User
 
Richard Solomon's Avatar
 
Join Date: Mar 2000
Posts: 20,314
Likes: 0
Received 0 Likes on 0 Posts
Default

Originally Posted by Mike_L
I have no red byte, and my binary looks nothing like that.
Well, I found the page you found this on, and on that page there's a byte highlighted in red - it's not going to be red in VCDS, but it is the 32nd digit when counting from the left - note that it's a "7" on his example beforehand and then an "F" afterwards. If my math is right that's byte 16.

If you select byte 16 on your long coding helper it should show an 8-bit field and bit 4 of that should be 0. In a perfect world you'd see the same data as the poster (his was 07 or 00000111 in binary) and change it to match (0F or 00001111) but either way it should be bit 4 you're setting to a 1.

Disclaimer: I have no idea if the procedure is correct, I'm attempting to explain someone else's posting. I also don't have a current VCDS with long coding so I may be slightly off in explaining it.
Old 02-25-2014, 11:48 AM
  #5  
Banned
Thread Starter
 
Mike_L's Avatar
 
Join Date: Sep 2013
Location: NYC
Posts: 663
Likes: 0
Received 0 Likes on 0 Posts
Default

Originally Posted by Richard Solomon
Well, I found the page you found this on, and on that page there's a byte highlighted in red - it's not going to be red in VCDS, but it is the 32nd digit when counting from the left - note that it's a "7" on his example beforehand and then an "F" afterwards. If my math is right that's byte 16.

If you select byte 16 on your long coding helper it should show an 8-bit field and bit 4 of that should be 0. In a perfect world you'd see the same data as the poster (his was 07 or 00000111 in binary) and change it to match (0F or 00001111) but either way it should be bit 4 you're setting to a 1.

Disclaimer: I have no idea if the procedure is correct, I'm attempting to explain someone else's posting. I also don't have a current VCDS with long coding so I may be slightly off in explaining it.
The page I found it on has no picture, so I had no idea what I was looking at. I'll try your way on Saturday. I'm stuck in the car for 6 hours at work, so thats when I mess with stuff. Thanks.

This is where I got it: http://www.vwaudiforum.co.uk/forum/a...t-132245.html?
Old 02-25-2014, 12:41 PM
  #6  
AudiWorld Super User
 
snagitseven's Avatar
 
Join Date: Jul 2001
Location: SE Massachusetts, U.S.
Posts: 14,024
Received 92 Likes on 43 Posts
Default

([46 - Central Conv.]
[Coding - 07]
[Long Coding Helper])

What he's stating is to select the bytes (as he's shown below highlighted in red) in the long coding helper:

013F062220B9000083200904200104070000000000000000000000000000

then continue with the instructions to change the displayed binary code from this:

00000111

to this:

00001111 (basically changing the 5th "0" to a "1")

which will then change the long code displayed result to this after you tab to the next bit field:

013B062220B90000832009042001040F0000000000000000000000000000

Select "Save" or "Do it" if offered as an option.

Write down the default before making the change just in case. Good luck.

Last edited by snagitseven; 02-25-2014 at 12:44 PM.
Old 02-25-2014, 01:29 PM
  #7  
AudiWorld Super User
 
Richard Solomon's Avatar
 
Join Date: Mar 2000
Posts: 20,314
Likes: 0
Received 0 Likes on 0 Posts
Default

Originally Posted by Mike_L
The page I found it on has no picture, so I had no idea what I was looking at. I'll try your way on Saturday. I'm stuck in the car for 6 hours at work, so thats when I mess with stuff. Thanks.

This is where I got it: http://www.vwaudiforum.co.uk/forum/a...t-132245.html?
If you click on the "View Full Version" link on that page it has the red text
http://www.vwaudiforum.co.uk/forum/s...C7-VCDS-Tricks

Snagitseven also rephrased it well.... and noted you should save your existing long coding off before making any changes. I thought VCDS would scan all your modules and record their existing coding - I would do that first, and periodically!
Old 02-25-2014, 03:14 PM
  #8  
Banned
Thread Starter
 
Mike_L's Avatar
 
Join Date: Sep 2013
Location: NYC
Posts: 663
Likes: 0
Received 0 Likes on 0 Posts
Default

Cool. Thanks guys.
Old 09-13-2018, 12:44 PM
  #9  
AudiWorld Newcomer
 
dam pander's Avatar
 
Join Date: Aug 2018
Posts: 2
Likes: 0
Received 0 Likes on 0 Posts
Default

Originally Posted by Mike_L
Cool. Thanks guys.
Hey Mike did you get it to work?
Old 09-13-2018, 04:58 PM
  #10  
AudiWorld Super User
 
KevinGary's Avatar
 
Join Date: Mar 2005
Location: Long Island, New York
Posts: 9,659
Received 873 Likes on 714 Posts
Default

Originally Posted by dam pander
Hey Mike did you get it to work?
Mike will never respond to your question. He was banned from the forum.

Thread Tools
Search this Thread
Quick Reply: Does anybody have the CORRECT coding to disable engine shutdown?



All times are GMT -8. The time now is 11:28 AM.