Having communication standards has made designing and building cars a little easier. A good example of this simplification is the car's instrument cluster.
The instrument cluster gathers and displays data from various parts of the vehicle. Most of this data is already used by other modules in the car. For instance, the ECU knows the coolant temperature and engine speed. The transmission controller knows the vehicle speed. The controller for the anti-lock braking system (ABS) knows if there is a problem with the ABS.
All of these modules simply send this data onto the communications bus. Several times a second, the ECU will send out a packet of information consisting of a header and the data. The header is just a number that identifies the packet as either a speed or a temperature reading, and the data is a number corresponding to that speed or temperature. The instrument panel contains another module that knows to look for certain packets -- whenever it sees one, it updates the appropriate gauge or indicator with the new value.
Most carmakers buy the instrument clusters fully assembled from a supplier, who designs them to the carmaker's specifications. This makes the job of designing the instrument panel a lot easier, both for the carmaker and the supplier.
It is easier for the carmaker to tell the supplier how each gauge will be driven. Instead of having to tell the supplier that a particular wire will provide the speed signal, and it will be a varying voltage between 0 and 5 V, and 1.1 V corresponds to 30 mph, the carmaker can just provide a list of the packets of data. Then, it is the carmaker's responsibility to make sure that the correct data is output onto the communications bus.
It is easier for the supplier to design the instrument panel because he doesn't need to know any details of how the speed signal is generated, or where it's coming from. Instead, the instrument panel simply monitors the communications bus and updates the gauges when it receives new data.
These types of communications standards make it very uncomplicated for carmakers to outsource the design and manufacture of components: The carmaker doesn't have to worry about the details of how each gauge or light is driven, and the supplier who makes the instrument panel doesn't have to worry about where the signals are coming from.
Smart Sensors
Clusters are now being used on a smaller scale for sensors. For instance, a traditional pressure sensor contains a device that outputs a varying voltage depending on the pressure applied to the device. Usually, the voltage output is not linear, depends on the temperature and is a low-level voltage that requires amplification.
Some sensor manufacturers are providing a smart sensor that is integrated with all the electronics, along with a microprocessor that enables it to read the voltage, calibrates it using temperature-compensation curves and digitally outputs the pressure onto the communications bus.
This saves the carmaker from having to know all the dirty details of the sensor, and saves processing power in the module, which otherwise would have to do these calculations. It makes the supplier, who is most up on the details of the sensor anyway, responsible for providing an accurate reading.
Another advantage of the smart sensor is that the digital signal traveling over the communications bus is less susceptible to electrical noise. An analog voltage traveling through a wire can pick up extra voltage when it passes certain electrical components, or even from overhead power lines.
Communication buses and microprocessors also help simplify the wiring through multiplexing. Let's take a closer look at how they do this.
Simplified Wiring
Multiplexing is a technique that can simplify the wiring in a car. In older cars, the wires from each switch run to the device they power. With more and more devices at the driver's command each year, multiplexing is necessary to keep the wiring from getting out of control. In a multiplexed system, a module containing at least one microprocessor consolidates inputs and outputs for an area of the car. For instance, cars that have lots of controls on the door may have a driver's-door module. Some cars have power-window, power-mirror, power-lock and even power-seat controls on the door. It would be impractical to run the thick bundle of wires that would come from a system like this out of the door. Instead, the driver's-door module monitors all of the switches.
 Doors with lots of switches are becoming more and more common.
|
Here's how it works: If the driver presses his window switch, the door module closes a relay that provides power to the window motor. If the driver presses the switch to adjust the passenger-side mirror, the driver's door module sends a packet of data onto the communication bus of the car. This packet tells a different module to energize one of the power-mirror motors. In this way, most of the signals that leave the driver's door are consolidated onto the two wires that form the communication bus.
The development of new safety systems has also increased the number of microprocessors in cars. We'll talk about this in the next section.
Safety, Comfort and Convenience
Over the last decade, we've seen safety systems such as ABS and air bags become common on cars. Other safety features such as traction-control and stability-control systems are starting to become common as well. Each of these systems adds a new module to the car, and this module contains multiple microprocessors. In the future, there will be more and more of these modules all over the car as new safety systems are added.
Each of these safety systems requires more processing power, and is usually packaged in its own electronics module. But it doesn't end there. In coming years, we'll have all kinds of new convenience features in our cars, and each of these requires more electronics modules containing multiple microprocessors.
It seems that there is no limit to how much technology carmakers are going to pack into our cars. The addition of all these electronic features is one of the factors driving carmakers to increase the system voltage on cars from the current 14-V system to a 42-V system. This will help provide the extra power these modules require.