MULTIPLEX COMMUNICATION SYSTEM GENERAL


  1. OUTLINE


    1. The multiplex communication system uses the following 2 communication protocols:


      1. The Controller Area Network (CAN) is used for communication between the engine, chassis, and body electrical system.

      2. The Local Interconnect Network (LIN) is used for communication within the body electrical system.

    2. The CAN uses the HS-CAN (high speed).

    3. The gateway function of the main body ECU and power management control ECU convert signals exchanged between the CAN and LIN.

  2. MAIN FEATURES


    1. Multiplex communication uses serial communication data that consists of bits and frames in order to exchange information between the various ECUs. This allows a reduction of the amount of wiring used in the vehicle.


      1. A bit is the basic unit of communication used to represent the information. A bit is represented by binary values of "0" or "1".

      2. A frame is a body of data transmitted together. A frame contains a header that indicates the beginning, and an end message that indicates the end.

        A01IM3ZE01
    2. Differences between CAN and LIN


      1. The protocols, which are the rules for establishing data communication, differ between the CAN and LIN. If the ECUs in the networks use different frameworks for their data, such as communication speed, communication wire, and signals, they will be unable to understand each other. Therefore, protocols (rules) must be established among them.

      2. Compared to the LIN, the CAN features high-speed data transmission. Therefore, the CAN is able to transmit larger amounts of data faster than other protocols. This feature makes it possible to transmit data accurately in the engine, chassis, and body electrical system, which requires large amounts of data to be transmitted in short periods of time.

        Protocol CAN (ISO Standard) LIN (LIN Consortium)
        Communication Speed

        500 kbps*/HS-CAN (High Speed)

        250 kbps*/MS-CAN (Medium Speed)

        (Max. 1 Mbps*)

        9.6 kbps*

        (Max. 20 kbps*)

        Communication Wire Twisted-pair Wire AV Single Wire
        Drive Type Differential Voltage Drive Single Wire Voltage Drive
        Data Length 1-8 Bytes (Variable) 2, 4, 8 Bytes (Variable)

        Tech Tips

        *: bps is an abbreviation for "Bits Per Second", indicating the number of bits that can be transmitted per second.

    3. Communication Wire


      1. A twisted-pair wire is used for CAN communication. A single, Automobile Vinyl (AV) wire is used for LIN communication.

        Communication Wire Outline
        Twisted-pair Wire A01ILKO This communication wire is a pair of twisted lines. Communication is driven by applying different voltages to the 2 lines in order to send a single signal. This system, which is called a "Differential Voltage Drive", reduces noise.
        AV Single Wire A01ILTX This is a lightweight single communication wire that consists of a single core line surrounded by insulation. Voltage is applied to this line in order to drive communication, and this system is called a "Single Wire Voltage Drive".
        A01IM0AE01