To work a relay, you apply a control voltage to its electromagnetic coil to generate a magnetic field, which physically pulls a set of mechanical switch blades (the contacts) open or closed. This allows a low-power control circuit—like a 5V Arduino GPIO pin or a 24V PLC output—to safely switch a high-power load, such as a 120V AC compressor or a 48V DC motor, while maintaining strict electrical isolation between the two sides.
Getting a relay to function reliably on the bench or in a control panel requires understanding that you are essentially wiring two completely separate circuits into one package. Below is the exact framework for wiring, sizing, and testing electromechanical relays in real-world applications.
The Two Halves of a Relay: Coil vs. Contact Wiring
A standard electromechanical relay is divided into two electrically isolated halves: the coil side (control) and the contact side (load). Treating them as a single continuous circuit is the most common reason hobbyists burn out their microcontrollers or destroy power supplies.
Wiring the Coil Side (Control)
The coil terminals are typically labeled A1 (positive/hot) and A2 (negative/neutral) on DIN-rail relays, or simply marked with a coil symbol on PCB relays. When you apply the rated voltage across these terminals, current flows through the copper windings, creating the magnetic force needed to pull the armature.
Wiring the Contact Side (Load)
The contact terminals route your high-power load. A standard Single Pole Double Throw (SPDT) relay features three terminals:
- COM (Common): The moving blade. Your load's power source (Line/Hot) usually connects here.
- NO (Normally Open): Connects to COM only when the coil is energized. Wire your load here for standard 'turn on when triggered' logic.
- NC (Normally Closed): Connects to COM when the coil is de-energized. Used for fail-safe circuits or 'turn off when triggered' logic.
Not all relays are created equal. The physical size of the contacts and the spring tension dictate what they can safely switch. Here is a spec-sheet-table comparing common industry relays to show how drastically contact ratings change based on the internal mechanics.
| Manufacturer / Model | Coil Voltage | Contact Rating (Resistive) | Breaking Capacity (Motor/Inductive) | Form Factor |
|---|---|---|---|---|
| Omron G2R-1-E | 12V DC | 16A @ 250V AC | 2A @ 250V AC (N.O.) | PCB / Socket |
| Finder 40.52 | 24V AC | 8A @ 250V AC | 3A @ 250V AC (cos φ 0.6) | PCB / Socket |
| Panasonic ALDP124 | 24V DC | 16A @ 250V AC | 1/2 HP @ 125V AC | PCB Mount |
| Schneider RXM4AB1BD | 24V DC | 6A @ 250V AC (per pole) | N/A (Control signaling only) | DIN-Rail Socket |
Source data adapted from Omron Component Solutions and manufacturer datasheets.
Sizing Contacts by Load Type: Resistive, Inductive, and Motor
The most frequent point of failure in relay circuits is sizing the relay based on the maximum resistive rating printed on the plastic cover, then using it to switch an inductive load. Which rating column governs your load? The governing column is strictly dictated by the physics of the load you are switching, not the maximum number printed on the box.
A relay rated for '16A Resistive' can safely switch a 16A heating element because a heater draws exactly 16A from the millisecond the contacts close. However, if you use that same relay to switch a 16A AC motor, the motor's Locked Rotor Amps (LRA) or inrush current can hit 6 to 8 times the running current for the first few cycles. That 120A inrush will pit, melt, or micro-weld the relay contacts shut on the very first startup.
For deeper context on how manufacturers calculate these thresholds, Macromatic's technical resources on contact ratings detail the strict UL and IEC testing criteria for different load classifications.
| Load Type | Examples | Inrush Multiplier | Governing Spec Column | Sizing Rule of Thumb |
|---|---|---|---|---|
| Resistive | Heaters, incandescent bulbs, toasters | 1x (No inrush) | Resistive Rating (e.g., 10A) | Size relay at 100% of continuous load current. |
| Inductive (Low) | Solenoids, contactor coils, transformers | 2x to 4x | Inductive / cos φ Rating | Size relay at 250% of continuous load current. |
| Motor (High) | Compressors, fans, pumps, conveyors | 6x to 8x (LRA) | Motor / HP Rating (FLA/LRA) | Use relays explicitly rated in HP or FLA/LRA; otherwise, use the motor rating to drive a heavy-duty contactor instead. |
| Capacitive | Switching power supplies, LED drivers | 10x to 20x | Capacitive / Tungsten Rating | Size relay at 10x continuous current, or use an NTC thermistor to limit inrush. |
How to Test a Relay: Dead and Live Diagnostics
When a control circuit fails to activate a load, you need to isolate whether the fault lies in the control wiring, the coil, or the contacts. Here is the exact diagnostic sequence using a standard digital multimeter (DMM).
1. Dead Testing (De-energized)
Remove all power from the circuit. Disconnect the relay from its socket if possible to avoid reading parallel circuit paths.
- Test the Coil: Set your DMM to resistance (Ohms). Place probes on A1 and A2. A healthy 12VDC coil typically reads between 100Ω and 400Ω. A 24VAC coil might read higher (e.g., 800Ω to 2kΩ). If the meter reads OL (Open Line), the internal copper wire is snapped or burnt. If it reads near 0.0Ω, the coil has shorted internally. In either case, the relay is dead.
- Test the Contacts: Set the DMM to continuity or low-ohms. Place probes on COM and NC. It should read < 1.0Ω. Place probes on COM and NO; it should read OL. Now, manually press the relay's armature down with a plastic tool (or apply a temporary bench voltage to the coil). The COM-NC reading should flip to OL, and COM-NO should drop to < 1.0Ω. If the resistance on a closed contact reads > 5Ω, the contacts are heavily pitted or carbon-fouled.
2. Live Testing (Energized Under Load)
Reconnect the circuit and power it up. Warning: Use extreme caution and appropriate PPE when probing live mains voltage.
- Coil Voltage Check: Set the DMM to AC or DC voltage. Measure directly across A1 and A2. If you have 24VDC present but the relay hasn't clicked, the coil is internally open (replace it). If you only read 14VDC on a 24VDC coil, your control circuit has excessive voltage drop (check wire gauge and connection torque).
- Contact Voltage Drop Test: This is the ultimate test of contact health under load. With the relay energized and the load running, measure the voltage between the COM terminal and the NO terminal. A healthy, clean contact will show a voltage drop of less than 0.1V. If your DMM reads 2V, 5V, or more across the closed contacts, the internal metal blades are degraded, pitted, and generating dangerous amounts of heat. The relay is failing and must be replaced immediately before it melts the socket.
When to Repair vs. Replace
The only exception is heavy industrial contactors (e.g., Allen-Bradley 100-C or Schneider TeSys series). On these large units, the coil is a modular cartridge that can be swapped out for $50 if it burns up, and the main power contact blocks can be unbolted and replaced if they arc-weld, saving you from replacing the entire $300 assembly.
For a comprehensive look at the underlying physics of how these electromechanical components manage arc suppression and contact bounce, All About Circuits provides an excellent technical breakdown of relay mechanics and switching theory. Understanding these fundamentals ensures you select the right component for the job, preventing premature contact welding and ensuring your control panels run safely for years.






