Vehicle bus

2022/2/28 6:24:03

本文主要是介绍Vehicle bus,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!

In automotive engineering, a vehicle bus is a specialized internal communications network that interconnects components inside a vehicle (e.g., automobile, bus, train, industrial or agricultural vehicle, ship, or aircraft). Special requirements for vehicle control such as assurance of message delivery, of non-conflicting messages, of minimum time of delivery, of low cost, and of EMF noise resilience, as well as redundant routing and other characteristics mandate the use of less common networking protocols. Protocols include Controller Area Network (CAN), Local Interconnect Network (LIN) and others. Conventional computer networking technologies (such as Ethernet and TCP/IP) are rarely used, except in aircraft, where implementations of the ARINC 664 such as the Avionics Full-Duplex Switched Ethernet are used. Aircraft that use AFDX include the B787, the A400M and the A380.

All cars sold in the United States since 1996 are required to have an On-Board Diagnostics connector, for access to the car's electronic controllers.

Background

The main driving forces for the development of vehicle network technology have been the advances made in the electronics industry in general and government regulations imposed, especially in the United States, in order to make the automobiles environmentally friendly.

With stringent emission standards for automobiles, it became impossible to attain the required degree of control without the help of on-board computing devices. On-board electronic devices have also contributed substantially to vehicle performance, occupant comfort, ease of manufacture and cost effectiveness.

At one time, a car radio was likely the only electronic device in an automobile, but now almost every component of the vehicle has some electronic feature. Typical electronic modules on today's vehicles include the Engine Control Unit (ECU), the Transmission Control Unit (TCU), the Anti-lock Braking System (ABS) and body control modules (BCM).

An electronic control module typically gets its input from sensors (speed, temperature, pressure, etc.) that it uses in its computation. Various actuators are used to enforce the actions determined by the module (turn the cooling fan on, change gear, etc.). The modules need to exchange data among themselves during the normal operation of the vehicle. For example, the engine needs to tell the transmission what the engine speed is, and the transmission needs to tell other modules when a gear shift occurs. This need to exchange data quickly and reliably led to the development of the vehicle network, as the medium of data exchange.

The automotive industry quickly realized the complexity of wiring each module to every other module. Such a wiring design would not only be complex, it would have to be altered depending on which modules were included in the specific vehicle. For example, a car without the anti-lock brake module would have to be wired differently than one that included anti-lock brakes.

The industry's answer to this problem was to create a central network in the vehicle. Modules could be 'plugged' into the network and would be able to communicate with any other module that was installed on the network. This design was easier to manufacture, easier to maintain and provided the flexibility to add and remove options without affecting the entire vehicle's wiring architecture. Each module, a node on the vehicle network, controls specific components related to its function and communicates with the other modules as necessary, using a standard protocol, over the vehicle network.

Networks were not new, but their application to the vehicle was. The networks for the vehicles called for:

  • Low cost
  • Immunity from external noise
  • Ability to operate in harsh environments
  • Overall robustness and reliability
  • Although the vehicle network made modest demands on data throughput, the demand for more on-board computing is continuing to drive changes to these networks to provide higher-speed communication between modules. The control area network include the receiver and transmitter for the host to controller transmission and interlinking between the computers

Protocols, physical media and connectors

There are several network types and protocols used in vehicles by various manufactures. Many companies are encouraging a standard communication protocol, but one has not been settled on.

Common vehicle buses protocols include:

  • APC - Ford
  • CAN – (Controller Area Network) an inexpensive low-speed serial bus for interconnecting automotive components, Bosch
  • FlexRay – a general purpose high-speed protocol with safety-critical features, BMW, Volkswagen, Daimler AG, General Motors
  • ISO 9141-1/-2 - Ford
  • J1708 and J1587, Volvo AB, most US truck manufacturers
  • J1850 - GM, Chrysler, Ford
  • J1939 and ISO 11783 – an adaptation of CAN for commercial (J1939) and agricultural (ISO 11783) vehicles, many
  • MOST – (Media Oriented Systems Transport) a high-speed multimedia interface, Ford, BMW, Daimler, and GM
  • VAN – (Vehicle Area Network), PSA Peugeot Citroën, Renault

Physical transmission media

Some examples of physical transmission media use in vehicle networks:

  • Single wire
  • Twisted Pair
  • Fibre optic
  • IEEE 1394
  • MIL-STD-1553, developed for use in military avionics, it is now widely used in spacecraft too. Adopted for the MiG-35.
  • MIL-STD-1773, roughly MIL-STD-1553 with optic cabling
  • Power-line communication

Connectors

  • OBD-2 (16 pin) Additionally, many major car manufacturers use their own proprietary vehicle bus standards, or overlay proprietary messages over open protocols such as CAN.
  • J1939 (9 pin) Commercial class vehicles have Type-I or Type-II connectors that support CAN based communication per the SAE J1939 protocol.

六级/考研单词: component, automobile, redundant, mandate, protocol, compute, seldom, unite, electron, regulate, emit, attain, ease, manufacture, brake, enforce, gear, data, norm, medium, plug, install, affection, necessity, immune, harsh, robust, modest, ongoing, transmit, physics, serial, motor, lorry, orient, van, twist, fibre, optic, militant, pin



这篇关于Vehicle bus的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!


扫一扫关注最新编程教程