| Author |
Message |
Hummerman Guest
Free account, no CAN development support
|
23-03-2014, 17:17 Subject: VW ABS Wagon: Parts & Accessories |
Quote |
|
Hello everyone,
I'm currently working on the ABS system in a Golf V in conjunction with the instrument cluster. With index code 'K,' it's not possible to retrofit the white MFA+ or MFA Premium displays. However, this isn't an issue in later model years, where ABS index codes AA or AC are used.
I am reading the control units remotely from outside the car and have so far identified the following CAN IDs for the ABS system: 1A0, 2A0, and 5A0.
For K- and AA-ABS systems, the messages with IDs 1A0 and 2A0 are identical, only the message with ID 5A0 is different.
Has anyone ever looked into the topic of what is being transmitted on the 5A0 frequency? Does anyone have a general idea of what it might be or know of any resources that could help me understand it better?
Thank you & greetings 
Translated on 02-08-2026, 14:48.
|
|
| Back to top |
|
 |
xdvorakv
Joined: 01/10/2014 Posts: 4 Karma: +1 / -0
2005 Ford Focus Free account, no CAN development support
|
12-04-2014, 0:58 Subject: VW ABS Wagon: Parts & Accessories |
Quote |
|
Hello,
On the Octavia II, the ID 0x5A0 provides information about the vehicle speed and odometer readings. I believe it's likely to be very similar on the Golf V as well.
Translated on 02-08-2026, 14:49.
|
|
| Back to top |
Profile PM Garage |
 |
Hummerman Guest
Free account, no CAN development support
|
12-04-2014, 10:07 Subject: VW ABS Wagon: Parts & Accessories |
Quote |
|
Thank you for your answer!
'Do you have any more information about ID 0x5A0?'
Translated on 02-08-2026, 14:50.
|
|
| Back to top |
|
 |
Tilman Guest
Free account, no CAN development support
|
13-04-2014, 9:27 Subject: VW ABS Wagon: Parts & Accessories |
Quote |
|
I highly doubt that the issue is related to the 5A0 notification. What does it mean if you can't add MFA+ later? What happens then? Will the speed not be displayed?
5A0
Byte1 Cross-acceleration.
Byte2/3: Wheel rotation speed.
Byte 4/5: Timestamp.
Byte6/7 trigger signals.
In addition to that, there are also some status bits.
Best regards,
Translated on 02-08-2026, 14:51.
|
|
| Back to top |
|
 |
Hummerman Guest
Free account, no CAN development support
|
13-04-2014, 10:12 Subject: VW ABS Wagon: Parts & Accessories |
Quote |
|
Thank you for your reply!
So, the issue is about installing a white MFA+/MFA Premium instrument cluster from a later generation (Golf VI) into an older Golf V. This works without problems for Golf V models from the 2007 model year onwards, but earlier models may have issues with the ABS system.
Once a K-ABS system is installed, a constant brake error message appears, and the tire pressure monitoring warning light also flashes continuously. I'm not sure if the speed is still displayed correctly.
Let's see if I can do anything useful with your data.
Translated on 02-08-2026, 14:52.
|
|
| Back to top |
|
 |
Hummerman Guest
Free account, no CAN development support
|
16-04-2014, 17:26 Subject: VW ABS Wagon: Parts & Accessories |
Quote |
|
AA-ABS:
00,007 5A0 8 FF CC FF 07 A4 00 D0 2B
00,029 5A0 8 FF CC FF 17 A4 00 D0 2B
00,050 5A0 8 FF CC FF 27 A4 00 D0 2B
00,072 5A0 8 FF CC FF 37 A4 00 D0 2B
00,093 5A0 8 FF CC FF 47 A4 00 D0 2B
00,115 5A0 8 FF CC FF 57 A4 00 D0 2B
00,137 5A0 8 FF CC FF 67 A4 00 D0 2B
00,158 5A0 8 FF CC FF 77 A4 00 D0 2B
00,180 5A0 8 FF CC FF 87 A4 00 D0 2B
00,202 5A0 8 FF CC FF 97 A4 00 D0 2B
K-ABS:
00,002 5A0 8 FF CC FF E7 BF 00 90 2B
00,024 5A0 8 FF CC FF 6F D3 00 90 2B
00,045 5A0 8 FF CC FF F7 E6 00 90 2B
00,067 5A0 8 FF CC FF 7F FA 00 90 2B
00,089 5A0 8 FF CC FF 07 0E 00 90 2B
00,110 5A0 8 FF CC FF 8F 21 00 90 2B
00,132 5A0 8 FF CC FF 17 35 00 90 2B
00,154 5A0 8 FF CC FF 9F 48 00 90 2B
00,175 5A0 8 FF CC FF 27 5C 00 90 2B
00,197 5A0 8 FF CC FF AF 6F 00 90 2B
If I've understood correctly, only the transverse acceleration is the same, while everything else is different.
Translated on 02-08-2026, 14:53.
|
|
| Back to top |
|
 |
