Circuit Card Academy

Module 08

Analog Board Troubleshooting

Analog circuits don't have the clean 1/0 verdicts of digital — signals are degraded, not just dead. The compensation: analog circuits are chains of recognizable stages, each with predictable DC conditions you can check with a DMM before any signal even matters. Learn the stages, learn their DC fingerprints.

1. Power supplies — where most repairs live

Every board has one; most board failures involve it. Two families:

Linear (the simple chain)

Input → transformer (if AC) → rectifier → bulk filter cap → linear regulator → output caps → load

DC fingerprints, in order:

  1. Input present? (Fuse, connector, switch)
  2. After rectifier: DC ≈ peak of AC input (×1.41 minus diode drops). Hum/ripple here is normal — big ripple means the bulk cap is dying.
  3. Regulator input ≥ output + dropout (~2V classic, ~0.1–0.5V LDO). A regulator with insufficient input headroom isn't broken — it's starved.
  4. Output at nominal ±tolerance, nearly ripple-free.

Classic faults: open fuse (find why), shorted rectifier diode (often takes the fuse), dried bulk cap (hum, sag under load), shorted regulator (output = input voltage — dangerous downstream!), regulator in thermal shutdown (cycles on/off as it heats — feel it / freeze it).

Switching (SMPS) — efficient, busier

Input → input filter → switching element (MOSFET) at tens–hundreds of kHz → inductor/transformer → rectifier (diode or synchronous FET) → output caps → feedback divider → controller IC

Bench approach:

  1. Output dead: check input voltage AND controller enable pin (sequencing! — see 07 — Digital Board Troubleshooting §3). Then is the switch node switching (scope: a hard square waveform)? No switching with good input+enable = controller or its supply. Switching but no output = inductor/rectifier/shorted output.
  2. Output wrong value: feedback path — the divider sets the output; a drifted/cracked divider resistor literally re-programs the supply.
  3. Output present but ripply/noisy: output caps (ESR) — the #1 SMPS wear-out.
  4. "Hiccup" (output pulses up and collapses repeatedly): the supply is current-limiting into a downstream short — the supply is often fine; find the short (04 — DMM Mastery §4).
  5. Shorted main MOSFET: usually obvious — blown fuse, burnt part, near-0Ω across it. Replace its driver-circuit companions too; the killer often lurks there (and check the rectifier — cascade failures are the norm in SMPS).

⚠️ Off-line (mains-fed) SMPS primaries are at lethal, earth-referenced-scope-destroying potentials and bulk caps hold charge after unplugging. Discharge and verify before touching; differential probe on the primary side.

2. Op-amp stages — the analog workhorse

DC fingerprint of a healthy op-amp with negative feedback: the two inputs sit at (very nearly) the same voltage (the "virtual short"), and the output sits wherever the feedback math puts it.

The three-measurement op-amp check:

  1. Supply pins (V+ and V−; could be +15/−15, +5/0, etc.) — right there at the pins, not just at the rail TP.
  2. Both inputs — equal? If the inputs differ by more than millivolts, either the feedback loop is broken (open feedback resistor/trace → output slams to a rail) or the op-amp is dead.
  3. Output — at the predicted DC level, and not parked at a rail. Output stuck at a rail: inputs explain it? (Input difference says it should be there → fault is upstream or in feedback.) Inputs say it shouldn't? → dead op-amp.

Then signal: inject/follow AC through the stage — gain ≈ resistor ratio (inverting: −Rf/Rin; non-inverting: 1+Rf/Rg). Distorted peaks = stage running out of supply headroom or bias shifted.

Comparators look like op-amps but run open-loop (inputs NOT equal — that's normal for them) and often have open-drain outputs needing a pull-up.

3. The rest of the analog zoo — quick fingerprints

4. Analog failure signatures

Symptom Likely causes
Output stuck at a positive or negative rail Open feedback path; dead op-amp; input stage fault upstream
Offset/drift (right shape, wrong level) Drifted resistor (esp. after overheat), leaky cap, degraded reference, contamination leakage paths (flux residue conducts in humidity!)
Distortion/clipping Insufficient supply headroom (sagging rail), bias shift, dying coupling cap
Oscillation (circuit sings at some frequency) Lost decoupling cap, open compensation part, ground-path resistance — scope reveals it; DMM just reads "weird DC"
Noise/hum Dying filter caps (supply hum at line frequency or 2×), broken shield/ground, cracked ground joint
Dead channel in multichannel board Compare channel-to-channel — identical circuitry is a built-in golden reference; diff the DC fingerprints stage by stage
Works, but only sometimes The analog intermittent is usually mechanical: joint, via, connector, trimmer wiper — flex/thermal provocation (06 — Troubleshooting Methodology §8)

Multichannel comparison is the analog superpower: instrumentation and aerospace boards often have 4/8/16 identical channels. The good channels are your schematic-free reference — measure the same node on each; the outlier is your fault.

5. Grounding subtleties worth respecting

Precision analog boards separate analog and digital grounds, joined at one point. Two repair implications:

6. Self-check

  1. Linear regulator: 28V at input, 4.96V at output (5V nominal). Verdict?
  2. Op-amp inputs read +2.1V and +2.1V; output is mid-range. Op-amp health?
  3. Op-amp output slammed at +14.7V (15V rail); inputs read 3.0V and 1.2V.
  4. SMPS output pulses up to 1V repeatedly, never reaches 5V.
  5. 8-channel board, channel 5 reads offset by 0.4V vs siblings at the second op-amp stage. Next move?

Next: 09 — Teradyne Machines & Automated Test (ATE)