The Core Relay Function: Isolating Control from Load
At its most fundamental level, what is the relay function? It is an electrically operated switch that uses a low-power electromagnet to mechanically close or open high-power contacts. The primary purpose is galvanic isolation—allowing a fragile, low-voltage control circuit (like a 5V Arduino GPIO or a 24V PLC output) to safely command a high-voltage, high-current load (like a 120V AC space heater or a 48V DC motor) without any direct electrical connection between the two.
Consider a practical bench scenario: You need to switch a 120V AC, 10A space heater using a 5V microcontroller. The microcontroller pin can only source 20mA. By routing that 20mA through a relay's 5V coil, the electromagnet pulls a steel armature, physically closing a heavy silver-alloy contact that carries the 10A AC load. The control side and the load side share no common ground, protecting your low-voltage logic from mains transients.
Coil vs. Contact: The Two Halves of the Circuit
A relay is essentially two separate components in one package. Confusing the two sides is the most common cause of blown driver boards on the workbench.
The Coil Side (Control)
The coil is an inductor, typically marked A1 and A2 (IEC standard) or simply +/- on DC PCB relays. When you apply the rated voltage, current flows through the copper windings, generating a magnetic field.
Note on AC Coils: If you are using an AC coil relay, you will not need a flyback diode, but you must never apply DC to it. AC coils rely on a built-in copper 'shading ring' to prevent the armature from chattering at 120Hz. Applying DC to an AC coil will cause it to overheat and burn out because AC coils have lower DC resistance.
The Contact Side (Load)
The contacts carry the actual load current. Standard SPDT (Single Pole Double Throw) relays feature three terminals:
- COM (Common): The moving blade. Usually connected to your Line/Hot voltage.
- NO (Normally Open): Connects to COM only when the coil is energized. Used for most standard switching.
- NC (Normally Closed): Connects to COM when the coil is de-energized. Used for fail-safe circuits or interlocks.
Decoding the Datasheet: Which Rating Column Governs Your Load?
Reading a relay datasheet is where hobbyists get burned. A relay rated for '10A at 250VAC' will not necessarily survive switching a 10A motor. You must look at the specific rating column that governs your exact load type.
| Parameter | Resistive Load (Heaters, Incandescent) | Inductive Load (Solenoids, Contactors) | Motor Load (Compressors, Pumps) |
|---|---|---|---|
| Governing Column | Nominal Contact Rating (e.g., 10A 250VAC) | Breaking Capacity / cos φ rating | HP Rating or LRA/FLA (Locked Rotor Amps) |
| Inrush Current | Minimal (1x nominal) | Moderate (2x to 5x nominal) | Extreme (6x to 10x nominal) |
| Arcing Risk | Low | High (inductive kick on break) | Severe (high inrush on make, inductive on break) |
| Derating Factor | None (Use 100% of rating) | Derate to ~30% of resistive rating | Must match specific HP/LRA table in datasheet |
If you use a standard 10A resistive-rated relay to switch a 10A inductive solenoid, the arc generated when the contacts open will quickly pit the silver alloy, leading to contact welding. For inductive and motor loads, always consult the manufacturer's specific HP or LRA tables, not just the headline resistive amperage.
Selection Decision Tree: Picking the Exact Part Number
Stop guessing. Use this decision path to terminate your selection process with a concrete, proven part number.
- IF your load is < 2A resistive (e.g., LED strips, small fans) AND control is 5V logic ➔ Pick: Songle SRD-05VDC-SL-C (Standard PCB mount, ~$1.50).
- IF your load is 5-10A general purpose (e.g., lighting, small heaters) AND control is 12V/24V DC ➔ Pick: Finder 40.52 series on a 95.05 DIN socket (~$8.00).
- IF your load is a 120V/240V AC motor between 1/3 HP and 1 HP (high inrush) AND control is 12V DC ➔ Pick: Omron G7L-1A-TUB DC12.
Bench Testing: Dead and Live Diagnostics
When a circuit fails, you need to know if the relay is the culprit. Grab your multimeter (e.g., Fluke 87V) and follow this sequence.
1. Dead Testing (Power Removed)
Set your meter to Ohms (Ω) and continuity mode.
- Test the Coil: Place probes on A1 and A2. A healthy 12VDC coil will typically read between 150Ω and 400Ω. If it reads 0.0Ω, the coil is shorted. If it reads OL (Open Loop), the internal copper wire is snapped.
- Test the Contacts: Place probes on COM and NC. It should read < 0.5Ω. Place probes on COM and NO. It should read OL.
2. Live Testing (Energized)
Apply the rated DC voltage to the coil. You should hear a distinct mechanical 'clack'.
- Verify Contact Closure: With the coil energized, measure COM to NO in continuity mode. It must read < 0.5Ω. If it reads > 1Ω or fluctuates, the contacts are carbon-fouled or pitted, and the relay is failing under load.
- Voltage Drop Check: In a live circuit carrying load current, measure the AC voltage across COM and NO while energized. If you read more than 0.5V drop across the closed contacts, they are degraded and generating excess heat.
Repair vs. Replace: When to Bin the Component
A common question from beginners is how to clean or repair relay contacts. The short answer: you don't.
Standard PCB and DIN-rail relays (like the Omron G2R or Finder 40 series) are sealed or semi-sealed units. The contacts are plated with a specific silver-tin-oxide or silver-nickel alloy designed to resist arc erosion. If you open the plastic shell and file or sand the contacts, you will remove this protective plating. The relay will work for three cycles before the raw metal arcs, melts, and welds shut permanently, potentially causing a fire hazard.
The Rule of Thumb:
- Standard Relays (Under 30A): If the coil is open, or the contacts are welded/pitted, throw the $6 component in the bin and replace it. Labor time to 'repair' exceeds replacement cost.
- Industrial Contactors (30A to 800A+): Large contactors (like Eaton C25 or Schneider TeSys lines) are modular. You can purchase replacement coil assemblies or snap-on contact blocks. However, even here, if the main arc chutes are melted or the armature mechanism is physically gummed up with debris, replace the entire unit.
By understanding the exact relay function, respecting the galvanic isolation between coil and contact, and matching the specific datasheet column to your load type, you eliminate the guesswork. For 90% of heavy-duty DIY and prototyping motor tasks, terminating your search at the Omron G7L-1A-TUB DC12 will save you hours of troubleshooting and prevent melted terminal lugs.
References and further reading:
All About Circuits: Understanding Relay Parameters
Fluke: How to Test a Relay with a Multimeter
Electronics Club: Relay Basics and Flyback Diodes