Tilman Guest
Free account, no CAN development support
|
23-04-2014, 12:57 Subject: VW ABS Wagon: Parts & Accessories |
Quote |
|
Hi,
Okay, everything seems to be correct except for the seventh byte (D0/90), where 'AA' indicates that ABS probably doesn't have brake assist. Therefore, bit 6 in byte 7 is set to an error (1) instead of 09, which should indicate K-ABS.
update:
Are these news reports recorded with the engine running?
Translated on 02-08-2026, 14:54.
|
|
| Back to top |
|
 |
Hummerman Guest
Free account, no CAN development support
|
23-04-2014, 13:01 Subject: VW ABS Wagon: Parts & Accessories |
Quote |
|
'Thank you! That's quite possible.'
I'm only confused by bytes 4 and 5, which provide completely different values.
Translated on 02-08-2026, 14:55.
|
|
| Back to top |
|
 |
Tilman Guest
Free account, no CAN development support
|
23-04-2014, 13:06 Subject: VW ABS Wagon: Parts & Accessories |
Quote |
|
Bytes 4 and 5 are just counters; it's important to ensure that the same conditions apply for both recordings (e.g., engine running and at idle).
Translated on 02-08-2026, 14:55.
|
|
| Back to top |
|
 |
Hummerman Guest
Free account, no CAN development support
|
23-04-2014, 13:09 Subject: VW ABS Wagon: Parts & Accessories |
Quote |
|
Okay, that makes sense now. Everything is very strange, so I'll have to continue searching. There has to be a mistake somewhere.
The two control units are on the table, with only the CAN bus and power supply connected.
Translated on 02-08-2026, 14:56.
|
|
| Back to top |
|
 |
Hummerman Guest
Free account, no CAN development support
|
17-05-2014, 16:47 Subject: VW ABS Wagon: Parts & Accessories |
Quote |
|
To help you visualize this better, I've created three videos.
Please provide the text you would like me to translate from German to English. I will then give you only the translation.
Translated on 02-08-2026, 14:56.
|
|
| Back to top |
|
 |
CAN-Diagnose Administrator


Joined: 06/07/2011 Posts: 573 Karma: +29 / -0 Location: Ländle
|
18-05-2014, 11:52 Subject: VW ABS Wagon: Parts & Accessories |
Quote |
|
Hello,
Please use the attachment function here in the forum; otherwise, you'll only create dead links and useless posts.
Thank you.
Translated on 02-08-2026, 14:57.
|
|
| Back to top |
Profile PM WWW |
 |
Hummerman Guest
Free account, no CAN development support
|
18-05-2014, 12:13 Subject: VW ABS Wagon: Parts & Accessories |
Quote |
|
The videos are attached below.
Translated on 02-08-2026, 14:57.
|
|
| Back to top |
|
 |
CAN-Diagnose Administrator


Joined: 06/07/2011 Posts: 573 Karma: +29 / -0 Location: Ländle
|
18-05-2014, 19:15 Subject: VW ABS Wagon: Parts & Accessories |
Quote |
|
Great, thank you! 
Translated on 02-08-2026, 14:57.
|
|
| Back to top |
Profile PM WWW |
 |
vp32
Joined: 03/05/2022 Posts: 1 Karma: +0 / -0
Free account, no CAN development support
|
05-03-2022, 10:51 Subject: VW ABS Wagon: Parts & Accessories |
Quote |
|
Hi.
I need some assistance.
In my old VW Golf IV, I had an analog sensor that measured wheel rotation, and it provided a certain number of pulses for each wheel revolution.
Now everything is connected via the CAN bus.
I'm sorry, I don't have the ability to access external websites or specific files online. Therefore, I cannot provide you with information on how to determine ODO impulses from CAN data without more context.
To assist you better, please provide me with more details about:
* **The vehicle/system:** What type of vehicle or system are you working with? (e.g., car, truck, industrial equipment)
* **The CAN bus:** Do you have access to the CAN bus data and its specifications?
* **The ODO impulses:** What kind of information do you need about the ODO impulses? (e.g., frequency, value, relationship to other signals)
With more context, I can try to provide a more helpful answer or point you towards relevant resources.
Translated on 02-08-2026, 14:58.
|
|
| Back to top |
Profile PM |
 |
|