A relay functions as an electrically operated switch that provides galvanic isolation between a low-power control circuit and a high-power load. At its core, it uses an electromagnetic coil to generate a magnetic field when energized. This field physically pulls a metal armature, which in turn closes or opens a set of high-current electrical contacts. Whether you are switching a 240V AC compressor with an ESP32 GPIO pin or routing 12V DC in an automotive harness, understanding the physical separation of the coil and contact circuits is critical for reliable operation.

The Core Mechanism: Coil vs. Contact Side Wiring

An electromechanical relay is essentially two separate components sharing a single magnetic frame: the coil (input) and the contacts (output). They are electrically isolated from one another, which is why relays are the standard for protecting sensitive microcontrollers from mains voltage transients.

Wiring the Coil Side (Control)

The coil terminals are typically labeled A1 and A2 on DIN-rail relays (like the Omron G2R series) or as specific pins on PCB relays (like the Song Chuan 833F). When you apply the rated voltage across these terminals, current flows through the copper windings, creating the magnetic flux required to move the armature.

DC Coil Protection Warning: When wiring a DC coil, you must place a flyback diode (e.g., 1N4007) in reverse parallel across A1 and A2 (cathode to positive). When the control signal drops, the collapsing magnetic field induces a high-voltage inductive spike. Without a flyback diode, this spike will arc across your mechanical switch or instantly destroy the driving transistor and your microcontroller's GPIO pin.

Wiring the Contact Side (Load)

The output side features three primary terminals per pole: Common (COM), Normally Open (NO), and Normally Closed (NC). In the de-energized state, COM is physically connected to NC. When the coil pulls the armature, COM disconnects from NC and bridges to NO. Always wire your load through the COM and NO terminals for standard switching applications, ensuring the wire gauge matches the load current and is torqued to the manufacturer's specification (typically 0.5 to 0.8 Nm for standard DIN terminal blocks) to prevent resistive heating.

Decoding Relay Ratings: Which Column Governs Your Load?

Reading a relay datasheet can be misleading if you only look at the headline '10A 250VAC' specification. Relay contacts are rated differently based on the electrical characteristics of the load they are switching. According to Electronics Tutorials and IEC 60947 standards, the governing column depends entirely on your load's power factor and inrush current.

Standard Electromechanical Relay Rating Breakdown
Rating ParameterTypical Value (10A Relay)Application / Load Type
Coil Voltage12V DC / 24V ACControl circuit input (must match driver output exactly).
Resistive Contact Rating (AC-1)10A @ 250VACHeaters, incandescent bulbs, resistive dummy loads.
Inductive Contact Rating (AC-15)3A @ 250VACSolenoids, contactor coils, transformers, relays.
Motor Rating (AC-3 / LRA)1/3 HP @ 120VACCompressors, fans, pumps (high locked-rotor inrush).
Breaking Capacity30A max make/breakThe absolute maximum fault current the contacts can interrupt without welding.

Which rating column governs this load? If you are switching a purely resistive load like a ceramic heater, the Resistive (AC-1) column governs. However, if you are switching an inductive load like a motor or a solenoid valve, you must use the Inductive or Motor column. Inductive loads store energy in magnetic fields; when the contacts open, this energy releases as a high-voltage arc. Consequently, the inductive current rating is typically 30% to 50% lower than the resistive rating. Sizing a relay based on its resistive rating for an inductive load will result in rapid contact pitting and eventual failure.

Selection Decision Path: Matching Relays to Load Types

Use this decision tree to select the correct contact material and relay architecture for your specific application. Standard silver-alloy contacts will weld shut under high inrush; you must specify the correct material.

Load TypeInrush CharacteristicRequired Relay Spec & Contact MaterialExample Part
Resistive (Heater)1x nominal currentStandard 10A/250VAC, Silver Nickel (AgNi)Omron G2R-1-E
Inductive (Solenoid)5x to 10x nominalHigh breaking capacity, requires RC snubberFinder 40.52
Motor (Compressor)6x to 8x LRAMotor-rated (Tungsten or AgSnO2 contacts)Panasonic ALDP
Capacitive (LED/SMPS)20x to 50x nominalAgSnO2 (Silver Tin Oxide) or Zero-Cross SSROmron G7L

For modern switch-mode power supplies (SMPS) and LED drivers, the massive capacitive inrush can easily exceed 50 amps for a few milliseconds. Standard relays will weld shut on the first cycle. Always specify AgSnO2 (Silver Tin Oxide) contacts for capacitive loads, as this material resists welding and transfer far better than traditional AgCdO or AgNi.

