Data bus system function - GF54.00-P-0004A
MODELS 124, 129, 140, 163, 168, 170, 202, 203, 208, 209, 210, 211, 215, 220, 230, 240, 463
Data Bus System Function Block Diagram. Scheme 32
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 |
Data Bus System, Block Function Diagram. Scheme 33
All control units are interlinked through the CAN data bus.
A control unit receives a measured value from a sensor, prepares a data telegram from this and places it on the CAN data bus.
All other control units can then read and process this data packet.
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
| DATA Bus System Advantages | Notes |
|---|---|
| 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 1 Mbit/s with a line length of max. 40 m (not currently in use at Mercedes Benz). Mercedes Benz uses transfer rates from 83 kbit/s up to 500 kbit/s. |
| Several messages can be transferred in succession on the same line |
CAN data bus, function - GF54.00-P-0005A
MODELS 124, 129, 140, 163, 168, 170, 202, 203, 208, 209, 210, 211, 215, 220, 230, 240, 463
The CAN data bus ( C ontroller A rea N etwork) is a data bus system specifically designed for used in vehicles.
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.
That means, every CAN message is assigned a fixed address (identifier), 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 |
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
- Standard format
- Expanded format
Only the standard format is currently in use at DaimlerChrysler.
CAN Data Bus Telegram. Scheme 34
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 the identifier (address) with 11 bits and one 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 expanded format the control field (6 bit) contains a reserved bit for future expansions and the number of bytes contained in the data field in the last 4 bits.
- Data Field: (data) The data field can contain between 0 and 8 bytes of data. 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) consists of 16 bits and is used to detect transmission errors.
- ACK Field: (receipt confirmation) The ACK Field (Acknowledgment Field) contains a confirmation signal from all receivers that have received the CAN message without error.
- End of Frame: (frame end) Identifies the end of the data telegram
- Intermission: (Intermission) 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: (idle) If no control unit transmits, the CAN data bus remains idle until the next message 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-0005F
MODEL 124 with ENGINE 104,111,119 (except 104.98)
MODEL 129 with ENGINE 104,112,113,119,120 (except 104.98)
MODEL 140 with ENGINE 104, 119, 120
MODEL 163 with ENGINE 112, 113
MODEL 170 with ENGINE 111,112 (except, 112.96)
MODEL 202 with ENGINE 104, 111,112
MODEL 203 with ENGINE 111,112 (except, 112.96)
MODEL 208 with ENGINE 111, 112, 113
MODEL 210 with ENGINE 104, 112, 113, 119
MODEL 215 with ENGINE 113,137 (except 113.99)
MODEL 220 with ENGINE 112,113,137 (except, 113.99)
MODEL 230 with ENGINE 112,113 (except, 113.99)
MODEL 211 with ENGINE 112,113 (except, 113.99)
MODEL 209 with ENGINE 112, 113
Shown on example of Controller Area Network bus class C (engine compartment) (CAN-C) in model 220 with engine 112, 113 and code (219) Distronic (DTR)
Identifying CAN Data Bus Function. Scheme 35
Task
- Data interchange between the individual control units
- Readying sensor signals for several systems
- Reducing the number of wires
- Improving the electromagnetic compatibility
Design
The data bus consists of a twisted, two-core data line which connects all the participants together in a parallel circuit. The data line lines must not be mixed up (low or high level). The ME-SFI [ME] control unit (N3/10) (except model 124 and model 140), the DAS [FBS] control unit (N73/1) (model 129), the DAS [FBS] radio frequency/infrared control unit (N54/4) (model 129) and the DAS [FBS] radio frequency control unit (N54/3) (model 170) are regarded as terminals as far as bus adaptation is concerned. A terminating resistor of 120 ohms is fitted in each case. Exception: ME-SFI [ME] control unit (N3/10) with engine 120 (each fitted with 240 ohms).
When measuring the resistance on the data line (circuit 15 OFF), the various terminating resistors in the terminals are connected in parallel
Scheme 36
Function
The data are transmitted digitally on the data bus at various intervals. The individual data blocks are defined in a protocol and this also states which data are received or transmitted by a control unit. Each connected control unit is able to transmit or receive data.
The total of the data blocks, the short pause between 2 transmission intervals and further properties of the data bus are checked constantly. Any faults detected are stored.
Vehicles with EIS [EZS] control unit (N73)
In the vehicle a distinction is made between a fast Controller Area Network bus class C (engine compartment) (CAN-C) and Controller Area Network bus class B (interior) (CAN-B) which is 6 times slower. The EIS [EZS] control unit (N73) forms the interface (Gateway) for this. This does not apply to vehicles with a central gateway control unit (N93) (except model 203).
Vehicles with central gateway control unit (N93)
The central gateway control unit forms the interface (Gateway) between the two data buses (N93) (except model 203). The central gateway control unit (N93) serves as the interface for STAR DIAGNOSIS for all model series.
The new control unit must be coded again when exchanging control unit. The control unit can be coded via a menu in the handheld tester (up to 07/99) or via STAR DIAGNOSIS
| CAN data bus, function | Model | GF54.00-P-0005A |
|---|---|---|
| Networking, general | Model 202 as of 1.6.97 Model 210 as of 1.3.97 (except 210.081/281) Model 210.081/281 | GF54.21-P-9611C |
| Extended vehicle networking (EVN), function | Model 215, 220 up to 31.8.03 | GF00.19-P-0001S |
| Model 215, 220 as of 1.9.03 | GF00.19-P-0001SX | |
| Model 203 up to 23.4.04 | GF00.19-P-0001PP | |
| Model 203 as of 24.4.04 up to 30.11.04 except code (494) USA version except code (498) Japanese version | GF00.19-P-0001PM | |
| Model 203 as of 1.12.04 except code (494) USA version except code (498) Japanese version | GF00.19-P-0001PN | |
| Model 203 as of 24.4.04 up to 30.11.04 with code (494) USA version | GF00.19-P-0001PMU | |
| Model 203 as of 1.12.04 with code (494) USA version | GF00.19-P-0001PNU | |
| Model 203 as of 24.4.04 up to 30.11.04 with code (498) Japanese version | GF00.19-P-0001PMJ | |
| Model 203 as of 1.12.04 with code (498) Japanese version | GF00.19-P-0001PNJ | |
| Model 209 up to 31.5.04 except code (491) USA version except code (498) Japanese version | GF00.19-P-0001Q | |
| Model 209 as of 1.6.04 except code (494) USA version except code (498) Japanese version | GF00.19-P-0001QM | |
| Model 209 up to 31.5.04 with code (498) Japanese version | GF00.19-P-0001QJ | |
| Model 209 as of 1.6.04 with code (498) Japanese version | GF00.19-P-0001QMJ | |
| Model 209 up to 31.5.04 with code (491) USA version | GF00.19-P-0001QU | |
| Model 209 as of 1.6.04 with code (494) USA version | GF00.19-P-0001QMU | |
| Model 230 up to 31.5.04 except code (494) USA version except code (498) Japanese version Model 230 up to 30.6.04 with code (494) USA version except code (498) Japanese version | GF00.19-P-0001R | |
| Model 230 as of 1.6.04 except code (494) USA version except code (498) Japanese version Model 230 as of 1.7.04 with code (494) USA version | GF00.19-P-0001RM | |
| Model 211.0/2 | GF00.19-P-0001T |
CAN data bus, function - GF54.00-P-0005IC
MODEL 211 with ENGINES 647.961, 648.961
Identifying Additional Battery And Battery Components - Installation Survey Of Batteries. Scheme 37
CAN stands for " C ontroller A rea N etwork". This is an electrical bus system for carrying data over two wires.
The tasks are
- Data transfer between individual control units
- Readying sensor signals for several systems
- Reducing the number of electric cables
- Improving the electromagnetic compatibility (EMC)
The CAN data bus consists of a special twisted two-core data line that connects all CAN users (control units) in parallel.
The two lines of the data line must not be mixed up (low level/high level). The CDI control unit always represents a terminal in terms of bus adaptation.
A 120 ohms terminating resistor should therefore be installed in the CDI control unit.
The data are transmitted digitally over the CAN databus at various intervals. The individual data blocks are defined in a data protocol and it is specified which data are received or transmitted by a control unit. Each connected control unit is able to transmit or receive data (bidirectional bus).
The sum of the data blocks, the short break between two transmission intervals and additional properties of the CAN data bus are checked constantly. Detected faults are stored and placed in the fault memory.
In the vehicle a distinction is made between a fast (500 kbits/s) engine CAN data bus (CAN CAN-C) for the drive and chassis systems and the slightly slower (83.3 kbit/s) body CAN data bus. (CAN-B) structure for the vehicle interior.
For external vehicle diagnosis using STAR DIAGNOSIS a CAN data bus diagnosis (CAN-D) with a speed of 500 kbit/s is also available.
The interface between the three CAN data buses (Gateway) is located in the central gateway control unit.
The instrument cluster, electronic ignition switch control unit and the steering column module are connected with both the body CAN data bus and the engine CAN data bus and exchange data with both data bus systems. But they do not act as an interface (Gateway) between both data bus systems!
When a control unit is replaced, the new control unit must be coded again
This control unit coding is possible via a
STAR DIAGNOSIS menu.
The international standardized network management "OSEK" ( O pen systems and their I nterfaces for E lectronics in motor vehicles) is used for all control units of the CAN data bus
| CDI control unit component description | N3/9 | GF07.16-P-6000IC |
CAN data bus, function - GF54.00-P-0005T
MODEL 211, 219 with ENGINE 113.990
Identifying Air Injection Relay - Model Year 2004. Scheme 38
CAN stands for " C ontroller A rea N etwork". This is an electrical bus system for carrying data over two wires.
The tasks are
- Data interchange between the individual control units
- Readying sensor signals for several systems
- Reducing the number of wires
- Improving the electromagnetic compatibility (EMC)
The CAN data bus consists of a special twisted two-core data line that connects all CAN users (control units) in parallel.
The two wires of the data line must not be mixed up (low level / high level). The motor electronics (N3/10) control unit is always a consumer with regard to bus adaptation.
A 120 ohms terminating resistor is therefore installed in the Motor electronics control unit.
The data are transmitted digitally over the CAN data bus at various intervals. The individual data blocks are defined in a data protocol and it is specified which data are received or transmitted by a control unit.
Each connected control unit is able to transmit or receive data (bidirectional data bus).
The sum of the data blocks, the short break between two transmission intervals and additional properties of the CAN data bus are checked constantly. Detected faults are stored and placed in the fault memory.
In the vehicle a distinction is made between a fast (500 kbit/s) engine CAN data bus (CAN-C) for the drive systems and chassis systems and the slower (83.3 kbit/s) body CAN data bus (CAN-B) structure for the vehicle interior.
In addition for external vehicle diagnosis using STAR DIAGNOSIS there is a CAN diagnosis data bus (CAN-D) with a speed of 500 kbits/s.
The interface between the three CAN data buses (Gateway) is located in the central gateway control unit (N93).
The instrument cluster (A1), electronic ignition switch control unit (N73) and steering column module (N80) are connected both with the CAN data bus, body and with the CAN data bus, engine and exchange data with both data bus systems. However, they do not serve as an interface (gateway) between both data bus systems!
When a control unit is replaced, the new control unit must be coded again
This control unit coding is possible via a STAR DIAGNOSIS menu.
The international standardized network management "OSEK" (open systems and their interfaces for electronics in vehicles) is used for all control units on the CAN data bus
| ME-SFI control unit, location/task/design/function | GF07.61-P-5000AM |
CAN data bus, function - GF54.00-P-0005VA
MODEL 203 with ENGINE 272.920
MODEL 211 with ENGINE 272.922
MODEL 203, 209 with ENGINE 272.940
MODEL 203 with ENGINE 272.941
MODEL 171 with ENGINE 272.942
MODEL 211 with ENGINE 272.943
MODEL 211 with ENGINE 272.944
MODEL 251 with ENGINE 272.945
MODEL 221 with ENGINE 272.946
MODEL 203, 209 with ENGINE 272.960
MODEL 171 with ENGINE 272.963
MODEL 211, 219 with ENGINE 272.964
MODEL 221 with ENGINE 272.965
MODEL 230 with ENGINE 272.966
MODEL 164, 251 with ENGINE 272.967
MODEL 203 with ENGINE 272.970
MODEL 211 with ENGINE 272.972
MODEL 221 with ENGINE 272.975
MODEL 221 with ENGINE 273.922
MODEL 164 with ENGINE 273.923
MODEL 221 with ENGINE 273.924
MODEL 164 with ENGINE 273.943
MODEL 211, 219 with ENGINE 273.960
MODEL 216, 221 with ENGINE 273.961
MODEL 211 with ENGINE 273.962
MODEL 164, 251 with ENGINE 273.963
MODEL 230 with ENGINE 273.965
MODEL 209 with ENGINE 273.967
MODEL 221 with ENGINE 273.968
CAN stands for " C ontroller A rea N etwork". This is an electrical bus system for carrying data over two wires.
The tasks are
- Data exchange between the individual control units
- Readying sensor signals for several systems
- Reducing the number of wires
- Improving the electromagnetic compatibility (EMC)
The CAN data bus consists of a special twisted two-core data line that connects all CAN users (control units) in parallel.
The two wires of the data line must not be mixed up (low level / high level). The motor electronics (N3/10) control unit is always a consumer with regard to bus adaptation.
A 120 ohms terminating resistor is therefore installed in the Motor electronics control unit.
The data are transmitted digitally over the CAN data bus at various intervals. The individual data blocks are defined in a data protocol and it is specified which data are received or transmitted by a control unit.
Each connected control unit is able to transmit or receive data (bidirectional data bus).
The sum of the data blocks, the short break between two transmission intervals and additional properties of the CAN data bus are checked constantly. Detected faults are stored and placed in the fault memory.
In the vehicle a distinction is made between the fast (500 kbit/s) engine compartment data bus and diagnostic CAN-data bus and the slower (83.3 kbit/s) interior CAN data buses.
The new control unit must be coded when a control unit is replaced.
This control unit coding takes place via a STAR DIAGNOSIS menu.
The international standardized network management "OSEK" ( O pen systems and their I nterfaces for E lectronics in motor vehicles) is used for all control units of the CAN data bus.
| ME-SFI [ME] control unit, component description | GF07.61-P-6000V |
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
Installation survey of batteries shown on model 211.0
Interlinkage of components
Identifying Fuse Assignment Of Fuse Box In Interior Compartment - Driver's Side. Scheme 39
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 onboard 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 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
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
Identifying Fuse Assignment Of Front Prefuse Box - Front. Scheme 40
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))
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))
Fitting point under the right side trim in the luggage compartment
Identifying Fuse Assignment Of Rear Prefuse Box - Front. Scheme 41
Location on example of model 211.0
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 driverside at the entrance
Identifying Fuse Assignment Of Rear Prefuse Box - Rear. Scheme 42
| Fuse assignment of fuse and relay box in left engine compartment | Up to and including code 803 Model year 2003 | GF54.15-P-1256-03TA | |
|---|---|---|---|
| With code 804 Model year 2004 | GF54.15-P-1256-03TB | ||
| With code 805 Model year 2005 | |||
| With code 806 Model year 2006 | GF54.15-P-1256-03TC | ||
| Fuse assignment of fuse box in interior compartment on driver's side | Up to and including code 803 Model year 2003 | GF54.15-P-1256-04TA | |
| With code 804 Model year 2004 with code 805 Model year 2005 | GF54.15-P-1256-04TB | ||
| With code 806 Model year 2006 | GF54.15-P-1256-04TC | ||
| Fuse assignment of fuse and relay box in trunk | Up to and including code 805 Model year 2005 | GF54.15-P-1256-06TA | |
| With code 806 Model year 2006 | GF54.15-P-1256-06TB | ||
| Fuse assignment of front prefuse box | Up to and including code 805 Model year 2005 | GF54.15-P-1256-07T | |
| With code 806 Model year 2006 | GF54.15-P-1256-07TA | ||
| Fuse assignment of rear prefuse box | Up to and including code 803 Model year 2003 | GF54.15-P-1256-08TA | |
| With code 804 Model year 2004 with code 805 Model year 2005 | GF54.15-P-1256-08TB | ||
| With code 806 Model year 2006 | GF54.15-P-1256-08TC | ||
| 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 assignment of fuse and relay box in left engine compartment - GF54.15-P-1256-03TA
Driver-side fuse and relay module
The S relay (AIRmatic relay (K67)) and T (cutoff relay for interruptible loads (K75s)) are only clipped on to the driver-side SAM control unit with fuse and relay module
Identifying Assignment Of Fuse And Relay Box In Luggage Compartment. Scheme 43
| 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 engine 271: ME-SFI [ME] control unit (N3/10/) | |||
| 1.5 RDBU | Valid for engines 646, 647 | |||
| 0.75 RDBU | CDI control unit (N3/9) 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 RDGN | Valid for engine 648: Fused via circuit 87 M2i connector sleeve (Z7/39): CDI control unit (N3/9) | 15 |
| F45 | 87 | 0.75 RDGN | Valid for code (489) AIRmatic (semiactive 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/) | 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 optionally fused via terminal 15R: Cutoff relay for interruptible loads (K75) | 15 |
| F54b | 30 | 1.5 RDVT | Cigarette lighter optionally fused via terminal 30: Cutoff relay for interruptible loads (K75) | 15 |
| F55 | 30 | 0.5 RDBK | Valid for code (381) MB phone | 7.5 |
| 0.5 RD | "Standard" in console on right side of tower: Telephone handset (A34) Bluetooth module connector (X39/57) | |||
| 0.75 RD | Valid for code (852) Complete portable CTEL preinstallation on dome: Portable CTEL separation point (X39/37) | |||
| F56 | 15R | 4.0 RD | Wiper motor (M6/1) | 40 |
| F57 | 87 | 2.5 RDGN | Valid for engines 646, 647: CDI control unit (N3/9) | 25 |
| 2.5 RDGN | Valid for engine 648: CDI control unit (N3/9) | |||
| 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 | 15 | Starter relay (N10/1kL) | 15 | |
| F60 | 30 | 2.5 RDBU | Valid for engine 113.990 (E 55 AMG): Oil cooler fan (M4/1) | 15 |
| F61 | 30 | 4.0 RDWH | Valid for engine 112, 113, except engine 113.990 (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: ME-SFI [ME] control unit (N3/10/) | 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 (/) | 7.5 | ||
| 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-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
Identifying Fuel Pump Relay Position. Scheme 44
| 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 | |||
| 0.75 RDBU | CDI control unit (N3/9) 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 (semiactive 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 RDUB | 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 BKT | 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 | Valid for code (381) MB phone | 7.5 |
| 0.5 RD | "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 | |||
| 0.75 ED | 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 RGDN | AAC with integrated control additional fan motor (M4/7) | |||
| 1.5 RGDN | 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
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
Identifying Fuel Pump Relay - Type 211.2. Scheme 45
| 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 (semiactive 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 fivespeed 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 fivespeed 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 | Valid for code (381) MB phone | 7.5 |
| 0.5 RD | "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 M2iconnector sleeve (Z7/39) | |||
| 0.75 RGDN | AAC with integrated control additional fan motor (M4/7) | |||
| RGDN 1.5 | ME-SFI [ME] control unit (N3/10) Purge control valve (Y58/1) PremAir sensor (B11/15) | |||
| 0.75 RDGN | 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 box in interior compartment on driver's side - GF54.15-P-1256-04TA
Interior fuse box
Identifying Fuse Assignment Of Fuse Box In Interior Compartment - Driver's Side. Scheme 46
| 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 (semiactive 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
| 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 (semiactive 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: Driver-side SAM control unit with fuse and relay module (N10/1) | 7.5 | |
| 1.5 RDVT | 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
Identifying Fuel Pump Relay Module - Shown On Model 140. Scheme 47
| 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 ED | 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 (semiactive 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): Fused via circuit 30 connector sleeve (Z4/3z1) | 7.5 |
| 1.5 RDVT | 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
Identifying Upper Control Panel Control Unit Location - Model 211.0 /6. Scheme 48
| 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.75 RDBK | 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
Identifying Upper Control Panel Control Unit Switch Location. Scheme 49
| 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 front prefuse box - GF54.15-P-1256-07T
Front
The front prefuse (F32)is located in the footwell on the passenger-side
Identifying Upper Control Panel Control Unit Switch Location. Scheme 50
Rear
Identifying Fuse Assignment Of Front Prefuse Box - Rear. Scheme 51
| 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
The front prefuse (F32)is located in the footwell on the passenger-side
Rear
Identifying Bottom Control Panel Control Unit Components. Scheme 52
| 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 rear prefuse box - GF54.15-P-1256-08TA
Front
Identifying Fuse Assignment Of Rear Prefuse Box - Front. Scheme 53
Rear
Identifying Rain/Light Sensor - Shown On Model 209.3. Scheme 54
| 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
Rear
Identifying Steering Column Module Location - Model 211.0. Scheme 55
| 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
Identifying Rear SAM Control Unit With Fuse And Relay Module Location - Model 211.0. Scheme 56
Rear
| 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.0RD | 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) | 5 |
| 0.75 RD | Fused via circuit 30 connector sleeve (Z4/3): 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) | 30 | ||
| 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.0RDVT | 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 |
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
Identifying Data Link Connector. Scheme 57
| 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 trunk - GF54.15-P-1257-04T
Assignment of fuse and relay box in luggage compartment
| 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) |
Fuel pump relay position - GF54.15-P-4105-01T
The fuel pump relay is located in the bottom left of the luggage compartment.
Fuel pump relay, function - GF54.15-P-4105-02AM
If the relay is actuated by the ME-SFI [ME] control unit (N3/10) by a ground signal at "circuit 86", it closes its power contact. When the power contact is closed the fuel pump control unit (N118) and the Fuel pump(s) (M3) are connected via "circuit 87" with voltage from "circuit 30".
The two fuel pumps are connected in parallel on model 211, 219
Identifying Fuel Pump Relay With Circuit Diagram. Scheme 58
Fuel pump relay position / task / design / function - GF54.15-P-4105L
ENGINE 104 (except 104.98) in MODEL 129,140, 202, 210
ENGINE 111 in MODEL 163, 170, 202, 203, 208, 210
ENGINE 112 (except 112.96) in MODEL 163, 170, 202, 203, 208, 209, 210, 211, 220, 230
ENGINE 113 (except 113.99) in MODEL 129, 163, 208, 209, 210, 211, 215, 220, 230
ENGINE 119 (except 119.96) in MODEL 129,140, 210
ENGINE 120.982 in MODEL 140
ENGINE 120.983 in MODEL 129
ENGINE 137 in MODEL 215, 220
ENGINE 612.963 in MODEL 163
ENGINE 628.963 in MODEL 163
The brief designation relay differs for the various models.
Identifying Fuel Pump Relay Module. Scheme 59
| Fuel pump relay position | Model 129 | GF54.15-P-4105-01D |
|---|---|---|
| Model 140 | GF54.15-P-4105-01S | |
| Model 163 with engine 111, 112, 113 up to 31.08.01 | GF54.15-P-4105-01GH | |
| Model 163 with engines 111, 112, 113 as of 01.09.01 | GF54.15-P-4105-01GA | |
| Model 170: integrated in relay module | GF54.15-P-4105-01A | |
| Model 202, 208 | GF54.15-P-4105-01L | |
| Model 203, 209 | GF54.15-P-4105-01P | |
| Model 210 as of 3/97 | GF54.15-P-4105-01F | |
| Model Series 210 up to 2/97: integrated in relay module | ||
| Model 211 with engine 112.91/94/95, 113.96 | GF54.15-P-4105-01T | |
| Model 215, 220 | GF54.15-P-4105-01M | |
| Model 230 | GF54.15-P-4105-01R | |
| Fuel pump relay, task | Actuates the fuel pump. | |
| Fuel pump relay, design | The fuel pump relay is a 4-pin plug-in relay. | |
| Fuel pump relay function | GF54.15-P-4105-02L |
Fuel pump relay function - GF54.15-P-4105-02L
Shown on model 140
The fuel pump relay (K27) is switched by a ground signal from the control unit at terminal 86. If the contact is closed, the fuel pump (M3) is connected to terminal 30 (B+) via terminal 87. Circuit 30 is protected by a 30 A fuse.
With models 129, 140, 202, 208, the fuse is attached to the relay.
On vehicles with two fuel pumps, the pumps are connected in parallel.
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
Upper control panel control unit, task - GF54.21-P-4105-02TS
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
Scheme 60
Scheme 61
- ESP OFF switch (N72/1s1)
- Rear head restraints switch (N72/1s4) (up to 31.5.06)
- Hazard warning system switch (N72/1s5)
- Interior central locking and ATA function display switch (N72/1s6)
- 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)
- Rear-end door wiper switch (N72/1s12) (up to 31.5.06 (not or ) or up to 30.6.06 (only or ))
- 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
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
Rear SAM control module with fuse and relay module, task - GF54.21-P-4112-01TJ
General
The rear SAM control module with fuse and relay module (N10/2) is connected to the CAN class B.
It detects digital and analog sensor signals, fill levels and the status of switches. This information is passed on the CAN class B.
Moreover, the control module controls semiconductor switches that are housed in the rear SAM control module with fuse and relay module (N10/2) and the relays of the fuse and relay blocks.
Tasks
Controlling
- Emergency door opening (if a crash occurs)
- Heated rear window (R1)
- Anti-theft alarm system (ATA) (with code (551a) Anti-theft alarm system (ATA))
- Turn signals (as master)
- Cargo space cover
- Retractable rear head restraints
Reading switches, pickups, sensors and signals
- Left front door contact switch (S17/3)
- Right front door switch (S17/4)
- Left rear door contact switch (S17/5)
- Right rear door contact switch (S17/6)
- ATA engine hood switch (S62) (with code (551a) anti-theft alarm system (ATA))
- Cargo space cover limit switch (S69/14)
- Left rear seat unlocking switch (S132/1)
- Right rear seat unlocking switch (S132/2)
- Left rear backrest angle switch (S54/5)
- Right rear backrest angle switch (S54/6)
- Fuel level sensor, left half of tank (B4/1)
- Fuel level sensor, right half of tank (B4/2)
- Integrated crash sensor
- ATA inclination sensor (B33) (with code (551a) anti-theft alarm system (ATA))
- Left antenna amplifier module (A2/64)
- Term. 54 (stop lamp)
Switches of consumers via the printed circuit board relay
- Cargo space cover motor (M50)
Switches of consumers via semiconductor switches
- Alarm signal horn (H3) (with code (551a) Anti-theft alarm system (ATA))
- Left (E15/8) and right load compartment lamp (E15/9)
- Left taillamp (E3)
- Right taillamp (E4)
- Multicontour seat pneumatic pump (M40)
- Center high-mounted stop lamp (E21)
- Right head restraint release valve (Y24/10)
- Left head restraint release valve (Y24/9)
Switching the following relays
- Relay 2, terminal 15R (N10/2kB)
- Reserve relay 2 (N10/2kC)
- Rear wiper relay (N10/2kD)
- Rear window defroster relay (N10/2kE)
- Relay 1, terminal 15R (N10/2kF)
- Filler cap relay, polarity reverser 1 (N10/2kG)
- Filler cap relay, polarity reverser 2 (N10/2kH)
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
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
Identifying Infrared Transmitter And IR Receiver. Scheme 62
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 (Fig. A) 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 (Fig.B) 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.
Pin assignment of data link connector (X11/4)
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 |
Identifying Instrument Cluster Operating Information - Illustrated Up To 31.5.05. Scheme 63
Illustrated up to 31.5.05
Identifying Instrument Cluster Operating Information - Shown As Of 1.6.05. Scheme 64
Shown as of 1.6.05
Multifunction steering wheel (MFL), controls
This document covers the following points
- Operating the multifunction display (A1p13)
- Call display of different systems
- Browse within a system
- Individual settings
- Change settings
- Example: Switching over from degrees centigrade to degrees Fahrenheit (up to 31.5.05)
- Recall the factory settings
- Call stored fault and warning messages
- Acknowledge fault and warning messages on the multifunction display (A1p13)
- Set brightness of lighting
- Switch on ESP rolling test
Operating the multifunction display (A1p13)
If the instrument cluster (A1) is activated, by opening the driver's door for example, the basic display of the basic system (trip odometer and total mileage, outside temperature) always appears on the multifunction display (A1p13).
Calling up display of different systems
Function requirements
- Circuit 15R ON
- No undervoltage or overvoltage
If the system selection button (S110s3) on the multifunction steering wheel (MFL) is pressed, the multifunction display (A1p13) switches over to the basic display of the next system. Once the driver has scrolled through all systems the main screen of the base function appears again.
System selection via the multifunction steering wheel using the system selection button (S110s3)
The illustration above shows the possible systems arranged in a circle. When the system selection button (S110s3) is pressed, the display always moves quickly on to the next system.
Scrolling within a system
Function requirements
- Circuit 15R ON
- No undervoltage or overvoltage
In addition to the main screen, most systems also feature other screens. Scrolling within a system takes place via the scroll forward/back button (S110s1) (↑, ↓). The display moves on further each time the scroll forward/back button (S110s1) (↑, ↓) is pressed.
The display scrolls either forwards or backwards depending on which portion of the scroll forward/back pushbutton (S110s1) the driver presses (↑, ↓).
You can jump to another system from any screen by pressing the system selection button (S110s3). With the exception of the trip computer (RRE) the basic display of this system then appears. If a change is made from the previous system to the trip computer system, the display screen is always called up which was shown last with the trip computer (RRE) system
The display only shows systems and functions available in the particular vehicle. If a system is not available, it is "skipped" by pressing the system selection button (S110s3)
Overview and sequence of Menu item "Settings"
Individual settings
Function requirements
- Circuit 15R ON No undervoltage or overvoltage
The "Settings" function allows the driver to change various presets. Various settings can be performed in the instrument cluster (A1), e.g. setting the time (hours and minutes).
The time cannot be set if one of the following codes is available
- with code (494) USA version
- with CODE (498) Japanese version
- with code (352) COMAND operating and display system
- with code (527) COMAND APS (with navigation)
The time is set automatically with the help of satellites on vehicles with the above codes
Press the system selection button (S110s3) until the menu "Settings... reset: press reset button for 3 seconds" appears on the multifunction display (A1p13). via the scroll forward/back button (S110s1)
(↑, ↓) Go to the menu item settings. The desired menu item is selected via the + and - button, adjustment of specific functions and volume control (S111s1).
The following settings are possible, for example
- Automatic door locking (ON/OFF)
- Winter tire speed limit (160 km/h up to 210 km/h or Off)
- Driving light switching (manual driving light, automatic driving light
- Ambient illumination function
- Headlamp delayed switch-off (0 s/15 s/30 s/45 s/60 s) (up to 31.5.05) (ON/OFF) (ON = 15 s) (as of 1.6.05)
- Locator lighting (AFB)
- "Ambient" light
- Interior light courtesy delay (0 s/5 s/10 s/15 s/20 s) (up to 31.5.05) (ON/OFF) (ON = 10 s) (as of 1.6.05)
- Station search (frequency/memory)
- Stationary heater activation time
- Activate entry aid (OFF/steering column/steering column and seat) (up to 31.5.05) (OFF/steering column) (as of 1.6.05)
- Parking assist mirror adjustment (ON/OFF)
- Folding mirror, in/out (ON/OFF) (up to 31.5.05) (USA = ON, except USA = OFF) (as of 1.6.05)
Overview and sequence of settings for the menu item "Instrument cluster"
Scheme 68
Change setting in menu item "Instrument Cluster"
Press the system selection button (S110s3) until the "settings" function appears on the multifunction display (A1p13), go to the corresponding menu item using the scroll forward/back button (S110s1) (↑, darr;). Press the button + and -, setting of specific functions and volume control (S111s1) towards (+) or (-) until the desired menu item is active on the multifunction display (A1p13). Press the scroll forward/back button (S110s1) (↑, ↓) until the display of the setting to be changed appears on the multifunction display (A1p13). Press the + -and -, specific function setting and volume control button (S111s1) in either the "+-" or "-" direction until the value you require is displayed on the multifunction display. A1p13 The activated value becomes effective immediately.
Temperature display (up to 31.5.05)
You can switch the outside temperature display between degrees Centigrade and degrees Fahrenheit. The instrument cluster (A1) also sends a message for the air conditioning on the class B (interior) controller area network bus (CAN-B).
As of 1.6.05 the temperature display is established via variant coding in the central gateway control unit (N93)
Text/language
The language in which the texts appear in the instrument cluster (A1) can be selected here. The instrument cluster (A1) also places a corresponding message on CAN-B. The voice setting on the "radio" does not have an effect on the voice setting in the instrument cluster (A1).
Speedometer
You can switch the tachometer between miles and kilometers per hour. This changeover also affects the display of the trip computer integrated into the instrument cluster (A1). The instrument cluster (A1) sends a message on the class C (engine compartment) controller area network bus (CAN-C).
Overview and sequence of settings in the menu item "Illumination"
Change setting in the menu item "Illumination"
Press the system selection button (S110s3) until the "Settings" function appears on the multifunction display (A1p13), go to the corresponding menu item using the scroll forward/back button (S110s1) (↑, ↓). Press pushbutton + and -, setting specific functions and volume control (S111s1) in the (+) or (-) direction until the desired menu item "Lighting" is active on the multifunction display (A1p13)
Press the scroll forward/back button (S110s1) (↑, ↓) until the display of the setting to be changed appears on the multifunction display (A1p13). Press the +- and -, specific function setting and volume control button (S111s1) in either the "+-" or "-" direction until the value you require is displayed on the multifunction display. A1p13 The activated value becomes effective immediately.
Overview and sequence of settings in the menu item "Vehicle"
Scheme 70
Change setting in the menu item "Vehicle"
Press the system selection button (S110s3) until the "settings" function appears on the multifunction display (A1p13), go to the corresponding menu item using the scroll forward/back button (S110s1) (↑, ↓). Press pushbutton + and -, setting specific functions and volume control (S111s1) in the (+) or (-) direction until the desired menu item "Vehicle" is active on the multifunction display (A1p13)
Press the scroll forward/back button (S110s1) (↑, ↓) until the display of the setting to be changed appears on the multifunction display (A1p13). Press the + - and -, specific function setting and volume control button (S111s1) in either the "+-" or "-" direction until the value you require is displayed on the multifunction display.A1p13 The activated value becomes effective immediately.
Overview and sequence of settings in the menu item "Comfort"
Change setting in menu item "Comfort"
Press the system selection button (S110s3) until the "Settings" function appears on the multifunction display (A1p13), go to the corresponding menu item using the scroll forward/back button (S110s1) (↑, ↓). Press pushbutton + and -, setting specific functions and volume control (S111s1) in the (+) or (-) direction until the desired menu item "Comfort" is active on the multifunction display (A1p13), Press the scroll forward/back button (S110s1) (↑, ↓) until the display of the setting to be changed appears on the multifunction display (A1p13). Press the + -and -, specific function setting and volume control button (S111s1) in either the "+-" or "-" direction until the value you require is displayed on the multifunction display.A1p13 The activated value becomes effective immediately.
Settings are selectable regardless of the vehicle speed
Example: Switching over from degrees Centigrade to degrees Fahrenheit (up to 31.5.05)
Press the system selection button (S110s3) until the "settings" function appears on the multifunction display (A1p13), go to the corresponding menu item using the scroll forward/back button (S110s1) (↑, ↓). Press the button + and -, setting of specific functions and volume control (S111s1) towards (+) or (-) until the desired menu item "Instrument cluster" is active on the multifunction display (A1p13). Press the scroll forward/back button (S110s1) (↑, ↓) until the display "TEMPERATURE DISPLAY" appears on the multifunction display (A1p13). Press the button + and -, setting of specific functions and volume control (S111s1) towards (-) on the right-hand side of the steering wheel so that Fahrenheit is now active on the multifunction display (A1p13). The setting becomes effective immediately.
As 6.05 it is no longer possible for the user to change over from degrees Centigrade to degrees Fahrenheit
Recalling the factory settings
All the possible settings are erased and the manufacturer default setting reproduced by a "Reset".
Carry out reset
Press the system selection button (S110s3) until the "SETTINGS" function appears on the multifunction display (A1p13). Operate the instrument lighting dimmer and reset button (A1r1) for at least 3 s. "RESET SETTINGS, CONFIRMATION WITH RESET BUTTON" appears on the multifunction display (A1p13). Operate the instrument lighting dimmer and reset button (A1r1) once more within 5 s, all the settings are now reset to the factory setting. "RESET TO MANUFACTURER SETTING" appears on the multifunction display (A1p13). If the instrument illumination rheostat and reset button (A1r1) is not pressed within this 5 s, the display switches back to the basic display. The settings are not then reset.
If a reset is performed while driving, the setting menu "Driving lights on" in the "Illumination" menu and the setting menu "Speed limit (winter tires) in the "Vehicle" menu are not reset for safety reasons. The message "NOT ALL SETTINGS RESET TO DEFAULTS WHILE DRIVING" appears
Calling stored fault and warning messages
When the instrument cluster (A1) is active, you can scroll though the saved messages
- Press the system selection button (S110s3) until the display "MESSAGES" appears on the multifunction display (A1p13) (as of 1.6.05)
- Press the system selection button (S110s3) until the display "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 in the order in which they were acknowledged.
Acknowledging fault and warning messages
These messages are divided into 3 categories according to their priority. Messages in categories 2 and 3 on the multifunction display (A1p13) can be acknowledges by pressing the Instrument illumination rheostat and reset button (A1r1) as well as with the system selection button (S110s3) of the multifunction steering wheel and then stored in the fault memory. On the other hand messages in category 1 (top 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. For example "close trunk lid" belongs to the fault messages and warning messages
The fault messages and warning messages are not stored in the fault memory
Setting illumination brightness
Using the instrument illumination rheostat and reset button (A1r1) the brightness of the illumination of the instrument cluster (A1) as well as the controls and switch illumination can be adapted to the individual needs
- Turning to the right --> brighter
- Turn to the left --> dimmer
Switch on ESP rolling test
Function prerequisites
- Circuit 15R ON
- No undervoltage or overvoltage
In the rolling test, the rotational speeds of the driven axle are mirrored on the non-driven axle. To do this
- Adjust the standard display (basic condition with current total mileage and trip odometer and outside temperature).
- Keep the instrument illumination rheostat and reset button (A1r1) pressed for approx. 20 s to 30 s or 3 times within 2.5 s until the beep is audible.
- Press the scroll forward/back button (S110s1) once in the (↑) direction. The rolling test display appears.
- Switch on rolling test using the + and -, specific function setting and volume control button (S111s1). The dynamometer test remains active, even if "circuit 15R ON" has been switched off in the meantime until it is switched off with the button + and -, setting of specific functions and volume control (S111s1).
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)
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
Instrument Cluster Activation - Communication Diagram. Scheme 72
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 whilst 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 |
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 73
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
Presentation Of Duty Cycle. Scheme 74
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 75
Illustrated up to 31.5.05
Identifying Warning Indication Lights Function Display - Illustrated Up To 31.5.05. Scheme 76
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 > or = 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 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 |
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 contactless 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 |
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 77
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 78
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 79
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 > or = 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 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) (CANC) 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
Display Coolant Temperature - Communication Diagram. Scheme 80
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
Display Engine Speed - Communication Diagram. Scheme 81
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 fivespeed 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 82
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 83
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
Battery Charge/Alternator Monitoring - Communication Diagram. Scheme 84
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
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 cluster A1).
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 |
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.
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 | Up to 31.5.04 | GF82.90-P-3001T | |
| As of 1.6.04 | GF82.90-P-3001TA |
Travel time, function - GF54.50-P-2004T
Model 211.0 /2
Travel time "Since start" (short-distance memory), function
Scheme 85
Travel time "Since reset" (long-distance memory), function
Identifying Travel Time "Since Reset" (Long-Distance Memory) Function. Scheme 86
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
Identifying Calling Up Range Function Display. Scheme 87
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
Identifying Fuel Consumption "Since Start" (Short-Distance Memory) - Function Display. Scheme 88
Fuel consumption "Since reset" (long-distance memory), function
Identifying Fuel Consumption "Since Reset" (Long-Distance Memory) - Function Display. Scheme 89
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 90
Mileage "Since reset" (long-distance memory), function
Scheme 91
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
Identifying Average Speed "Since Start" (Short-Distance Memory) Function Display. Scheme 92
Average speed "Since reset" (long-distance memory), function
Scheme 93
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)
Shown on model 211.0
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 < or = 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 > or = 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 |
Scheme 94
Shown on Model 211.0
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 < or = 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).
Identifying Forward Travel, Function. Scheme 95
| 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
- 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
Scheme 96
- PTS warning display, rear (A44/3) and the
- PTS warning display, center of instrument panel (A44/4). (Scheme 70): Identifying Reversing, Function 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-01A
Function
On all models, except model 163 the function readiness of the Parktronic system (PTS) is signaled by the bright frame of the LCD warning indicator.
In model 163 this is indicated by the first yellow segment of the LED warning display lighting up at half brightness (approximately 50% of maximum possible brightness).
When an obstacle is approached, one or more segments of the warning indicator light up depending on the distance.
An intermittent warning tone sounds when the first red segment lights up. At the second red segment the intermittent tone becomes a continuous signal.
The warning tones from the front and rear warning displays are different.
The brightness of the warning indicators (background illumination) changes if
- on vehicles without automatic light switch daylight sensor the lighting is switched on with the exterior lamp switch.
- on vehicles with automatic light switch daylight sensor the ambient conditions such as darkness, twilight or passing through a tunnel are recognized.
In both cases the brightness is reduced to 30% of maximum brightness.
In countries with daylight driving lamp circuit, the brightness does not change, but remains constant at 60% of the maximum possible brightness.
In models 140, 168, 202, 208, 210, 211 the function of the daytime running lamps can be activated via the corresponding diagnosis tool (STAR-DIAGNOSIS).
| Segment | Display | Warning signal | Front sensors | Rear sensors (cm) | |
|---|---|---|---|---|---|
| Center (cm) | Corner (cm) | ||||
| 1. (yellow) | Optical | <100 | <120 | ||
| 2nd (yellow) | <80 | <100 | |||
| 3rd (yellow) | <70 | <80 | |||
| 4th (yellow) | < 60 | < 60 | <65 | ||
| 5th (yellow) | <50 | <50 | <50 | ||
| 6th (yellow) | <40 | <40 | <40 | ||
| 7th (red) | Visual and acoustic | Intermittent approx. 3 s | <30 | <30 | <30 |
| 8. (red) | Continuous approx. 3 s | <20 | <15 | <20 | |
Actuation of segments: Model 140, 163, 202, 208, 209.3, 210, 211, 215, 220
| Segment | Display | Warning signal | Front sensors | Rear sensors (cm) | |
|---|---|---|---|---|---|
| Center (cm) | Corner (cm) | ||||
| 1. (yellow) | Optical | <100 | <120 | ||
| 2nd (yellow) | <80 | <80 | <100 | ||
| 3rd (yellow) | <70 | <70 | <80 | ||
| 4th (yellow) | < 60 | < 60 | <65 | ||
| 5th (yellow) | <50 | <50 | <50 | ||
| 6th (yellow) | <40 | <40 | <40 | ||
| 7th (red) | Visual and acoustic | Intermittent approx. 3 s | <30 | <30 | <30 |
| 8. (red) | Continuous approx. 3s | <20 | <15 | <20 | |
Actuation of segments: Model 168
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.
Actuation of center instrument panel PTS warning indicator (A44/4)
| 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)
Actuation of rear PTS warning indicator (A44/3)
| 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)