2.1 CAN Bus Network Diagnosis

Key Takeaways

  • HS-CAN uses differential signaling (CAN-H and CAN-L) to resist electromagnetic interference through common-mode rejection.
  • Idle CAN bus lines are biased at 2.5V, while an active dominant state drives CAN-H to 3.5V and CAN-L to 1.5V.
  • A healthy High-Speed CAN network has a parallel termination resistance of 60 Ohms across Pins 6 and 14 of the J1962 DLC.
  • An ohmmeter reading of 120 Ohms indicates that one of the two termination resistors or its circuit path is open.
  • Short circuits on the CAN bus can be isolated by disconnecting modules one by one while monitoring resistance or voltage.
Last updated: July 2026

2.1 CAN Bus Network Diagnosis

Modern vehicles rely on multiplexing to enable Electronic Control Units (ECUs) to communicate over shared serial data lines. The Controller Area Network (CAN), standardized under ISO 11898, is the primary automotive protocol, eliminating point-to-point wiring to reduce harness weight, cost, and complexity.

Network Speeds and Classifications

Vehicles utilize multiple CAN networks operating at different speeds, bridged by a gateway:

  1. High-Speed CAN (HS-CAN / CAN-C): Operates up to 500 kbps (or 1 Mbps). HS-CAN handles critical powertrain and safety systems (Engine, ABS, Steering Angle Sensor) requiring real-time transmission.
  2. CAN with Flexible Data-Rate (CAN-FD): Supports data rates up to 5 Mbps during transmission. CAN-FD accommodates high-bandwidth needs like ADAS and over-the-air updates.
  3. Low-Speed Fault-Tolerant CAN (LS-CAN / CAN-B): Operates up to 125 kbps for body systems (locks, seats, climate). If one wire fails, it switches to single-wire mode.

Differential Signaling and Physical Layer Voltages

HS-CAN uses differential signaling over a twisted-pair wire consisting of CAN High (CAN-H) and CAN Low (CAN-L). Twisting ensures electromagnetic interference (EMI) induces equal noise voltages in both conductors, which the receiver cancels out via common-mode rejection.

The bus has two logical states:

  1. Recessive State (Logical 1 / Idle): When no module transmits, both CAN-H and CAN-L sit at approximately 2.5 Volts (differential voltage is 0 Volts).
  2. Dominant State (Logical 0 / Active): A transmitting module pulls CAN-H to 3.5 Volts and drives CAN-L to 1.5 Volts (differential voltage is 2.0 Volts).

This binary logic governs bus arbitration. If two modules transmit simultaneously, the dominant bit (logical 0) overrides the recessive bit (logical 1). The module sending the recessive bit halts transmission, allowing the higher-priority message (lower numerical ID) to proceed without collision.

Termination Resistors and Impedance

HS-CAN requires termination resistors at each end of the main trunk line to prevent electrical signal reflections. These are typically 120 Ohms each, located inside two separate modules (often the PCM and the Instrument Cluster). Connected in parallel across the bus lines, they establish a total equivalent resistance of 60 Ohms: Rtotal=120×120120+120=60 ΩR_{total} = \frac{120 \times 120}{120 + 120} = 60\ \Omega

Diagnostic Procedures using the Data Link Connector (DLC)

The J1962 Data Link Connector (DLC) serves as the network entry point. Key terminals are Pin 6 (CAN-H), Pin 14 (CAN-L), Pin 4 (Chassis Ground), Pin 5 (Signal Ground), and Pin 16 (Battery Power).

Static Resistance Test

  1. Turn the ignition off and wait for modules to sleep. Disconnect the 12V battery to prevent bias voltages from corrupting readings.
  2. Measure resistance between DLC Pin 6 and Pin 14.
    • 60 Ohms: Normal circuit impedance.
    • 120 Ohms: Open circuit in one resistor or a break in the trunk line.
    • 0 Ohms: Short circuit between CAN-H and CAN-L.
    • Infinite resistance: Both resistors are disconnected or the trunk is broken near the DLC.

Dynamic Voltage Test

With the battery connected and ignition on, measure voltage to Pin 5:

  • CAN-H (Pin 6): Hovering between 2.6V and 2.8V during communication.
  • CAN-L (Pin 14): Hovering between 2.2V and 2.4V during communication.
  • Constant 12V indicates a short to power; constant 0V indicates a short to ground.

Oscilloscope Waveform Analysis

An oscilloscope is required to view high-speed transitions and detect noise:

  • Normal Signal: CAN-H pulses up to 3.5V and CAN-L pulses down to 1.5V, creating a mirror image.
  • Short together: Both signals merge into a flat line at 2.5V, causing network failure.
  • Short to Ground: The affected wire sits at 0V, preventing dominant voltage transitions.
  • Short to Power: The affected line stays at battery voltage, crashing the bus.

Real-World Diagnostic Tech Scenario

Complaint: A vehicle has a crank-no-start condition with multiple warning lights and lost communication codes for the PCM and ABS.

Diagnostic Process:

  1. The technician connects a breakout box to the DLC.
  2. With the battery disconnected, the ohmmeter measures 1.8 Ohms across Pin 6 and Pin 14, indicating a short.
  3. The technician systematically disconnects network modules while monitoring the ohmmeter.
  4. Unplugging the ABS module causes the reading to jump from 1.8 Ohms to 120 Ohms (the remaining PCM resistor).
  5. The technician inspects the ABS connector; pins are clean, indicating an internal transceiver short.
  6. Replacing the ABS module restores resistance to 60 Ohms, correcting the issue.

Diagnostic Summary Reference Tables

DLC Pin ResistanceDiagnostic ConclusionNext Diagnostic Step
55 to 65 OhmsHealthy bus; both resistors intact.Test voltages for active shorts.
110 to 130 OhmsOpen resistor or broken trunk line.Test resistance at individual modules.
Near 0 OhmsShort circuit between CAN-H and CAN-L.Disconnect modules to isolate the short.
Infinite OhmsBoth resistors disconnected.Inspect DLC wiring harness.
Bus LineRecessive VoltsDominant VoltsActive Average
CAN-H (Pin 6)2.5V3.5V2.6V – 2.8V
CAN-L (Pin 14)2.5V1.5V2.2V – 2.4V
Differential0.0V2.0VVariable

Technician Diagnostic Tips

  • Verify Powers and Grounds: Ensure non-communicating modules receive proper power and ground.
  • Use a Breakout Box: Avoid damaging DLC terminals with multimeter probes.
  • Inspect Aftermarket Devices: Remote starters or GPS trackers plugged into the DLC are common sources of bus noise.
  • Maintain Twists: Repair CAN wiring with the factory twist pitch (typically 1 turn per inch) to preserve EMI protection.
Test Your Knowledge

A technician disconnects the 12V battery on a vehicle and measures the resistance across J1962 DLC Pin 6 and Pin 14. The reading is 120 Ohms. Which of the following is the most likely cause?

A
B
C
D
Test Your Knowledge

When a High-Speed CAN bus is in its active (dominant) state, what are the nominal voltages for CAN High and CAN Low when measured to ground?

A
B
C
D
Test Your Knowledge

An oscilloscope display shows that both CAN High and CAN Low remain flat at exactly 2.5 Volts during all key-on operation, and multiple network communication codes are stored. What type of circuit fault does this indicate?

A
B
C
D