The Two Halves of a Relay Switch: Coil vs. Contacts
To wire a relay correctly, you must treat it as two completely isolated circuits that share only a magnetic field.The Coil Side (Control Circuit)
Typically marked as A1 and A2, the coil is an inductor wrapped around an iron core. When you apply the rated voltage across A1 and A2, current flows, generating a magnetic field that pulls the armature. For a standard 12VDC relay like the Omron G7L, the coil resistance is roughly 72 ohms, drawing about 166mA. Your driving transistor, microcontroller GPIO, or PLC output must be rated to sink or source this continuous current.
When wiring a DC coil, you must install a flyback diode (e.g., 1N4007) in reverse bias across A1 and A2. When the coil de-energizes, the collapsing magnetic field induces a massive reverse voltage spike (inductive kickback) that will instantly destroy the driving MOSFET or microcontroller pin. AC coils do not require this diode, as the alternating current naturally crosses zero and dissipates the field differently, though RC snubbers are sometimes used for contact protection.
The Contact Side (Load Circuit)
Marked as COM (Common), NO (Normally Open), and NC (Normally Closed). The load's hot/positive wire connects to COM. The load's switched wire connects to NO (if you want the load to turn ON when the coil is energized) or NC (if you want the load to turn OFF when energized). The neutral or ground return of the load bypasses the relay entirely and goes straight to the load.
Decoding Relay Switch Ratings: Which Column Governs Your Load?
Every relay datasheet contains a rating table, but the headline number (e.g., '30A') is almost always the resistive rating. Which rating column governs your specific load? The lowest applicable rating for your exact load type governs. If you are switching a compressor motor, the 30A resistive rating is irrelevant; the 10A inductive or 1.5 HP motor rating is the only number that matters.| Parameter | Resistive Load | Inductive Load (cos φ=0.4) | Motor Load (120VAC) | What It Governs |
|---|---|---|---|---|
| Max Switching Current | 30 A | 15 A | FLA: 10 A / LRA: 45 A | Steady-state heat and inrush survival |
| Breaking Capacity | 30 A | 15 A | 10 A | Ability to extinguish the arc when opening |
| Contact Material | AgSnO2 | AgSnO2 | AgSnO2 | RoHS-compliant standard; resists welding better than older AgCdO |
| Electrical Life (Ops) | 100,000 | 50,000 | 20,000 | Expected lifespan before contact degradation |
Use the following decision path to select the correct relay switch for your application:
| Load Type | Characteristics | Selection Rule | Example Component |
|---|---|---|---|
| Resistive | Heaters, incandescent bulbs. No phase shift, low inrush. | Size contacts at 1.25x the steady-state current. | Standard 10A PCB relay (Finder 40.51) |
| Inductive | Solenoids, contactor coils, transformers. High kickback on break. | Size contacts at 2x steady-state current. Use RC snubber across contacts. | Heavy-duty 30A relay (Panasonic ALDP) |
| Motor | Compressors, fans, pumps. Massive Locked Rotor Amps (LRA) inrush. | Size contacts by HP rating or FLA x 1.5. Must survive LRA for starting duration. | Definite Purpose Contactor or Motor-rated relay |
Bench Testing: How to Verify a Relay Switch Dead and Live
Before installing a relay into a panel, or when troubleshooting a suspected failure, use your multimeter to verify both halves of the component.Dead Testing (De-energized)
- Test the Coil: Set your multimeter to Ohms (Ω). Place probes on A1 and A2. You should read a specific resistance (e.g., 72Ω for a 12VDC coil, or 150Ω for a 24VAC coil). A reading of 'OL' (Open Loop) means the internal coil wire is broken. A reading near 0Ω means the coil is shorted.
- Test the Contacts: Switch the meter to Continuity (beep mode). Place probes on COM and NC. It should beep (closed). Place probes on COM and NO. It should be silent (open).
- Simulate Actuation: Apply the rated DC voltage to A1 and A2 using a bench power supply. You should hear an audible 'click'. Re-test COM/NO (should now beep) and COM/NC (should now be silent).
Live Testing (In-Circuit)
According to troubleshooting guidelines from Macromatic, live testing requires verifying control voltage and load current simultaneously.
- Coil Voltage: With the system commanded 'ON', measure AC or DC voltage directly across A1 and A2. It must be within ±10% of the nominal rating. A 12VDC coil dropping to 9VDC may chatter or fail to pull in fully.
- Load Current: Clamp your meter around the load wire exiting the NO terminal. Verify the current matches the expected load. If the coil is energized but current is zero, the internal contacts are likely pitted or carbon-fouled and failing to pass current.
Repair vs. Replace: When a Relay Switch Fails
Electromechanical relay switches are consumable components. When should you repair vs. replace? You should almost always replace the entire relay. A common bench myth is that you can open a relay and sand down pitted or carbon-scored contacts to restore them. Do not do this. Modern relay contacts use precise plating (like AgSnO2) to resist welding and arc erosion. Sanding removes this plating, exposing the base metal, which will oxidize rapidly and cause the relay to fail catastrophically within days. If a relay exhibits welded contacts (stuck ON), a burnt coil smell, or high resistance across closed contacts (>1 ohm), discard it.Never rely on the relay's contact rating to act as overcurrent protection; relays are not designed to safely interrupt fault currents. Furthermore, fuses and circuit breakers are not interchangeable when protecting motor loads. A fast-acting fuse will blow instantly under a motor's inrush current (LRA). A circuit breaker utilizes a thermal-magnetic trip curve (per NFPA 70 / NEC guidelines) that tolerates brief inrush spikes while still protecting against sustained overloads and dead shorts. Always pair your relay with the correct curve-rated overcurrent device.
Frequently Asked Questions About Relay Switches
Can I use a solid state relay (SSR) instead of electromechanical relay switches?
Yes, but with strict thermal caveats. An SSR (like a Crydom D2410) uses an internal TRIAC or MOSFET to switch the load, meaning there are no moving parts and no mechanical arc. However, SSRs generate significant heat due to the internal voltage drop (typically 1.5V to 2.5V across the load terminals). While a 30A electromechanical relay dissipates almost zero heat and requires no heatsink, a 30A SSR switching 20A will dissipate roughly 40 watts of heat and must be bolted to a properly sized heatsink with thermal paste, or it will thermally destruct. Use SSRs for high-frequency PWM switching (like heating elements); use electromechanical relays for occasional on/off motor control.
Why do my AC relay switches buzz loudly when energized?
AC relay switches operate on alternating current, which crosses zero 120 times a second (on a 60Hz grid). To prevent the armature from dropping out and chattering during these zero-crossings, AC relays contain a copper 'shading ring' embedded in the core face. This ring creates a secondary magnetic field slightly out of phase with the main field, holding the armature tight. If your relay is buzzing loudly, the shading ring is likely cracked or broken, or the core face is contaminated with dust or metal shavings preventing a flush seal. A buzzing AC relay will overheat and burn out its coil; replace it immediately.
How do I wire multiple relay switches to control one load?
If you need multiple control points to trigger a single load (like a 3-way switch setup), do not wire the relay contacts in complex series/parallel matrices. Instead, wire the load to the COM/NO of a single 'master' power relay. Then, wire the coils of multiple smaller 'control' relays in parallel, or use standard wall switches to feed the master relay's coil. This keeps the high-current load wiring simple and localized to one heavy-duty contactor, while allowing low-current control signals to be routed from multiple locations safely.






