The term diagonal resistors refers to two distinct but equally critical concepts in electronics design. Functionally, it describes the component placed across the measurement or load diagonal of a bridge circuit (such as a Wheatstone or H-bridge). Physically, it refers to the PCB layout technique of mounting axial resistors at a 45-degree angle to increase creepage distance and manage thermal dissipation in high-voltage or RF applications. Understanding both contexts is the difference between a circuit that measures accurately and one that arcs across the board.

Schematic vs. Physical: Defining Diagonal Resistors

In schematic design, the 'diagonal' of a bridge network is the branch that connects the two midpoints of the voltage dividers. In a Wheatstone bridge, the diagonal resistor is often the galvanometer or the high-impedance input of an instrumentation amplifier. In power electronics, an RC snubber placed across the diagonal of an H-bridge protects the switching MOSFETs from inductive kickback.

On the physical workbench, 'diagonal mounting' is a deliberate layout choice. While SMD resistors lay flat and axial resistors typically mount parallel to the board, high-voltage designs often require axial resistors to be stood up or bent at a 45-degree angle. This diagonal orientation maximizes the surface creepage path between the leads, preventing high-voltage arcing across the component body or the PCB substrate.

Type Comparison: Choosing the Right Component

Selecting the right resistor for a diagonal role depends entirely on whether the circuit demands precision (bridge measurement) or surge survival (power snubber). Here is how the standard types stack up.

Resistor Type Construction Tolerance Tempco (TCR) Best Diagonal Application
Metal Film Nickel-chromium film on ceramic 0.1% - 1% 15 - 50 ppm/°C Wheatstone bridge measurement arms (precision)
Carbon Composition Carbon dust and ceramic binder 5% - 20% Poor (Non-linear) H-bridge snubber diagonals (high surge survival)
Wirewound Nichrome wire on ceramic core 1% - 5% 20 - 50 ppm/°C High-power bleeder diagonals (avoid in high-freq snubbers)
Thick Film (SMD) Ruthenium oxide paste on alumina 1% - 5% 100 - 200 ppm/°C Low-power signal routing and feedback diagonals
Warning: Never use a standard wirewound resistor in a high-frequency snubber diagonal. The inherent parasitic inductance of the wire coil will cause severe voltage ringing and defeat the purpose of the snubber.

Decoding Markings: Axial Bands and SMD Codes

When pulling parts from the bin, you need to verify the exact value before soldering it into a sensitive bridge diagonal. Misreading a code by a factor of ten will unbalance a Wheatstone bridge or cause a snubber to overheat.

Axial Color Codes

For through-hole metal film resistors, you will typically see a 5-band code. Let's decode a Brown-Black-Black-Red-Brown resistor:

  1. Brown (1st digit): 1
  2. Black (2nd digit): 0
  3. Black (3rd digit): 0
  4. Red (Multiplier): ×100 (10²)
  5. Brown (Tolerance): ±1%

Result: 10,000Ω (10kΩ) at 1% tolerance. For precision bridge diagonals, always use a multimeter to verify the actual resistance, as the 1% tolerance on a 10kΩ part still allows a ±100Ω variance.

SMD EIA-96 Codes

High-density PCBs often use 0603 or 0402 SMD resistors marked with the EIA-96 system, which uses two digits and a letter. A marking of 01C translates to:

  • 01: Lookup code for the base value 100.
  • C: Multiplier of 10² (100).
  • Result: 100 × 100 = 10,000Ω (10kΩ).

The 45-Degree PCB Mount: High-Voltage and RF Layouts

Why would a layout engineer deliberately place axial resistors diagonally across the pads instead of flat against the board? The answer lies in IPC clearance standards and parasitic physics.

1. Creepage and Clearance in High Voltage: In circuits operating above 500V DC, the physical distance along the surface of the component (creepage) and through the air (clearance) must be maximized to prevent arcing. Mounting a 1W axial resistor diagonally lifts the body off the PCB, eliminating the risk of conductive dust or moisture creating a tracking path on the FR4 substrate directly beneath the component.

2. Parasitic Capacitance in RF: In RF amplifier feedback diagonals, the parasitic capacitance between the resistor body and the ground plane can alter the high-frequency response. Standing the resistor at a 45-degree angle reduces the parallel surface area facing the ground plane, dropping the parasitic capacitance from roughly 1.5 pF down to 0.4 pF.

