Skip to content

VCDS Codes not working

Featured Replies

I'm just back from my dealer who agreed to put in the VCDS codes for 3 items:

Cornering fog lights (STG09/BYTE12/BIT06

Tear Wipe (STG09/BYTE14/BIT04)

Coming Home Lights (STG09/BYTE10/BIT02)

None of them worked. :wall:

Just looking at a print-off he gave me, just above the Byte and Bit columns, there is a heading "008 - Coding (Service$22)"

I'm wondering if this means he was in STG08 and not STG09...

My car is a 75bhp manual green tech - were the codes for these 3 functions I found on the forum for the 60bhp or something...?

Any help you can give me to give my dealer would be appreciated!

Thanks

I might be able to get hold of a cable and software soon. Will have a look and see what it says on the screen at the time.

Dealers do not use VCDS, so I assume giving them a list of channels, bytes and bits would be pointless.

Sent from my iPad using Tapatalk

What is tear wipe then?

What is tear wipe then?

It's for getting the annoying drop of water that runs down your screen 3 seconds after the wipers have stopped, after using you screen washer.

  • Author

Dealers do not use VCDS, so I assume giving them a list of channels, bytes and bits would be pointless.

Sent from my iPad using Tapatalk

They might use a different system, but the print-out he gave me of the screen he accessed has exactly the structure described in VCDS (STG/BYTE/BIT).

Whe it gets down to the Bit level, there is then a string of 1's and 0's (eg. 101101001). He assumed that 'activating bit 6' would mean counting along that line of 1s and 0s and changing the sixth to a 1. Could this be where he's going wrong...?

STG 09 on VAS is equivalent to 'Select Control Module' -> '09-Cent. Elect.' in VCDS

  • Author

STG 09 on VAS is equivalent to 'Select Control Module' -> '09-Cent. Elect.' in VCDS

Yep, that's the area he was working in...

They might use a different system, but the print-out he gave me of the screen he accessed has exactly the structure described in VCDS (STG/BYTE/BIT).

Whe it gets down to the Bit level, there is then a string of 1's and 0's (eg. 101101001). He assumed that 'activating bit 6' would mean counting along that line of 1s and 0s and changing the sixth to a 1. Could this be where he's going wrong...?

If he does not know how to read binary code then yes, the code will probably be 8 digits long, the 1st digit is bit 7 and the 8th digit is bit 0.

  • Author

If he does not know how to read binary code then yes, the code will probably be 8 digits long, the 1st digit is bit 7 and the 8th digit is bit 0.

So if I give you the current binary code in-full for each of the 3 things I want to change, can you reply with what it should be changed to in order to work?

Yes sure, I don't 'normally' do coding by changing the binary code (or the long code directly) but I have done it a handful of occasions where there has been no choice.

You do need to make sure that you are 100% sure you have the correct byte and bit, if you are happy that these are correct for your controller then it is certainly possible.

Sent from my iPad using Tapatalk

  • Author

Yes sure, I don't 'normally' do coding by changing the binary code (or the long code directly) but I have done it a handful of occasions where there has been no choice.

You do need to make sure that you are 100% sure you have the correct byte and bit, if you are happy that these are correct for your controller then it is certainly possible.

Sent from my iPad using Tapatalk

Hi Gizmo68

So, for the...

Cornering fog lights (STG09/BYTE12/BIT06

Tear Wipe (STG09/BYTE14/BIT04)

Coming Home Lights (STG09/BYTE10/BIT02)

...here's a recreation of what the STG/BYTE/BIT settings are currently on the print-out the mechanic gave me:

Vehicle system

09 - Electronic central electronics

008 - Coding (Service $22)

Select coding value

(I have had to attach the table below as an image as the message board formatting could not keep the columns in line)

post-61480-0-24423200-1371192542_thumb.jpg

If you can say what the relevant lines should be changed to, that would be hugely appreciated!

Thanks in advance.

Edited by Professor

Here are the binary changes for the info given me:

Byte-index Hex Bit-pattern

0 ($0) $7C 01111100

1 ($1) $B8 10111000

2 ($2) $2B 00101011

3 ($3) $00 00000000

4 ($4) $00 00000000

5 ($5) $01 00000001

6 ($6) $00 00000000

7 ($7) $00 00000000

8 ($8) $08 00001000

9 ($9) $00 00000000

10($A) $09 00001001 new code = 00001101

11($ B) $F4 11110100

12($C) $2E 00101110 new code = 01101110

13($D) $28 00101000

14($E) $AC 10101100 new code = 10111100

15($F) $D0 11010000

16($10) $77 01110111

17($11) $C0 11000000

18($12) $42 01000010

19($13) $6F 01101111

20($14) $7E 01111110

21($15) $82 10000010

22($16) $04 00000100

23($17) $40 01000000

24($18) $20 00100000

25($19) $00 00000000

26($1A) $00 00000000

27($1B) $42 01000010

28($1C) $01 00000001

29($1D) $00 00000000

I have shown the change in bold red so hopefully you can understand how the binary code works:

(Bits 7,6,5,4,3,2,1,0)

HTH

Here is my screen pic for central elect

  • Author

Here are the binary changes for the info given me:

Byte-index Hex Bit-pattern

0 ($0) $7C 01111100

1 ($1) $B8 10111000

2 ($2) $2B 00101011

3 ($3) $00 00000000

4 ($4) $00 00000000

5 ($5) $01 00000001

6 ($6) $00 00000000

7 ($7) $00 00000000

8 ($8) $08 00001000

9 ($9) $00 00000000

10($A) $09 00001001 new code = 00001101

11($ B) $F4 11110100

12($C) $2E 00101110 new code = 01101110

13($D) $28 00101000

14($E) $AC 10101100 new code = 10111100

15($F) $D0 11010000

16($10) $77 01110111

17($11) $C0 11000000

18($12) $42 01000010

19($13) $6F 01101111

20($14) $7E 01111110

21($15) $82 10000010

22($16) $04 00000100

23($17) $40 01000000

24($18) $20 00100000

25($19) $00 00000000

26($1A) $00 00000000

27($1B) $42 01000010

28($1C) $01 00000001

29($1D) $00 00000000

I have shown the change in bold red so hopefully you can understand how the binary code works:

(Bits 7,6,5,4,3,2,1,0)

HTH

Thanks v much Gizmo68, much appreciated. I'll take these into the dealer next week.

It took me all of 5 minutes from connecting the cable to the car and opening VCDS.

I now have cornering fog lights and tear wiping working.

The coming home lights are not working at the moment but it may not be dark enough to activate them.

Many thanks Gismo68

It took me all of 5 minutes from connecting the cable to the car and opening VCDS.

I now have cornering fog lights and tear wiping working.

The coming home lights are not working at the moment but it may not be dark enough to activate them.

Many thanks Gismo68

Put your hand over the sensor...

Sent from my Nexus 4 using Tapatalk 2

I cannot get the "coming home lights" to work, all the rest do.

I cannot get the "coming home lights" to work, all the rest do.

On the mkII octy one of the settings needs to be set backwards, something about personalisation, set it to what seems to be the wrong one.

This is from memory and may be wrong.

Sent from my Nexus 4 using Tapatalk 2

OK Where is the sensor for the ambient light?

I did managed to get single door unlock to working by coding Byte 0 Bit 0 (not bit 5)

OK Where is the sensor for the ambient light?

I did managed to get single door unlock to working by coding Byte 0 Bit 0 (not bit 5)

Its the one for wipers on the windscreen. If you don't one it will complicate things.

Sent from my Nexus 4 using Tapatalk 2

Tried coming home lights STG09/Byte10/ Bit2 with no luck so I tried the others in turn 1, 4, 5, 6, 7 but still no luck

The one on our Citigo windscreen is the City Safe sensor?

Edited by Owens

Tried coming home lights STG09/Byte10/ Bit2 with no luck so I tried the others in turn 1, 4, 5, 6, 7 but still no luck

The one on our Citigo windscreen is the City Safe sensor?

I think that is completely different.

What happens if you leave the headlights on and turn off the ignition?

Sent from my Nexus 4 using Tapatalk 2

Tried with the head lights on. Turned off the ignition and still no luck when I lock the car.

  • 5 weeks later...
  • Author

Here are the binary changes for the info given me:

Byte-index Hex Bit-pattern

0 ($0) $7C 01111100

1 ($1) $B8 10111000

2 ($2) $2B 00101011

3 ($3) $00 00000000

4 ($4) $00 00000000

5 ($5) $01 00000001

6 ($6) $00 00000000

7 ($7) $00 00000000

8 ($8) $08 00001000

9 ($9) $00 00000000

10($A) $09 00001001 new code = 00001101

11($ B) $F4 11110100

12($C) $2E 00101110 new code = 01101110

13($D) $28 00101000

14($E) $AC 10101100 new code = 10111100

15($F) $D0 11010000

16($10) $77 01110111

17($11) $C0 11000000

18($12) $42 01000010

19($13) $6F 01101111

20($14) $7E 01111110

21($15) $82 10000010

22($16) $04 00000100

23($17) $40 01000000

24($18) $20 00100000

25($19) $00 00000000

26($1A) $00 00000000

27($1B) $42 01000010

28($1C) $01 00000001

29($1D) $00 00000000

I have shown the change in bold red so hopefully you can understand how the binary code works:

(Bits 7,6,5,4,3,2,1,0)

HTH

Finally got booked in at the dealer this morning - they used the codes and all worked perfectly.  

Thanks to Gizmo68 - this is the Skoda Community at it's best!

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Important Information

Welcome to BRISKODA. Please note the following important links Terms of Use. We have a comprehensive Privacy Policy. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.