The Golden Rule: Why Opening the Secondary Circuit of a Current Transformer is Fatal
The direct answer to what happens when you open a loaded current transformer (CT) is catastrophic failure. Opening the secondary circuit of a current transformer while primary current flows removes the counter-magnetomotive force (MMF) that normally balances the core. Without the secondary current to oppose it, 100% of the primary current becomes magnetizing current. The core saturates instantly, the rate of change of flux (dΦ/dt) spikes, and the secondary terminals will generate lethal, multi-kilovolt arcs that will shatter the CT casing, melt the windings, and electrocute anyone nearby.
Because of this physics reality, a CT secondary circuit cannot just be wired directly to an ADC or ammeter like a standard voltage divider. It requires a specific protective topology: a burden resistor in parallel with a shorting terminal block. This guide breaks down the exact circuit configuration, component values, and decision paths to ensure your CT measurement circuit is intrinsically safe and highly accurate.
CT Secondary Topology: Nodes, Burdens, and Shorting Blocks
The standard safe topology for a panel-mount CT (like a 100:5A AccuEnergy AcuCT or generic split-core) relies on a 4-node configuration designed to guarantee a closed path even during maintenance.
- Node S1 (CT Hot): Connects to Shorting Block Terminal A (Input).
- Node S2 (CT Return): Connects to Shorting Block Terminal B (Output) and is tied to earth ground.
- Burden Resistor (R_b): Wired in parallel across Terminal A and Terminal B.
- Shorting Knife/Link: A physical brass blade inside the terminal block that, when closed, shorts Terminal A directly to Terminal B, bypassing the burden and the measurement circuit.
Why This Topology Over Direct Hardwiring?
The alternative is hardwiring the CT secondary directly to your microcontroller's ADC or an analog panel meter. If that meter fails open, or if a wire vibrates loose from a screw terminal, you have inadvertently opened the secondary under load. By using a dedicated shorting block (like the Phoenix Contact UK 10.3-HESI or a standard 15A DIN-rail test block), the burden resistor is permanently wired across the block's internal bus. Even if you completely remove the measurement wiring from the top of the block, the CT secondary remains safely burdened or shorted through the block's internal architecture.
Behavior Matrix: What Happens When the Secondary State Changes
Understanding the failure-mode contrast between the three possible states of a CT secondary is critical for troubleshooting and safety. Here is exactly what changes when one element in the topology fails or is manipulated.
| Secondary State | Secondary Current | Secondary Voltage | Core Flux Status | Result / Failure Mode |
|---|---|---|---|---|
| Shorted (Knife closed) | Max (e.g., 5A) | ~0.1V - 0.5V | Minimal (Opposed by secondary MMF) | Safe. CT runs cool. Measurement reads zero. This is the safe idle state. |
| Burdened (Knife open, R_b connected) | Max (e.g., 5A) | V = I × R_b (e.g., 2.5V) | Controlled (Designed air-gap/saturation margin) | Normal operation. Measurement is accurate. CT runs warm but within spec. |
| Open (R_b removed, Knife open) | 0A | 2,000V - 10,000V+ | Extreme Saturation (Unopposed primary MMF) | CATASTROPHIC. Insulation flashover, core overheating, fire, lethal shock hazard. |
For a deeper dive into the magnetic theory behind these states, refer to the Electronics Tutorials guide on Current Transformers or the CR Magnetics application notes.
Design Walkthrough: Sizing the Burden Resistor for a 100:5A CT
Let's pick real component values for a common scenario: reading a 100A mains feeder using a standard 100:5A panel CT and feeding the signal into a 3.3V ADC (like an ESP32 or Arduino) via an op-amp or direct bias network.
1. Calculate the Target Resistance
At the primary rated maximum (100A), the secondary outputs 5A. We want the maximum ADC voltage to be slightly below the 3.3V rail to allow headroom for transients. Let's target 2.5V RMS at full scale.
- R_burden = V_target / I_sec_max
- R_burden = 2.5V / 5A = 0.5 Ohms
2. Calculate the Power Dissipation (The Step Most Hobbyists Miss)
A standard 1/4W through-hole resistor will instantly vaporize at 5A. We must calculate the continuous thermal load.
- P = I² × R
- P = (5A)² × 0.5Ω = 25 × 0.5 = 12.5 Watts
Engineering best practice dictates derating power resistors by at least 50% to keep them cool and prevent thermal drift in resistance. Therefore, we need a resistor rated for at least 25W.
3. The Concrete Component Pick
Do not use wirewound resistors with high inductance, as they will introduce phase shift and ruin power factor measurements. Select a non-inductive power resistor.
Decision Tree: Selecting Your CT Termination Strategy
Use this decision path to finalize your physical wiring strategy. Do not end with "it depends on the installation"—follow the tree to a hard requirement.
| Condition / Scenario | Decision Path | Mandatory Action / Part |
|---|---|---|
| Is the CT a "voltage output" type (e.g., YHDC SCT-013-000)? | Yes → Internal burden exists. | Wire directly to ADC. No external shorting block required. |
| Is the CT a "current output" type (e.g., 100:5A) AND permanently potted in a consumer IoT device? | Yes → Space constrained, no user maintenance. | Solder burden directly to CT pigtails. Add a TVS diode (e.g., 15V bidirectional) across secondary for trace-arc protection. |
| Is the CT a "current output" type AND mounted in an industrial/home panel with removable covers? | Yes → High risk of accidental open during maintenance. | STOP. You MUST use a dedicated shorting terminal block. |
| Following the panel-mount path: What is the wire gauge? | Secondary is 5A, but fault currents can spike. | Final Pick: Use a 15A-rated DIN test block (e.g., Phoenix Contact UK 10.3-HESI) wired with 12 AWG THHN stranded wire. |
Bench-Testing the CT Circuit Safely (Step-by-Step)
Never test a CT by wrapping it around a live 200A service entrance bus just to see if your Arduino code works. Breadboard and bench-test the secondary topology first using a low-voltage primary injection loop.
- Build the Primary Injection Loop: Take a piece of 10 AWG solid copper wire and pass it through the center of your 100:5A CT. Connect the ends of this wire to a low-voltage, high-current AC source. A Variac feeding a salvaged microwave oven transformer (stepped down to output ~2V AC at 10A) works perfectly. Alternatively, use a high-current bench power supply capable of 5A DC (note: DC will saturate a standard AC CT, so use a 1Hz square wave or AC source for accurate ratio testing).
- Verify the Shorting Block: Ensure the brass shorting knife on your terminal block is CLOSED. Connect your multimeter (set to AC mV) across the burden resistor terminals. Turn on the primary injection source. You should read near 0V (just the millivolt drop across the brass knife and wire resistance).
- Verify the Burden Ratio: Turn off the primary source. OPEN the shorting knife. Turn the primary source back on. Measure the AC voltage across the burden resistor. If your primary loop is pushing exactly 2A, your secondary should push 0.1A (for a 100:5 ratio). With a 0.5Ω burden, your meter should read exactly 50mV AC (0.1A × 0.5Ω).
- Test the ADC Interface: Connect your microcontroller's ADC (via a voltage divider/bias network to center the AC wave at 1.65V) to the burden terminals. Sample the wave at 2kHz. Verify the RMS calculation in your firmware matches the multimeter reading.
- Simulate a Fault (Optional but Educational): Only do this with primary current UNDER 0.5A. With the primary pushing 0.5A (secondary = 25mA), open the shorting block and momentarily disconnect the burden resistor. Watch the oscilloscope. You will see the voltage spike from 12.5mV to over 50V instantly as the core saturates. This proves why the shorting block is non-negotiable at full 5A loads.
By strictly adhering to the shorting-block topology and properly sizing your non-inductive burden resistor, you eliminate the risk of opening the secondary circuit of a current transformer, ensuring both the longevity of your measurement hardware and your physical safety.






