What's a Relay? The Core Electromechanical Principle
When bench builders and panel wirers ask what's a relay, the most precise answer is this: a relay is an electrically operated switch that uses a low-power control circuit (the coil) to magnetically actuate a high-power load circuit (the contacts). It provides galvanic isolation between your sensitive control logic (like an Arduino, PLC, or 555 timer) and the heavy AC or DC loads you are switching.
Think of it like a hydraulic pilot valve. A small amount of water pressure (the coil current) pushes a diaphragm that opens a massive gate valve (the contacts), allowing a river of water (the load current) to flow. Unlike solid-state relays (SSRs) which use semiconductors and leak a small amount of current, electromechanical relays (EMRs) provide a true physical air gap when open, and near-zero voltage drop when closed.
Decoding the Datasheet: Which Rating Column Governs Your Load?
The most common way builders destroy relays is by looking only at the maximum printed current (e.g., "10A 250VAC") and applying it to a motor. Which rating column governs your load depends entirely on the load's impedance profile.
- Resistive Loads (Heaters, Incandescent Bulbs): The standard AC/DC current rating governs. Inrush is minimal (1x to 1.5x).
- Inductive Loads (Solenoids, Contactors, Transformers): The L/R (Inductance/Resistance) or AC-15 rating governs. Breaking the circuit causes severe arcing due to the collapsing magnetic field.
- Motor Loads (Compressors, Pumps, Fans): The HP (Horsepower) or AC-3 rating governs. Motors draw 6x to 10x their running current on startup (Locked Rotor Amps). A relay rated for 10A resistive might only be rated for 2A motor load.
| Load Type | Governing Column | Typical Inrush Multiplier | Example Part Rating (Omron G2R-1) |
|---|---|---|---|
| Resistive (Heater) | Standard AC/DC Rating | 1.0x - 1.5x | 10A @ 250VAC |
| Inductive (Solenoid) | L/R or AC-15 | 2.0x - 5.0x | 3A @ 250VAC |
| Motor (Compressor) | HP or AC-3 | 6.0x - 10.0x | 1/4 HP (~3.5A) @ 240VAC |
| Lamp (Tungsten) | Tungsten / Inrush | 10.0x - 15.0x | 2A @ 250VAC |
Wiring the Coil and Contacts (And the DC Flyback Rule)
A standard DIN-rail or PCB relay separates the coil side and the contact side physically and electrically.
The Coil Side (Control)
On a standard DIN relay, the coil terminals are labeled A1 and A2. Polarity generally does not matter for AC coils or standard DC coils, unless the relay has a built-in status LED or flyback diode, in which case A1 is positive (+) and A2 is negative (-). You drive this side with your low-voltage logic (e.g., 12VDC from an ESP32 driver transistor or 24VAC from a control transformer).
The Contact Side (Load)
For a Single Pole Double Throw (SPDT) relay, the terminals are typically numbered:
- 11 (or COM): Common terminal. Your load power source connects here.
- 14 (or NO): Normally Open. Connects to COM when the coil is energized.
- 12 (or NC): Normally Closed. Connects to COM when the coil is de-energized.
The Selection Decision Tree: Pick Your Exact Part
Stop guessing. Use this decision path to select the exact relay for your application. Assume standard copper wiring, 25°C ambient, and panel-mount (DIN/PCB) form factors.
| If Your Load Is... | And Current Is... | Select This Category | Concrete Part Pick |
|---|---|---|---|
| Low-voltage logic, LEDs, PLC inputs | < 2A DC/AC | Signal Relay | Omron G6B-1114P-US (5VDC) |
| Heaters, Lighting, General AC loads | 2A - 10A | General Purpose Power Relay | Omron G2R-1-E (12VDC or 24VAC) |
| Motors, Compressors, High Inrush | 10A - 30A | High-Inrush / Motor Duty Relay | Finder 66.22.9.024.0000 (24VDC) |
| High-Frequency switching (>1Hz) | Any | Solid State Relay (SSR) | Crydom D2410 (10A, Zero-Cross) |
The Default Recommendation
If you are stocking a lab, building a control panel, or designing a general-purpose ESP32/Arduino switching board and need a single bin of reliable relays for 80% of tasks under 10A: Buy the Omron G2R-1-E DC12 (or DC24). At roughly $3.50 to $4.50 per unit, it is the undisputed industry workhorse. It features a visible mechanical indicator, a test button, and robust 10A resistive / 1/4 HP motor ratings. Pair it with the Omron PYF-08A-E socket for easy DIN-rail wiring. Do not over-engineer with contactors unless your load exceeds 30A or 1.5 HP.
Bench Testing: Dead and Live Diagnostics
When a circuit fails, you need to know if the relay is dead or if the control signal never arrived. Here is how to test it with a standard multimeter.
Dead Testing (Power Removed)
- Coil Resistance: Set your meter to Ohms (Ω). Probe A1 and A2. A healthy 12VDC coil typically reads between 100Ω and 150Ω. A 24VDC coil reads 400Ω to 600Ω. If it reads OL (Open Line), the internal copper wire is snapped. If it reads 0.1Ω, the coil is shorted.
- Contact Continuity: Set the meter to continuity or low Ohms. Probe COM and NC; you should read < 0.5Ω. Probe COM and NO; it should read OL. Manually press the relay's test button. The readings should swap. If COM and NO read 5Ω or higher when pressed, the contacts are heavily pitted with carbon.
Live Testing (Under Load)
Repair vs. Replace: When to Toss the Relay
Electromechanical relays are consumable components. The physical arcing every time contacts open slowly vaporizes the silver-alloy coating, eventually exposing the base metal and causing welding or high resistance.
When to Replace (99% of cases): If you are using standard PCB or DIN-rail relays (like the Omron G2R or Finder 40-series), never attempt to repair them. The cost of a replacement is $3 to $12. If the coil is open, the contacts are welded, or the plastic housing shows heat blisters, throw it in the e-waste bin and socket a new one.
When to Repair: Repair is strictly reserved for massive, expensive industrial contactors (e.g., Allen-Bradley 100-C series, $150+) where the coil has burned out but the main power contacts are still pristine, and a manufacturer-approved coil rebuild kit is available. You do not file down pitted contacts with sandpaper; this removes the silver plating and guarantees rapid failure on the next arc.
The Welded Contact Post-Mortem: If you pull a relay and find the NO contacts are physically welded together, simply replacing the relay is a mistake. Welding means the relay was subjected to an inrush current far beyond its breaking capacity. You must either upgrade to a higher-rated relay (like the Finder 66.22), add an RC snubber network across the contacts to suppress arcing, or switch to a contactor.
For deeper specifications on contact materials and arc suppression, refer to the Omron Relay Technical Guide or the foundational principles outlined in the All About Circuits Industrial Control textbook.






