Tomas: Hi and thanks for the PM.
This is a better view of your coding values:
ABS module
Code:
OLD NEW
Byte Hex Binary Hex Binary
00 01 00000001 01 00000001
01 FA 11111010 FA 11111010
02 6A 01101010 6A 01101010
03 A1 10100001 A1 10100001
04 24 00100100 24 00100100
05 25 00100101 25 00100101
06 11 00010001 11 00010001
07 70 01110000 70 01110000
08 03 00000011 03 00000011
09 77 01110111 77 01110111
10 06 00000110 06 00000110
11 00 00000000 00 00000000
12 41 01000001 41 01000001
13 CC 11001100 CC 11001100
14 25 00100101 25 00100101
15 80 10000000 80 10000000
16 56 01010110 56 01010110
17 24 00100100 24 00100100
18 88 10001000 88 10001000
19 C0 11000000 C0 11000000
20 60 01100000 60 01100000
21 82 10000010 82 10000010
22 A4 10100100 A4 10100100
23 F3 11110011 F3 11110011
24 00 00000000 60 01100000
25 22 00100010 22 00100010
26 F0 11110000 F0 11110000
27 6A 01101010 68 01101000
28 C2 11000010 C2 11000010
29 02 00000010 02 00000010
Instrument module
Code:
OLD NEW
Byte Hex Binary Hex Binary
00 07 00000111 07 00000111
01 A5 10100101 A5 10100101
02 1A 00011010 1A 00011010
03 08 00001000 08 00001000
04 23 00100011 23 00100011
05 90 10010000 80 10000000
06 00 00000000 00 00000000
07 08 00001000 08 00001000
08 00 00000000 00 00000000
09 08 00001000 08 00001000
10 3A 00111010 3A 00111010
11 00 00000000 00 00000000
12 14 00010100 14 00010100
13 00 00000000 01 00000001
14 00 00000000 00 00000000
15 00 00000000 00 00000000
16 00 00000000 00 00000000
17 00 00000000 00 00000000
18 00 00000000 00 00000000
19 00 00000000 00 00000000
20 00 00000000 00 00000000
Remember that Binary numbers are read from right-to-left. So the right-most digit in a Binary Number is
Bit 0 and the left-most digit is
Bit 7.
As you can see from my tables above, the changes to both modules are correct for the Byte/Bit descriptions in words!
I don't have any information about the ABS module on this car - so I'm not sure if the dataset, or the module itself supports PLA 3.0.
If the module has accepted the changes without any error messages - maybe try returning
Byte 27, Bit 1 (PLA2 w/ Braking Intervention Installed) back to
1 (i.e.
Byte 27=6A) - I'm guessing!
Don