A practical engineering reference for a rare cluster variant
Overview
UPDATE: Later the official schematic was found

This article documents the electrical pinout and internal behavior of a rare Volkswagen Mk1 Rabbit instrument cluster for which official documentation is difficult to obtain.
The cluster uses a dual-row 18-pin connector (9+9 layout), with numbering defined from the rear side.
The main PCB is flexible (and very old) and now most of them are in very bad condition.
Connector Layout
Rear view numbering:
1 ... 9
10 ... 18
Pinout Description
Upper Row (Pins 1–9)
| Pin | Function | Notes |
|---|---|---|
| 1 | Not connected | Electrically linked to Pin 2 (likely missing resistor path) |
| 2 | Not connected | Possibly part of unused circuit |
| 3 | Constant +12V | Supplies clock |
| 4 | Fuel level sensor | Standard resistive sender 30 – 300 Ohms (around that) – high/low. |
| 5 | Tachometer input (KL1) | High probability |
| 6 | Illumination (KL58) | Dashboard lighting |
| 7 | Ground (GND) | Common reference |
| 8 | Not present | No pin |
| 9 | Turn signal indicator | Blinkers |
Lower Row (Pins 10–18)
| Pin | Function | Notes |
|---|---|---|
| 18 | Temperature sensor | Low resistance triggers warning lamp. As usual, around 1k on amb. temperature and around 40-50 Ohms while fully heated. |
| 16 | Glow plug lamp (diesel) | Active low |
| 15 | Oil pressure lamp | Active low |
| 14 | PCB trace only | Routed on board, no external function |
| 13 | Seatbelt warning lamp | Active low |
| 12 | +12V supply (likely ignition) | Feeds multiple resistive paths |
| 11 | Brake warning lamp | Active low |
| 10 | Battery/alternator lamp | Active low, used for excitation |
| 9 | High beam (KL56) | +12V → lamp → ground |
Internal Design Characteristics
Analog Measurement System
All primary gauges (fuel, temperature) are based on:
- Bimetallic thermal elements
- Heating via controlled current
- Mechanical deflection proportional to temperature
This design is consistent with early Volkswagen clusters (Mk1, Mk2).
Stabilized Supply
- Gauge elements are powered from a regulated ~10V supply
- Ensures stable readings independent of battery voltage fluctuations
Indicator Logic
- Most warning lamps operate on active-low signals
→ The cluster expects a ground signal to illuminate - Exceptions:
- High beam (Pin 18) uses positive drive
- Illumination (Pin 6) tied to vehicle lighting circuit
Notable Electrical Observations
- No diode present in series with the alternator lamp (Pin 17)
→ Important for proper excitation circuit behavior - No digital electronics present (except clock but clock does not work on my unit)
- No signal conditioning ICs
- Tachometer input likely handled via discrete analog circuitry, but our cluster is without tacho.
- Minimal signal processing
→ Direct wiring + passive components dominate design
Engineering Notes
- The cluster is fully analog, making it:
- Easy to interface with custom hardware (e.g., microcontrollers)
- Predictable in behavior
- Robust but less precise than modern systems
- When interfacing:
- Respect active-low logic for most indicators
- Provide stable voltage for gauge emulation
- Use appropriate signal shaping for tachometer input
Conclusion
This instrument cluster represents a classic analog automotive design, with simple yet effective circuitry. Despite the lack of official documentation, the pinout and behavior can be reliably characterized, enabling restoration, testing, or integration into custom automotive or embedded projects.





























