Bench Testing: How to Verify a Relay Dead and Live

When troubleshooting a suspected faulty relay, rely on your multimeter to verify both the magnetic circuit and the mechanical contacts. Always de-energize the panel and verify dead before performing resistance checks.

Dead Testing (De-energized)

  1. Coil Continuity: Set your multimeter to Ohms (Ω). Place probes across A1 and A2. A standard 12V DC coil (like the Omron G2R) typically reads between 150Ω and 400Ω. If it reads OL (Open Line), the internal winding is burnt. If it reads near 0Ω, the coil is shorted.
  2. Contact Verification: Switch to continuity mode. Measure COM to NC; it should beep (read < 1Ω). Measure COM to NO; it should read OL. If COM to NO shows any continuity while de-energized, the contacts are welded shut or heavily carbon-fouled.

Live Testing (Energized Under Load)

  1. Coil Voltage Check: Apply the control signal and measure the voltage directly at A1 and A2. Ensure it meets the minimum pull-in voltage (typically 75% to 80% of nominal). If you read 10.5V on a 12V relay and it chatters, you have excessive voltage drop in your control wiring.
  2. Contact Voltage Drop: With the relay energized and the load running, set your multimeter to DC or AC millivolts (mV). Place the probes directly on the COM and NO terminal screws. A healthy relay will drop less than 50mV. If you read > 200mV, the contacts are pitted, oxidized, or loose, and are generating dangerous heat. Replace immediately.

Repair vs. Replace: When to Toss a Welded Contactor

A common bench mistake is attempting to 'repair' a relay by opening the plastic housing and filing down pitted or welded contacts. Never do this. Electromechanical relays are sealed, precision-calibrated units. Filing the contacts removes the specialized AgSnO2 or AgCdO plating, exposing the base brass or copper. This will cause the relay to weld shut permanently on its very next operation, creating a severe fire hazard. If a relay's contacts are welded or its coil is burnt, replace the entire unit.

Breaker Curve Coordination: Never assume a relay's welded failure means your upstream breaker failed to protect it. Fuses and breakers are not interchangeable, and standard thermal-magnetic breakers do not trip instantaneously on moderate overloads. A standard Curve C breaker might take 10 seconds to trip on a 5x inrush event. During those 10 seconds, a marginal relay can easily weld its contacts. Always size the breaker to protect the wire (per NEC 310.16 ampacity tables), but rely on the relay's specific IEC breaking capacity and proper contact material selection to handle the load's inrush. For high-inrush motor loads, step up to a Curve D breaker or use a dedicated motor protection circuit breaker.

Frequently Asked Questions

How does a relay function differently than a solid-state relay (SSR)?

While an electromechanical relay uses physical moving metal contacts to switch a load, a Solid State Relay (SSR) uses semiconductor switches like TRIACs (for AC) or MOSFETs (for DC) with no moving parts. SSRs switch much faster, operate silently, and do not suffer from mechanical contact bounce or arcing. However, SSRs generate significant heat during conduction due to their internal voltage drop (often 1.5V to 2V per amp), requiring heatsinks, and they are susceptible to failure from voltage transients that would easily pass through a mechanical relay's air gap.

Why does my AC relay buzz loudly when powered?

AC relays operate on alternating current, meaning the magnetic field drops to zero 120 times a second (on a 60Hz grid). To prevent the armature from vibrating and buzzing at this frequency, AC relays are manufactured with a 'shading coil' (a copper ring embedded in the pole face). This shading coil creates a secondary magnetic field slightly out of phase with the primary field, maintaining magnetic pull during the zero-crossings. If your AC relay buzzes loudly, it indicates the armature is not seating flush against the core. This is usually caused by dirt, rust, or debris on the magnetic pole face, or a cracked shading coil. Clean the mating surfaces or replace the relay.

How does a relay function in a latching circuit?

In a standard latching (or seal-in) circuit, the relay uses one of its own spare NO contacts to maintain power to its coil after the momentary start button is released. When you press the start button, it energizes the coil. The relay pulls in, closing the main load contacts and simultaneously closing the spare 'latch' contact wired in parallel with the start button. When you release the start button, current continues to flow through the latch contact, keeping the coil energized. Pressing a Normally Closed (NC) stop button wired in series with the coil breaks the circuit, dropping the relay out and resetting the latch.