3. Thermal Convection: Power resistors dissipate heat primarily through convection when not mounted to a heatsink. A diagonal mount allows air to flow under the component body, reducing the thermal resistance to ambient air by up to 15% compared to a flat mount.

Failure Modes and Visual Bench Symptoms

When diagonal resistors fail, they rarely do so silently. Recognizing the visual symptoms on the bench will tell you whether the failure was caused by steady-state thermal overload or a transient surge.

  • Thermal Runaway (Steady-State): The epoxy or ceramic coating turns dark brown or black, and the color bands become illegible. The PCB beneath may show a distinct 'halo' of scorched FR4. This indicates continuous power dissipation exceeded the component's rating.
  • Transient Surge Vaporization: The resistor body is physically cracked, split open, or completely missing, often leaving the lead wires intact. This is the hallmark of a high-energy spike (like a capacitor discharge) exceeding the component's Joule integral (surge energy rating).
  • Mechanical Fatigue: Common in diagonally mounted axial parts. You will see a hairline crack in the coating exactly where the lead wire bends into the body. This happens when thermal expansion and contraction cycles cause the leads to flex, eventually breaking the internal resistive element connection.
  • Moisture Ingress: Dark, localized spots under conformal coating or near the end caps. This shifts the resistance value upward unpredictably, ruining the balance of a precision bridge circuit.

Real-World Scenario: The Melted Snubber and Safe Substitution

To understand how these concepts converge, let's look at a real-world failure involving an H-bridge inverter snubber, followed by the rules for safe substitution.

The Setup

An industrial 800V DC bus Variable Frequency Drive (VFD) used an RC snubber across the diagonal of the IGBT H-bridge to suppress voltage spikes. The original design specified a 100Ω, 3W carbon composition resistor in series with a 2.2µF film capacitor.

The Numbers

During switching, the capacitor charges to the bus voltage. The energy stored in the capacitor per cycle is calculated as E = ½CV².
E = 0.5 × 2.2µF × (800V)² = 0.704 Joules per discharge event.
While the average power dissipation was well under the 3W continuous rating, the instantaneous peak current during the discharge spike was I = V/R = 800V / 100Ω = 8 Amps.

The Outcome and What Went Wrong

A bench technician replaced a failed carbon comp resistor with a 100Ω, 5W wirewound resistor because it had a higher continuous wattage rating. Within three days, the new resistor exploded, charring the PCB.
The failure occurred for two reasons: First, the wirewound resistor's parasitic inductance caused severe high-frequency ringing, increasing the peak voltage stress. Second, standard wirewound resistors have a very poor short-time surge rating compared to carbon composition. The 0.704 Joule pulse exceeded the wire's thermal mass limit, vaporizing the internal nichrome wire instantly despite the '5W' continuous rating.

How to Substitute Safely

When the exact diagonal resistor is missing from your BOM, follow these substitution rules to avoid repeating the scenario above:

  1. Match the Surge Rating, Not Just Wattage: For snubber diagonals, if you cannot find a carbon comp, substitute with a metal oxide film or a specifically rated surge-withstanding thick film resistor (e.g., Vishay's HVR series). Never use standard wirewound or standard metal film for high-energy discharge paths.
  2. Derate Continuous Power by 50%: If the calculated average dissipation is 1.2W, select a minimum 2.5W or 3W physical package. Resistors lose their ability to survive surges if they are already running hot from steady-state dissipation.
  3. Bridge Precision Substitution: If substituting in a Wheatstone measurement diagonal, you can use a higher tolerance part (e.g., replacing a 1% with a 0.1% metal film), but you must match the Tempco (TCR). If one arm of the bridge drifts at 15 ppm/°C and the other at 100 ppm/°C, your circuit will lose calibration the moment the ambient temperature changes.
  4. Series/Parallel Splitting: If you lack the surge rating, place two 200Ω, 2W metal oxide resistors in parallel to achieve 100Ω. This doubles the thermal mass available to absorb the Joule energy spike, effectively doubling the surge survival capability.

Whether you are routing a high-impedance measurement diagonal on a sensor board or bolting down 45-degree snubbers on a motor drive, treating the diagonal resistor as a specialized component rather than a generic placeholder will save you from catastrophic bench failures.