Data bus system, advantages - GF54.00-P-0004-04A
With the former wiring of the individual electrical and electronic components (standard wiring) each control unit is directly connected to all sensors and actuators, from which it obtains measured values or which it actuates.
In some cases, this can result in long or redundant cable runs. The data bus system affords the following advantages relative to conventional wiring
| Advantages | |
|---|---|
| Lower cost of wiring | Lines from sensors must only be lead to the nearest control unit where the measured values are processed to form a data telegram and are placed on the CAN data bus. Actuators can also receive control signals from a different control unit which receives the data telegram through the CAN bus and then uses this information to calculate a control parameter for the actuator. |
| Improved electromagnetic compatibility (EMC) | |
| Fewer plug connections | |
| Fewer pins on the control units | |
| Weight saving | |
| Fewer sensors | Signals from one sensor (e. g ECT sensor) can be used several times |
| Better diagnosis | Since signals from one sensor can be received by several receivers (e.g. vehicle speed signal), it can be assumed if a fault is displayed by all systems which use a particular signal, that the sensor is defective or that the control unit which processes the signal is faulty. If only one system displays a fault, even though the signal is used several times, the fault is usually at the processing control unit or at the actuator. |
| Fast transmission rates | Up to 1Mbit/s for a line length of max. 40 m (but is currently not used at Mercedes Benz). Transfer rates of 83 kbit/s to 500 kbit/s are used at Mercedes-Benz. |
| Several messages can be transferred in succession on the same line |
Data bus system function - GF54.00-P-0004A
MODEL 124, 129, 140, 163, 168, 170, 202, 208, 209, 210, 211, 215, 220, 240, 463
MODEL 203, 230 up to Model Year 08 /modification year 07
Scheme 78
A data bus connects the individual control units and enables them to exchange data.
The signal from a sensor is passed on to the nearest control unit, processed by it and placed on the CAN data bus.
Each control unit that is connected to the CAN data bus can read this signal and use it to calculate an input to control an actuator.
| CAN data bus, function | GF54.00-P-0005A |
|---|---|
| Data bus system, block diagram | GF54.00-P-0004-03A |
| Data bus system, advantages | GF54.00-P-0004-04A |
CAN data bus data telegram - GF54.00-P-0005-01A
During normal operation, messages consist of the following transfer frames
- Data frame for transmitting CAN messages (such as coolant temperature, etc.).
- Remote frame for requesting CAN data from a different control unit.
- Error frame informs all connected control units that an error has occurred and that the most recent CAN message is invalid.
The CAN protocol supports two different data frame formats, with the only difference residing in the length of the identifier
- the standard format
- the expanded format
Only the standard format is currently in use at DaimlerChrysler.
Scheme 79
The data telegram for transmitting CAN messages through the CAN data bus consists of seven sequential blocks
- Start of Frame: (Start bit) marks the start of a CAN message and synchronizes all stations.
- Arbitration Field: (identifier and Request) This field consists of an identifier (address) with 11 bits and a control bit (Remote Transmission Request-Bit). This control bit indicates if the message contains a data frame or a remote frame without bytes.
- Control Field: (control bits) To distinguish between the standard and extended format the Control Field (6 Bit) contains the IDE-bit (Identifier Extension Bit), a reserved bit for future expansions and in the last 4 bits the number of data bytes contained in the data field.
- Data Field: (data) The data field can contain between 0 and 8 Bytes of data contained. A CAN message with a length of 0 can be employed to synchronize distributed processes.
- CRC Field: (check field) The CRC Field (Cyclic-Redundancy Check Field) comprises 16 Bit and serves as security for detecting transmission errors.
- ACK Field: (confirmation of receipt) The ACK Field (Acknowledgment Field) contains a confirmation signal from all recipients which have received the CAN message free from faults.
- End of Frame: (frame end) Identifies the end of the data telegram
- Intermission: (interval) Interval between two data telegrams The interval must contain at least 3 bits. The next message can then be sent by any control unit.
- IDLE: (bus idle) If no control unit transmits, the CAN data bus in idle condition until the next data telegram is sent.
CAN data bus fault recognition - GF54.00-P-0005-03A
Faults which occur during data transfer can result in errors. These transmission errors must therefore be detected and rectified. A distinction is made between two levels of fault identification in the CAN protocol
- Mechanisms at the data frame level
- Mechanisms at the bit level
Mechanisms at the data frame level
Cyclic redundancy check
The transmitter establishes test bits from the CAN messages that are to be sent in the data telegram "CRC Field". The receiver calculates these test bits from the received CAN message and compares them to the received test bits.
Frame check
This mechanism checks the structure of the transferred frame by comparing the bit fields with the specified fixed format and frame length.
Errors detected using the frame check are referred to as format errors.
Mechanisms at the bit level
Monitoring
During transmission every station observes the CAN data bus gauge and recognizes the difference between sent and received bits. Both global and local bit errors which occur at the sending unit can therefore be detected.
Bit stuffing
In each message, a maximum of 5 successive bits may have the same polarity between the "start of frame" and the end of the "CRC field". After 5 consecutive identical bits, the sending unit inserts a bit of the opposite polarity into the bit stream. The receiver removes these bits again after the CAN message reception.
Error handling
If any station on the CAN data bus detects an error, it interrupts the current transmission by sending an error message. The error message consists of 6 dominant bits. When an error message appears a local error is distributed to all the connected control units so that they ignore the transmitted CAN message.
After a short interruption the other control units can transmit CAN messages again according to their priority.
The control unit whose CAN message caused the error also begins to send its CAN message again (Automatic Repeat Request).
CAN data bus, function - GF54.00-P-0005A
MODEL 124, 129, 140, 163, 168, 170, 202, 208, 209, 210, 211, 215, 220, 240, 463
MODEL 203, 230 up to Model Year 08/modification year 07
The CAN data bus ( C ontroller A rea N etwork) is a data bus system specially designed for use in the motor vehicle.
The CAN data bus is a bi-directional bus, that is, each connected control unit is able to send and receive information.
The CAN data bus consists of a special twisted two-core cable.
The users (control units) are connected to this cable. Transmission of data takes place redundantly via both cables, whereby the data bus levels are mirrored (that is, if the level on one cable is 0, the other cable transmits level 1 and vice versa). Two-line operation is used for two reasons: for fault detection and as a safety concept.
If a voltage peak occurs on just one line (e.g. due to EMC problems), the receivers can identify this as a fault and ignore the voltage peak.
If a short circuit or a discontinuity occurs on one of the two CAN lines, then due to a safety concept coupled to the software/hardware, the system can change over to single-line operation. The defective data line is shut down.
A specific data protocol controls how and when the participants can send and receive.
The CAN data bus is significantly different to other data bus systems that are based on the participant addressing principle, in that it uses a message-related addressing system, which identifies the CAN message content (e.g. coolant temperature). The CAN log permits up to 2048 different CAN messages, the addresses of 2033 to 2048 being permanently assigned. Data capacity per CAN message is 8 bytes.
A recipient only evaluates those CAN messages (data messages) which are stored in its list of CAN messages to be accepted (acceptance filtering).
Data messages can only be sent when the CAN data bus is free (i.e. once a 3 bit interval has elapsed after the last data message, and no control unit starts to send). The data bus level is then in recessive state (logical 1).
If several control units simultaneously start to send, a procedure is applied whereby the CAN message with the highest priority takes precedence, without loss of time or bits (attributing).
Each control unit which looses the attributing becomes a receiver automatically and repeats its transmission attempt as soon as the CAN data bus is free again.
Besides data messages, there is also a request message used for calling a particular CAN message.
The control unit that can provide the requested data message then reacts to the request.
| CAN data bus data telegram | GF54.00-P-0005-01A |
|---|---|
| CAN data bus specification | GF54.00-P-0005-02A |
| CAN data bus fault recognition | GF54.00-P-0005-03A |
| CAN data bus applications | GF54.00-P-0005-04A |
Two batteries for vehicle power supply, function - GF54.10-P-1001T
MODEL 211.0/2 up to 31.5.06 except CODE (494) USA version except CODE (498) Japan version
MODEL 211.0/2 up to 30.6.06 with CODE (494) USA version with CODE (498) Japan version
Scheme 80
Installation survey of batteries shown on model 211.0
Interlinkage of components
Scheme 81
The battery control unit (N82) is integrated in the power supply of the vehicle. The battery control unit increases the availability of the vehicle power supply by introducing energy management measures. To do this, it determines the load capacity of the battery (G1).
The battery control unit (N82) is planned for a 14-V-on-board electrical system with the battery (G1), which is designed as a 12-V-lead battery (AGM- or wet battery). The additional battery (G1/7) is connected for charging if necessary in order to assist the on-board electrical system in particular situations. Via the additional battery relay (K57/2) the additional battery (G1/7) can be connected through the battery control unit (N82).
Function conditions
The battery control unit (N82) operates within the specified voltage and temperature limits when the on-board voltage is supplied.
Connection of electrical devices (consumers or chargers in the broadest sense) direct to the battery post of the battery (G1) while bypassing the current sensor is not permissible.
Function sequence
The battery control unit (N82) records the current from the negative terminal of the battery (G1) or if the additional battery (G1/7) is connected, the current from both batteries The voltage of the battery (G1) is determined via circuit 30 which simultaneously serves the supply of the battery control unit (N82). An internal temperature sensor is used to draw conclusions about the temperature of the battery (G1)
The voltage of the auxiliary battery (G1/7) is also measured.
Should the battery (G1) and/or the additional battery (G1/7) be replaced, then only the replacement parts used by DaimlerChrysler AG be used
Scheme 82
The buffer algorithm continuously determines the dynamic internal resistance of the battery (G1) from the recorded current and voltage values. When the alternator (G2) is running this is the basic parameter for the following functions
- Consumer shutoff
- Idle speed increase
- Activation of additional battery (G1/7)
The maximum current demand of the vehicle is limited to I < or = 100 A by switching off consumers. A calculation is also made as to which state of charge prevails when the battery is loaded (G1) with I = 100 A. This is a measure for the load capacity of the battery (G1). If the alternator (G2) fails, 100 % of the power required is provided by the battery (G1).
The effective characteristics of the battery control unit (N82) is determined by the overall condition of the vehicle and determined in the integral linking part.
The battery control unit (N82) actuates both the cutoff relay for interruptible loads (K75) directly to deactivate the consumer socket as well as the additional battery relay (K57/2) to activate the additional battery (G1/7).
Once the battery has been disconnected (G1) the vehicle must be started because this is how the battery control unit (N82) determines the start value for internal battery resistance
The battery control unit (N82) is not able to predict battery defects
Consumer shutoff
In the event of problems in the two-battery on-board electrical system various messages are displayed in the multifunction display (A1p13) in the instrument cluster (A1).
If the battery control unit (N82) detects a fault in the power consumption or a poor condition of the battery (G1), the driver is informed through the multifunction display (A1p13) in the instrument cluster (A1) about the corresponding charge level. Messages which are displayed in the color white, only have information functions, so that consumers which do not impair driving safety are switched off until the overall condition of the on-board electrical system has stabilized again.
Amongst others the consumer shutoff is signaled by the flashing on and off of the switched-on heated rear window or heated seats.
The following messages can be displayed in white in the multifunction display (A1p13) in the Instrument cluster (A1)
- Message "MALFUNCTION:ELECTRICAL CONSUMER SWITCHED OFF" (up to 08.2003) "Battery protection, comfort functions temporarily switched off" (as of 09.2003)
The charge level of the battery is too low (G1).
Cutout stage 1 is activated at a voltage of approx. > 11 V.
Cutout stage 2 is activated at a voltage of approx. > 10.5 V.
The following messages are displayed in red in the multifunction display (A1p13) in the instrument cluster (A1)
- Messages "BATTERY/ALTERNATOR - CONSULT WORKSHOP" and simultaneously "ELECTRICAL CONSUMER SWITCHED OFF" (up to 08.2003)
- "Locate workshop" in conjunction with the battery symbol in the display (as of 09.2003)
the signal of circuit 61 cannot be read in via the interior CAN. The message appears, if the battery control unit (N82) is defective, the alternator (G2), the additional battery relay (K57/2) or the additional battery (G1/7) are defective.
- When the "STOP BATTERY/ALTERNATOR" message appears the additional battery (G1/7) is activated for the on-board limp home and simultaneously a consumer shutoff conducted.
This message appears when the vehicle rolls without the engine and the battery is flat (G1) or when the engine is running the additional battery (G1/7) is connected but the on-board electrical system is still unstable.
The two-battery on-board electrical system can be diagnosed via STAR DIAGNOSTIC
The following consumers are switched off during consumer cutoff stage 1
- Heated rear window
- Memory
- Interior blower (reduced to 69 %)
- Headlamp cleaning system
- Seat adjustment front passenger
- Seat heating/ventilation
- Multicontour backrest [OSB]
- Entrance lamp
- Exit lamp
- Warning lamp
- Steering wheel air conditioning
- Dynamic seat
- Stationary heater
The following consumers are switched off during consumer cutoff stage 2
- Parktronic
- Trunk lid remote closing
- Washer fluid hose heater
- Washer nozzle heater
- Mirror heater
- Reading lamp
- Interior illumination
- Footwell lighting
- Load compartment illumination
- Rear/load compartment socket
- Front cigarette lighter
- Trailer socket
- Interior blower (reduced to 53 %)
| Auxiliary battery relay, location/task | GF54.10-P-4201T |
|---|---|
| Battery control unit location/task | GF54.21-P-4121T |
Fuse and relay box, as-built configuration - GF54.15-P-0800T
MODEL 211.0/2 except CODE () up to Model Year 06 including
Scheme 83
Location on example of model 211.0
Location of additional relay on model 211.0 up to and including code 804 Model year 2004 (only engine 113.990 (E 55 AMG))
Scheme 84
The air injection relay (K17) is located in the engine compartment on the rear right under the dust filter housing or combination filter housing
Location on example of model 211.0 as of code 805 Model year 2005 (only engine 113.990 (E 55 AMG))
Scheme 85
Fitting point under the right side trim in the luggage compartment
Location on example of model 211.0
Scheme 86
The second battery additional fuse (F30) is attached to the wiring harness next to the additional battery (G1/7) and is designed as a circuit breaker (bimetal fuse)
The NECK-PRO head restraints relay (K41/1) is located in the wiring harness of the frame floor group on the driver-side at the entrance
| Relay assignment of fuse and relay box in left side of engine compartment | GF54.15-P-1257-03T |
|---|---|
| Relay assignment of fuse and relay box in trunk | GF54.15-P-1257-04T |
Fuse and relay box, as-built configuration - GF54.15-P-0800TM
MODEL 211.0/2 except CODE () as of Model Year 07 AEJ 06
Scheme 87
Location on example of model 211.0
Scheme 88
Location on example of model 211.0
| Fuse assignment of fuse and relay box in left engine compartment | GF54.15-P-1256-03TM |
|---|---|
| Fuse assignment of fuse box in interior compartment on driver's side | GF54.15-P-1256-04TM |
| Fuse assignment of fuse and relay box in trunk | GF54.15-P-1256-06TM |
| Fuse assignment of front prefuse box | GF54.15-P-1256-07TM |
| Fuse assignment of rear prefuse box | GF54.15-P-1256-08TM |
| Relay assignment of fuse and relay box in left side of engine compartment | GF54.15-P-1257-03TM |
| Relay assignment of fuse and relay box in trunk | GF54.15-P-1257-04TM |
Fuse assignment of fuse and relay box in left engine compartment - GF54.15-P-1256-03TB
Driver-side fuse and relay module
The S relay (AIRmatic relay (K67)) and T (cutoff relay for interruptible loads (K75)) are only clipped on to the driver-side SAM control unit with fuse and relay module
Scheme 89
| Fuse | Clamping device | Cable ID (cable fused) | Fused function | Rating in amperes (A) |
|---|---|---|---|---|
| F43 | 87 | 1.5 RDBU | Valid for engines 112, 113: Fused via circuit 87 M1i connector sleeve (Z7/38): ME-SFI [ME] control unit (N3/10/) | 15 |
| 1.5 BKYE | Valid for engines 271, 272: ME-SFI [ME] control unit (N3/10/) | |||
| 2.5 RDGN | Valid for engine 628: CDI control unit (N3/9) | |||
| 1.5 RDBU | Valid for engines 646, 647: CDI control unit (N3/9) | |||
| 0.75 RDBU | Rear SAM control unit with fuse and relay module (N10/2/) | |||
| 2.5 RDBU | Valid for engine 648: Fused via circuit 87 M1i connector sleeve (Z7/38): CDI control unit (N3/9) Rear SAM control unit with fuse and relay module (N10/2/) | |||
| F44 | 87 | 2.5 RDBU | Valid for engines 646, 647: CDI control unit (3/9) | 15 |
| 2.5 RDGN | Valid for engine 648: Fused via circuit 87 M2i connector sleeve (Z7/39): CDI control unit (N3/9) | |||
| F45 | 87 | 0.75 RDGN | Valid for code (489) AIRmatic (semi-active air suspension): AIRMATIC with ADS control unit (N51) Valid for code (489) All-round level control system: Rear axle level control system control unit (N97) | 7.5 |
| 0.5 RDBU | Valid for code (423) Automatic 5-speed transmission (NAG): Electronic selector lever module control unit (N15/5) Valid for code (424) Sequentronic automated manual transmission (SEQ): Gear recognition switch (S16/10) | |||
| F46 | 87 | 0.75 RDBU | Valid for code (423) Automatic 5-speed transmission (NAG): ETC [EGS] control unit (N15/3/) Valid for code (424) Sequentronic automated manual transmission (SEQ): Automated manual transmission control unit (N15/6) Valid for code (427) automatic 7-speed transmission: VGS electric controller unit (Y3/8) | 7.5 |
| F47 | 87 | 0.75 RDBU | ESP, SPS [PML] and BAS control unit (N47-5) | 5 |
| F48 | 15 | 0.5 BKRD | Restraint systems control unit (N2/7/) | 7.5 |
| F49 | 15R | 0.5 PKBK | Restraint systems control unit (N2/7/) | 7.5 |
| 0.5 PKBU | Front passenger seat occupied and child seat recognition sensor (B48) | 7.5 | ||
| F50 | 15R | 0.75 BKVT | Valid for code (852) Complete portable CTEL preinstallation on dome: Portable CTEL separation point (X39/37) Valid for code (498) Japanese version: VICS power supply separation point (X137/1) | 5 |
| F51 | 15 | 5 | ||
| F52 | 15 | 0.75 BKBU | Rotary light switch (S1) Fused via circuit 15 connector sleeve (Z3/11): Instrument cluster (A1) Glove compartment illumination with switch (E13/2) | 7.5 |
| 15 | 0.5 BKVT | Valid for code (614) bi-xenon headlamp unit: Headlamp range adjustment control unit (N71) | 7.5 | |
| F53a | ||||
| F53b | 30 | 1.0 YE | Fanfare horn relay (N10/1kO) | 15 |
| F54a | 15R | 1.5 RDVT | Cigarette lighter alternatively fused via terminal 15R: Cutoff relay for interruptible loads (K75) | 15 |
| F54b | 30 | 1.5 RDVT | Cigarette lighter alternatively fused via terminal 30 Cutoff relay for interruptible loads (K75) | 15 |
| F55 | 30 | 0.5 RDBK 0.5 RD | Valid for code (381) MB phone "Standard" in console on right side of tower: Telephone handset (A34) Bluetooth module connector (X39/57) Valid for code (852) Complete portable CTEL preinstallation on dome | 7.5 |
| 0.75 RD | Portable CTEL separation point (X39/37) | |||
| F56 | 15R | 4.0 RD | Wiper motor (M6/1) | 40 |
| F57 | 87 | 2.5 RDGN | Valid for engines 628, 646, 647: CDI control unit (N3/9) | 25 |
| 2.5 RDGY | Valid for engine 648: CDI control unit (N3/9) | |||
| 1.5 RDGN | Valid for engines 271, 272: Fused via circuit 87 M2i connector sleeve (Z7/39) | |||
| 0.75 RDGN | AAC with integrated control additional fan motor (M4/7) | |||
| 1.5 RDGN | ME-SFI [ME] control unit (N3/10) Purge control valve (Y58/1) PremAir Sensor (B11/15) Valid for code (494) USA version: Activated charcoal canister shutoff valve (Y58/4) | |||
| F58 | 15 | 1.5 BKYE | Valid for engines 112, 113: Circuit 15 connector sleeve (fused) (Z3/29): Cylinder 1 ignition coil (T1/1) Cylinder 2 ignition coil (T1/2) Cylinder 3 ignition coil (T1/3) Cylinder 4 ignition coil (T1/4) Cylinder 5 ignition coil (T1/5) Ignition coil, cylinder 6 (T1/6) Ignition coil, cylinder 7 (T1/7) Ignition coil, cylinder 8 (T1/8) | 15 |
| F59 | 50 | Starter relay (N10/1kL) | 15 | |
| F60 | 30 | 2.5 RDBU | Valid for E 55 AMG: Oil cooler fan (M4/1) | 10 |
| F61 | 30 | 4.0 RDWH | Valid for engine 112, 113 with secondary air injection, except E 55 AMG: Electric air pump (M33) | 40 |
| F62 | 30 | Valid for code (424) Sequentronic automated manual transmission (SEQ): SEQ pump control relay (N10/1kM) | 30 | |
| F63 | 30 | 2.5 RD | Valid for code (424) Sequentronic automated manual transmission (SEQ): Automated manual transmission control unit (N15/6/) Valid for engines 112, 113: Circuit 87 relay, engine (N10/1kl) | 15 |
| F64 | 30 | 0.75 RDBU | Rotary light switch (S1) | 7.5 |
| 2.5 RDWH | Fused via terminal 30 connector sleeve (Z7/1): Instrument cluster (A1) Steering column module (N80) AAC [KLA] control and operating unit (N22) Valid for code (581) comfort automatic air conditioning: Comfort AAC (N22/7C-AAC [K-KLA]) control and operating unit (/) | |||
| F65 | 30 | 2.5 RD | Fused via terminal 30 connector sleeve (Z7/58): EIS [EZS] control unit (N73) Electric steering lock control unit (N26/5) | 20 |
| F66 | 15 | 1.5 BK | Right front lamp unit (E2) Left front lamp unit (E1) Valid for code (614) bi-xenon headlamp unit: HRA power module (E2n3) HRA power module (E1n3) | 7.5 |
| F67 | 30 | 0.5 RDGN | Stop light switch (S9/1) | 10 |
Fuse assignment of fuse and relay box in left engine compartment - GF54.15-P-1256-03TC
Driver-side fuse and relay module
Scheme 90
The S relay (AIRmatic relay (K67)) and T (cutoff relay for interruptible loads (K75)) are only clipped on to the driver-side SAM control unit with fuse and relay module
| Fuse | Clamping device | Cable ID (cable fused) | Fused function | Rating in amperes (A) |
|---|---|---|---|---|
| F43 | 87 | 1.5 RDBU | Valid for engine 113: Fused via circuit 87 M1iconnector sleeve (Z7/38): ME-SFI [ME] control unit (N3/10) | 15 |
| 1.5 BKYE | Valid for engines 271, 272: ME-SFI [ME] control unit (N3/10) | |||
| 2.5 RDBU | Valid for engines 629, 642: Fused via circuit 87 connector sleeve M1i: CDI control unit (N3/9) Driver-side SAM control unit with fuse and relay module (N10/1) Rear SAM control unit with fuse and relay module (N10/2) | |||
| 1.5 RDBU | Valid for engines 646, 647: CDI control unit (N3/9) | |||
| 0.75 RDBU | Rear SAM control unit with fuse and relay module (N10/2) | |||
| F44 | 87 | 2.5 RDBU | Valid for engines 646, 647: CDI control unit (N3/9) | 15 |
| RDGN 1.5 | Valid for engines 271, 272: ME-SFI [ME] control unit (N3/10) | |||
| 1.5 BK | Valid for M271 CNG: Cyl. 1 gas injection valve (Y106/1) Cyl. 2 gas injection valve (Y106/2) Cyl. 3 gas injection valve (Y106/3) Cyl. 4 gas injection valve (Y106/4) | |||
| F45 | 87 | 0.75 RDGN | Valid for code (489) AIRmatic (semi-active air suspension): AIRmatic with ADS control unit (N51) Valid for code (489) All-round level control system: Rear axle level control system control unit (N97) | 7.5 |
| 0.5 RDBU | Valid for code (423) Automatic five-speed transmission (NAG): Electronic selector lever module control unit (N15/5) Valid for code (424) Sequentronic automated manual transmission (SEQ): Gear recognition switch (S16/10) | |||
| F46 | 87 | 0.75 RDBU | Valid for code (423) Automatic five-speed transmission (NAG): ETC [EGS] control unit (N15/3) Valid for code (424) Sequentronic automated manual transmission (SEQ): Automated manual transmission control unit (N15/6) Valid for code (427) 7-speed automatic transmission: VGS electric control unit (Y3/8) | 7.5 |
| F47 | 87 | 0.75 RDBU | ESP, SPS [PML] and BAS control unit (N47-5) | 5 |
| F48 | 15 | 0.5 BKRD | Restraint systems control unit (N2/7/) | 7.5 |
| F49 | 15R | 0.5 PKBK | Restraint systems control unit (N2/7/) | 7.5 |
| 0.5 PKBU | Front passenger seat occupied and child seat recognition sensor (B48) NECK-PRO head restraints relay (K41/1) | 7.5 | ||
| F50 | 15R | 0.75 BKVT | Valid for code (852) Complete portable CTEL preinstallation on dome: Portable CTEL separation point (X39/37) Valid for code (498) Japanese version: VICS power supply separation point (X137/1) | 5 |
| F51 | 15 | 5 | ||
| F52 | 15 | 0.75 BKBU | Rotary light switch (S1) Fused via circuit 15 connector sleeve (Z3/11): Instrument cluster (A1) Glove compartment illumination with switch (E13/2) | 7.5 |
| 15 | 0,5 BKVT | Valid for code (614) bi-xenon headlamp unit: Headlamp range adjustment control unit (N71) | 7.5 | |
| F53a | ||||
| F53b | 30 | 1.0 YE | Fanfare horn relay (N10/1kO) | 15 |
| F54a | 15R | 1.5 RDVT | Cigarette lighter alternatively fused via terminal 15R: Cutoff relay for interruptible loads (K75) | 15 |
| F54b | 30 | 1.5 RDVT | Cigarette lighter alternatively fused via terminal 30 Cutoff relay for interruptible loads (K75) | 15 |
| F55 | 30 | 0.5 RDBK 0.5 RD | Valid for code (381) MB phone "Standard" in console on right side of tower: Telephone handset (A34) Bluetooth module connector (X39/57) Valid for code (852) Complete portable CTEL preinstallation on dome | 7.5 |
| 0.75 RD | Portable CTEL separation point (X39/37) | |||
| F56 | 15R | 4.0 RD | Wiper motor (M6/1) | 40 |
| F57 | 87 | RDGN 2.5 | Valid for engines 646, 647: CDI control unit (N3/9) | 25 |
| RDGN 1.5 | Valid for engines 271, 272: Fused via circuit 87 M2i connector sleeve (Z7/39) | |||
| 0.75 RDGN | AAC with integrated control additional fan motor (M4/7) | |||
| RDGN 1.5 | ME-SFI [ME] control unit (N3/10) Purge control valve (Y58/1) | |||
| 0.75 RDGN | PremAir sensor (B11/15) Valid for code (494) USA version: Activated charcoal canister shutoff valve (Y58/4) | |||
| F58 | 15 | 1.5 BKYE | Valid for engine 113: Fused via circuit 15 connector sleeve (Z3/29): Ignition coil, cylinder 1 (T1/1) Cylinder 2 ignition coil (T1/2) Cylinder 3 ignition coil (T1/3) Cylinder 4 ignition coil (T1/4) Cylinder 5 ignition coil (T1/5) Ignition coil, cylinder 6 (T1/6) Ignition coil, cylinder 7 (T1/7) Ignition coil, cylinder 8 (T1/8) | 15 |
| F59 | 50 | Starter relay (N10/1kL) | 15 | |
| F60 | 30 | 2.5 RDBU | Valid for E 55 AMG: Oil cooler fan (M4/1) | 10 |
| F61 | 30 | 4.0 RDWH | Valid for engine 113 with secondary air injection, except E 55 AMG: Electric air pump (M33) | 40 |
| F62 | 30 | Valid for code (424) Sequentronic automated manual transmission (SEQ): SEQ pump control relay (N10/1kM) | 30 | |
| F63 | 30 | 2.5 RD | Valid for code (424) Sequentronic automated manual transmission (SEQ): Automated manual transmission control unit (N15/6) Valid for engine 113: Circuit 87 relay, engine (N10/1kl) | 15 |
| F64 | 30 | 0.75 RDBU | Rotary light switch (S1) | 7.5 |
| 2.5 RDWH | Fused via terminal 30 connector sleeve (Z7/1): Instrument cluster (A1) Steering column module (N80) AAC [KLA] control and operating module (N22) Valid for code (581) comfort automatic air conditioning: Comfort AAC [K-KLA]) control and operating unit (N22/7) | |||
| F65 | 30 | 2.5 RD | Fused via terminal 30 connector sleeve (Z7/58): EIS [EZS] control unit (N73) Electric steering lock control unit (N26/5) | 20 |
| F66 | 15 | 1.5 BK | Right front lamp unit (E2) Left front lamp unit (E1) Valid for code (614) bi-xenon headlamp unit: HRA power module (E2n3) HRA power module (E1n3) | 7.5 |
| F67 | 30 | RDGN 0.5 | Stop light switch (S9/1) | 10 |
Fuse assignment of fuse and relay box in left engine compartment - GF54.15-P-1256-03TM
Driver-side fuse and relay module
Scheme 91
The AIRmatic relay (K67) is only clipped onto the driver-side SAM control unit with fuse and relay module
| Fuse | Clamping device | Cable ID (cable fused) | Fused function | Rating in amperes (A) |
|---|---|---|---|---|
| F43 | 87 | 1.5 RDBU | Valid for engine 156: Fused via circuit 87 M1i connector sleeve (Z7/38): ME-SFI [ME] control unit (N3/10) | 15 |
| 1.5 BKYE | Valid for engine 271, 272, 273: ME control unit | |||
| 2.5 RDBU | Valid for engines 629, 642: Fused via circuit 87 connector sleeve M1i: CDI control unit (N3/9) Driver-side SAM control unit with fuse and relay module (N10/1) Rear SAM control unit with fuse and relay module (N10/2) | |||
| 1.5 RDBU | Valid for engine 646 EVO: CDI control unit | |||
| 0.75 RDBU | Rear SAM control unit with fuse and relay module | |||
| F44 | 87 | 2.5 RDBU | Valid for engine 646 EVO: CDI control unit | 15 |
| 1.5 RDGN | Valid for engine 271, 272, 273: ME control unit | |||
| 1.5 BK | Valid for engine 271 with code (924) Bivalent natural gas drive: Cyl. 1 gas injection valve (Y106/1) Cyl. 2 gas injection valve (Y106/2) Cyl. 3 gas injection valve (Y106/3) Cyl. 4 gas injection valve (Y106/4) | |||
| F45 | 87 | 0.75 RDGN | Valid with code (489) Airmatic (semi-active air suspension): AIRmatic with ADS control unit (N51) | 7.5 |
| 0.5 RDBU | Valid with code (423) Automatic five-speed transmission (NAG): Electronic selector lever module control unit (N15/5) | 7.5 | ||
| F46 | 87 | 0.75 RDBU | Valid with code (423) Automatic five-speed transmission (NAG): ETC [EGS] control unit (N15/3) Valid with code (427) 7-speed automatic transmission: VGS electric control unit (Y3/8) | 7.5 |
| F47 | 87 | 0.75 RDBU | ESP control unit (N47-5) | 5 |
| F48 | 15 | 0.5 BKRD | Restraint systems control unit (N2/7) Valid with code (299) PRE-SAFE: Fused via terminal 15 connector sleeve (Z50/5): Left front reversible emergency tensioning retractor (A76) Right front reversible emergency tensioning retractor (A76/1) | 7.5 |
| F49 | 15R | 0.5 PKBK | Restraint systems control unit (N2/7) | 7.5 |
| 0.5 PKBU | Front passenger seat occupied and child seat recognition sensor (B48) | 7.5 | ||
| 0.5 PKBK | NECK-PRO head restraints relay (K41/1) | |||
| F50 | 15R | Valid with code (852) Complete portable CTEL preinstallation on console | 5 | |
| 0.75 BKVT | Portable CTEL separation point (X39/37) | |||
| 0.75 BKVT | Valid with code (498) Japan version: VICS power supply separation point (X137/1) | |||
| 0.5 RDWH | Valid with code (494) USA version: Fused via terminal 15 connector sleeve (Z50/5): Emergency call system control unit (N123/4) | |||
| F51 | 15 | Spare | 5 | |
| F52 | 15 | 0.75 BKBU | Exterior lamp switch (S1) Fused via terminal 15 connector sleeve (Z3/11): Instrument cluster (A1) Glove compartment illumination with switch (E13/2) Fused via circuit 87 M2i connector sleeve (Z7/39): AAC with integrated control additional fan motor (M4/7) | 7.5 |
| 15 | 0.5 BKVT | Valid with code (614) Bi-xenon headlamp unit: Headlamp range adjustment control unit (N71) | 7.5 | |
| F53a | 15R | Spare | 15 | |
| F53b | 30 | 1.0 YE | Fanfare horn relay (N10/1kO) | 15 |
| F54a | 30 | 1.5 RDVT | Illuminated cigar lighter (R3) | 15 |
| F54b | 15R | 1.5 RDVT | Illuminated cigar lighter (R3) | 15 |
| F55 | 30 | Valid with code (381) MB telephone "Standard" in console on right side of tower | 7.5 | |
| 0.5 RDBK | Telephone handset (A34) Valid with code (852) Complete portable CTEL preinstallation on console | |||
| 0.75 RD | Portable CTEL separation point (X39/37) | |||
| 0.75 RD | Valid with code (494) USA version: Emergency call system control unit (N123/4) | |||
| F56 | 15R | 4.0 RD | Wiper motor (M6/1) | 40 |
| F57 | 87 | 2.5 RDGN | Valid for engine 646 EVO: CDI control unit (N3/9) | 25 |
| 1.5 RDGN | Valid for engine 271, 272, 273: Fused via circuit 87 M2i connector sleeve (Z7/39) | |||
| 0.75 RDGN | ME-SFI [ME] control unit (N3/10) Purge control valve (Y58/1) | |||
| 1.5 RDGN | PremAir Sensor (B11/15) Valid with code (494) USA version | |||
| 0.75 RDGN | Activated charcoal canister shut-off valve (Y58/4) | |||
| F58 | 15 | 1.5 BKYE | Valid for engine 156: Circuit 15 connector sleeve (fused) (Z3/29): Ignition coil, cylinder 1 (T1/1) Cylinder 2 ignition coil (T1/2) Cylinder 3 ignition coil (T1/3) Cylinder 4 ignition coil (T1/4) Cylinder 5 ignition coil (T1/5) Ignition coil, cylinder 6 (T1/6) Ignition coil, cylinder 7 (T1/7) Ignition coil, cylinder 8 (T1/8) | 15 |
| F59 | 50 | Starter relay (N10/1kL) | 20 | |
| F60 | 30 | 2.5 RDBU | Valid for engine 156: Oil cooler fan (M4/1) | 10 |
| F61 | 30 | 4.0 RDWH | Valid with code (920) With exhaust air pump (air injection): Electric air pump (M33) | 40 |
| F62 | 30 | |||
| F63 | 30 | |||
| F64 | 30 | 0.75 RDBU | Exterior lamp switch (S1) | 7.5 |
| 0.75 RDWH | Instrument cluster (A1) AAC [KLA] control and operating unit (N22) Valid with code (581) Comfort automatic air conditioning: Comfort AAC [KLA] control and operating unit (N22/7) | |||
| F65 | 30 | 2.5 RD | Fused via terminal 30 connector sleeve (Z7/58): EIS [EZS] control unit (N73) Electric steering lock control unit (N26/5) | 20 |
| F66 | 15 | 1.5 BK | Right front lamp unit (E2) Left front lamp unit (E1) HRA [LWR] selector wheel (S1s8) Valid with code (614) Bi-xenon headlamp unit: HRA power module (E2n3) HRA power module (E1n3) | 7.5 |
| F67 | 30 | 0.5 RDGY | Stop light switch (S9/1) | 5 |
Fuse assignment of fuse box in interior compartment on driver's side - GF54.15-P-1256-04TA
Interior fuse box
Scheme 92
| Fuse | Clamping device | Cable ID (cable fused) | Fused function | Rating in amperes (A) |
|---|---|---|---|---|
| F21 | 30 | 2.5 RDBU | Right rear door control unit (N69/4/) | 25 |
| F22 | 30 | 2.5 RD | Right front door control unit (N69/2/) | 25 |
| F23 | 30 | 2.5 RDGN | Valid for code (242) electrically adjustable front passenger seat with memory: Passenger-side front seat adjustment control unit with memory (N32/2/) | 30 |
| F24 | 30 | 2.5 RDWH | Valid for code (889) Keyless Go: Circuit 30 connector sleeve, Keyless Go (Z7/53) | 25 |
| F25 | 30 | 2.5 RD | Valid for code (228) stationary heater: fused via stationary heater connector sleeve (Z67): STH heater unit (A6) | 25 |
| 30 | 0.5 RD | Valid for code (228) stationary heater: Additionally fused via polyswitch fuse for stationary heater (Z67f1): STH radio remote control receiver (A6/1) | 5 | |
| F26 | 30 | 0.75 RD | Valid for code (819) CD changer: CD changer (A2/6/) | 7.5 |
| F27 | 30 | Spare | ||
| F28 | 30 | 1.5 RDYE | Radio (A2) | 5 |
| 2.5 RDYE | Valid for code (525) MB Audio 50 APS radio: Radio control panel and navigation unit (A2/56) | 15 | ||
| 2.5 RD | Valid for code (352) COMAND operating and display system with code (498) Japan version: COMAND operating, display and controller unit (A40/3) | 5 | ||
| 1.5 RDYE | Valid for code (352) COMAND operating and display system: Fused via COMAND circuit 30 connector sleeve (Z4/22): COMAND operating, display and controller unit (A40/3) | 15 | ||
| F29 | 30 | 2.5 RDGY | Circuit 30 connector sleeve (Z4/3) | 15 |
| F30 | 30 | 0.75 RDYE | Data link connector (X11/4/) | 7.5 |
| F31 | 30 | 0.5 RDBK | Driver-side SAM control unit with fuse and relay module (N10/1) | 7.5 |
| F32 | 30 | 2.5 RDYE | Left rear door control unit (N69/3/) | 25 |
| F33 | 30 | 2.5 RDBK | Left front door control unit (N69/1/) | 25 |
| F34 | 30 | 2.5 BKYE | Valid for code (275) electrically adjustable driver seat, steering column and outside mirrors with memory: Driver-side front seat adjustment control unit, with memory (N32/1) | 30 |
| F35 | 30 | Spare | ||
| F36 | 30 | 2.5 RDYE | Valid for code (872) Electric seat heater for left and right rear seats, code (873) seat heater for left and right front seats, Code (401) Front comfort seats, incl. seat heating and seat ventilation: HS [SIH] and seat ventilation control unit (N25/7/) | 25 |
| F37 | 30 | 1.5 RDWH | Valid for code (489) AIRmatic (semi-active air suspension): AIRMATIC with ADS control unit (N51) | 4/7,5 |
| F38 | 30 | Spare | ||
| F39 | 30 | 0.75 RDVT | Lower control panel control unit (N72/) | 5 |
| F40 | 30 | 0.5 RDGY | Upper control panel control unit (N72/1/) | 5 |
| F41 | 30 | 0.5 RDWH | Central gateway control unit (N93) | 5 |
| F42 | 30 | 0.5 RDGY | Cutoff relay for interruptible loads (K75) | 7.5 |
| 30 | 0.75 RDVT | Valid for engines 112, 113: ME-SFI [ME] control unit (N3/10/) Valid for engine 271, 646, 647, 648: Driver-side SAM control unit with fuse and relay module (N10/1) | 7.5 |
Fuse assignment of fuse box in interior compartment on driver's side - GF54.15-P-1256-04TB
Interior fuse box
Scheme 93
| Fuse | Clamping device | Cable ID (cable fused) | Fused function | Rating in amperes (A) |
|---|---|---|---|---|
| F21 | 30 | 2.5 RDBU | Right rear door control unit (N69/4) | 25 |
| F22 | 30 | 2.5 RD | Right front door control unit (N69/2) | 25 |
| F23 | 30 | 2.5 RDGN | Valid for code (242) Electrically adjustable front passenger seat with memory: Passenger-side front seat adjustment control unit with memory (N32/2/) | 30 |
| F24 | 30 | 2.5 RDWH | Valid for code (889) Keyless Go: Circuit 30 connector sleeve, Keyless Go (Z7/53) | 25 |
| F25 | 30 | 2.5 RD | Valid for code (228) stationary heater: fused via stationary heater connector sleeve (Z67): STH heater unit (A6) | 25 |
| 30 | 0.5 RD | Valid for code (228) stationary heater: Additionally fused via polyswitch fuse for stationary heater (Z67f1): STH radio remote control receiver (A6/1) | 5 | |
| F26 | 30 | 0.75 RD | Valid for code (819) CD changer: CD changer (A2/6/) | 7.5 |
| F27 | 30 | Spare | ||
| F28 | 30 | 1.5 RDYE | Radio (A2) | 5 |
| 2.5 RDYE | Valid for code (525) MB Audio 50 APS radio: Radio control panel and navigation unit (A2/56) | 15 | ||
| 2.5 RD | Valid for code (352) COMAND operating and display system with code (498) Japan version: COMAND operating, display and controller unit (A40/3/) | 5 | ||
| 1.5 RDYE | Valid for code (352) COMAND operating and display system: Fused via COMAND circuit 30 connector sleeve (Z4/22): COMAND operating, display and controller unit (A40/3/) | 15 | ||
| F29 | 30 | 1.5 RDVT | Valid for code (443) steering wheel heater: DC/DC converter control unit (N99) | 15 |
| F30 | 30 | 0.75 RDYE | Data link connector (X11/4/) | 7.5 |
| F31 | 30 | 0.5 RDBK | Driver-side SAM control unit with fuse and relay module (N10/1) | 7.5 |
| F32 | 30 | 2.5 RDYE | Left rear door control unit (N69/3/) | 25 |
| F33 | 30 | 2.5 RDBK | Left front door control unit (N69/1/) | 25 |
| F34 | 30 | 2.5 BKYE | Valid for code (275) electrically adjustable driver seat, steering column and outside mirrors with memory: Driver-side front seat adjustment control unit, with memory (N32/1) | 30 |
| F35 | 30 | Spare | ||
| F36 | 30 | 2.5 RDYE | Valid for code (872) Electrically heated left and right rear seats and/or code (873) Heated left and right front seats and/or code (401a) front deluxe seats, incl. seat heating and seat ventilation: HS [SIH] and seat ventilation control unit (N25/7/) | 25 |
| F37 | 30 | 1.5 RDWH | Valid for code (489) AIRmatic (semi-active air suspension): AIRMATIC with ADS control unit (N51) | 4/7,5 |
| F38 | 30 | Spare | ||
| F39 | 30 | 0.75 RDVT | Lower control panel control unit (N72/) | 5 |
| F40 | 30 | 0.5 RDGY | Upper control panel control unit (N72/1/) | 5 |
| F41 | 30 | 0.5 RDWH | Central gateway control unit (N93) | 5 |
| F42 | 30 | 0.5 RDGY | Cutoff relay for interruptible loads (K75) | 7.5 |
| 30 | 0.75 RDVT | Valid for engines 112, 113: ME-SFI [ME] control unit (N3/10/) Valid for engines 271, 272, 628, 646, 647, 648 | 7.5 | |
| 1.5 RDVT | Driver-side SAM control unit with fuse and relay module (N10/1) Valid for engine 271 compressed natural gas (CNG): Fused via circuit 30 connector sleeve (Z4/3z1): Driver-side SAM control unit with fuse and relay module (N10/1) CNG control unit (N118/2) |
Fuse assignment of fuse box in interior compartment on driver's side - GF54.15-P-1256-04TC
Interior fuse box
Scheme 94
| Fuse | Clamping device | Cable ID (cable fused) | Fused function | Rating in amperes (A) |
|---|---|---|---|---|
| 30 | 10.0 RD | Feed-in: Rear prefuse box (F33) | 150 | |
| F21 | 30 | 2.5 RDBU | Right rear door control unit (N69/4/) | 25 |
| F22 | 30 | 2.5 RD | Right front door control unit (N69/2/) | 25 |
| F23 | 30 | 4.0 RDGN | Valid for code (242) electrically adjustable front passenger seat with memory: Passenger-side front seat adjustment control unit with memory (N32/2/) | 30 |
| F24 | 30 | 2.5 RDWH | Valid for code (889) Keyless Go: Circuit 30 connector sleeve, Keyless Go (Z7/53) | 25 |
| F25 | 30 | 2.5 RD | Valid for code (228) stationary heater: fused via stationary heater connector sleeve (Z67): STH heater unit (A6) | 25 |
| 30 | 0.5 RD | Valid for code (228) stationary heater: In addition fused via polyswitch fuse for stationary heater (Z67f1): STH radio remote control receiver (A6/1) | 5 | |
| F26 | 30 | 0.75 RD | Valid for code (819) CD changer: CD changer (A2/6/) | 7.5 |
| F27 | 30 | Spare | ||
| F28 | 30 | 0.75 RDYE | Radio (A2) | 5 |
| 1.5 RDYE | Valid for code (525) MB Audio 50 APS radio: Radio control panel and navigation unit (A2/56) | 15 | ||
| 2.5 RD | Valid for code (352) COMAND operating and display system with code (498) Japan version: COMAND operating, display and controller unit (A40/3/) | 5 | ||
| 1.5 RDYE | Valid for code (352) COMAND operating and display system: Fused via COMAND circuit 30 connector sleeve (Z4/22): COMAND operating, display and controller unit (A40/3/) | 15 | ||
| F29 | 30 | 0.75 RDYE | Fused via circuit 30z connector sleeve (Z7/58z1): Steering column module (N80) | 7.5 |
| F30 | 30 | 0.75 RDYE | Data link connector (X11/4) | 7.5 |
| F31 | 30 | 0.5 RDGY | Upper control panel control unit (N72/1) Cutoff relay for interruptible loads (K75) | 5 |
| F32 | 30 | 2.5 RDYE | Left rear door control unit (N69/3) | 25 |
| F33 | 30 | 2.5 RDBK | Left front door control unit (N69/1) | 25 |
| F34 | 30 | 4.0 BDYE | Valid for code (275) electrically adjustable driver seat, steering column and outside mirrors with memory: Driver-side front seat adjustment control unit, with memory (N32/1) | 30 |
| F35 | 30 | Spare | ||
| F36 | 30 | 2.5 RDYE | Valid for code (872) Electrically heated left and right rear seats and/or code (873) Heated left and right front seats: Fused via circuit 30 connector sleeve (Z4/3z2): Right SAM control unit (N10/11) | 25 |
| F37 | 30 | 1.5 RDWH | Valid for code (489) AIRmatic (semi-active air suspension): AIRMATIC with ADS control unit (N51) | 4/7,5 |
| F38 | 30 | 0.75RDBK | Valid for code (438) NECK-PRO: NECK-PRO head restraints relay (K41/1) | 7.5 |
| F39 | 30 | 0.75 RDVT | Lower control panel control unit (N72/) | 5 |
| F40 | 30 | 1.5 RDVT | HS [SIH] and seat ventilation control unit (N25/7/) | 5 |
| F41 | 30 | 0.5 RDWH | Central gateway control unit (N93) | 5 |
| F42 | 30 | 0.75 RDVT | Valid for engine 113 and/or valid for engine 113, E 55 AMG: ME-SFI [ME] control unit (N3/10/) Valid for engines 271, 272, 629, 642, 646, 647: Driver-side SAM control unit with fuse and relay module (N10/1) Valid for engines 629, 642: Terminal 87 relay, engine (N10/1kI) Valid for engine 271 compressed natural gas (CNG) | 7.5 |
| 1.5 RDVT | Fused via circuit 30 connector sleeve (Z4/3z1): Driver-side SAM control unit with fuse and relay module (N10/1) CNG control unit (N118/2) |
Fuse assignment of fuse box in interior compartment on driver's side - GF54.15-P-1256-04TM
Interior fuse box
Scheme 95
| Fuse | Clamping device | Cable ID (cable fused) | Fused function | Rating in amperes (A) |
|---|---|---|---|---|
| 30 | 10.0 RD | Feed-in: Rear prefuse box (F33) | 150 | |
| F21 | 30 | 2.5 RDBU | Right rear door control unit (N69/4) | 30 |
| F22 | 30 | 2.5 RD | Right front door control unit (N69/2) | 30 |
| F23 | 30 | 4.0 RDGN | Valid with code (242) Electrically adjustable front passenger seat with memory: Front passenger front seat adjustment control unit with memory (N32/2) | 30 |
| F24 | 30 | 2.5 RDWH | Valid with code (889) Keyless Go: Circuit 30 connector sleeve, Keyless Go (Z7/53) | 25 |
| F25 | 30 | 2.5 RD | Valid with code (228) Stationary heater: fused via stationary heater connector sleeve (Z67): STH heater unit (A6) | 25 |
| 30 | 0.5 RD | Valid with code (228) Stationary heater: In addition fused via polyswitch fuse for stationary heater (Z67f1): STH radio remote control receiver (A6/1) | 5 | |
| F26 | 30 | 0.75 RD | Valid with code (819) CD changer: CD changer (A2/6) | 7.5 |
| F27 | 30 | 0.75 RDWH | Terminal 15 relay (K41/2) | 5 |
| F28 | 30 | 0.75 RDYE | Radio (A2) | 5 |
| 2.5 RDYE | Valid with code (525) MB Audio 50 APS radio: Radio control panel and navigation unit (A2/56) | 15 | ||
| 2.5 RD | Valid with code (352) COMAND operating and display system with code (498) Japan version: COMAND operating, display and control unit (A40/3) | 5 | ||
| 1.5 RDYE | Valid with code (352) COMAND operating and display system: Fused via COMAND circuit 30 connector sleeve (Z4/22): COMAND operating, display and control unit (A40/3) | 15 | ||
| F29 | 30 | 0.75 RDYE | Fused via circuit 30z connector sleeve (Z7/58z1): Steering column module (N80) EIS [EZS] control unit (N73) | 7.5 |
| F30 | 30 | 0.75 RDYE | Data link connector (X11/4) | 7.5 |
| F31 | 30 | 0.5 RDGY | Upper control panel control unit (N72/1) | 5 |
| F32 | 30 | 2.5 RDYE | Left rear door control unit (N69/3) | 30 |
| F33 | 30 | 2.5 RDBK | Left front door control unit (N69/1) | 30 |
| F34 | 30 | 4.0 BDYE | Valid with code (275) Electrically adjustable driver seat, steering column and outside mirrors with memory: Driver-side front seat adjustment control unit, with memory (N32/1) | 30 |
| F35 | 30 | 0.5 RDBN | Valid with code (494) USA version: WSS (Weight Sensing System) control unit (N2/13) | 5 |
| F36 | 30 | 2.5 RDYE | Valid with code (873) Heated left and right front seats: HS [SIH] and seat ventilation control unit (N25/7) | 25 |
| F37 | 30 | 1.5 RDWH | Valid with code (489) Airmatic (semi-active air suspension): AIRmatic with ADS control unit (N51) | 15 |
| F38 | 30 | 0.75 RDBK | Valid with code (438) NECK-PRO: NECK-PRO head restraints relay (K41/1) | 7.5 |
| F39 | 30 | 0.75 RDVT | Lower control panel control unit (N72) | 5 |
| F40 | 30 | 1.5 RDVT | Valid with code (873) Heated left and right front seats: HS [SIH] and seat ventilation control unit (N25/7) | 10 |
| F41 | 30 | 0.5 RDWH | Central gateway control unit (N93) | 5 |
| F42 | 30 | 0.75 RDVT | ME-SFI [ME] control unit (N3/10) Valid for engine 629, 642, 646 EVO: Terminal 87 relay, engine (N10/1kI) | 7.5 |
| 1.5 RDVT | Valid for engine 271 with code (924) Bivalent natural gas drive: Fused via circuit 30 connector sleeve (Z4/3z1): Driver-side SAM control unit with fuse and relay module (N10/1) CNG control unit (N118/2) |
Fuse assignment of fuse and relay box in trunk - GF54.15-P-1256-06TA
Shown: fuse and relay box
Scheme 96
| Fuse | Clamping device | Cable ID (cable fused) | Fused function | Rating in amperes (A) |
|---|---|---|---|---|
| F1 | 15R | 2.5 BKYE | Valid for partially electric front passenger seat adjustment (standard equipment): Front passenger partially-electric seat adjustment switch (S23/1) | 30 |
| 15R | 2.5 RDYE | Valid for code (275) electrically adjustable driver seat, steering column and outside mirrors with memory: Driver-side front seat adjustment control unit, with memory (N32/1) | 30 | |
| F2 | 15R | 2.5 BKYE | Valid for partially electric driver seat adjustment (standard equipment): Driver partially-electric seat adjustment switch (S22/1) | 30 |
| 15R | 2.5 WHBU | Valid for code (275) electrically adjustable driver seat, steering column and outside mirrors with memory: Passenger-side front seat adjustment control unit with memory (N32/2/) | 30 | |
| F3 | 30 | 0.75 RDVT | Valid for code (475) Tire pressure monitor (Beru): TPM [RDK] control unit (N88) | 7.5 |
| 30 | 0.75 BKRD | Valid for code (220) Parktronic: PTS control unit (N62) | 7.5 | |
| 30 | 0.75RDBK | Valid for code (860) TV tuner: TV tuner (A2/10) | 7.5 | |
| 30 | 0.75 RDWH | Valid for code (527) COMAND APS (with navigation): Navigation processor (N41/1/) | 7.5 | |
| F4 | 30 | 2.5 RDGN | Valid except engine 113.990 (E 55 AMG): Fused via fuel pump relay (N10/2kA): Fuel pump (M3) | 15 |
| 30 | 0.75 RDWH | Valid for engine 113.990 (E 55 AMG): Fused via charge air cooler circulation pump relay (N10/2kA): Charge air cooler circulation pump (M44) | 15 | |
| F5 | 30 | Spare relay 2 (N10/2kC) | ||
| F6 | 30 | 4.0 RD | Valid for code (810) sound system: Audio gateway control unit (N93/1) | 40 |
| F7 | 15R | 2.5 BKGY | Valid for model 211.2 with code (890) Automatic rear-end door: Rear-end door control unit (N111) | 15 |
| F8 | 30 | 0.5 RDYE | Valid for code (882) interior monitoring ATA [EDW] inclination sensor (B33) | 7.5 |
| F9 | 30 | 2.5 RDBK | Overhead control panel control unit (N70) | 25 |
| F10 | 30 | 2.5 RDYE | Heated rear window (R1) | 40 |
| F11 | 30 | 2.5 RD | Valid for model 211.2 with code (890) Automatic rear-end door: Rear-end door control unit (N111) | 20 |
| F12 | 15R | 1.5 BKGY | Cargo area connector box (X58/4) | 15 |
| F13 | 15R | 1.5 BKYE | Interior socket (X58/1) | 15 |
| F14 | 15R | 5 | ||
| F15 | 30 | 0.5 RDYE | Fused via filler cap polarity reverser 1 relay (N10/2kG): Fuel filler flap CL [ZV] motor (M14/10) | 10 |
| 30 | 0.5 BN | Fused via filler cap polarity reverser 2 relay (N10/2kH): Fuel filler flap CL [ZV] motor (M14/10) | 10 | |
| F16 | 30 | 2.5 RDGN | Valid for code (401) front deluxe seats, incl. seat heating and seat ventilation and/or for code (872) Electrically heated left and right rear seats and/or for code (873) Heated left and right front seats: HS [SIH] and seat ventilation control unit (N25/7/) | 20 |
| F17 | 30 | 2.5 RD | Valid for code (550) Trailer hitch: Trailer connection unit control unit (N28/1) | 20 |
| F18 | 30 | 2.5 RD | Valid for code (550) Trailer hitch: Trailer connection unit control unit (N28/1) | 20 |
| F19 | 30 | 2.5 RDGY | Valid for code (404) left multicontour seat and/or code (405) right multicontour seat: Multicontour seat pneumatic pump (M40) | 20 |
| F20 | 30 | 1.0 RD | Valid for code (540) Electric roller blind for rear window: Rear window roller blind relay (K74) | 7.5 |
Fuse assignment of fuse and relay box in trunk - GF54.15-P-1256-06TB
Shown: fuse and relay box
Scheme 97
| Fuse | Clamping device | Cable ID (cable fused) | Fused function | Rating in amperes (A) |
|---|---|---|---|---|
| F1 | 15R | 2.5 BKYE | Front passenger partially-electric seat adjustment switch (S23/1) | 30 |
| 15R | 2.5 RDYE | Valid for code (275) electrically adjustable driver seat, steering column and outside mirrors with memory: Driver-side front seat adjustment control unit, with memory (N32/1) | 30 | |
| F2 | 15R | 2.5 BKYE | Driver partially-electric seat adjustment switch (S22/1) | 30 |
| 15R | 2.5 WHBU | Valid for code (275) electrically adjustable driver seat, steering column and outside mirrors with memory: Passenger-side front seat adjustment control unit with memory (N32/2/) | 30 | |
| F3 | 30 | 0.75 RDVT | Valid for code (806) Model year 2006 and code (475) Tire pressure monitor (Siemens) or code (470) Tire pressure monitor (standard): TPM [RDK] control unit (N88) | 7.5 |
| 30 | 0.75 BKRD | Valid for code (220) Parktronic: PTS control unit (N62) | 7.5 | |
| 30 | 0.75RDBK | Valid for code (860) TV tuner: TV combination tuner (analog/digital) (A90/1/) | 7.5 | |
| 30 | 0.75 RDWH | Valid for code (527) COMAND APS (with navigation): Navigation processor (N41/1) | 7.5 | |
| F4 | 30 | 2.5 RDGN | Except engine 113.990 (E 55 AMG): Fused via fuel pump relay (N10/2kA): Fuel pump (M3) | 15 |
| 30 | 0.75 RDWH | Valid for engine 113.990 (E 55 AMG): Fused via charge air cooler circulation pump relay (N10/2kA): Charge air cooler circulation pump (M44) | 7.5 | |
| F5 | ||||
| F6 | 30 | 0,75 BU | Radio (A2) | 40 |
| 0.35 PKBU | Left antenna amplifier module (A2/64) | |||
| 4.0 RD | Valid for code (810) sound system: Audio gateway control unit (N93/1) | |||
| F7 | 15R | 2.5 BKGY | Valid for code (890) automatic rear-end door: Fused via rear wiper relay (N10/2kD): Rear-end door control unit (N111) | 15 |
| F8 | 30 | 0.5 RDYE | Left antenna amplifier module (A2/64) Valid for code (551) anti-theft alarm system (ATA [EDW]): ATA [EDW] inclination sensor (B33) Alarm horn (H3) | 7.5 |
| F9 | 30 | 2.5 RDBK | Overhead control panel control unit (N70) | 25 |
| F10 | 30 | 2.5 RDYE | Heated rear window (R1) | 40 |
| F11 | 30 | 2.5 RD | Valid for model 211.2 with code (890) Automatic rear-end door: Rear-end door control unit (N111) | 20 |
| F12 | 15R | 1.5 BKGY | Cargo area connector box (X58/4) | 15 |
| F13 | 15R | 1.5 BKYE | Interior socket (X58/1) | 15 |
| F14 | 15R | 5 | ||
| F15 | 30 | 0.5 RDYE | Fused via filler cap polarity reverser 1 relay (N10/2kG): Fuel filler flap CL [ZV] motor (M14/10) | 10 |
| 30 | 0.5 BN | Fused via filler cap polarity reverser 2 relay (N10/2kH): Fuel filler flap CL [ZV] motor (M14/10) | 10 | |
| F16 | 30 | 2.5 RDGN | Valid for code (401) front deluxe seats, incl. seat heating and seat ventilation and/or for code (872) Electrically heated left and right rear seats and/or for code (873) Heated left and right front seats: HS [SIH] and seat ventilation control unit (N25/7/) | 20 |
| F17 | 30 | 2.5 RDBK | Valid for code (550) Trailer hitch: Trailer connection unit control unit (N28/1) | 20 |
| F18 | 30 | 2.5 RDBK | Valid for code (550) Trailer hitch: Trailer connection unit control unit (N28/1) | 20 |
| F19 | 30 | 2.5 RDGY | Valid for code (404) left multicontour seat and/or code (405) right multicontour seat: Multicontour seat pneumatic pump (M40) | 20 |
| F20 | 30 | 1.0 RD | Valid for code (540) Electric roller blind for rear window: Rear window roller blind relay (K74) | 7.5 |
Fuse assignment of fuse and relay box in trunk - GF54.15-P-1256-06TM
Shown: fuse and relay box
Scheme 98
| Fuse | Clamping device | Cable ID (cable fused) | Fused function | Rating in amperes (A) |
|---|---|---|---|---|
| F1 | 15R | 2.5 BKYE | Front passenger partially-electric seat adjustment switch (S23/1) | 30 |
| 15R | 2.5 RDYE | Valid with code 275 Electrically adjustable driver seat, steering column and outside mirrors with memory: Driver-side front seat adjustment control unit, with memory (N32/1) | 30 | |
| F2 | 15R | 2.5 BKYE | Driver partially-electric seat adjustment switch (S22/1) | 30 |
| 15R | 2.5 WHBU | Valid with code 275 Electrically adjustable driver seat, steering column and outside mirrors with memory: Passenger-side front seat adjustment control unit with memory (N32/2/) | 30 | |
| F3 | 30 | 0.75 RDVT | Valid with code 475 Tire pressure monitor (Siemens): TPM [RDK] control unit (N88) | 7.5 |
| 30 | 0.75 BKRD | Valid with code 220 PARKTRONIC: PTS control unit (N62) | 7.5 | |
| 30 | 0.75RDBK | Valid with code 863 Digital/analog TV tuner: TV combination tuner (analog/digital) (A90/1/) | 7.5 | |
| 30 | 0.75 RDWH | Valid with code 527 COMAND APS (with navigation system): Navigation processor (N41/1/) | 7.5 | |
| F4 | 87 | 2.5 RDGN | Except engine 156.983 (E 63 AMG): Fused via fuel pump relay (N10/2kA): Fuel pump (M3) | 20 |
| F5 | ||||
| F6 | 30 | 4.0 RD | Valid with code 810 Sound system: Audio gateway control unit (N93/1) | 40 |
| F7 | 15R | 2.5 BKGY | Valid for model 211.2 with code (890) Automatic rear-end door: Fused via rear wiper relay (N10/2kD): Rear-end door control unit (N111) | 15 |
| F8 | 30 | 0.5 RDYE | Left antenna amplifier module (A2/64) Valid with code 551 Anti-theft alarm system (ATA [EDW]): ATA [EDW] inclination sensor (B33) Alarm horn (H3) | 7.5 |
| F9 | 30 | 2.5 RDBK | Overhead control panel control unit (N70) | 25 |
| F10 | 30 | 2.5 RDYE | Heated rear window (R1) | 40 |
| F11 | 30 | 2.5 RD | Valid for model 211.2 with code 890 Automatic rear-end door: Rear-end door control unit (N111) | 20 |
| F12 | 15R | 1.5 BKGY | Cargo area connector box (X58/4) | 15 |
| F13 | 15R | 1.5 BKYE | Interior socket (X58/1) | 15 |
| F14 | 15R | |||
| F15 | 30 | 0.5 RDYE | Fused via filler cap polarity reverser 1 relay (N10/2kG): Fuel filler flap CL [ZV] motor (M14/10) | 10 |
| 30 | 0.5 BN | Fused via filler cap polarity reverser 2 relay (N10/2kH): Fuel filler flap CL [ZV] motor (M14/10) | 10 | |
| F16 | 30 | 2.5 RDGN | Valid with code 401 Front comfort seats, incl. seat heating and seat ventilation or with code 872 Electrically heated left and right rear seats or with code 873 Right and left front seat heaters: HS [SIH] and seat ventilation control unit (N25/7/) | 20 |
| F17 | 30 | 2.5 RDGN | Valid with code 550 Trailer hitch: Trailer connection unit control unit (N28/1) | 20 |
| F18 | 30 | 2.5 RDBK | Valid with code 550 Trailer hitch: Trailer connection unit control unit (N28/1) | 20 |
| F19 | 30 | 2.5 RDGY | Valid with code 404 Left multicontour seat or with code 405 Right multicontour seat: Multicontour seat pneumatic pump (M40) | 20 |
| F20 | 30 | 1.0 RD | Valid with code 540 Electric rear window roller blind: Rear window roller blind relay (K74) | 7.5 |
Fuse assignment of front prefuse box - GF54.15-P-1256-07T
Front
Scheme 99
The front prefuse (F32) is located in the footwell on the passenger-side
Rear
Scheme 100
| Fuse | Clamping device | Cable ID (cable fused) | Fused function | Rating in amperes (A) |
|---|---|---|---|---|
| F68 | 30 | 25.0 RD | Valid for engines 646, 647, 648: Heater booster (R22/3) | 200 |
| F69 | 30 | 10.0 RD | Valid for engines 646, 647, 648: Glow output stage (N14/2/) | 150 |
| F70 | 30 | 10.0 RD | Additional battery relay (K57/2) | 150 |
| F71 | 30 | 10.0 RD | Valid for engines 112, 113, 271, 272, 646, 647: AAC with integrated control additional fan motor (M4/7) | 100 |
| 30 | 12.0 RD | Valid for engine 648: AAC with integrated control additional fan motor (M4/7) | 100 | |
| F72 | 30 | 4.0 RD | SBC hydraulic unit (A7/3) | 50 |
| F73 | 30 | 4.0 RD | SBC hydraulic unit (A7/3) | 40 |
| F74 | 30 | 4.0 RD | Valid for equipment with code (489) Airmatic (semi-active air suspension): AIRmatic relay (K67) | 40 |
| F75 | 30 | 4.0 RD | Right SAM control unit (N10/11) | 40 |
| F76 | 30 | 4.0 RDVT | Valid with code 803 Model year 2003 with engine 113.990 (E 55 AMG): Air injection relay (K17) | 40 |
| 30 | 4.0 RDVT | Valid with code (299) PRE-SAFE: Right front reversible emergency tensioning retractor (A76/1) | 40 | |
| F77 | 30 | 4.0 RDBU | Valid without code (419) Solar module for panoramic roof: Heating systems recirculation unit (A32) | 40 |
| 30 | 4.0 RDBU | Valid with code (419) Solar module for panoramic roof: Solar generator control unit (N34/1) | 40 |
Fuse assignment of front prefuse box - GF54.15-P-1256-07TA
Front
Scheme 101
The front prefuse (F32) is located in the footwell on the passenger-side
Rear
Scheme 102
| Fuse | Clamping device | Cable ID (cable fused) | Fused function | Rating in amperes (A) |
|---|---|---|---|---|
| 80,0 BK | Feed-in: Battery (G1) | |||
| F68 | 30 | 25.0 RD | Valid for engines 629, 642, 646, 647: Heater booster (R22/3) | 200 |
| F69 | 30 | 10.0 RD | Valid for engines 646, 647: Glow output stage (N14/2/) | 150 |
| F70 | 30 | 10.0 RD | Additional battery relay (K57/2) | 150 |
| F71 | 30 | 10.0 RD | Valid for engines 113, 271, 272, 646, 647: AAC with integrated control additional fan motor (M4/7) | 100 |
| 30 | 12.0 RD | Valid for engines 629, 642: AAC with integrated control additional fan motor (M4/7) | 100 | |
| F72 | 30 | 4.0 RDWH | SBC hydraulic unit (A7/3) | 50 |
| F73 | 30 | 4.0 RDYE | SBC hydraulic unit (A7/3) | 40 |
| F74 | 30 | 4.0 RD | Valid for equipment with code (489) Airmatic (semi-active air suspension): AIRmatic relay (K67) | 40 |
| F75 | 30 | 4.0 RD | Right SAM control unit (N10/11) | 40 |
| F76 | 30 | 4.0 RDVT | Valid with code (299) PRE-SAFE: Right front reversible emergency tensioning retractor (A76/1) | 40 |
| F77 | 30 | 4.0 RDBU | Valid without code (419) Solar module for panoramic roof: Heating systems recirculation unit (A32) | 40 |
| 30 | 4.0 RDBU | Valid with code (419) Solar module for panoramic roof: Solar generator control unit (N34/1) | 40 |
Fuse assignment of front prefuse box - GF54.15-P-1256-07TM
Front
Scheme 103
The front prefuse box is located in the footwell on the passenger side
Rear
Scheme 104
| Fuse | Clamping device | Cable ID (cable fused) | Fused function | Rating in amperes (A) |
|---|---|---|---|---|
| 80.0 BK | Feed-in: Battery (G1) | |||
| F68 | 30 | 25.0 RD | Valid for engine 629, 642, 646 EVO: Heater booster (R22/3) | 200 |
| F69 | 30 | 10.0 RD | Valid for engine 629, 642, 646 EVO: Glow time output stage (N14/3) | 150 |
| F70 | Valid for model 211.2: External start terminal point | |||
| F71 | 30 | 10.0 RD | Valid for engine 156, 271, 272, 273: AAC with integrated control additional fan motor (M4/7) | 150 |
| 12.0 RD | Valid for engine 629, 642, 646 EVO: Engine and AC electric suction fan with integrated control | 100 | ||
| F72 | 30 | 4.0 RDBU | Traction system hydraulic unit (A7/3) | 50 |
| F73 | 30 | 4.0 RDYE | ESP control unit (N47-5) | 40 |
| F74 | 30 | 4.0 RD | Valid with code (489) Airmatic (semi-active air suspension): AIRmatic relay (K67) | 40 |
| F75 | 30 | 4.0 RD | Right SAM control unit (N10/11) | 40 |
| F76 | 30 | 4.0 RDVT | Valid with code (299) PRE-SAFE: Right front reversible emergency tensioning retractor (A76/1) | 40 |
| F77 | 30 | 4.0 RDBU | Blower motor (M2) | 40 |
Fuse assignment of rear prefuse box - GF54.15-P-1256-08TA
Front
Scheme 105
Rear
Scheme 106
| Fuse | Clamping device | Cable ID (cable fused) | Fused function | Rating in amperes (A) |
|---|---|---|---|---|
| F78 | 30 | 10.0 RD | Driver-side SAM control unit with fuse and relay module (N10/1) | 200 |
| F79 | 30 | 16.0 RD | Rear SAM control unit with fuse and relay module (N10/2/) | 200 |
| F80 | 30 | 16.0 RD | Driver-side SAM control unit with fuse and relay module (N10/1) | 150 |
| F81 | 30 | 10.0 RD | Interior fuse box (F34) | 150 |
| F82 | 30 | 10.0 RD | Valid for government vehicles: Fused via circuit 30 connector sleeve (Z7): Fuse box II, rear right wheelhouse (F8) | 150 |
| 30 | 6.0 RDYE | Valid for engine 113.990 (E 55 AMG): Fuel pump relay fuse (f82a) | 150 | |
| 6.0 RD | Air injection relay fuse (K17) (f82b) | |||
| F8 | 30 | 4.0 RDYE | Fuel pump relay (K27/1) | 30 |
| F8 | 30 | 4.0 RDVT | Air injection relay (K17) | 40 |
| F83 | 30 | 4.0 RDBU | Valid for government vehicles and for code (450) Taxi version: via circuit 30 connector sleeve (solder connector in coupling housing) (Z7/37): Special vehicle multifunction control unit (SVMCU [MSS]) (N26/9) | 30 |
| F84 | 30 | 0.75 RD | Battery control unit (N82) | 5 |
| F85 | 30 | 0.75RDBK | Valid for code (380) Preinstallation for MB telephone "Handy", complete or for code (382) MB telephone "Handy" in armrest: Fused via circuit 30 connector sleeve (Z4/3): Telephone interface (A34/4) | 5 |
| 30 | 0.75RDBK | Valid for code (380) Preinstallation for MB telephone "Handy", complete, for code (381) CP-Light telephone system, for code (382) MB telephone "Handy" in armrest or for code (383) CP-High telephone system: Hands-free system control unit (A35/1/) | 5 | |
| 30 | 0.75RDBK | Valid for code (813) voice control system (VCS): Voice control system control unit (A35/11/) | 5 | |
| F86 | 30 | 1.5 RDVT | Interior socket (X58/1) | 5 |
| 30 | 2.5 RDBU | Valid for government vehicles: Fused via terminal 30 connector sleeve (soldered connector in clutch housing) (Z7/37): Special vehicle multifunction control unit (SVMCU [MSS]) (N26/9) | 30 | |
| 30 | 4.0 RDGN | Valid for government vehicles with intercom system: Fused via circuit 30 connector sleeve (Z7/40): Panic alarm system control unit (N26/8) Terminal block circuit 30/interior (X4/1) | 30 | |
| 30 | 4.0 RDBU | Valid for code (450) Taxi version: Fused via terminal 30 connector sleeve (soldered connector in clutch housing) (Z7/37): Special vehicle multifunction control unit (SVMCU [MSS]) (N26/9) | 30 | |
| F87 | 30 | 2.5 RDWH | Valid for code (433) Left dynamic seat incl. multicontour seat and for code (434) Right dynamic seat incl. multicontour seat: Pneumatic pump for dynamic seat control (M40/1) | 40 |
| F88 | 30 | 2.5 RD | Valid for model 211.0: TLC [HDS] control unit (N121) | 30 |
| 4.0 RD | Valid for model 211.2 with code (890) Automatic rear-end door: Rear-end door closing control unit (N121/1) | |||
| F89 | 30 | 4.0 RDBU | Valid for model 211.2 with code (943) Automatically extendable main loading floor: Loading floor control unit (N130) | 40 |
| F90 | 30 | 2.5 RDWH | Valid up to 02/03 for code 450 Taxi version: Fused via terminal 30 connector sleeve (Z7/46): Special vehicle multifunction control unit (SVMCU [MSS]) (N26/9) | 40 |
| 4.0 RDYE | Valid up to 02/03 for engine 113.990 (E 55 AMG): Fuel pump relay (K27/1) | 30 | ||
| F91 | 30 | 2.5 RDBU | Valid for government vehicles and valid for code (450) Taxi version: Fused via terminal 30 connector sleeve (soldered connector in clutch housing) (Z7/37): Special vehicle multifunction control unit (SVMCU [MSS]) (N26/9) | 40 |
Fuse assignment of rear prefuse box - GF54.15-P-1256-08TB
Front
Scheme 107
Rear
Scheme 108
| Fuse | Clamping device | Cable ID (cable fused) | Fused function | Rating in amperes (A) |
|---|---|---|---|---|
| F78 | 30 | 10.0 RD | Driver-side SAM control unit with fuse and relay module (N10/1) | 200 |
| F79 | 30 | 16.0 RD | Rear SAM control unit with fuse and relay module (N10/2/) | 200 |
| F80 | 30 | 16.0 RD | Valid for engines 112, 113, 271, 272: Driver-side SAM control unit with fuse and relay module (N10/1) | 150 |
| 30 | 10.0 RD | Valid for engine 628, 646, 647, 648: Driver-side SAM control unit with fuse and relay module (N10/1) | 150 | |
| F81 | 30 | 10.0 RD | Interior fuse box (F34) | 150 |
| F82 | 30 | 10.0 RD | Valid for government vehicles: Fused via circuit 30 connector sleeve (Z7): Fuse box II, rear right wheelhouse (F8) | 150 |
| 30 | 6.0 RDYE | Valid for engine 113.990 (E 55 AMG): Fuel pump relay fuse (f82a) | 150 | |
| 6.0 RD | Air injection relay fuse (K17) (f82b) | |||
| F8 | 30 | 4.0 RDYE | Fuel pump relay (K27/1) | 30 |
| F8 | 30 | 4.0 RDVT | Air injection relay (K17) | 40 |
| F83 | 30 | 4.0 RDBU | Valid for government vehicles and for code (450) Taxi version: Fused via terminal 30 connector sleeve (soldered connector in clutch housing) (Z7/37): Special vehicle multifunction control unit (SVMCU [MSS]) (N26/9) | 30 |
| F84 | 30 | 0.75 RD | Battery control unit (N82) | 5 |
| F85 | 30 | 0.75RDBK | Valid for code (380) Preinstallation for MB telephone "Handy", complete or for code (382) MB telephone "Handy" in armrest: Fused via circuit 30 connector sleeve (Z4/3): Telephone interface (A34/4) | 5 |
| 30 | 0.75RDBK | Valid for code (380) Preinstallation for MB telephone "Handy", complete, for code (381) CP-Light telephone system, for code (382) MB telephone "Handy" in armrest or for code (383) CP-High telephone system: Hands-free system control unit (A35/1/) | 5 | |
| 30 | 0.75RDBK | Valid for code (813) voice control system (VCS): Voice control system control unit (A35/11) | 5 | |
| F86 | 30 | 1.5 RDVT | Interior socket (X58/1) | 30 |
| 30 | 2.5 RDBU | Valid for government vehicles: Fused via terminal 30 connector sleeve (soldered connector in clutch housing) (Z7/37): Special vehicle multifunction control unit (SVMCU [MSS]) (N26/9) | 30 | |
| 30 | 4.0 RDGN | Valid for government vehicles with intercom system: Fused via circuit 30 connector sleeve (Z7/40): Panic alarm system control unit (N26/8) Terminal block circuit 30/interior (X4/1) | 30 | |
| 30 | 4.0 RDBU | Valid for code (450) Taxi version: Fused via terminal 30 connector sleeve (soldered connector in clutch housing) (Z7/37): Special vehicle multifunction control unit (SVMCU [MSS]) (N26/9) | 30 | |
| F87 | 30 | 2.5 RDWH | Valid for code (433) Left dynamic seat, incl. multicontour seat and for code (434) Right dynamic seat, incl. multicontour seat: Pneumatic pump for dynamic seat control (M40/1) | 40 |
| F88 | 30 | 2.5 RD | Valid for model 211.0 | 30 |
| 4.0 RD | TLC [HDS] control unit (N121) Valid for model 211.2 with code (890) Automatic rear-end door: Rear-end door closing control unit (N121/1) | |||
| F89 | 30 | 4.0 RDBU | Valid for model 211.2 with code (943) Automatically extendable main loading floor: Loading floor control unit (N130) | 40 |
| F90 | 30 | 4.0 RDYE | Valid with code (299) PRE-SAFE Left front reversible emergency tensioning retractor (A76) | 40 |
| F91 | 30 | 2.5 RDBU | Valid for code (450) Taxi version: Fused via terminal 30 connector sleeve (soldered connector in clutch housing) (Z7/37): Special vehicle multifunction control unit (SVMCU [MSS]) (N26/9) | 40 |
Fuse assignment of rear prefuse box - GF54.15-P-1256-08TC
Front
Scheme 109
Rear
Scheme 110
| Fuse | Clamping device | Cable ID (cable fused) | Fused function | Rating in amperes (A) |
|---|---|---|---|---|
| 25.0 RD | Feed-in: Battery (G1) | |||
| F78 | 30 | 10.0 RD | Driver-side SAM control unit with fuse and relay module (N10/1) | 200 |
| F79 | 30 | 16.0 RD | Rear SAM control unit with fuse and relay module (N10/2/) | 200 |
| F80 | 30 | 16.0 RD | Valid for engines 113, 271, 272: Driver-side SAM control unit with fuse and relay module (N10/1) | 150 |
| 30 | 10.0 RD | Valid for engines 629, 642, 646, 647: Driver-side SAM control unit with fuse and relay module (N10/1) | 150 | |
| F81 | 30 | 10.0 RD | Interior fuse box (F34) | 150 |
| F82 | 30 | 10.0 RD | Valid for government vehicles: Fused via circuit 30 connector sleeve (Z7): Fuse box II, rear right wheelhouse (F8) | 150 |
| 30 | 6.0 RD | Valid for engine 113.990 (E 55 AMG): Fuel pump relay fuse (K27/1), fuel pump 2 relay (K27/2) (F82A) Air injection relay fuse (K17) (F82B) | 150 | |
| F82A | 30 | 4.0 RDYE | Fuel pump relay (K27/1) Fuel pump 2 relay (K27/2) | 40 |
| F82A | 30 | 4.0 RDVT | Air injection relay (K17) | 40 |
| F83 | 30 | 4.0 RDBU | Valid for government vehicles and for code (450) Taxi version: Fused via terminal 30 connector sleeve (Z7/46): Special vehicle multifunction control unit (SVMCU [MSS]) (N26/9) | 30 |
| F84 | 30 | 0.75 RD | Battery control unit (N82) | 5 |
| F85 | 30 | 0.75 RDBK | Valid for code (380) Preinstallation for MB telephone "Handy", complete or for code (382) MB telephone "Handy" in armrest: Fused via circuit 30 connector sleeve (Z4/3): Telephone interface (A34/4) valid for UPCI [UHI] (Universal Portable CTEL Interface): Fused via circuit 30 connector sleeve (Z4/3) | 5 |
| 0.75 RD | Universal Portable CTEL Interface (UPCI [UHI]) control unit (N123/1/) | |||
| 30 | 0.75 RDBK | Valid for code (380) Preinstallation for MB telephone "Handy", complete, for code (381) CP-Light telephone system, for code (382) MB telephone "Handy" in armrest or for code (383) CP-High telephone system: Hands-free system control unit (A35/1/) | 5 | |
| 30 | 0.75 RDBK | Valid for code (813) voice control system (VCS): Voice control system control unit (A35/11/) | 5 | |
| F86 | 30 | 1.5 RDVT | Interior socket (X58/1) | 30 |
| 30 | 2.5 RDBU | Valid for government vehicles: Fused via terminal 30 connector sleeve (soldered connector in clutch housing) (Z7/37): Special vehicle multifunction control unit (SVMCU [MSS]) (N26/9) | 30 | |
| 30 | 4.0 RDGN | Valid for government vehicles with intercom system: Fused via circuit 30 connector sleeve (Z7/40): Panic alarm system control unit (N26/8) Terminal block circuit 30/interior (X4/1) | 30 | |
| 30 | 4.0 RDBU | Valid for code (450) Taxi version: Fused via terminal 30 connector sleeve (soldered connector in clutch housing) (Z7/37): Special vehicle multifunction control unit (SVMCU [MSS]) (N26/9) | 30 | |
| 30 | 0.5 RDGN | Valid for code (494) USA version: SDAR control unit (N87/5) | 5 | |
| F87 | 30 | 2.5 RDWH | Valid for code (433) Left dynamic seat, incl. multicontour seat and/or for code (434) Right dynamic seat, incl. multicontour seat: Pneumatic pump for dynamic seat control (M40/1) | 40 |
| F88 | 30 | 2.5 RD | Valid for model 211.0 | 30 |
| 4.0 RD | TLC [HDS] control unit (N121) Valid for model 211.2 with code (890) Automatic rear-end door: Rear-end door closing control unit (N121/1) | |||
| F89 | 30 | 4.0 RDBU | Valid for model 211.2 with code (943) Automatically extendable main loading floor: Loading floor control unit (N130) | 40 |
| F90 | 30 | 4.0 RDVT | Valid with code (299) PRE-SAFE Left front reversible emergency tensioning retractor (A76) | 40 |
| F91 | 30 | 2.5 RDBU | Valid for code (450) Taxi version: Fused via terminal 30 connector sleeve (soldered connector in clutch housing) (Z7/37): Special vehicle multifunction control unit (SVMCU [MSS]) (N26/9) | 40 |
Fuse assignment of rear prefuse box - GF54.15-P-1256-08TM
Front
Scheme 111
Rear
Scheme 112
| Fuse | Clamping device | Cable ID (cable fused) | Fused function | Rating in amperes (A) |
|---|---|---|---|---|
| 25.0 RD | Feed-in: Battery (G1) | |||
| F78 | 30 | 10.0 RD | Valid for engine 156, 271, 272, 273: Driver-side SAM control unit with fuse and relay module (N10/1) | 200 |
| 16.0 RD | Valid for engine 272 with code (924) Bivalent natural gas drive Driver-side SAM control unit with fuse and relay module (N10/1) | |||
| 10.0 RD | Valid for engine 629, 642, 646 EVO: Driver-side SAM control unit with fuse and relay module (N10/1) | |||
| F79 | 30 | 10.0 RD | Rear SAM control unit with fuse and relay module (N10/2/) | 200 |
| F80 | 30 | 10.0 RD | Valid for engine 156, 271, 272, 273: Driver-side SAM control unit with fuse and relay module (N10/1) | 150 |
| 30 | 16.0 RD | Valid for engine 272 with code (924) Bivalent natural gas drive Driver-side SAM control unit with fuse and relay module (N10/1) | ||
| 30 | 10.0 RD | Valid for engines 629, 642, 646, 647: Driver-side SAM control unit with fuse and relay module (N10/1) | ||
| F81 | 30 | 10.0 RD | Interior fuse box (F34) | 150 |
| F82 | 30 | 6.0 RD | Valid for engine 156.983 (E 63 AMG): Fused via terminal 30 connector sleeve (Z7/19): Fuse F82A and F82B | 150 |
| F82A | 30 | 1.5 BKGY | Fuse for left fuel pump control unit (N118/3) Fuse for right fuel pump control unit (N118/4) | 40 |
| F82A | 6.0 RD | Air injection relay fuse (K17) | 40 | |
| F83 | 30 | 4.0 RDWH | Valid for government vehicles and for vehicles with code (450) Taxi version: Fused via terminal 30 connector sleeve (Z7/46): Special vehicle multifunction control unit (SVMCU [MSS]) (N26/9) | 30 |
| F84 | 30 | 0.75 RD | Battery sensor (B95) | 5 |
| F85 | 30 | 0.75 RDBK | Valid with code (380) Preinstallation for MB telephone "Handy", complete or with code (382) MB telephone "Handy" in armrest: Fused via circuit 30 connector sleeve (Z4/3): Telephone interface (A34/4) | 5 |
| 0.75 RD | Valid for UPCI [UHI] (Universal Portable CTEL Interface): Fused via circuit 30 connector sleeve: Universal Portable CTEL Interface (UPCI [UHI]) control unit (N123/1/) | |||
| 30 | 0.75 RDBK | Valid with code (380) Preinstallation for MB telephone "Handy", complete, with code (381) CP-Light telephone system, with code (382) MB telephone "Handy" in armrest or with code (383) CP-High telephone system: Hands-free system control unit (A35/1/) | 5 | |
| 30 | 0.75 RDBK | Valid with code (813) Voice control system (VCS [SBS]): Voice control system control unit (A35/11/) | 5 | |
| F86 | 30 | 1.5 RDVT | Interior socket (X58/1) | 5 |
| 30 | 2.5 RDBU | Valid for government vehicles: Fused via terminal 30 connector sleeve (soldered connector in clutch housing) (Z7/37): Special vehicle multifunction control unit (SVMCU [MSS]) (N26/9) | 30 | |
| 30 | 4.0 RDBU | Valid with code (450) Taxi version: Fused via terminal 30 connector sleeve (soldered connector in clutch housing) (Z7/37): Special vehicle multifunction control unit (SVMCU [MSS]) (N26/9) | 30 | |
| 30 | 0.5 RDGN | Valid with code (494) USA version: SDAR control unit (N87/5) | 5 | |
| F87 | 30 | 2.5 RDWH | Valid with code (433) Left dynamic seat, incl. multicontour seat and with code (434) Right dynamic seat, incl. multicontour seat: Pneumatic pump for dynamic seat control (M40/1) | 30 |
| F88 | 30 | 2.5 RD | Valid for model 211.0: TLC [HDS] control unit (N121) | 30 |
| 4.0 RD | Valid for model 211.2 with code (890) Automatic rear-end door: Rear-end door closing control unit (N121/1) | |||
| F89 | 30 | 4.0 RDBU | Valid for model 211.2 with code (943) Automatically extendable main loading floor: Loading floor control unit (N130) | 40 |
| F90 | 30 | 4.0 RDVT | Valid with code (299) PRE-SAFE Left front reversible emergency tensioning retractor (A76) | 40 |
| F91 |
Relay assignment of fuse and relay box in left side of engine compartment - GF54.15-P-1257-03T
Driver-side fuse and relay module
The S relay (AIRmatic relay (K67)) and T (cutoff relay for interruptible loads (K75)) are only clipped on to the driver-side SAM control unit with fuse and relay module
Scheme 113
| Relays | Designation |
|---|---|
| I | Terminal 87 relay, engine (N10/1kI) |
| K | Terminal 87 relay, chassis (N10/1kK) |
| LL | Starter relay (N10/1kL) |
| M | SEQ pump control relay (N10/1kM) |
| N | Terminal 15 relay (N10/1kN) |
| O | Fanfare horn relay (N10/1kO) |
| PPP | Terminal 15R relay (N10/1kP) |
| R | Air pump relay (N10/1kR) except engine 113.990 (E 55 AMG) Oil cooler fan relay (N10/1kR) only engine 113.990 (E 55 AMG) |
| S | AIRmatic relay (K67) only for code (489) Airmatic Dual Control (semi-active air suspension) |
| TT | Cutoff relay for interruptible loads (K75) |
Relay assignment of fuse and relay box in left side of engine compartment - GF54.15-P-1257-03TM
Driver-side fuse and relay module
Scheme 114
The relay S (AIRmatic relay (K67)) is only clipped onto the driver-side SAM control unit with fuse and relay module
| Relays | Designation |
|---|---|
| I | Terminal 87 relay, engine (N10/1kI) |
| K | Terminal 87 relay, chassis (N10/1kK) |
| LL | Starter relay (N10/1kL) |
| M | |
| N | Terminal 15 relay (N10/1kN) |
| O | Fanfare horn relay (N10/1kO) |
| PPP | Terminal 15R relay (N10/1kP) |
| R | Air pump relay (N10/1kR) except engine 156.983 (E 63 AMG) or Oil cooler fan (N10/1kR) only engine 156.983 (E 63 AMG) |
| S | Airmatic relay (K67) only with code (489) Airmatic (semi-active air suspension) |
Relay assignment of fuse and relay box in trunk - GF54.15-P-1257-04T
Assignment of fuse and relay box in luggage compartment
Scheme 115
| Relays | Designation |
|---|---|
| A | Fuel pump relay (N10/2kA) except engine 113.990 (E 55 AMG) Charge air cooler circulation pump relay (N10/2kA) only engine 113.990 (E 55 AMG) |
| W | Relay 2, terminal 15R (N10/2kB) |
| CC | Spare relay 2 (N10/2kC) |
| D | Rear wiper relay (N10/2kD) |
| E | Heated rear window relay (N10/2kE) |
| FF | Relay 1, terminal 15R (N10/2kF) |
| G | Fuel filler cap polarity reverser relay 1 (N10/2kG) |
| H | Fuel filler cap polarity reverser relay 2 (N10/2kH) |
Relay assignment of fuse and relay box in trunk - GF54.15-P-1257-04TM
Assignment of fuse and relay box in luggage compartment
Scheme 116
| Relays | Designation |
|---|---|
| A | Fuel pump relay (N10/2kA) except engine 156.983 (E 63 AMG) |
| W | Relay 2, terminal 15R (N10/2kB) |
| CC | Spare relay 2 (N10/2kC) |
| D | Rear wiper relay (N10/2kD) |
| E | Heated rear window relay (N10/2kE) |
| FF | Relay 1, terminal 15R (N10/2kF) |
| G | Fuel filler cap polarity reverser relay 1 (N10/2kG) |
| H | Fuel filler cap polarity reverser relay 2 (N10/2kH) |
Steering column module, task - GF54.21-P-4104-02T
The steering column module (N80) has the following operations
Scanning
- Buttons of multifunction steering wheel: Left multifunction steering wheel button group (S110) Right multifunction steering wheel button group (S111)
- Combination switch (S4)
- Cruise control pushbutton switch (S40/4)
- Steering column adjustment/steering wheel heater switch (S59/1) (with code (443) steering wheel heater or code (275a) memory package (driver seat, steering column, mirrors))
- VCS switch (S93/2) (with code (813) voice control system (VCS))
- Steering angle sensor (N49)
Actuate
- Search illumination of multifunction steering wheel
- Yellow LED, variable speed limiter (S40/4v1)
- Steering wheel heater function indicator (S59/1e1) (with code (443) steering wheel heater)
Transfer
The signals of the following components are not read in by the steering column module (N80) but only looped through
- Driver airbag squib 1 (R12/13) and
- Driver airbag squib 2 (R12/14)
- Steering wheel heater electronics (A74) (with code (443) steering wheel heater)
The steering column module (N80) is connected to the Controller Area Network bus class B (interior) (CAN-B) and Controller Area Network bus class C (engine compartment) (CAN-C)
However, it cannot act as an interface (Gateway) between the two bus systems, i.e. no data is exchanged between CAN-B and CAN-C via the steering column module (N80).
Upper control panel control unit, task - GF54.21-P-4105-02T
The upper control panel control unit (N72/1) is connected to the Controller Area Network bus Class B (interior) (CAN B) for the exchange of data.
The upper control panel control unit (N72/1) has the following tasks
Reading in the integral switches
- ESP OFF switch (N72/1s1)
- Rear head restraints switch (N72/1s4)
- Hazard warning system switch (N72/1s5)
- Interior central locking and ATA function display switch (N72/1s6)
- Rear roller blind switch (N72/1s9) (with code (540) Electric rear window roller blind)
- Left front HS [SIH] switch (N72/1s10) (with code (873) Heated left and right front seats or with code (401) Front comfort seats, incl. seat heating and seat ventilation)
- Right front HS [SIH] switch (N72/1s11) (with code (873) Heated left and right front seats or with code (401) Front comfort seats, incl. seat heating and seat ventilation)
- Left front seat ventilation switch (N72/1s13) (with code (401) Front comfort seats, incl. seat heating and seat ventilation)
- Right front seat ventilation switch (N72/1s14) (with code (401) Front comfort seats, incl. seat heating and seat ventilation)
- Upper control panel carrier open/close switch (N72/1s15)
Actuation of the following components
- Switch and controls illumination of integrated switches
- Automatic child seat recognition airbag OFF indicator lamp (N72/1e1)
On vehicles as of 1.6.07 and without code (U18) automatic child seat recognition (ACSR) the automatic child seat recognition airbag OFF indicator lamp (N72/1e1) is only actuated with circuit 15 On for the lamp check for approx. 4 s, over and above this the automatic child seat recognition airbag OFF indicator lamp (N72/1e1) is nonfunctional
Scheme 117
Driver-side SAM control unit with fuse and relay module, task - GF54.21-P-4109-01T
Task
The driver-side SAM control unit with fuse and relay module (N10/1) is connected to the Controller Area Network bus Class B (interior) (CAN-B) for the exchange of data The driver-side SAM control unit with fuse and relay module (N10/1) reads in the following signals, sensors and switches, controls if necessary their function illumination and switch and controls illumination and switches the following relays and consumers via semiconductor switches.
Control
- Left front exterior lights
- Footwell lighting
- Ventilation of control unit box
- Wiper system (WSA)
- Fanfare horns (H2), right-hand fanfare horn (H2/1)
- Headlamp cleaning system (SRA) (with code (600) headlamp cleaning system)
- Heating the windshield washer system (with code (875) heated windshield washer system)
Reading and outputting the following signals
- Circuit 61 and circuit 58d
- Wake-up signal for air suspension (with code (489) Airmatic (semi-active air suspension))
Reading in following sensors
- Coolant temperature sensor (B11/4)
- Refrigerant pressure and temperature sensor (B12/2) (up to 31.5.05)
- Refrigerant pressure sensor (B12) (as of 1.6.05)
- Outside temperature indicator temperature sensor (B14)
Reading in the following switches
- Rotary light switch (S1)
- HCS [SRA] switch (S1s1) (with code (600) headlamp cleaning system up to 31.5.07)
- Brake fluid indicator switch (S11)
- Parking brake switch (S12)
- Coolant level indicator switch (S41)
- Windshield washer system fluid level indicator switch (S42)
- Left front brake pad contact sensor (S10/1)
- Right front brake pad contact sensor (S10/2)
- Right rear brake pad contact sensor (S10/4)
Switching the relay
- Fanfare horn relay (N10/1kO)
Switching loads
- Left high beam (E1e1)
- Left low beam (E1e2)
- Left standing and parking lamp (E1e3)
- Left turn signal lamp (E1e5)
- Left front fog lamp (E5/1)
- Right front footwell lamp (E17/15)
- Left front footwell lamp (E17/16)
- Right rear footwell lamp (E17/17)
- Left rear footwell lamp (E17/18)
- Control unit box blower motor (M2/2)
- Windshield washer fluid pump (M5/1)
- Washer nozzle heating (R2/1)
- Heat exchanger shutoff motor (M16/32)
- Washer nozzle hose heater (R2/11) (with code (875) heated windshield washer system)
- HCS [SRA] pump (M5/2) (with code (600) headlamp cleaning system)
- Left front side-marker lamp(E6/1) (for code (494) USA version)
- Right front side-marker lamp(E6/2) (for code (494) USA version)
- Shift gate illumination (S16/5e1) (with code (460) Additional parts, Canadian vehicles, code (625) Australia version or code (494) USA version)
Variant coding
- Code (460) Additional parts, Canadian vehicles
- Code (494) USA version
- Code (625) Australia version
Passenger-side SAM control unit with fuse and relay module, task - GF54.21-P-4111-01T
The passenger-side SAM control unit (N10/11) is connected to the Controller Area Network bus class B (interior) (CAN-B) for the exchange of data. The passenger-side SAM control unit (N10/11) reads in the following switches, actuates their function, switch and controls illumination if applicable, and switches the following relays and consumers via semiconductor switches.
The passenger-side SAM control unit (N10/11) is used to control the following functions
- Right front exterior lights
- Actuation of fanfare horns (H2) and right fanfare horn (H2/1)
- Coolant circulation pump (M13) for residual heat
- of heated seats of driver and front passenger seat (with vehicles as of 1.6.05 with code (873) Heated left and right front seats, without code (872) Electrically heated left and right rear seats and without code (401) Front deluxe seats, incl. seat heating and seat ventilation)
Switching the following relays (with code (889) Keyless Go)
- Circuit 15R relay (N10/1kP)
- Circuit 87 relay, chassis (N10/1kK)
Reading in the following switches
- Backup lamp switch (S16/2) (only model 211.0/2 with transmission 716.6)
Switching consumers via semiconductor switches
- Right high beam (E2e1)
- Right low beam (E2e2)
- Right standing and parking lamp (E2e3)
- Right turn signal lamp (E2e5)
- Right front fog lamp (E5/2)
- Coolant circulation pump (M13)
Voltage supply
(with vehicles as of 1.6.05 with code (873) Heated left and right front seats, without code (872) Electrically heated left and right rear seats and without code (401) Front deluxe seats, incl. seat heating and seat ventilation)
- Left front seat heated cushion (R13/1)
- Left front backrest heated cushion (R13/2)
- Right front seat heated cushion (R13/3)
- Right front backrest heated cushion (R13/4)
Rear SAM control unit with fuse and relay module, task - GF54.21-P-4112-01T
Tasks of rear SAM control unit with fuse and relay module (N10/2)
The rear SAM control unit with fuse and relay module (N10/2) is connected to the interior CAN and has several tasks. They are as follows
- Reading in of sensors
- Reading in of switches
- Reading in of sensors
- Reading in of signals
- Control of actuators
- Output of request and status signals
- Fused power supply (terminal 30) of control units
- Evaluation and processing of read-in measured quantities
It also provides the slots for the fuses and relays of the discretely connected control units and relays.
Reading in of sensors
The following sensors are read in via CAN-B
- Interior protection sensor (N70/2b1) with code 882 (Interior monitoring (with ATA [EDW] only)) and code 413 (Panoramic sliding sunroof)
- Interior protection sensor (E15/3b2) with code 882 (Interior monitoring (with ATA [EDW] only)), except code 413 (Panoramic sliding sunroof)
- Battery sensor (B95) as of code 807 Model year 2007
Reading switches
The following switches are read in via CAN-B
- Rotary light switch (S1)
- Combination switch (S4)
- Backup light switch (S16/2) with manual transmission
- Electronic selector lever module control unit (N15/5) with automatic transmission
- Heated rear window button on AAC [KLA] control and operating unit (N22) or Comfort-AAC (N22/7)
- Rear roller blind switch (N72/1s9)
The following switches are read in directly
- Left front door contact switch (S17/3), right front door contact switch (S17/4), left rear door contact switch (S17/5) and right rear door contact switch (S17/6)
- Trunk lid lock switch (S88/2)
- Lock pawl rotary tumbler switch (S88/4)
- Trunk lid contact switch (S88/6)
- Trunk lid external operation switch (S88/8)
- ATA [EDW] hood switch (S62) with code 551 (Anti-theft alarm system (ATA [EDW]))
- Left rear seat release switch (S132/1) and right rear seat release switch (S132/2)
- Left rear backrest angle switch (S54/5) and right rear backrest angle switch (S54/6)
- Trunk lid emergency release switch (S88/10)
The following switches are read in via CAN-B and directly
- Transmitter key (A8/1)
- Stop light switch (S9/1)
Reading in of sensors
The following sensors are read in directly
- ATA [EDW] inclination sensor (B33) with code 551 Anti-theft alarm system (ATA [EDW])
- Fuel level sensor, left tank half (B4/1) and right tank half (B4/2)
Reading in of signals
The following signals are read in via CAN-B
- Request signal for locking/unlocking via CAN-B
- Crash signal
- Request signal for turn signal, brake, parking, standing, fog and backup lights
- Trailer hitch socket (13-pin) (X58) with code 550 Trailer hitch
- Request signal for SVMCU flashing (only on special-purpose vehicles)
The following signals are read in directly
- Panic alarm signal via left antenna amplifier module (A2/64)
Control of actuators
The following actuators are actuated directly
- Outer left taillight, parking light, rear fog light (E3e2) and outer right taillight, parking light, rear fog light (E4e2)
- Inner left taillight, rear fog light (E3e5) and inner right taillight, rear fog light (E4e5)
- Left license plate lamp (E19/1) and right license plate lamp (E19/2)
- Left brake light (E3e4) and right brake light (E4e4)
- Inner left turn signal light (E3e7) and inner right turn signal light (E4e7)
- Center high-mounted brake lamp (E21)
- Left luggage compartment lamp (E18/5) and right luggage compartment lamp (E18/4)
- Trunk lid ambient lamp (E40)
- Heated rear window (R1)
- Left antenna amplifier module (A2/64)
- Alarm signal horn (H3) with code 551 Anti-theft alarm system (ATA [EDW])
- Fuel filler flap CL [ZV] motor (M14/10)
- Rear roller blind motor (M24) with code 540 Electric rear window roller blind
- Fuel pump (M3)
- Left rear head restraint motor (M53/1), center rear head restraint motor (M53/3) and right rear head restraint motor (M53/2)
The following actuators are actuated via CAN-B
- Interior central locking and ATA [EDW] function display switch with code 551 Anti-theft alarm system (ATA [EDW])
- Front dome lamp (N70e1)
Output of request and status signals
The following request and status signals are output via CAN-B
- Output of panic alarm request
- Status of left front door contact switch (S17/3), right front door contact switch (S17/4), left rear door contact switch (S17/5) and right rear door contact switch (S17/6)
- "Close" or "open" request of central locking system
- Position of rear seat backrest
- Fill level of fuel tank
Fused power supply (tml. 30) of control units
The following control units receive a fused power supply via the rear SAM control unit with fuse and relay module (N10/2)
- Radio (A2)
- HS [SIH] and seat ventilation control unit (N25/7) with code 401 Front comfort seats, incl. seat heating and seat ventilation or with code 872 Electrically heated left and right rear seats or with code 873 Right and left front seat heaters
- Trailer connection unit [AAG] control unit (N28/1) with code 550 Trailer hitch
- Overhead control panel control unit (N70)
- Driver front seat adjustment control unit with memory (N32/1) and front passenger front seat adjustment control unit with memory (N32/2) with code 275 Electrically adjustable driver seat, steering column and outside mirrors with memory
- TPM [RDK] control unit (N88) with code 475 Tire pressure monitor (Beru) up to and including code 805 Model year 2005
- TPM [RDK] control unit (N88) with code 475 Tire pressure monitor (Siemens) as of code 806 Model year 2006
- PTS control unit (N62) with code 220 Parktronic system
- Navigation processor (N41/1) with code 527 COMAND APS (with navigation system)
- Audio gateway control unit (N93/1) with code 810 Sound system
Lower control panel control module, task - GF54.21-P-4116-01T
Lower control panel control module (N72), tasks
Reading in the following switches (depending on equipment)
- DTR switch (N72s9)
- STH switch (N72s12)
- Two-way radio switch (N72s11)
- PTS OFF switch (N72s13)
- Level positioning switch (N72s18)
- Comfort and sport switch (N72s25)
In addition
- Reading in the DTR distance potentiometer (N72r1)
- Actuation of the search/function illumination in the respective switches
The lower control panel control module (N72) is linked to the interior CAN for data exchange. The scanned states are sent as CAN messages over the interior CAN.
Bottom control panel control unit design - GF54.21-P-4116-02T
Design
Scheme 118
Structure
Fundamentally, the lower control panel control module (N72) consists of the series block and both of the specially equipped blocks with the switches
- DTR Distance potentiometer (N72r1)
- DTR switch (N72s9)
- Two-way radio switch (N72s11) (code 450)
- PTS OFF switch (N72s13)
- Level positioning switch (N72s18)
- Comfort and sport switch (N72s25)
The built-in switches in the lower control panel control module (N72) have a search lighting and a partial function lighting.
Battery control unit, task - GF54.21-P-4121-02T
Task
The battery control unit (N82) measures the current and voltage of the battery (G1) as well as the temperature of the bus bar. The temperature of the bus bar is used to determine the temperature of the battery (G1). The voltage of the auxiliary battery (G1/7) is also measured. This data and the history of the battery are used to determine the working capacity of the battery (G1).
Together with the data of the overall vehicle, which is received by the interior CAN, the following measures are implemented for stabilization of the on-board electrical system
- Consumer group 1 switched off
- Consumer group 2 switched off
- Accessory socket switched off
- Idle speed increase
- Auxiliary battery (G1/7) cuts in for limp-home mode
- Instability of vehicle power supply is displayed
The display in the instrument cluster (A1) informs the driver if a consumer group is switched off or if the vehicle power supply is unstable.
Rain sensor/light sensor, function - GF54.21-P-4123-04Q
Presentation of function overview of rain/light sensor
Scheme 119
Function principle
Function requirements
- Circuit 15R ON
Function principle
Infrared light is radiated from the IR transmitter unit (2) and guided to the windshield (4) via the lens (1). The intensity of the light reflected at the windshield (4) is measured by the IR-receiver unit (3) which is located at the other end of the lens (1)
- The windshield (4) is dry (Scheme 110) If the windshield is dry in the area of the rain/light sensor, the light is almost completely reflected: the IR receiver unit (3) measures a high light intensity.
- Windshield (4) is wet (Scheme 110) If there is moisture on the windshield (4) in the area of the reflection surface, part of the light is diffused from the glass on to the windshield (4). As a result the intensity of the reflected light reduces: the IR receiver unit (3) measures a lower light intensity.
The light intensity measured by the IR receiver (3) is a measure for the quantity of water on the windshield (4) The smaller the measured intensity the larger the quantity of water on the windshield (4).
Reading out via the rain/light sensor
The rain/light is connected with the interior CAN via the overhead control panel control module as interface
The front SAM control module with fuse and relay module (model 209) or driver-side SAM control module with fuse and relay module (model 211) or left front SAM control module (models 215, 220) transmits a request to the rain/light sensor via the interior CAN, this then conveys the instantaneous degree of wetting for each request.
The automatic driving light actuation actuates the low beam in the following cases
- Dusk
- Darkness
- Driving through tunnels
and in the case of a detected sensor failure.
The above-mentioned switch-on conditions are considered separately and the driving lights are switched on when at least one of the conditions is met.
A detection of fog is not recognized. In fog the driving lights must continue to be switched on manually
Measurement and compensation
Via the serial interface the rain/light sensor receives information as to which wiper system it should actuate (reversing wiper system or two-stage), or whether the driving light should be switched on and emits the signals necessary for actuation
Data link connector, design - GF54.22-P-2100-02T
The data link connector (X11/4) is a 16-pin connector with a plastic housing.
Scheme 120
Pin assignment of data link connector (X11/4)
Instrument cluster (IC), operating information - GF54.30-P-0002-05TM
Multifunction steering wheel (MFL) controls
Scheme 121
The displays in the multifunction display (A1p13) of the instrument cluster (A1) and the settings in the operating system can be controlled via the buttons on the multifunction steering wheel. The standard display always appears when the instrument cluster is activated. The system selection button is used to display the individual menus, the scroll forward/back button is used to display the submenus.
A submenu is selected with the button + and -, setting of specific functions and volume control. The scroll forward/back button is used to select a function within a submenu. The settings themselves are performed with the button + and -, setting of specific functions and volume control.
The display only shows systems and functions available in the particular vehicle. If a system is not present, it is "skipped" when the system selection button is pressed
Confirm malfunction and warning messages
These messages are divided into 3 categories according to their priority. Messages of categories 2 and 3 in the multifunction display can be acknowledged by pressing the instrument illumination brightness control and reset button (A1r1) or the system selection button. Messages of category 1 (highest priority) cannot be acknowledged. Indicator or warning lamps that light up at the same time cannot be acknowledged.
Certain fault and warning messages are also accompanied by a chime. A signal always sounds when faults and warning messages are displayed
The fault and warning messages are not stored in the fault memory
Workshop level
The standard display switches to the workshop level if the instrument illumination brightness control and reset button is pressed 3 times in succession within 2 s. The scroll forward/back button is used to switch between the following submenus
- On-board electrical system voltage display
- Instrument cluster data
- Dynamometer test mode
- Chassis number
- Service menu
Control system
The following table shows the structure of the possible menus and their submenus in the control system for the driver.
| Menu | Submenu 1st level | Submenu 2nd level |
|---|---|---|
| Standard display | Outside temperature Digital speedometer Tire pressure loss warning/tire pressure monitoring\ASSYST PLUS Engine oil level (only with engine 629) | |
| Audio | Radio channel CD player/CD changer | |
| Navigation | Destination-oriented navigation | |
| DISTRONIC | Adjustment | |
| Fault and warning messages | Inquiry | |
| Settings | Reset to factory settings | |
| Instrument cluster | Kilometer/miles switchover Language choice Status bar selection Standard display selection | |
| Time/date | Hours setting (clock) Minutes setting (clock) Day setting (date) Month setting (date) Year setting (date) | |
| Illumination | Permanent driving lights Ambient illumination Ambiance illumination Exterior lights OFF delay time Interior lights OFF delay time | |
| Vehicle | Permanent SPEEDTRONIC (winter tire speed limiter) Automatic locking setting | |
| Heater | Select switch-on time Change switch-on time | |
| Comfort | Easy entry feature setting Park position for outside mirror setting Outside mirror fold-in setting | |
| Dynamic multicontour seat | Driver or front passenger seat adaptation | |
| Trip computer | Consumption statistics since start Consumption statistics since last reset Reset consumption statistics Range, inquiry | |
| Telephone | Enter PIN Search for name in telephone book Search for last dialed telephone number |
Instrument cluster (IC), networking of components - GF54.30-P-0002-06T
Function overview
The instrument cluster (A1) is networked with the engine compartment CAN and the interior CAN. Data is exchanged with virtually all the control units over the two bus systems.
However, the instrument cluster (A1) does not act as an interface (gateway) between the two data bus systems. This function is reserved for the central gateway control unit (N93). This document lists the principal CAN messages for the functions of the instrument cluster (A1) including the trip computer and ASSYST PLUS system
The connections of the instrument cluster (A1) are described in the last part of this document.
The input signals are supplied by the following components
- The wheel speeds from the ESP control unit (N47-5) via the CAN engine compartment
- The engine speed signal from the ME-SFI [ME] control unit (N3/10) or CDI control unit (N3/9) via the engine compartment CAN
- The shift range, selector lever position and transmission mode from the electronic selector lever module control unit (N15/5) or automated manual transmission control unit (N15/6) via the engine compartment CAN
- The fuel level in the fuel tank from the rear SAM control unit with fuse and relay module (N10/2) via the interior CAN
- The coolant temperature from the ME-SFI [ME] control unit (N3/10) or CDI control unit (N3/9) via the engine compartment CAN
- The fuel-consumption signal from the ME-SFI [ME] control unit (N3/10) or CDI control unit (N3/9) via the engine compartment CAN
- The oil level and oil temperature from the ME-SFI [ME] control unit (N3/10) or CDI control unit (N3/9) via the engine compartment CAN
- The outside temperature signal from the driver-side SAM control unit with fuse and relay module (N10/1) via the interior CAN
- The standing lamps ON/OFF signal from the driver-side SAM control unit with fuse and relay module (N10/1) via the interior CAN
- The coolant level from the driver-side SAM control unit with fuse and relay module (N10/1) via the interior CAN
- The washer fluid level from the driver-side SAM control unit with fuse and relay module (N10/1) via the interior CAN
- Tire pressure from the TPM [RDK] control unit (N88) via the interior CAN
- the time via the interior CAN from the audio gateway control unit (N93/1) and the latter via MOST from the COMAND operating, display and control unit (A40/3); on vehicles fitted with COMAND
- The "circuit 15R ON" and "circuit 15c" status from the EIS [EZS] control unit (N73) via the interior CAN
- The left multifunction steering wheel button group (S110) and right multifunction steering wheel button group (S111) on the multifunction steering wheel.
The following input signals are required for indicator and warning lamps
- Signal for left turn signal indicator lamp (A1e1) and right turn signal indicator lamp (A1e2)
- Signal for high beam indicator lamp (A1e3) from the driver-side SAM control unit with fuse and relay module (N10/1) via the interior CAN, for turn signals from the steering column module (N80) via the interior CAN, for hazard warning flashers from lower control panel control unit (N72) via the interior CAN, for ATA flashing from driver-side SAM control unit with fuse and relay module (N10/1) via the interior CAN
- Signal for brake fluid and parking brake warning lamp (A1e7) from the driver-side SAM control unit with fuse and relay module (N10/1) via the interior CAN
- Signal for ESP and ABS warning lamp (A1e41) from ESP control unit (N47-5) via engine compartment CAN
- Signal for tire pressure monitor warning lamp (A1e66) from the TPM [RDK] control unit (N88) via the CAN interior
- Seat belt warning lamp (A1e9) from the driver-side front seat adjustment control unit with memory (N32/1) and front passenger front seat adjustment control unit with memory (N32/2) via the CAN interior
- Signal for engine diagnosis indicator lamp (A1e58) or CHECK ENGINE indicator lamp (A1e26) from ME-SFI [ME] control unit (N3/10) or CDI control unit (N3/9) via engine compartment CAN
- Signal for DTR warning lamp (A1e59) from DTR control unit (N63/1) via engine compartment CAN
The airbag indicator and warning lamp (A1e15) is not actuated via the CAN bus but via a discreet line
Reception messages for the multifunction display (A1p13)
All the signals for the messages in the multifunction display (A1p13) are received over the engine compartment CAN or interior CAN.
Information about the signal paths and other details concerning the individual messages can be found in the function descriptions for the relevant systems.
The following transmitted messages are sent by the instrument cluster (A1)
- Displayed speed to passenger compartment CAN
- Current time to the interior CAN
- Temperature units (Celsius and Fahrenheit) to the interior CAN.
- Headlamp switching manual/always-on (ON/OFF) to the interior CAN.
- Interior light courtesy delay to the interior CAN
- Headlamp switch-off delay to the interior CAN
- Outside temperature signal to the engine compartment CAN
- "Terminal 58d" to the CAN engine compartment and CAN interior
- "Terminal 61e" to the CAN engine compartment
- Engine OFF time to the engine compartment CAN.
- Winter tires maximum speed to the engine compartment CAN.
CAN messages of pushbuttons of multifunction steering wheel
In view of the fact that the pushbuttons of the multifunction steering wheel perform several functions, the signals of these pushbuttons must be conditioned accordingly
- All the buttons of the left multifunction steering wheel button group (S110) and the right multifunction steering wheel button group (S111) are voltage-coded and are read in by the steering column module (N80).
- The steering column module (N80) passes the relevant messages on the interior CAN.
- These CAN messages are received by the instrument cluster (A1). On vehicles with model designation 211.067 and 211.267, the messages from the steering wheel gear shifter MINUS (S110/1) and steering wheel gear shifter PLUS (S111/1) switches are received by the electronic selector lever module control unit (N15/5). The electronic selector lever module control unit (N15/5) processes these messages and sends CAN messages with the gear and transmission mode information to the instrument cluster (A1).
- The instrument cluster (A1) interprets these messages in combination with the systems displayed at that moment in the multifunction display (A1p13) and puts these interpreted messages as a message back on the interior CAN.
This interpretation is necessary as the function of certain pushbuttons depends on the current contents of the multifunction display
Example
If the driver presses the + and -, specific function setting and volume control button (S111s1) of the multifunction steering wheel, this usually increases the volume. However, if the multifunction display (A1p13) is currently displaying another setting such as the interior light courtesy delay, this setting is changed when the driver presses the "+" pushbutton. The volume stays the same.
Connections
Linking the instrument cluster (A1) to the engine compartment CAN and the interior CAN has reduced the number of inputs and outputs.
The inputs and outputs (including voltage supply) are at the following connections
- CAN-C Low (engine compartment CAN)
- CAN-C high (engine compartment CAN)
- CAN-B Low (passenger compartment CAN)
- CAN-B high (interior CAN)
- "Circuit 31" (ground)
- "Terminal 30" (battery positive, supplies voltage to almost all the electronics of the instrument cluster (A1)).
- "Terminal 15g" (switched positive, serves the airbag indicator and warning lamp (A1e15) and diagnostic interface of the instrument cluster (A1) as a voltage supply)
- Clock GND, ground to external clock module.
- "Terminal 15g" control input for limp-home
- Clock supply, output and battery.
- Data line for external clock.
- Input for airbag indicator and warning lamp (A1e15); this input is directly connected to the corresponding output of the restraint systems control unit (N2/7)
Scheme 122
Shown with engine 272 and transmission 722.9
This involves the processing of the following data from other systems
DTR control unit
- Signal for DTR warning lamp (A1e59)
steering column module
- Left turn signal indicator lamp (A1e1) and right turn signal indicator lamp (A1e2), with turn signaling
- Left multifunction steering wheel button group (S110) and right multifunction steering wheel button group (S111)
ME-SFI [ME] control unit or CDI control unit (N3/9)
Scheme 123
- Engine diagnosis indicator lamp (A1e58) or CHECK ENGINE indicator lamp (A1e26) (only )
- Engine speed
- Coolant temperature
- Fuel consumption signal
- Oil level
- Oil temperature
Upper control panel control unit
- Left turn signal indicator lamp and right turn signal indicator lamp, with hazard warning flashing
Audio gateway control unit
- Time
EIS control unit
- Status of circuits
Driver-side SAM control unit with fuse and relay module
- High beam indicator lamp (A1e3)
- Low beam indicator lamp (A1e67)
- Brake fluid and parking brake warning lamp (A1e7)
- Outside temperature
- Standing lamp ON/OFF
- Coolant level
- Washer fluid level
ESP control unit
- ESP and ABS warning lamp (A1e41)
- Wheel speeds
TPM [RDK] control unit
- Tire pressure monitor warning lamp (A1e66)
- Tire pressure
Driver front seat adjustment control unit with memory
- Seat belt reminder light (A1e9)
Front passenger front seat adjustment control unit with memory
- Seat belt warning lamp
Electronic selector lever module control unit
- Shift range, selector lever position and transmission mode
Overhead control panel control unit
- Light conditions
Passenger-side SAM control unit
- Exterior lights status
- Brake fluid and parking brake warning lamp
Left front door control unit
- Left outside mirror turn signal lamp (E6/5) status
Right front door control unit
- Right outside mirror turn signal lamp (E6/6) status
Fully integrated transmission control (VGS) control unit (with transmission 722.9) or ETC [EGS] control unit (N15/3) (with transmission 722.6)
- Gear selected
Rear SAM control unit with fuse and relay module
- Fuel level
- Left turn signal indicator lamp and right turn signal indicator lamp, with EDW flashing
Central gateway control unit
- Variant coding
- Diagnosis
- Active Service System PLUS (ASSYST PLUS)
The following information is issued to other systems
- Vehicle speed
- Time
- Temperature units (Celsius or Fahrenheit)
- Manual/automatic light switching (ON/OFF)
- Interior lights OFF delay time
- Exterior lights OFF delay time
- Automatic headlamp on
- Outside temperature
- Circuit 58d
- Circuit 61e
- Engine off time
- SPEEDTRONIC
Instrument cluster (IC), function - GF54.30-P-0002T
MODEL 211.0/2 up to 31.5.06 except CODE (494) USA version except CODE (498) Japan version
MODEL 211.0/2 up to 30.6.06 with CODE (494) USA version with CODE (498) Japan version
Instrument cluster, function
Instrument cluster (A1) provides a visual display of all the dynamic and static vehicle states and driver information relating to all the systems fitted to the vehicle
- Displays the operating states of the vehicle, e.g. speed, fuel level, coolant temperature, engine speed.
- for warning of critical operating states by means of warning and malfunction indicator lamps
- central display for various systems, e.g. audio, telephone.
- display for the "Active Service System PLUS" (ASSYST PLUS).
- Trip computer (TRIP)
The instrument cluster (A1) has a multifunction display (A1p13), various display instruments as well as various warning and indicator lamps for a visual display of these states. The instrument cluster (A1) has the warning buzzer (A1h1) as well as the audible turn signal indicator (A1h2) for chimes. For the Controller Area Network bus Class C (engine compartment) (CAN-C) or the Controller Area Network bus Class B (interior) (CAN-B) various signals, e.g. vehicle speed are generated and passed on by the instrument cluster (A1). The required information is passed on to the instrument cluster (A1) from various control units via CAN C or CAN B, except the signal for the airbag indicator and warning lamp (A1e15). This signal is transmitted via a discreet line.
The instrument cluster (A1) displays a warning when the remaining distance or the remaining time to the next service is reached. The instrument cluster (A1) informs the driver about an imminent service appointment or one which has already been overrun in the form of a warning message. Irrespective of this the vehicle user can have displayed in the service menu in certain operating conditions of the vehicle this and other information upon inquiry at the instrument cluster (A1).
The instrument cluster (A1) contains a microprocessor to process the incoming data. The program required for processing the data is stored in an electronic memory module. With the multifunction steering wheel (MFL) various menu items can be actuated using the system selection button (S110s3) and the scroll forward/back button (S110s1).
Diagnosis takes place via STAR DIAGNOSIS
| Instrument cluster (IC), operating information | GF54.30-P-0002-05T |
|---|---|
| Instrument cluster (IC), networking of components | GF54.30-P-0002-06T |
| Activate instrument cluster, function | GF54.30-P-2006T |
Instrument cluster (IC), function - GF54.30-P-0002TM
MODEL 211.0/2 as of 1.6.06 except CODE (494) USA version except CODE (498) Japan version
MODEL 211.0/2 as of 1.7.06 with CODE (494) USA version with CODE (498) Japan version
Scheme 124
The instrument cluster supplies driver information for all systems installed in the vehicle
- Display of vehicle operating conditions
- Warning about critical operating conditions
- Central display for various systems
- Display for Active Service System PLUS (ASSYST PLUS)
- Trip computer (TRIP)
Integrated within the instrument cluster are
- multifunction display (A1p13)
- Various display instruments
- Warning and indicator lamps
- Warning buzzer (A1h1)
- Acoustic turn signal indicator (A1h2)
In addition the instrument cluster transmits and receives signals via the Controller Area Network bus Class C (engine compartment) (CAN C) and Controller Area Network bus Class B (interior) (CAN B).
The instrument cluster is operated by
- Left multifunction steering wheel pushbutton group (S110)
- Right multifunction steering wheel pushbutton group (S111)
- Instrument illumination brightness control and reset button (A1r1)
The airbag indicator and warning lamp (A1e15) is not actuated via CAN-B but via a discrete line
Diagnosis takes place via STAR DIAGNOSIS
Activating the instrument cluster
Due to the black screen technology, the details on the instrument cluster do not become visible until the instrument cluster is activated. When the instrument cluster is activated, the displays show the current information, the illumination of the instrument cluster is switched on and the fuel reserve warning lamp (A1e4) is actuated. The instrument cluster is activated by the circuit status "circuit 15g ON". When circuit 15g is switched off, the instrument cluster remains active for a further 30 s. This run-on time may be extended by 2 min if active warnings occur.
If "circuit 15g OFF", the instrument cluster is activated in the following circumstances
- By pressing the instrument illumination brightness control and reset button for 30 s
- By opening or closing of the driver door for 30 s
- By switching on the standing lamp or low beam until the request is canceled
If one of the above conditions occurs while the instrument cluster is already active, the instrument cluster remains active for an additional 30 s from this time. It is not possible to activate the instrument cluster by pressing the buttons on the multifunction steering wheel (MFL)
| Instrument cluster (IC), operating information | GF54.30-P-0002-05TM |
|---|---|
| Instrument cluster (IC), networking of components | GF54.30-P-0002-06TM |
| Display monitoring/warning messages via multifunction display, function | GF54.30-P-2012TM |
| Display monitoring/warning messages via indicator lamps, function | GF54.30-P-2011TM |
| Indicator lamp test and engine running detection, function | GF54.30-P-2014TM |
| Output acoustic warning messages, function | GF54.30-P-2013TM |
| Display operating conditions, function | GF54.30-P-3041TM |
| Battery charge/alternator monitoring, function | GF54.30-P-3027T |
| Instrument cluster illumination, function | GF54.30-P-2007TM |
Instrument cluster activation, function - GF54.30-P-2006T
MODEL 211.0/2 up to 31.5.06 except CODE (494) USA version except CODE (498) Japan version
MODEL 211.0/2 up to 30.6.06 with CODE (494) USA version with CODE (498) Japan version
Scheme 125
Activating the instrument cluster (A1)
Due to the Black-Screen technology the instrument cluster details (A1) (e.g. displays, display instruments) are only clearly visible when the instrument cluster (A1) is activated. If the instrument cluster (A1) is activated, the current contents are shown in the displays, the illumination of the instrument cluster (A1) is switched on and the fuel reserve indicator lamp (A1e4) is actuated. The instrument cluster (A1) is activated by switching on "Circuit 15g". Once "Circuit 15g" is switched off "circuit 15g" the instrument cluster (A1) remains active for a further 30 s, but this period can be extended to 2 minutes in the event of active warnings occurring.
The instrument cluster (A1) is activated under the following conditions with "circuit 15g OFF"
- By pressing the instrument illumination rheostat and reset button (A1r1) the instrument cluster (A1) is activated for 30 s
- The instrument cluster (A1) is activated for 30 s by opening or closing the driver's door
- When the standing lamp or driving lamps are switched on the instrument cluster (A1) remains in operation as long as the standing lamp is switched on
If one of the stated conditions occurs while the instrument cluster (A1) is already active, then the instrument cluster (A1) remains activated for a further 30 seconds from this point in time. The instrument cluster (A1) cannot be operated using the buttons of the multifunction steering wheel (MFL)
Networking
The status of the left front door contact switch (S17/3) (on left-hand drive vehicles) or of the right front door contact switch (S17/4) (on right-hand drive vehicles) is read in by the rear SAM control unit with fuse and relay module (N10/2) and placed on the Controller Area Network bus Class B (interior) (CAN-B) as a Controller Area Network (data bus/CAN bus) message.
The status of the standing lamp "ON/OFF" is placed on CAN B by the driver-side SAM control unit with fuse and relay module (N10/1).
| Display monitoring/warning messages via multifunction display, function | GF54.30-P-2012T |
Instrument cluster illumination, function - GF54.30-P-2007T
MODEL 211.0/2 up to 31.5.06 except CODE (494) USA version except CODE (498) Japan version
MODEL 211.0/2 up to 30.6.06 with CODE (494) USA version with CODE (498) Japan version
Activating instrument cluster lighting
The illumination of the instrument cluster (A1) switches on automatically when activated. The details of the instrument cluster (A1) are only now clearly visible due to the Black-Screen technology. The instrument cluster (A1) is activated when the following events occur
- Controller Area Network (data bus/CAN bus) (CAN) message "standing lamps ON"
- Circuit 15R ON
- user input at the trip odometer reset button (A1s3)
- Driver door is opened
- Driver door is closed
The intensity of the lighting is dependent on
- The CAN message from the rain/light sensor (B38/2)
- the status of "circuit 58d" (standing lamp information)
- The position of the instrument illumination brightness control and reset button (A1r1)
Controlling the display lighting
With the CAN message "standing lamp ON" the current position of the instrument illumination brightness control and reset button (A1r1) is transmitted via the Controller Area network bus Class B (interior) (CAN B). In this state, the signal from the rain/light sensor (B38/2) via the overhead control panel control unit (N70) is disregarded.
Controlling display lighting by means of sensor
"Circuit 58d" is set to 0 % by the CAN message "Standing lamp OFF". Because of this, the CAN message from the rain/light sensor (B38/2) via the overhead control panel control unit (N70) is processed as a control variable and converted.
The intensity of the display is dependent only on the ambient brightness detected by the rain/light sensor (B38/2). In the event of a defect in the rain/light sensor (B38/2) "Circuit 58d" is set to 100 % by the overhead control panel control unit (N70) The display brightness is now adjustable via the instrument illumination brightness control and reset button (A1r1).
| Setting pushbutton unit illumination, function | GF54.30-P-2010T |
Instrument cluster illumination, function - GF54.30-P-2007TM
MODEL 211.0/2 as of 1.6.06 except CODE (494) USA version except CODE (498) Japan version
MODEL 211.0/2 as of 1.7.06 with CODE (494) USA version with CODE (498) Japan version
Data flow image for circuit 58d
Scheme 126
Activating the illumination
The instrument cluster illumination is switched on when the instrument cluster is activated.
The intensity of the lighting is dependent on
- Controller Area Network (data bus/CAN bus) (CAN) message from rain/light sensor
- The status of circuit 58d (standing lamp information)
- The position of the instrument illumination brightness control and reset button (A1r1)
Controlling the display lighting
Upon the CAN message "Standing lamps ON", the current position of the instrument illumination brightness control and reset button is transmitted via the Controller Area Network bus class B (interior) (CAN-B) to the control units on the CAN-B.
The signal from the rain/light sensor is not taken into account here.
Controlling display lighting by means of sensor
The CAN message "Standing lamps OFF" sets the circuit status "Circuit 58d OFF" to 0%. Because of this, the CAN-B message from the rain/light sensor via the overhead control panel control unit is processed as a control variable and converted. In the event of a fault in the rain/light sensor, the overhead control panel control unit sets "circuit 58d ON" to 100%.
The display brightness can only be adjusted via the instrument illumination brightness control and reset button when the instrument cluster illumination is switched on.
Set switch and controls illumination
The switch and controls illumination is activated by the following components
- Switching on the vehicle lights (e.g. standing lamps, driving lamps)
- With automatic driving lamps, via the rain/light sensor and the rotary light switch in "AUTO" position
When the standing lamps are on, the position of the instrument illumination brightness control and reset button is used as a controlled variable by the overhead control panel control unit; the rain/light sensor is disregarded. When automatic driving lights are on, the brightness of the switch and controls illumination is determined via the rain/light sensor. Its signals are evaluated by the overhead control panel control unit and relayed via the CAN-B. All the control units that require the signal from the rain/light sensor take the signal from the CAN-B.
| Instrument cluster, component description | GF54.30-P-6000TM |
MODEL 211.0/2 up to 31.5.06 except CODE (494) USA version except CODE (498) Japan version
MODEL 211.0/2 up to 30.6.06 with CODE (494) USA version with CODE (498) Japan version
Data flow image for circuit 58d
Scheme 127
Function requirements
The switch and controls illumination is activated by the following components
- Switching on the vehicle lighting (as long as the standing lamp is active)
- With the automatic driving lamps via the rain/light sensor (B38/2) and "AUTO" position of the rotary light switch (S1)
When the standing lamp switched on the position of the instrument illumination brightness control and reset button (A1r1) is used as a controlled variable by the overhead control panel control unit (N70), the rain/light sensor (B38/2) is not taken into account. If automatic running lights are set the intensity of the switch and controls illumination is determined by the rain/light sensor (B38/2). Its signals are evaluated by the overhead control panel control unit (N70) and placed on the Controller Area Network bus Class B (interior) (CAN-B).
All the control units which require the signal from the rain/light sensor (B38/2) pick up the signal from CAN-B.
Presentation of duty cycle
Scheme 128
Terminal 58d on/off ratio
The lamps of the switch and controls illumination are actuated by means of a square-wave voltage U 58d (see top illustration)
- The lamps are energized for the period (t 1 followed by a), break. After the pause they are energized again, and so on. The change occurs so quickly as to remain imperceptible to the human eye.
- The ratio of times t 1 to T is called the duty cycle. where T is the constant cycle duration and t 1 is the time during which power flows during a cycle.
- The greater the duty cycle (that is to say the power flow duration t 1 the greater the average power and therefore the)), brighter the lamps.
The voltage curve U 58d is sketched in the illustration as it is applied to the outputs "Circuit 58d" of the various control units. The upper sketch shows a duty cycle of 80 %, the lower a duty cycle of 40 %. A duty cycle of 100 % corresponds to normal direct voltage.
Power is not supplied when the duty cycle is 0 %. Advantages of this type of illumination adjustment
- Greater efficiency
- the intensity of the illumination provided by the lamps remains independent of the number of lamps
- Each control unit which is connected to the CAN-B o Controller Area Network bus Class C (engine compartment) (CAN-C) and actuates lamps, actuates these lamps with the brightness specified by the instrument cluster (A1)
When the standing lamp is "OFF" the instrument cluster (A1) transmits the message "duty cycle circuit 58d = 0 %". When the standing lamp is "ON" the transmitted duty cycle is adjusted in the range of 12 to 100 % using the instrument illumination brightness control and reset button (A1r1)
| Coolant/washer fluid level voltage coding, function | GF54.30-P-4001T |
Function to display malfunction/warning indication via indication lights - GF54.30-P-2011T
MODELS 211.0/2
Scheme 129
Shown as of 1.6.05
Turn signal indicator lamps
The left turn signal indicator lamp (A1e1) and right turn signal indicator lamp (A1e2) is integrated in the instrument cluster (A1) for an optical check. These are activated differently according to function. During operation as directional indicators only one of the two indicator lamps is triggered. The signal for actuating the respective indicator lamp comes from the steering column module (N80) to the rear SAM control unit with fuse and relay module (N10/2) via the Controller Area Network bus Class B (interior) CAN B. In the event of the failure of a turn signal lamp the corresponding indicator lamp in the instrument cluster (A1) is actuated at twice the frequency. With hazard warning flashing and with antitheft alarm system (ATA [EDW]) flashing, the left turn signal indicator lamp (A1e1) and right turn signal indicator lamp (A1e2) are actuated. The request for the hazard warning system is output by the upper control panel control unit (N72/1) after the hazard warning system switch (N72/1s5) is pressed.
The signal for actuating the warning lamps in the hazard warning system switch (N72/1s5) comes from the rear SAM control unit with fuse and relay module (N10/2) via CAN B. The signal to actuate the ATA flashing comes from the rear SAM control unit with fuse and relay module (N10/2) via CAN B.
While direction signaling is only possible when circuit 15 is switched ON, the other types of turn signal modes are also possible when circuit 15 is switched OFF. An acoustic signal accompanies the rhythmic flashing of the indicator lamp (A1h2)
When different demands for flasher operation are present, the system assigns hierarchical priorities in the following sequence
- Electronic alarm system flashers (highest priority)
- Hazard warning flashers (2nd priority)
- Turn indicators (3rd priority)
The turn signal confirmation when unlocking or locking the vehicle is handled like hazard warning flashing
High beam indicator lamp (A1e3)
With "High beam ON" and headlamp flasher the actuation takes place by the driver-side SAM control unit with fuse and relay module (N10/1) via CAN B.
Low beam indicator lamp (A1e67) as of 1.6.05
After receipt of the message via CAN B with "low beam ON" the actuation takes place by the driver-side SAM control unit with fuse and relay module.
Fuel reserve indicator lamp (A1e4)
The fuel reserve indicator lamp (A1e4) lights up when the fuel level sinks to the reserve level. Control of this lamp is linked to the fuel level and reserve gage (A1p2).
Brake fluid and parking brake warning lamp (A1e7)
This warning lamp is actuated if the parking brake is not released at the start of a journey or the brake fluid drops below the minimum level.
The signal for actuating the brake fluid and parking brake warning lamp (A1e7) comes from the Driver-side SAM control unit with fuse and relay module (N10/1) via CAN B.
Fasten seat belts warning lamp (A1e9)
The seat belt warning light (A1e9) is not installed in all national versions.
Version Warning lamp "ON" Warning tone "ON"
ECE t = 6 s from engine operation t = 93 s from engine operation
USA t = 6 s from engine operation t = 6 s from engine operation
Japan t = 6 s from "circuit 15 ON" t = 6 s from "circuit 15 ON"
On the driver's side a seat belt buckle which is not inserted is detected by the driver seat belt buckle and seat belt warning switch (S68/1). The warning tone sounds for t = 6 s. It ends sooner if during this time the driver seat belt buckle and seat belt warning switch (S68/1) a seat belt buckle which has been inserted.
The seat belt warning lamp lights up when the circuit status is "Circuit 61 ON", the vehicle speed is >25 km/h, the front passenger seat occupied and child seat recognition sensor (B48) has detected a person or a child seat and the Front passenger seat belt buckle restraint systems switch (S68/4) is not closed. The seat belt warning lamp (A1e9) goes out as soon as the Front passenger seat belt buckle restraint systems switch (S68/4) is closed.
In the USA seat occupation is detected by the WSS (Weight Sensing System) control unit (N2/13)
Safety system lamps
The airbag indicator and warning lamp (A1e15) is triggered when there is a fault in the supplemental restraint system (SRS). It is triggered directly by the restraint systems control unit (N2/7). The ABS indicator lamp (A1e17) is actuated if there is a fault in the antilock brake system (ABS).
The signal for actuating the lamp comes from the ESP, SPS [PML] and BAS control unit (N47-5) via the Controller Area Network bus Class C (engine compartment) (CAN C). Depending on country variant, vehicles are equipped with either the engine diagnosis malfunction indicator lamp (A1e58) or the CHECK ENGINE malfunction indicator lamp (A1e26). The lamp is actuated if there is a fault in the injection system, the ignition system or the exhaust emission system. The signal for actuating the lamp comes from the CDI control unit (N3/9) or ME-SFI [ME] control unit (N3/10) via CAN C.
DTR warning lamp (A1e59)
The DTR warning lamp (A1e59) lights up white when a vehicle driving in front is detected. It lights up red if the safe distance is not maintained. An acoustic signal also sounds. The signal for actuating the lamp comes from the DTR control unit (N63/1) via CAN C.
Light sources
The high beam indicator lamp (A1e3), the low beam indicator lamp (A1e67) (as of 1.6.05) and the preglow indicator lamp (A1e16) are equipped with bulbs as the means of lighting. All other indicator and warning lamps in the instrument cluster (A1) are equipped with light emitting diodes (LED).
Tire pressure monitor warning lamp (A1e66)
In addition for an output on the multifunction display (A1p13) the tire pressure monitor warning lamp (A1e66) lights up yellow when a rapid pressure loss of 0.2 bar/min is detected. The signal for actuating the lamp comes from the TPM [RDK] control unit (N88) via CAN B.
Apart from the actuations described above all the indicator and warning lamps are also actuated on the lamp test with the exception of the left turn signal indicator lamp (A1e1), right turn signal indicator lamp (A1e2) and high beam indicator lamp (A1e3). As of 1.6.05 the airbag indicator and warning lamp (A1e15) is likewise no longer actuated
Triggering and illumination of some indicator and warning lamps (such as the engine diagnosis indicator lamp A1e58) is accompanied by the appearance of a malfunction message in the right-side multifunction display (A1p13). While some categories of message can be acknowledged and canceled, the warning and indicator lamps remain on for as long as the problem remains present. These indications cannot be canceled!
| Indicator lamp test and engine running detection, function | GF54.30-P-2014T |
Display monitoring/warning messages via indicator lamps, function - GF54.30-P-2011TM
MODEL 211.0/2 as of 1.6.06 except CODE (494) USA version except CODE (498) Japan version
MODEL 211.0/2 as of 1.7.06 with CODE (494) USA version with CODE (498) Japan version
Scheme 130
Turn signal indicator lamps
The left turn signal indicator lamp and the right turn signal indicator lamp are integrated into the instrument cluster to provide a visual check. These are activated differently according to function. If one of the turn signal lamps fails, the triggered indicator lamp flashes at twice the frequency.
When functioning as hazard warning flashers and anti-theft alarm system (ATA [EDW]) flashers, the left turn signal indicator lamp and the right turn signal indicator lamp are actuated simultaneously.
While direction signaling is only possible when terminal 15 is switched ON, the other types of turn signal modes are also possible when terminal 15 is switched OFF. An acoustic signal accompanies the rhythmic flashing of the indicator lamp (A1h2)
When different demands for flasher operation are present, the system assigns hierarchical priorities in the following sequence
- Electronic alarm system flashers (highest priority)
- Hazard warning flashers (2nd priority)
- Turn indicators (3rd priority)
The turn signal confirmation when the vehicle is opened or closed is handled in the same way as the hazard warning flashers
High beam indicator lamp
The high beam indicator lamp is actuated with high beam "ON" and headlamp flasher "ON".
Low beam indicator lamp
With low beam "ON", the low beam indicator lamp is actuated.
Fuel reserve indicator lamp
The fuel reserve warning lamp lights up as soon as the reserve level is reached. Its actuation is linked to the fuel level and reserve indicator.
Brake fluid and parking brake warning lamp
This warning lamp is actuated at the start of a journey if the brake fluid level is below the minimum level. The warning lamp remains lit until the parking brake is released.
In is located the symbol "Brake" instead off "(!)" In the instrument cluster
Seat belt warning lamp
The seat belt warning lamp is actuated as follows
- The seat belt warning lamp lights up when the circuit status is "Circuit 61 ON", the vehicle speed is >25 km/h and the driver seat belt buckle restraint systems switch (S68/3) is not closed. The seat belt warning lamp goes out as soon as the driver seat belt buckle restraint systems switch is closed.
- The seat belt warning lamp lights up when the circuit status is "circuit 61 ON", the vehicle speed is >25 km/h, the front passenger seat occupied and child seat recognition sensor (B48) has detected a person or a child seat and the front passenger seat belt buckle restraint systems switch (S68/4) is not closed. The seat belt warning lamp goes out as soon as the front passenger seat belt buckle restraint systems switch is closed.
On USA vehicles, seat occupation is detected by the WSS (Weight Sensing System) control unit (N2/13)
Safety system lamps
The airbag indicator and warning lamp is actuated when there is a fault in the supplemental restraint system (SRS). It is actuated directly by the restraint systems control unit (N2/7) over a discrete line. The ABS indicator lamp is actuated when there is a fault in the antilock brake system (ABS). Depending on the national version, vehicles are equipped with either the engine diagnosis indicator lamp or the CHECK ENGINE indicator lamp (A1e26). The lamp is activated if there is a fault in the injection system, the ignition system or the exhaust system.
DTR warning lamp
If the following distance is dropped below the DTR warning lamp lights up red. An acoustic signal also sounds.
Light sources
The high beam indicator lamp and the low beam indicator lamp (as of 1.6.05) are fitted with bulbs. All other indicator and warning lamps in the instrument cluster are fitted with light emitting diodes (LEDs).
Tire pressure monitor warning lamp
In addition to the warning message in the multifunction display, it lights up yellow when a rapid pressure loss of 0.2 bar/min is detected.
Apart from the actuations described above all the indicator and warning lamps are also actuated on the lamp test with the following exceptions
- Left and right turn signal indicator lamp
- High beam indicator lamp
- Preglow indicator lamp (A1e16) (diesel)
- Seat belt warning lamp
The actuation of some indicator and warning lamps, e.g. the engine diagnosis indicator lamp, is accompanied by the appearance of a warning message in the multifunction display. While some categories of message can be acknowledged and canceled, the warning and indicator lamps remain on for as long as the problem remains present. Messages cannot be acknowledged
| Instrument cluster, component description | GF54.30-P-6000TM |
Display monitoring/warning messages via multifunction display, function - GF54.30-P-2012T
MODELS 211.0/2
Function menu
Starting from the basic screen, the following views can be called up in the central status area using the System Selection pushbutton (S110s3) and the Forward/Back pushbuttons (S110s1)
- Digital speedometer
- Service required
- Tire pressure
- Check engine oil level
- CNG (compressed natural gas) tank fill level display
Starting from the "Driving mode" basic display described various setting menus and information menus can be switched through on the multifunction display (A1p13) by changing the display level using the system selection button (S110s3) on the Multifunction steering wheel (MFL).
The information is always displayed in the central status area of the multifunction display (A1p13). Only those functions that are actually installed in the vehicle will be displayed
- Audio displays
- Radio
- CD/CC
- TV tuner (except )
- Navigation
- Distronic (Autonomous intelligent cruise control) (DTR)
- Vehicle configuration
- Telephone display
- Taxi functions
- Telematik/Telematic Alarm Identification on Demand (only )
- Trip computer (TRIP)
- Fault and warning messages
Partitioning of displays
The lower status area consists of the gear indicator (A1p12) and transmission mode display (A1p16) which are located as follows
- The selected transmission mode is displayed on the left
- The selected drive position used is displayed on the right
The center status area consists of the multifunction display (A1p13). In the basic screen layout, the outside temperature and the trip odometer are displayed in this area; the display can be configured.
Display priority
Which displays and functions appear depends on the current situation and priority. The instrument cluster (A1) differentiates between the primary and secondary priority of each message. The multifunction display (A1p13) first shows the messages in the sequence of the respective main priority. If there are several equal messages, the value of the sub-priority decides the display sequence.
New messages have the highest priority. After it has been displayed once, the message is entered in the display sequence. The messages are divided into the following three categories according to their priority.
- Messages of the highest priority belong to category 1. These messages cannot be acknowledged. When they occur, a brief warning tone is sounded. Any errors of categories 2 and 3 are hidden.
- Messages of medium priority belong to category 2. These messages can be acknowledged and canceled using the instrument illumination rheostat and reset knob (A1r1). When they occur, a brief warning tone is sounded. Any faults of category 3 are hidden.
- Messages of the lowest priority belong to category 3. These messages can be acknowledged and canceled using the instrument illumination rheostat and reset knob (A1r1). There is no warning tone.
The method of functioning of the CNG fuel tank display for the engine M271 is described in detail in the CNG (compressed natural gas) system description
Fault storage
The messages are stored in 3 roll memories according to their priority
- U roll
- W roll
- N roll
U roll
This is the directory of all unacknowledged warning messages displayed on the multifunction display (A1p13). Displays of the same of a higher priority are displayed once the minimum display time of the preceding message has elapsed. Once the minimum display time for the warning with the lowest secondary priority has elapsed the fault roll starts again with the warning with the highest main priority (ring memory).
W roll
This is where all the acknowledged errors that occurred while driving are entered. It can be called up as required from the menu tree on the multifunction display (A1p13). When the roll is called up, a start screen showing the number of errors that occurred is first displayed, followed by the errors in main priority sequence.
N roll
After disconnecting terminal 15R, all messages entered in the error roll are automatically called up in the N roll in secondary priority sequence. The number of errors entered in shown in the start screen. The warning buzzer (A1h1) sounds briefly when the start screen is displayed. The displayed messages must be acknowledged. The N roll stops when all the warnings have been acknowledged. If there are messages entered or if all the entered messages are acknowledged, the multifunction display (A1p13) is switched off after 30 s. If some messages have still not been acknowledged, the display will stay on for 2 minutes.
If the N roll is interrupted by a higher priority message, it starts again with the start screen.
Some messages (including dynamic curve illumination) are accompanied by the lighting of a warning or indicator lamp. These lamps remain lit until the fault is rectified. This applies even if the corresponding message was acknowledged
Acknowledging messages
Warning and error messages can be acknowledged automatically or manually. Manual acknowledgment takes place by pressing the steering wheel buttons, scroll forward/back button (S110s1) and System selection button (S110s3) or the instrument illumination rheostat and reset button (A1r1). If the cause of a message which can be acknowledged automatically is discontinued, the warning is displayed on the multifunction display (A1p13) for the duration if its minimum display time.
For faults, which are in addition displayed via an indicator lamp, the lamp is activated simultaneously with the message on the multifunction display (A1p13). The lamp remains actuated for as long as the fault exists, irrespective of whether the fault message on the multifunction display (A1p13) has already been acknowledged.
Acknowledgment of messages (as of 1.6.05)
The windshield washer fluid level is displayed as of the circuit status
"Circuit 15C ON" displayed and is acknowledged automatically after 5 s. Acknowledgment by pressing the steering wheel buttons, scroll forward/back button (S110s1) and system selection button (S110s3) or instrument illumination rheostat and reset button (A1r1) continues to be possible.
Reminder of acknowledged messages
If messages have been acknowledged while driving, when "Circuit 15R is ON" these are displayed once again as a reminder.
In the process current messages, e.g. lights on warning, hide this reminder function. If there are no messages, the main screen appears after "Terminal 15R ON".
Display stored error messages
When the instrument cluster (A1) is active, you can scroll though the saved messages
- Press the system selection button (S110s3) until the display "(number of) PROBLEMS" appears on the multifunction display (A1p13) (up to 31.5.05)
- Press the system selection button (S110s3) until the display "(number of) MESSAGES" appears on the multifunction display (A1p13) (as of 1.6.05)
- Use the button + and -, setting of specific functions and volume control (S111s1) to scroll through the fault messages. The messages are displayed according to their priority.
Example
In order to inform the customer about the lower performance of the battery (G1), the message "electrical consumers switched off" appears on the multifunction display if the battery control unit (N82) detects a poor charge level.
Messages presented in white only have information functions. Consumers that do not impair driving safety are shut off until the overall state of the on-board electrical system has stabilized again
Consumer shutoff is apparent, amongst others, by the flashing of the indicator lamp belonging to the switched on heated rear window or heated seats
Message (white) in instrument cluster (A1)
- "Malfunction - Electrical consumers switched off". The charge level of the battery (G1) is too low (consumer shutoff stage 1, fault code 9051).
- "Malfunction - Electrical consumers switched off". The charge level of the battery (G1) is very low (consumer shutoff stage 2, fault code 9050).
Message (red) in instrument cluster (A1)
- "Battery/alternator - go to garage + Electrical consumers switched off". The message of circuit status "Circuit 61 ON" does not exist as a message on the Controller Area Network bus Class B (interior) (CAN-B).
- "Battery/alternator - go to garage + Electrical consumers switched off". The charge level of the battery (G1) is very low (backup battery < 10.5 V or line to the battery control unit (N82) is interrupted (short circuit), fault code 9092).
Consumer shutoff
The consumer shutoff is subdivided into the following 3 categories
- Fault code 9051 (shutoff level 1)
- Fault code 9050 (shutoff level 2)
- Fault code 9092 (backup battery < 10.5 V or line to the battery control unit (N82) interrupted (short circuit))
The following systems are affected by the consumer shutoff (shutoff level 1, fault code 9051)
- STH heater unit (A6)
- Blower motor (A32m1) (reduced to 69 %)
- Steering wheel heater electronics (A74)
- Front left door warning lamp (E17/19)
- Front right door warning lamp (E17/21)
- Rear left door warning lamp (E17/20)
- Rear right door warning lamp (E17/22)
- left front door entrance and exit lamp (E17/3)
- right front door entrance and exit lamp (E17/4)
- left rear door entrance and exit lamp (E17/5)
- right rear door entrance and exit lamp (E17/6)
- SRA pump (M5/2)
- Left front seat cushion ventilation motor group (M18/9)
- Left front seat backrest ventilation motor group (M18/10)
- Right front seat cushion ventilation motor group (M18/11)
- Right front backrest ventilation motor group (M18/12)
- Left front seat adjustment motor group with memory (M27)
- Right front seat adjustment motor group with memory (M28)
- Driver-side front seat adjustment control unit, with memory (N32/1)
- Passenger-side front seat adjustment control unit with memory (N32/2)
- Heated rear window (R1)
- Left front seat heated cushion (R13/1)
- Right front seat cushion heater element (R13/3)
- Left front backrest heated cushion (R13/2)
- Right front backrest seat cushion heater element (R13/4)
- Left rear backrest heated cushion (R13/6)
- Right rear backrest heated cushion (R13/8)
- Left rear side piece heated cushion (R13/9)
- Right rear side piece heated cushion (R13/10)
The following systems are affected by the consumer shutoff (shutoff level 2, fault code 9050)
- Blower motor (A32m1) (reduced to 53 %)
- left front reading lamp (N70e2)
- right front reading lamp (N70e3)
- Surround lamp (A67e3)
- Rear interior lamp (E15/3)
- right front footwell lamp (E17/15)
- left front footwell lamp (E17/16)
- right rear footwell lamp (E17/17)
- left rear footwell lamp (E17/18)
- Trunk lid drive motor (M51/2)
- Left electrically adjustable and heated outside mirror (M21/1)
- Right electrically adjustable and heated outside mirror (M21/2)
- PTS control unit (N62)
- Washer nozzle heating (R2/1)
- Washer nozzle hose heater (R2/11)
- Illuminated cigar lighter (R3)
| Display monitoring/warning messages via indicator lamps, function | GF54.30-P-2011T |
Display monitoring/warning messages via multifunction display, function - GF54.30-P-2012TM
MODEL 211.0/2 as of 1.6.06 except CODE (494) USA version except CODE (498) Japan version
MODEL 211.0/2 as of 1.7.06 with CODE (494) USA version with CODE (498) Japan version
In the event of malfunctions warning messages are displayed in the multifunction display (A1p13). These warning messages are divided up into 3 categories and stored in 3 fault rolls (U-, W- and N-roll).
Category 1
Warning messages with the highest priority.
These warning messages cannot be acknowledged. When they occur a short warning chime is issued via the warning buzzer (A1h1) and the fault is displayed in the upper multifunction display. Any category 2 and 3 warning messages are cross-faded.
Category 2
Warning messages with medium priority. These warning messages can be acknowledged with the instrument illumination brightness control and reset button (A1r1). When they occur a short warning chime is issued via the warning buzzer and the fault is displayed in the multifunction display. Any category 3 warning messages are cross-faded.
Category 3
Warning message with the lowest priority.
These warning messages can be acknowledged with the instrument illumination brightness control and reset button. There is no warning chime.
U roll
This is the list of all unacknowledged warning messages displayed in the multifunction display. Displays of the same of a higher priority are displayed once the minimum display time of the preceding message has elapsed. When the minimum display time for the warning with the lowest secondary priority has elapsed, the fault roll begins again with the warnings with the highest main priority (ring memory).
W roll
This is where all the acknowledged errors that occurred while driving are entered. It can be called up at any time in the menu tree in the multifunction display. After calling up the roll first of all a start screen with the number of faults occurring is displayed, then the faults are displayed in the sequence of their main priority.
N roll
After disconnecting terminal 15R, all messages entered in the error roll are automatically called up in the N roll in secondary priority sequence. The number of errors entered in shown in the start screen. The warning buzzer sounds briefly when the start screen is displayed. The displayed messages must be acknowledged. The N roll stops when all the warnings have been acknowledged. If there are no messages recorded, or if all the recorded messages have been acknowledged, the multifunction display is switched off after 30 s. If there are still unacknowledged messages present, the shutoff occurs after 2 minutes. If the N-roll is interrupted by a higher-priority message, it begins again from the start screen.
Some messages (including dynamic curve illumination) are accompanied by the lighting of a warning or indicator lamp. These lamps remain lit until the fault is rectified. This applies even if the corresponding message was acknowledged
Acknowledging messages
Warning and fault messages can be acknowledged automatically or manually. If the cause of an automatically acknowledgeable message ceases to be applicable, the warning is displayed for the duration of its minimum display time in the multifunction display. In the case of faults which also necessitate the actuation of an indicator lamp, the lamp lights up at the same time as the multifunction display. The lamp remains on as long as the fault persists, regardless of whether the fault display on the multifunction display has already been acknowledged.
Reminder of acknowledged messages
If messages have been acknowledged while driving, these are displayed again as a reminder when "circuit 15R is ON". Current messages hide this reminder function. If there are no messages, the standard display appears after "Circuit 15R ON".
Display stored error messages
When the instrument cluster is activated, the stored messages can be displayed in the menu "Fault and warning messages".
| Instrument cluster, component description | GF54.30-P-6000TM |
Output acoustic warning messages, function - GF54.30-P-2013T
MODEL 211.0/2 up to 31.5.06 except CODE (494) USA version except CODE (498) Japan version
MODEL 211.0/2 up to 30.6.06 with CODE (494) USA version with CODE (498) Japan version
Acoustic warning function
The acoustic turn signal indicator (A1h2) is integrated within the instrument cluster (A1). It is a type of contact less relay. The turn signal flasher is always accompanied by an acoustic clicking sound generated in the same rhythm. The acoustic turn signal/flasher (A1h2) function varies according to the type of signal.
Turn signals
The trigger signal for the acoustic turn signal function (A1h2) arrives through the interior compartment CAN after originating at the steering column module (N80). If one of the turn signals fails, the acoustic turn signal indicator (A1h2) operates at twice the usual frequency.
The instrument cluster (A1) receives the turn signal lamp fault information from the control unit that triggers the faulty turn signal lamp via the interior compartment CAN.
Hazard warning flashers
The trigger signal for the acoustic turn signal indicator (A1h2) function arrives via the interior compartment CAN after originating in the control unit for the upper user-control panel (N72/1).
ELECTRONIC ALARM SYSTEM flashers
The signal to activate the acoustic turn signal indicator (A1h2) comes from the front SAM control unit with fuse and relay module, driver (N10/1) via the interior compartment CAN.
Warning signal
The instrument cluster (A1) has the warning buzzer (A1h1) which for various faults and operating conditions sounds for approx. 0.2 seconds at a frequency of approx. 2048 Hz.
An acoustic warning is given
- with malfunction and warning messages with medium and top priority (in addition to the message that appears in the multifunction display (A1p13).
- when the seat belt warning lamp (A1e9) lights up. This indicator lamp is not provided in all national markets. The signal to actuate comes from the restraint systems control unit (N2/7) via the interior compartment CAN.
- The brake fluid level and parking brake warning lamp (A1e7) light up if the vehicle starts to move before the parking brake is released. The signal to activate this lamp comes from the front SAM control unit with fuse and relay module, driver (N10/1) via the interior compartment CAN.
- When the DTR warning lamp (A1e59) lights up. This lamp is triggered when the distance to the preceding vehicle falls below the defined safety margin. The trigger signal is transmitted through the engine compartment CAN after originating with the DTR control unit (N63/1).
- When the transmitter key (A8/1) is in the EIS [EZS] control unit (N73) with "circuit 15c" and the driver door is opened. The CAN messages "ignition key status information" and "ignition OFF" are present (over the interior compartment CAN from the EIS control unit (N73)) and the door contact signal from the rear SAM control unit with fuse and relay module (N10/2) is transmitted.
- When the standing lamps are on, the ignition key (A8/1) is withdrawn and the driver door is open (lights warning). The "ignition key status information" comes over the interior compartment CAN from the EIS control unit (N73) and the door contact signal from the rear SAM control unit with fuse and relay module (N10/2) and the standing lamps signal from the driver-side SAM control unit with fuse and relay module (N10/1) are present.
- When vehicle speed exceeds 120 kph (Gulf states only). The warning tone is muted as soon as the speed drops below 117 km/h. When the speed set on the variable speed limiter is exceeded, e.g. due to inertial acceleration.
The displayed speed is used. The specified maximum speed comes from the CDI control unit (N3/9) or the ME control unit (N3/10) via the engine compartment CAN.
| Display speed, function | GF54.30-P-3025T |
Output acoustic warning messages, function - GF54.30-P-2013TM
MODEL 211.0/2 as of 1.6.06 except CODE (494) USA version except CODE (498) Japan version
MODEL 211.0/2 as of 1.7.06 with CODE (494) USA version with CODE (498) Japan version
The audible turn signal indicator (A1h2) is integrated in the instrument cluster (A1) and simulates a relay. The turn signal flasher is always accompanied by an acoustic clicking sound generated in the same rhythm. Depending on the function the audible turn signal indicator is actuated differently for the following functions
- Turn signaling (at double frequency if a turn signal lamp fails)
- Hazard warning flashing
- Flashing for anti-theft alarm system
Warning chime
The instrument cluster issues a gong chime with a frequency of approx 1.0 Hz with the seat belt reminder warning via the integrated speakers.
A distinction is made between 2 seat belt reminders
- Without seat belt reminder warning specified by law
- With seat belt reminder warning specified by law
Without seat belt reminder warning specified by law
Function requirements
- Terminal 61 ON
- v > 25 km/h
- Driver or front passenger is not wearing a seat belt
The 1st phase of a total of 4 phases starts with different sequence characteristics.
1st phase
- Single chime (gong) with t = 2 s.
- The 1st phase runs for a maximum of 20 s and changes into the 2nd phase automatically.
2nd phase
- Single chime (gong) with t = 1 s.
- The 2nd phase runs for a maximum of 20 s and changes into the 3rd phase automatically.
3rd phase
- Single chime (gong) with t = 0.4 s.
- The 3rd phase runs for a maximum of 20 s and changes into the 4th phase automatically.
4th phase
- Warning chime via the warning buzzer (A1h1) with t = 0.5 seconds.
- The 4th phase runs for a maximum of 93 s.
The seat belt reminder warning is deactivated after the 4th phase has expired.
The seat belt reminder warning is reactivated under the following conditions
- The driver door or front passenger door is opened
- Terminal 61 ON or terminal 15 ON detected again (on vehicles with code (498) Japan version)
With seat belt reminder warning specified by law
The vehicle runs through the first 3 phases as described above. Here the seat belt reminder is deactivated automatically after the 3rd phase. The 4th phase is discontinued in this case.
Warning chime
The instrument cluster is equipped with a warning buzzer (A1h1) that responds to various malfunctions and operating conditions by generating an acoustic warning signal with a frequency of around 2,5 Hz and a duration of approx. 0.2 s.
A warning chime is emitted
- When a fault or warning message of medium or top priority occurs.
- When the seat belt warning lamp (A1e9) lights up.
- The brake fluid level and parking brake warning lamp (A1e7) light up if the vehicle starts to move before the parking brake is released.
- When the standing lamps are on, the ignition key is withdrawn and the driver door is open (lights warning).
- When the DTR warning lamp (A1e59) lights up. This lamp is triggered when the distance to the preceding vehicle falls below the defined safety margin.
- When the transmitter key (A8/1) remains in the EIS [EZS] control unit (N73) after "circuit 5C" and the driver door is opened.
- When vehicle speed exceeds 120 km/h (Gulf states only). The acoustic warning signal is canceled as soon as the speed drops back below 117 km/h.
- When the speed set on the variable speed limiter is exceeded, e.g. on downhill roads.
The displayed speed is used
| Instrument cluster, component description | GF54.30-P-6000TM |
Display fuel quantity, function - GF54.30-P-3018T
MODEL 211.0/2 up to 31.5.06 except CODE (494) USA version except CODE (498) Japan version
MODEL 211.0/2 up to 30.6.06 with CODE (494) USA version with CODE (498) Japan version
Networking
Scheme 131
as of 1.3.03
Function
The fuel level and reserve gage (A1p2) is a 39-segment LCD bar graph indicator. The fuel level and reserve gage (A1p2) is switched on and off by the instrument cluster (A1).
The display readings are shown immediately after "Terminal 15 ON"; the display run-up is dampened, but the run-down is not. A hysteresis is implemented to prevent segment jittering of readings near the segment limits.
Fuel level gage sensor
The left fuel level sensor (B4/1) and right fuel level sensor (B4/2) measure the fuel level. The instrument cluster (A1) registers this percentage from the interior compartment CAN and uses this information as the basis for controlling the fuel level and low fuel display (A1p2) as well as the low fuel warning lamp (A1e4) as required.
Fuel level display
If the EIS [EZS] control unit (N73) is in the "Circuit 15 ON" position, the current tank capacity is displayed in the fuel level and reserve indicator (A1p2).
During refueling when the EIS [EZS] control unit (N73) is in position "circuit 15 ON", refueling is only detected (updating of the display) as of a replenishment quantity of at least 9 l. Once "circuit 15 ON" is switched on again the display is updated. There is always a delay before the display is updated. This inhibits fluctuations in the display, e.g. due to cornering.
Reserve range
If the reserve range (approx. 9 l) has been reached, the fuel reserve warning lamp (A1e4) lights up yellow when the engine is running. The lamp is triggered with a delay period to prevent the lamp flickering.
The system responds to malfunctions by moving the needle in the fuel level and reserve gage (A1p2) to "0". The fuel reserve warning lamp (A1e4) does not come on
CNG (compressed natural gas) display for M271
Scheme 132
Function requirements
"Circuit 15 ON"
In vehicles with "gas version" other functions can be operated and additional information can be display on the instrument cluster (A1).
Data is exchanged between the ME-SFI [ME] control unit (N3/10) and the instrument cluster (A1) via CAN-C (engine compartment CAN).
CNG (compressed natural gas) tank fill level display
The "CNG tank fill level display" multifunction display can be accessed by pressing the system selection button (S110s3) in the base function.
The "CNG tank fill level display" multifunction display can be selected as soon as "circuit 15R ON" but a real fuel gauge is only displayed with "circuit 15 ON" and the driver can then choose between the gas and petrol operating mode
| Display outside temperature, function | GF54.30-P-3019T |
Display outside temperature, function - GF54.30-P-3019T
MODEL 211.0/2 up to 31.5.06 except CODE (494) USA version except CODE (498) Japan version
MODEL 211.0/2 up to 30.6.06 with CODE (494) USA version with CODE (498) Japan version
Scheme 133
Networking
Function requirements
The outside temperature display located in the right-side multifunction display (A1p13) indicates temperature based on the following information
- The outside temperature reading
- The vehicle speed signal
- The coolant temperature
- the engine running time
Displaying outside temperature
The instrument cluster (A1) processes this data and controls the display accordingly. Due to the dependency of the outside temperature indicator in the multifunctional display (A1p13) on vehicle speed, engine running time and coolant temperature when the vehicle is stationary or driving slowly the system prevents too high a temperature being displayed as can be caused by radiated engine heat for example.
The display behaves differently according to the coolant temperature and the engine running time.
Coolant temperature < 60 °C
When the instrument cluster (A1) is activated the current measured outside temperature value is always displayed.
Coolant temperature 60 °C
As of circuit status "Circuit 15C ON" the temperature value measured last is stored and displayed for a maximum of 60 minutes. When the instrument cluster (A1) is activated the stored temperature value is displayed immediately. If the measured outside temperature falls below the stored value, the current measured temperature is displayed after 8 seconds. If the engine is off, the current outside temperature is displayed after six times the engine running time. In the process the preceding engine running time is taken as a basis, however for a maximum engine running time of 10 minutes.
Example
The preceding engine running time was 5 minutes. The delay period was then 6 times 5 minutes. The current temperature is thus only displayed after 30 minutes. If the engine running time was more than 10 minutes, a maximum of 10 minutes is taken into account when calculating the delay time. The maximum delay is thus 60 minutes.
When driving
When the vehicle is moving, the delay periods depend on the vehicle speed. At speeds above 45 km/h rising outside temperatures are displayed after a delay period of 1.5 minutes. At speeds of 20 km/h to 45 km/h rising outside temperatures are displayed after a delay period of 3 minutes. If the vehicle speed falls below 20 km/h, the display is only changed if the measured value falls.
Range
The display is -40 °C up to 85 °C or -40 °F up to 185 °F. The temperature is displayed in increments of 0.5 °C or 1 °F.
Changing over from degrees Centigrade to degrees
Fahrenheit (up to 31.5.05)
The driver can switch between degrees Celsius and degrees Fahrenheit using the "Settings" function in the multifunction display (A1p13). The instrument cluster (A1) also sends a message for the air conditioning on the class B (interior) controller area network bus (CAN-B).
Temperature display (as of 1.6.05)
The outside temperature display can no longer be switched over between degrees centigrade and degrees Fahrenheit. The temperature display is determined via the variant coding in the central gateway control unit (N93).
Data for outside temperature
The outside temperature indicator temperature sensor (B14) changes its resistance according to the outside temperature. The sensor is a resistor which reduces its resistance as temperature increases. The resistance value of the outside temperature display temperature sensor (B14) is read in by the driver-side SAM control unit with fuse and relay module (N10/1) The driver-side SAM control unit with fuse and relay module (N10/1) converts the resistance value from the outside temperature indicator temperature sensor (B14) into a temperature value. This temperature value is placed on the CAN B by the driver-side SAM control unit with fuse and relay module (N10/1).
Vehicle speed signal
The following signals are read in by the SBC control unit (A7/3n1)
- Left front RPM sensor (L6/1)
- Right front RPM sensor (L6/2)
- Left rear RPM sensor (L6/3)
- Right rear RPM sensor (L6/4)
The SBC control unit (A7/3n1) places the 4 wheel speed signals on the Controller Area Network bus class C (engine compartment) (CAN-C) via the ESP control unit (N47-5). The instrument cluster (A1) uses these signals to calculate the speed.
Coolant temperature
The coolant temperature sensor (B11/4) changes its resistance according to the coolant temperature. (The sensor is an NTC resistor, i.e. its resistance decreases as the temperature rises.)
The resistance of the coolant temperature sensor (B11/4) is read by the CDI control unit (N3/9) or the ME-SFI control unit (N3/10). The ME control unit (N3/10) or CDI control unit (N3/9) converts the resistance values from the coolant temperature sensor (B11/4) into a temperature value. This temperature value is placed on the CAN C by the CDI control unit (N3/9) or ME-SFI [ME] control unit (N3/10).
Engine running time
The engine running time is calculated internally in the instrument cluster (A1) using the integral timer. The instrument cluster (A1) processes this data and controls the display accordingly.
Notes on diagnosis
If the display shows the lower temperature value -40 °C or -40 °F with a temperature value which is evidently higher, there may be a sensor fracture or cable open circuit. If the display indicates the maximum temperature value 85 °C or 185 °F although the actual outside temperature is obviously lower, this could indicate a short circuit in the sensor or in the line.
If the coolant temperature sensor (B11/4) is defective and a valid coolant temperature is not passed on from the CAN-C, processing moves to the range for coolant temperature 60 °C
| Display coolant temperature, function | GF54.30-P-3020T |
Display coolant temperature, function - GF54.30-P-3020T
MODEL 211.0/2 up to 31.5.06 except CODE (494) USA version except CODE (498) Japan version
MODEL 211.0/2 up to 30.6.06 with CODE (494) USA version with CODE (498) Japan version
Networking
Scheme 134
Function overview
The coolant temperature sensor (B11/4) is an NTC resistor which reduces its resistance value as temperature increases.
The resistance of the coolant temperature sensor (B11/4) is read via the ME-SFI control unit (N3/10) or the CDI control unit (N3/9) and is relayed onto the engine compartment CAN as a CAN message.
The instrument cluster (A1) reads in this temperature from the engine compartment CAN and controls the engine coolant temperature gage (A1p1) accordingly. If necessary, a warning message also appears on the multifunction display (A1p13).
Displaying coolant temperature
The status display for the engine coolant is located on the right-hand side of the instrument cluster (A1).
The display is a segment display.
After the instrument cluster (A1) has been woken, one segment is actuated at temperatures < 40 °C; at higher temperatures the segments are actuated according to the values measured by the coolant temperature sensor (B11/4). The display is held at 95 °C for input values from 95 °C to 115 °C.
The system responds to a defective radiator fan by leaving the characteristic curve and reverting to a display that also shows temperatures between 96 °C and 116 °C
| Display engine speed, function | GF54.30-P-3021T |
Display engine speed, function - GF54.30-P-3021T
MODEL 211.0/2 up to 31.5.06 except CODE (494) USA version except CODE (498) Japan version
MODEL 211.0/2 up to 30.6.06 with CODE (494) USA version with CODE (498) Japan version
Networking
Scheme 135
Networking
The engine speed is registered by the crankshaft position sensor (L5).
The signals from the crankshaft position sensor (L5) are picked up by the ME control unit (N3/10) or the CDI control unit (N3/9) and are transmitted to the engine compartment CAN as a CAN message (in RPM).
The instrument cluster (A1) receives the CAN message and actuates the stepper motor of the tachometer (A1p5) relative to the engine speed.
Warning range
The warning range (marked in red on the scale) is below the end value of the scale. The end value of the scale is 7000 RPM for vehicles with gasoline engine and 5000 RPM for vehicles with diesel engine.
Adjustment for the number of cylinders
It is not necessary to adjust the tachometer (A1p5) to the number of cylinders in the engine.
If implausible CAN messages occur, the needle of the tachometer (A1p5) is moved to the left-hand end of the scale. An error bit is also stored in the fault memory
| Display distance, function | GF54.30-P-3022T |
Display distance, function - GF54.30-P-3022T
MODEL 211.0/2 up to 31.5.06 except CODE (494) USA version except CODE (498) Japan version
MODEL 211.0/2 up to 30.6.06 with CODE (494) USA version with CODE (498) Japan version
Measuring mileage
The computer of the instrument cluster (A1) evaluates the following wheel speeds for the calculation of distance and speed
- Left front RPM sensor (L6/1)
- Right front RPM sensor (L6/2)
- Left rear RPM sensor (L6/3)
- Right rear RPM sensor (L6/4)
The instrument cluster (A1) receives the wheel speeds in RPM by way of the Controller Area Network bus Class C (engine compartment) (CAN-C) from the ESP control unit (N47-5). The system also includes tire size in its calculations of speed and distance. Tire size is coded using STAR DIAGNOSIS.
Displaying the total mileage
The 6-digit display appears in kilometers or miles in the start screen below the multifunction display (A1p13) as soon as the instrument cluster (A1) is activated. The range for the main odometer is from 0 to 999,999 kilometers or miles. If the maximum mileage is reached, the counter is not reset to 0. In this case the instrument cluster (A1) should be replaced. However, the internal counter continues to operate up to a maximum of 1,677,721 km or 1.000.000 miles. Processing always takes place in kilometers, the display in miles is converted.
Saving mileage counts
The total mileage figure remains stored for at least 5 years, even if the voltage supply is disconnected. Functional integrity is guaranteed under normal conditions over the full service life of the vehicle (15 years or 10,000 operating hours).
Displaying the trip mileage
The trip mileage is displayed as a 5-figure number on the main screen of the multifunction display (A1p13) in kilometers or miles as soon as the instrument cluster (A1) is activated. The range for the trip mileage odometer is from 0 to 9999.9 kilometers or miles. The display is reset to 0 once the maximum mileage is reached.
Reset the trip odometer
The trip odometer is reset to 0 by pressing the instrument illumination brightness control and reset button (A1r1) for more than t = 2 s.
Function requirements
- The instrument cluster (A1) is activated
- The basic display (total mileage and trip odometer) is displayed on the multifunction display (A1p13).
Kilometer/miles changeover (up to 31.5.05)
The driver can switch the display from kilometers to miles using the "Settings" function.
Kilometer/miles changeover (as of 1.6.05)
The display of travel distances can no longer be changed over from kilometers to miles units via the "Settings" function via the "Settings" function. The kilometers/miles display is determined via the variant coding in the central gateway control unit (N93).
If implausible Controller Area Network (data bus/CAN bus) (CAN) messages are received for all wheel speed signals, the total and trip mileage displays are "frozen" and an error bit is set. The instrument cluster (A1) also passes the current reading of the main odometer on the class B (interior) controller area network bus (CAN-B)
Storage of data
If the battery (G1) is removed, the total mileage is stored for at least 10 years. The trip mileage is also protected against data loss if the battery (G1) is removed for a short period of time.
| Display transmission information, function | GF54.30-P-3023T |
Display transmission information, function - GF54.30-P-3023T
MODEL 211.0/2 up to 31.5.06 except CODE (494) USA version except CODE (498) Japan version
MODEL 211.0/2 up to 30.6.06 with CODE (494) USA version with CODE (498) Japan version
Drive position display
The current drive position is displayed in the gear indicator (A1p12) in the instrument cluster (A1).
These displays show the set selector ranges for the automatic five-speed transmission (NAG) (code 423) (1, 2, 3, 4, D, R, N, P) from the electronic selector lever module control unit (N15/5) and the set selector ranges for the Sequentronic automated manual transmission (SEQ) (code 424) (1, 2, 3, 4, 5 6, R, N) from the automated manual transmission control unit (N15/6).
Transmission mode display
The current transmission mode Winter "W" or Summer "S" (up to modification year 2003) and Comfort "C" or Sport "S" (as of modification year 2003) is displayed on the multifunction display (A1p13) in the instrument cluster (A1) by the electronic selector lever module control unit (N15/5) (up to modification year 2003).
On vehicles with model 211.067 and 211.267 the manual "M" transmission mode is also displayed.
The multifunction display (A1p13), gear indicator (A1p12) and transmission mode display (A1p16) appear after "circuit 15 ON".
In addition to displaying the drive position, the automated manual transmission control unit (N15/6) can also trigger warning messages in the multifunctions display (A1p13). If a detected fault causes the system to enter limp-home mode, "F" is shown in the transmission mode display (A1p16).
The required data are transmitted via the engine compartment CAN from the central gateway control unit (N93).
The display is hidden in the case of incorrect CAN signals
| Display time, function | GF54.30-P-3024T |
Display time, function - GF54.30-P-3024T
MODEL 211.0/2 up to 31.5.06 except CODE (494) USA version except CODE (498) Japan version
MODEL 211.0/2 up to 30.6.06 with CODE (494) USA version with CODE (498) Japan version
Networking
Scheme 136
The components indicated by broken lines are only relevant for vehicles with COMAND operating and display system (code 352) and navigation module for COMAND (code 527)
General information
Time measurement (clock) requires a periodic process with a cycle duration of high accuracy (e.g. earth rotation, pendulum oscillations).
Likewise, an electronic clock requires an electric clock signal with high frequency accuracy. This clock signal is derived from the very constant, mechanical oscillations of a quartz crystal. These oscillations/frequency is then scaled down to the required frequency of 1 Hz using an electronic frequency divider with control electronics (2).
In this way, the liquid crystal display (LCD) (3) receives one electrical pulse every second to change the display.
Displaying time on vehicles without COMAND
The electronic clock (A1p6) works according to the aforementioned principle.
The clock is adjusted via the "Settings" menu using the keys on the multifunction steering wheel
- Scroll forward/back button (S110s1)
- System select button (S110s3)
- Pushbutton + and -, specific function setting and volume control (S111s1)
The signals from these buttons are read in by the steering column module (N80) and passed on to the instrument cluster (A1) via the interior CAN.
The instrument cluster (A1) also outputs the current time as a message over the interior CAN
Displaying time via COMAND operating and display system (Code 352) with navigation module for COMAND (code 527)
In vehicles with this equipment, the instrument cluster (A1) adopts the time from the COMAND operating, display and control unit (A40/3). The menus for adjusting the time are therefore unnecessary.
The time information is transmitted by the COMAND operating, display and control unit (A40/3) over the interior compartment CAN as a message.
If the equipment code for COMAND is set in the instrument cluster (A1), it uses this time information.
If the GPS antenna (A2/49) is receiving GPS signals, these can be used to switch between summer and winter time automatically.
If it fails to receive time information from COMAND, the instrument cluster (A1) accesses its own internal clock (timer). The is no provision for manual adjustment of this internal timekeeper
| Battery charge/alternator monitoring, function | GF54.30-P-3027T |
Display speed, function - GF54.30-P-3025T
MODEL 211.0/2 up to 31.5.06 except CODE (494) USA version except CODE (498) Japan version
MODEL 211.0/2 up to 30.6.06 with CODE (494) USA version with CODE (498) Japan version
Networking
Scheme 137
The electronic speedometer (A1p8) with its speedometer segment ring indicates the vehicle speed.
Speedometer arc
This is located in the second, passive level of the central display, which contains special areas that are activated to display the segments. The display of the speedometer segment ring comprises 52 segments in the ECE variants, 64 segments in the USA/UK variants which are visible on the inner edge of the speedometer scale.
On vehicles with model designation 211.067 and 211.267, the ECE variants and USA/UK variants each have 64 segments which are visible around the inner edge of the speedometer scale
Measuring the vehicle speed
The speed is the distance traveled in kilometers or miles per hour. To calculate the vehicle speed, the processor in the instrument cluster (A1) evaluates the following wheel speeds
- Left front RPM sensor (L6/1)
- Right front RPM sensor (L6/2)
- Left rear RPM sensor (L6/3)
- Right rear RPM sensor (L6/4)
The instrument cluster (A1) receives the wheel speeds in RPM from the ESP control unit (N47-5) via the engine compartment CAN.
Speed limit (winter tires)
The speedometer segment ring is not displayed if a speed limit (from 160 km/h to 210 km/h in steps of 10 km/h or from 100 mph to 150 mph in steps of 10 mph) is activated via the 2nd operating level of the instrument cluster (A1).
Evaluating the wheel speed signals
Since not all of the wheels rotate at the same speed (when cornering), all four wheel speeds must be evaluated. The actual process is relatively complex, which is why only a general description is provided here
The individual wheel speeds are compared and submitted to a plausibility check. If there are no significant differences, the vehicle speed is determined using the rotational speed of the left front wheel.
If the individual wheel speed signals differ considerably, the speed signals may be faulty or the vehicle may be cornering.
- If the processor's (lateral) comparisons of wheel speed indicate that the vehicle is cornering the speed is calculated from the average for both front wheels.
- If the comparisons indicate one or more incorrect wheel speeds, the speed is calculated from the highest wheel speed. This also applies if an error message is received instead of a rotational wheel speed. In this case, an appropriate error bit is stored in the memory.
Digital speedometer
The vehicle speed is displayed digitally. The default value for the display unit (km/h or miles/hr) is stored as a country-specific unit in non-volatile memory and can be changed via "Settings" in the Configurations/Settings menu item.
The digital speed display is matched to the speedometer display by a performance map. This ensures that the value of the analog needle position and the reading shown on the display are synchronized.
No speed display appears if error messages are received for all four wheel speeds. As the distance readings are also based on monitored speed, the odometer will cease to operate
Depending on the national version, the electronic speedometer (A1p8) has a scale in kilometers per hour or a scale in miles per hour
On vehicles with model designation 211.067 and 211.267, the scale of the electronic speedometer (A1p8) goes up to 320 km/h or 160 mph
The tire size is taken into account when calculating the speed. Coding is performed using the Star Diagnosis tool
| Display fuel quantity, function | GF54.30-P-3018T |
Battery charge/alternator monitoring, function - GF54.30-P-3027T
MODEL 211.0/2 as of 1.6.06 except CODE (494) USA version except CODE (498) Japan version
MODEL 211.0/2 as of 1.7.06 with CODE (494) USA version with CODE (498) Japan version
Networking, shown with engine 272
Scheme 138
Battery charge indicator lamp and alternator indicator lamp
In the event of a fault in the power generator the battery symbol and message "Locate workshop" (this message belongs to category 2) or "Stop - battery/alternator" (this message belongs to category 1) are displayed in the multifunction display in the instrument cluster.
The message appears if the alternator is not working correctly (circuit 61), but the engine speed is higher than 200 RPM. There is no message when the engine is OFF.
Networking
The following Controller Area Network (data bus/CAN Bus) CAN messages are required
- Circuit 61 alternator monitor
- Signal "circuit 61 (D+)" from alternator
The alternator indicator lamp "circuit 61" is read in by the driver-side SAM control unit with fuse and relay module. The driver-side SAM control unit with fuse and relay module then places the message "circuit 61 HIGH" (voltage circuit 61 > 9 V) or "circuit 61 LOW" (alternator not working correctly) on the Controller Area Network bus Class B (interior) (CAN B).
Engine speed
The pulses from the crankshaft Hall sensor are read in by the ME-SFI [ME] control unit or by the CDI control unit (N3/9). The respective control unit places the message motor speed (in RPM) on the Controller Area Network bus Class C (engine compartment) (CAN-C). The instrument cluster receives these messages and evaluates them.
Alternator check, circuit 61 (D+)
The CAN message "term. 61" can have the status "high" and "low". The respective status depends on the actual voltage at the input of the driver-side SAM control unit with fuse and relay module. The status is "HIGH" if the voltage is greater then 9 V. It is "LOW" when the voltage drops back below 4.5 V.
Excitation current for the alternator
Once circuit 15 is switched on the battery current flows via the alternator preresistance, which is located in the wiring harness, through the excitation winding in the rotor and via the regulator to circuit 31.
The preexcitation is introduced in the process. At low engine speeds self-excitation is nonfunctional, so pre-excitation takes place. If, when the engine is running, the alternator voltage rises above the battery voltage, the excitation winding is supplied by the alternator itself. The voltage at tml. 61 increases to the same voltage as the alternator voltage. If the alternator voltage drops below the battery voltage, this is detected by the driver-side SAM control unit with fuse and relay module and relayed as a CAN message to the instrument cluster, which outputs an appropriate message via the multifunction display.
| Instrument cluster, component description | GF54.30-P-6000TM |
Instrument cluster (IC), task - GF54.30-P-3039-02T
The task of the instrument cluster (A1) is to visualize the dynamic and static behavior of the vehicle.
The information for the driver consists of 4 displays
- Electronic speedometer (A1p8)
- Tachometer (A1p5)
- Electronic clock (A1p6)
- Multifunction display (A1p13) with driver-relevant information in upper display field, main and trip odometer reading as well as gear indicator (A1p12) and transmission mode display (A1p16).
The instrument cluster (A1) provides the driver additional information from the following display components
- Engine coolant temperature gage (A1p1)
- Fuel level and reserve gage (A1p2)
The various functions of the multifunction steering wheel are also displayed via the instrument cluster (A1).
There are a total of 16 versions of the instrument cluster (A1), each dependent on the vehicle equipment, the equipment lines Classic, Elegance, Avantgarde and the chosen engine type
Display operating conditions, function - GF54.30-P-3041TM
MODEL 211.0/2 as of 1.6.06 except CODE (494) USA version except CODE (498) Japan version
MODEL 211.0/2 as of 1.7.06 with CODE (494) USA version with CODE (498) Japan version
Scheme 139
Shown with engine 272
A function requirement for all displays is "circuit 15 ON".
Detect and display fuel supply
The fuel supply is displayed to the driver by the fuel level and reserve indicator (A1p2) and if necessary by the fuel reserve warning lamp (A1e4).
The information transmitted to the rear SAM control unit by the fuel level sensors is read by the instrument cluster over Controller Area Network bus class B (interior) (CAN-B).
Refueling is only detected (display updated) when a refill quantity of at least 4 l has been added.
There is always a delay before the display is updated. This reduces display fluctuations. The reserve area corresponds to approx. 12 % of the maximum tank contents. If the reserve area is reached, then the fuel reserve warning lamp lights up yellow. The lamp is triggered with a delay period to prevent the lamp flickering.
In the event of a fault, the needle of the fuel level and reserve indicator moved to "0." The fuel reserve indicator lamp is not actuated
Detect and display outside temperature
The outside temperature indicator in the multifunction display (A1p13) takes into account the following data to display the temperature value
- The outside temperature reading
- The vehicle speed signal
- The coolant temperature
- the engine running time
The instrument cluster processes this data and actuates the outside temperature indicator accordingly. The dependency of the outside temperature indicator on the speed, the engine running time and the coolant temperature prevents too high a temperature being displayed when the vehicle is stationary or moving slowly. The display's response pattern varies according to coolant temperature and engine running time
- The coolant temperature is < 60 °C. When the instrument cluster is activated, the current outside temperature is always displayed.
- The coolant temperature is > or = 60 °C. At "circuit 15C" the last measured temperature is stored and then displayed for a maximum of 60 minutes. When the instrument cluster is activated, the stored temperature is always displayed.
Detect and display speed
All wheel speeds are evaluated by the instrument cluster to calculate the speed. The signals from the following sensors are registered
- Left front RPM sensor
- Right front RPM sensor
- Left rear RPM sensor
- Right rear RPM sensor
The instrument cluster receives the wheel speeds in RPM from the ESP control unit via the Controller Area Network bus Class C (engine compartment). The electronic speedometer (A1p8) with its speedometer arc displays the vehicle speed.
The speedometer arc is not displayed if a speed limit (adjustable in multiples of 10 km/h from 160 km/h to 210 km/h or in multiples of 10 mph from 100 mph to 150 mph) is activated via the 2nd control level of the instrument cluster.
The vehicle speed is shown in digital form on the multifunction display. The basic setting for the display unit is stored on a country-specific basis in a non-volatile memory and can be changed in the menu item "Settings". The digital speed display is matched to the speedometer display by a performance map. This ensures that the value of the analog needle position and the reading shown on the display match.
No speed display appears if error messages are received for all wheel speeds. As the distance readings are also based on monitored speed, the odometer will cease to operate
The tire size is taken into account when calculating the speed. Coding takes place using STAR DIAGNOSIS
Detect and display coolant temperature
The resistance of the coolant temperature sensor is read in via the ME-SFI [ME] control unit or by the CDI control unit (N3/9) and placed on CAN C. The instrument cluster reads in this value from CAN-C and actuates the coolant temperature display (A1p1) accordingly. A warning message appears in the multifunction display if necessary.
The coolant temperature display is a segmented display. When the instrument cluster is activated, one segment is actuated at temperatures < 40 °C; at higher temperatures the segments are actuated according to the values measured by the coolant temperature sensor. The display is held at 95 °C for input values from 95 °C to 115 °C.
If the engine and AC electric suction fan with integrated control (M4/7) is faulty, the characteristic is abandoned and values between 96 °C and 116 °C are displayed
Detect and display engine speed
The RPM is recorded by the crankshaft Hall sensor. The signals are read in by the ME-SFI [ME] control unit or CDI control unit and placed on CAN C in RPM. The instrument cluster receives this signal and actuates the stepper motor for the tachometer (A1p5) of the RPM accordingly.
If the signals are implausible, the tachometer needle is moved to the left-hand side of the scale. An error bit is also stored in the fault memory
Detect and display mileage
The total mileage and trip mileage odometer are determined from the vehicle speed and tire size.
The total mileage is displayed on the 6-digit display in the standard display below the multifunction display in kilometers or miles as soon as the instrument cluster is activated.
The range for the main odometer is from 0 to 999,999 kilometers or miles. If the maximum mileage is reached, the counter is not reset to 0. In this case, the instrument cluster should be replaced. However, the internal counter continues to operate up to a maximum of 1,677,721 km or 1.000.000 miles. Processing always takes place in kilometers, the display in miles is converted.
The main odometer reading is stored for at least 5 years, even if the voltage supply is disconnected. Functional integrity is guaranteed under normal conditions over the full service life of the vehicle (15 years or 10,000 operating hours).
The trip mileage is displayed as a 5-digit number on the basic display of the multifunction display in kilometers or miles as soon as the instrument cluster is activated. The range for the trip mileage odometer is from 0 to 9999.9 kilometers or miles. Once the maximum reading is reached the display is reset to 0.
The trip odometer is reset to 0 by holding down the instrument illumination brightness control and reset button (A1r1) for t > 3 s.
If all wheel speed signal values are implausible, the values on the main and trip odometer "freeze" and an error bit is stored in the memory
The total distance remains stored for at least 5 a when the battery is disconnected (G1). The trip mileage is also protected against data loss if the battery is removed for a short period of time.
Display transmission information
The highest shift range selection which the automatic transmission (AT) can upshift to is shown on the gear indicator display (A1p12). On vehicles with additional manual mode, the actual engaged gear is shown on the display when this mode is selected on the transmission mode switch (S16/5).
The setting of the transmission mode switch is shown on the transmission mode display (A1p16) on all vehicles.
Display and set clock
The time is displayed in analog form via hour and minute hands on the electronic clock (A1p6). The minute pointer is moved in steps of 1 minute. The hours pointer is coupled to the minute pointer by a mechanical gear ratio.
On vehicles without navigation the electronic clock is set via the "settings" menu. On vehicles with navigation the time information is placed on CAN B via the audio gateway control unit (N93/1) and read in by the instrument cluster.
| Instrument cluster, component description | GF54.30-P-6000TM |
Trip computer (TRIP), networking of components - GF54.50-P-0001-02T
Function survey
The trip computer is integrated in the instrument cluster (A1). The instrument cluster (A1) is linked with
- the engine compartment CAN and
- the interior compartment CAN
Data is exchanged with virtually all the control units over the two bus systems.
However, the instrument cluster (A1) does not act as an interface between the two data bus systems. This function is reserved for the central gateway control unit (N93)
This document lists the principal CAN messages for the functions of the instrument cluster (A1) including the trip computer.
The connections of the instrument cluster (A1) are described in the last part of this document.
The trip computer receives the following input signals
- The wheel speeds over the engine compartment CAN from the ESP, SPS and BAS control module (N47-5)
- The consumption signal from the motor electronics control unit (N3/10) or CDI control unit (N3/9) via the engine compartment CAN
- The time over the interior compartment CAN from the audio gateway control module (N93/1), and this over MOST from the COMAND operating, display and control module (A40/3) in vehicles with COMAND operating, display and control module (A40/3)
- The states "Terminal 15" and "Key in ignition" over the interior compartment CAN from the EIS control module (N73)
- The actuation signals from the buttons on the multifunction steering wheel over the interior compartment CAN from the steering column module (N80)
- The fuel tank level over the interior compartment CAN from the rear SAM control module with fuse and relay module (N10/2)
CAN messages from the buttons on the multifunction steering wheel
Since the buttons on the multifunction steering wheel each have several functions, the signals from these buttons must be processed accordingly
- All the buttons in the left multifunction steering wheel button group (S110) and the right multifunction steering wheel button group (S111) are voltage-coded and are read by the steering column module (N80).
- The steering column module (N80) relays the relevant messages onto the interior compartment CAN.
- These CAN messages are received by the instrument cluster (A1).
- The instrument cluster (A1) interprets these messages in combination with the systems displayed in the multifunction display (A1p13) and passes on these interpreted messages again on the interior CAN.
Received messages for the multifunction display
All signals for the messages in the multifunction display (A1p13) are received over the engine compartment CAN or interior CAN. The signal paths and further details on various messages can be read in the function descriptions of the systems in question.
Function of trip computer (TRIP) - GF54.50-P-0001T
Model 211.0/2
The trip computer menu can be used to call up and display statistical data. The trip computer is integrated in the instrument cluster (A1). The display takes place via the multifunction display (A1p13) in the instrument clusterA1).
Two different data memories can be accessed: to access
The contents of the short-distance memory are shown in the display screen "since start" and the contents of the long-distance memory are shown in the display screen "since reset".
The trip computer can be reset manually using the instrument illumination dimmer and reset button (A1r1).
The following functions are provided by the trip computer
- Mileage traveled "since start or since reset"
- Time elapsed since "start" or since the last "reset"
- Average speed since "start" or since the last "reset"
- Average fuel consumption since "start" or since the last "reset"
In addition, the calculated range with the current tank contents can be displayed via the multifunction display (A1p13).
Operation
The trip computer is operated using the left multifunction steering wheel button group (S110).
The instrument cluster (A1) receives all the information required for the trip computer functions over the engine compartment CAN and over the interior compartment CAN
| Trip computer (TRIP), networking of components | GF54.50-P-0001-02T |
|---|---|
| Kilometer/miles switchover, function | GF54.50-P-2002T |
Kilometer/miles switchover, function - GF54.50-P-2002T
MODEL 211.0/2
No particular changeover of dimensional units is to be performed for the trip computer as it takes over the settings and codings of the instrument cluster (A1).
The dimensional units (miles/kilometers) are changed over in the instrument cluster (A1) via the selection "Settings" in the submenu "instrument cluster" in the multifunction display (A1p13) using the multifunction steering wheel (MFL).
The only requirement is to preset the unit of measurement used to monitor the distance (kilometers or miles). The other units that are relevant for the trip computer are then converted automatically.
US-gallons/UK gallons are coded via the national version using STAR DIAGNOSIS
| Travel time, function | GF54.50-P-2004T |
|---|---|
| Scanning of switch positions, function | GF82.90-P-3001TA |
Travel time, function - GF54.50-P-2004T
Model 211.0/2
Travel time "Since start" (short-distance memory), function
Scheme 140
Travel time "Since reset" (long-distance memory), function
Scheme 141
The display screen "since start" of "since reset" for the journey time can be activated the via the system selection button (S110s3) and scroll forwards and backwards button (S110s1) of the multifunction steering wheel.
As the time is only counted with "terminal 15 ON", the instrument cluster (A1) requires information about the status of terminal 15. This information is relayed by the EIS control module (N73) onto the interior compartment CAN and is read by the instrument cluster (A1). The time is calculated internally in the instrument cluster (A1)
If the display of travel time or travel distance exceeds the maximum display value (99:59 hours or 40959 miles (65535 km)), then the travel time and travel distance of the respective memory are reset automatically. This preserves the relationship between travel time and mileage
| Fuel consumption, function | GF54.50-P-2007T |
Range, function - GF54.50-P-2006T
Model 211.0/2
Calling up range
Scheme 142
The range can be called up on the multifunction steering wheel using the system selection button (S110s3) in the first function of the multifunction display (A1p13). The scrolling forwards and backwards button (S110s1) indicates the range.
To calculate the range the trip computer in the instrument cluster (A1) requires the fuel level in the fuel tank.
The fuel level sensor for the left half of the tank (B4/1) and the fuel level sensor for the right half of the tank (B4/2) are polled by the rear SAM control module with fuse and relay module (N10/2) and the appropriate message is relayed onto the interior compartment CAN.
The instrument cluster (A1) receives this message, evaluates it and displays the corresponding value as the tank content.
As the time is counted only when terminal 15 is ON, the instrument cluster (A1) requires the information regarding the status of terminal 15. This information is relayed by the EIS control module (N73) onto the interior compartment CAN and is read by the instrument cluster (A1). The time is calculated internally in the instrument cluster (A1)
If the displayed travel time or mileage exceeds the maximum display value (99:59 hours or 40959 miles (65535 km)), the travel time and the mileage are automatically reset in the relevant memory. This preserves the relationship between travel time and mileage
| Reset, function | GF54.50-P-2010T |
Fuel consumption, function - GF54.50-P-2007T
Model 211.0/2
Fuel consumption "Since start" (short-distance memory), function
Scheme 143
Fuel consumption "Since reset" (long-distance memory), function
Scheme 144
The display screen "since start" of "since reset" for the journey time can be activated the via the system selection button (S110s3) and scroll forwards and backwards button (S110s1) of the multifunction steering wheel.
Depending on the adjustment (miles/kilometers) and coding of the national version of the instrument cluster (A1) the display takes place in
- Miles per gallon
- Liters per 100 kilometers or
- Kilometers per liter (only if national version Japan is coded)
The trip computer calculates the average fuel consumption figures from the mileage traveled and the consumption signal.
The fuel consumption signal uses information on the amount of fuel injected within a specific period
The instrument cluster (A1) receives this data in the following way
- The consumption signal is produced by the motor electronics control unit (N3/10) and by the CDI control unit (N3/9) and is placed as a message on the engine compartment CAN.
- The mileage traveled is calculated from the four wheel speeds. The signals come over the engine compartment CAN from the ESP, SPS and BAS control module (N47-5).
After a reset it may take as much as three kilometers/miles or up to two minutes until enough data is available to calculate and display the fuel consumption figures correctly. During this time depending on the adjustment (miles/kilometers) and coding of the national version of the instrument cluster (A1)5.8 MPG, 40 L/100 km or 2.5 km/L is displayed
It is normal for different values to be displayed in the "since start" (short-distance memory) display screen and in the "since reset" (long-distance memory) display screen as both displays access different data records.
The "Since start" display (short-distance memory) reacts much more sensitively to the current driving situation than the "Since reset" display (long-distance memory).
| Distance, function | GF54.50-P-2008T |
Distance, function - GF54.50-P-2008T
Model 211.0/2
Mileage "Since start" (short-distance memory), function
Scheme 145
Mileage "Since reset" (long-distance memory), function
Scheme 146
The display screen "since start" of "since reset" for the journey time can be activated the via the system selection button (S110s3) and scroll forwards and backwards button (S110s1) of the multifunction steering wheel.
The four wheel speed signals are analyzed for the mileages traveled. They are transmitted as a message on the engine compartment CAN from the ESP, SPS and BAS control module (N47-5) to the instrument cluster (A1). Counting the travel distance takes place in parallel with the counting of the odometer function of the instrument cluster (A1)
If the display of the travel distance or travel time exceeds the maximum display value (40959 miles (65535 km) or 99:59 hours), then the travel time and travel distance of the respective memory are reset automatically. This preserves the relationship between travel time and mileage
| Average speed, function | GF54.50-P-2009T |
Average speed, function - GF54.50-P-2009T
Model 211.0/2
Average speed "Since start" (short-distance memory), function
Scheme 147
Average speed "Since reset" (long-distance memory), function
Scheme 148
The "since start" or "since reset" display screen for the average speed can be activated via the system selection button (S110s3) and scroll forwards and backwards button (S110s1) on the multifunction steering wheel.
The following information is required
- Travel time: calculated internally in the instrument cluster (A1).
- Mileage: calculated from the four wheel speeds. The wheel speeds are transmitted as a message on the engine compartment CAN from the ESP, SPS and BAS control module (N47-5) to the instrument cluster (A1).
It is normal for different values to be displayed in "since start" (short-distance memory) display screen and in the "since reset" (long-distance memory) display screen as both displays access different data records. The "Since start" display (short-distance memory) reacts much more sensitively to the current driving situation than the "Since reset" display (long-distance memory)
| Range, function | GF54.50-P-2006T |
Parktronic system (PTS), function - GF54.65-P-0001T
MODEL 211.0/2 with CODE (220a) Parktronic System (PTS)
Scheme 149
Shown on model 211.0
Data flow
Overall description
The Parktronic system (PTS) is an electronic parking assist. It assists the driver in estimating the distances to obstacles in front of and behind the vehicle, particularly in blind spots.
When the vehicle is moving forwards the Parktronic system (PTS) only monitors the front of the vehicle.
When the vehicle is moving backwards the Parktronic system (PTS) monitors the back and front of the vehicle. Requirement
- manual transmission or Sequentronic only when reverse gear is engaged.
- Automatic transmission or Tiptronic selector lever "N" or "R".
Function conditions
- Terminal 15 ON
- Parking brake not operated
- Selector lever (automatic) in drive mode D, N or R
- Vehicle speed 16 km/h
Function
The distance between the vehicle and obstacle is detected via the front bumper PTS sensor unit (A42) and rear bumper PTS sensor (A43) and passed on to the Parktronic control unit (N62). The Parktronic control unit (N62) evaluates the signals and activates the center instrument panel PTS warning indicator (A44/4) or the Rear PTS warning indicator (A44/3). One side of the warning indicator is assigned to each side of the bumper. The warning indicators warn the driver by means of both acoustic and visual signals.
The Parktronic system (PTS) is activated by switching on the ignition, a system self-test is carried out first.
Deactivation
- The system can be switched off or on manually via the PTS OFF switch (N72s13) in the lower control panel control unit (N72). Feedback is effected via an LED in the PTS OFF switch (N72s13).
- Speed-dependent cutout (v 18 km/h).
- Cutout of rear components with trailer recognition (with code (550) trailer hitch).
| Parktronic system (PTS), location of components | GF54.65-P-0001-02T |
|---|---|
| Self-test, function | GF54.65-P-2000T |
| Forward travel, function | GF54.65-P-4000T |
| Reversing, function | GF54.65-P-4001T |
Forward travel, function - GF54.65-P-4000T
MODEL 211.0/2 with CODE (220a) Parktronic system (PTS)
Shown on model 211.0
If the vehicle approaches an obstacle when moving forwards (v 16 km/h), the front Parktronic components are active.
The front sensors (6 pieces) of the front bumper PTS sensor unit (A42) detect obstacles
- in the range of A (15 cm to 60 cm)
- in the range of B (20 cm to 100 cm)
The driver is alerted visually and acoustically by the PTS warning display, center of instrument panel (A44/4).
Scheme 150
| PTS control unit, location/task | GF54.65-P-4100T | |
|---|---|---|
| Sensors, location/task/function | GF54.65-P-4102T | |
| Warning display, location/task/design/function | PTS warning display, center of instrument panel | GF54.65-P-4104T |
Reversing, function - GF54.65-P-4001T
MODEL 211.0/2 with CODE (220a) Parktronic system (PTS)
Shown on model 211.0
If the vehicle approaches an obstacle when reversing (v < or = 16 km/h), the rear and front components of Parktronic are active.
The front sensors (6 pieces) of the front bumper PTS sensor unit (A42) detect obstacles
- in the range of A (15 cm to 60 cm)
- in the range of B (20 cm to 100 cm)
The rear sensors (4 pieces) of the rear bumper PTS sensor unit (A43) detect obstacles
Scheme 151
- in the range of C (20 cm to 80 cm)
- in the range of D (20 cm to 120 cm)
The driver is alerted visually and acoustically by the
- PTS warning display, rear (A44/3) and the
- PTS warning display, center of instrument panel (A44/4).
For a better distinction as to whether an obstacle is located in front of or behind the vehicle, the acoustic warning message is output at different frequencies. The warning signal for the PTS warning display, center of instrument panel (A44/4) has a higher frequency
| PTS control unit, location/task | GF54.65-P-4100T | |
|---|---|---|
| Sensors, location/task/function | GF54.65-P-4102T | |
| Warning display, location/task/design/function | PTS warning display, rear | GF54.65-P-4104TA |
| PTS warning display, center of instrument panel | GF54.65-P-4104T |
Warning display, function - GF54.65-P-4104-01T
The visual warnings takes place via LED displays. A display page consists of 6 yellow and 2 red LEDs.
This functional readiness is signaled by the first yellow LED with reduced current (half-bright).
If the vehicle rolls towards an obstacle and thus into the monitoring range, the first yellow LED lights up with full brightness. The nearer the vehicle gets to an obstacle, the more yellow LEDs are actuated.
If the distance to the obstacle reduces to 30 cm, the first red LED lights up and when the minimum distance of 20 cm is reached the second red LED lights up.
When the first red segment (3) lights up in addition an intermittent signal sounds. When the second red segment (3) lights up the intermittent signal becomes a continuous signal.
The warning tones of the center instrument panel PTS warning indicator (A44/4) and rear PTS warning indicator (A44/3) have a different frequency in order to guarantee a better differentiation.
The brightness of the LEDs depends on the conditions of the surroundings, for example, darkness, twilight or driving through a tunnel.
The brightness is reduced to 30% of the maximum brightness.
In the event of a malfunction (signal interruption, sensor failure) all the red LEDs are actuated.
If the malfunction also occurs while driving, it is stored as a system fault and displayed until the next activation. After a further 20 seconds the center instrument panel PTS warning indicator (A44/4) or rear PTS warning indicator (A44/3) switches off, a continuous tone sounds for 3 seconds.
| Display | LED | Warning chime | Distance | |
|---|---|---|---|---|
| Center (cm) | Corner (cm) | |||
| Optical | 1. (yellow) | < 100 | ||
| 2nd (yellow) | < 80 | |||
| 3rd (yellow) | < 70 | |||
| 4th (yellow) | < 60 | < 60 | ||
| 5th (yellow) | < 50 | < 50 | ||
| 6th (yellow) | < 40 | < 40 | ||
| Visual and acoustic | 7th (red) | Intermittent tone | < 30 | < 30 |
| 8. (red) | Continuous signal | <20 | < 15 | |
ACTUATION OF CENTER INSTRUMENT PANEL PTS WARNING INDICATOR (A44/4)
| Display | LED | Warning chime | Distance | |
|---|---|---|---|---|
| Center (cm) | Corner (cm) | |||
| Optical | 1. (yellow) | < 120 | ||
| 2nd (yellow) | < 100 | |||
| 3rd (yellow) | < 80 | < 80 | ||
| 4th (yellow) | < 65 | < 65 | ||
| 5th (yellow) | < 50 | < 50 | ||
| 6th (yellow) | < 40 | < 40 | ||
| Visual and acoustic | 7th (red) | Intermittent tone | < 30 | < 30 |
| 8. (red) | Continuous signal | <20 | <20 | |
ACTUATION OF REAR PTS WARNING INDICATOR (A44/3)