When wiring relay switch circuits, the golden rule is isolating the low-power control circuit (the coil) from the high-power load circuit (the contacts). For a standard 120V AC resistive load up to 30A, a general-purpose relay like the Omron LY2F-AC120 is the default pick. However, inductive and motor loads generate massive inrush currents and voltage spikes that will weld standard contacts shut. This guide provides the exact decision paths, rating decoders, and wiring procedures to select and install the right electromechanical relay for your specific load.

Coil vs. Contact: The Two Sides of a Relay

A relay is essentially two separate circuits sharing a magnetic core. Confusing the control side with the load side is the most common cause of burnt traces on custom PCBs and melted terminal lugs in control panels.

The Coil Side (Control Circuit):
Terminals are typically labeled A1 and A2 (industrial IEC standard) or 85 and 86 (automotive DIN 72552). This side contains the copper winding. When you apply the rated voltage (e.g., 12V DC or 120V AC), current flows through the coil, generating a magnetic field that pulls the armature. The coil draws very little current—usually between 20mA and 100mA—making it safe to drive directly from a PLC output, a microcontroller transistor, or a low-voltage thermostat.

The Contact Side (Load Circuit):
Terminals are labeled COM (Common), NO (Normally Open), and NC (Normally Closed). In automotive formats, these map to 30 (COM), 87 (NO), and 87a (NC). This side handles the heavy lifting. When the coil energizes, the COM terminal physically disconnects from NC and bridges to NO, closing the high-current circuit.

Bench Tip: Never route coil control wires and high-current contact wires in the same conduit without physical separation or shielding. The electromagnetic interference (EMI) generated when the contact side switches a heavy inductive load can induce voltage spikes in the coil wiring, easily frying the sensitive MOSFET or optocoupler driving it.

Decoding Relay Ratings: Which Column Governs Your Load?

Relay datasheets are notorious for listing a massive "30A" rating in bold print at the top of the spec sheet, only to bury the actual motor rating in a footnote. According to NEMA ICS 2 standards and IEC 61810-1, contact ratings are strictly categorized by load type. Here is how to read the rating table and identify which column governs your specific application.

Rating Parameter Typical Spec Value What It Actually Means When It Governs
Coil Voltage 12V DC, 24V DC, 120V AC The nominal voltage required to pull in the armature. Must match your control source exactly (±10%). Always. Mismatching AC/DC coils will cause hum, overheating, or failure to pull in.
Resistive Rating 30A @ 250V AC Maximum continuous current for loads with no inrush and no inductive kickback (e.g., heating elements). Governs ONLY purely resistive loads. Useless for motors or transformers.
Inductive Rating (PF=0.4) 10A @ 250V AC Derated capacity for loads that store energy in a magnetic field (solenoids, contactor coils). Governs when switching other relays, solenoids, or transformers.
Motor / HP Rating 1 HP @ 240V AC (LRA: 48A) Tested capacity to break the Locked Rotor Amps (LRA) inrush without welding contacts. Governs ALL compressor, pump, and fan motor loads.
Breaking Capacity Max 50A The absolute maximum fault current the contacts can interrupt before arcing destroys the relay. Governs your upstream overcurrent protection sizing.

The Governing Rule: If you are switching an HVAC compressor, the 30A resistive rating is irrelevant. You must look exclusively at the Motor/HP rating and the LRA (Locked Rotor Amps) breaking capacity. For comprehensive derating curves, always consult the manufacturer's specific relay technical guides, as ambient temperature and switching frequency heavily impact contact life.

Load Selection Decision Path: Resistive, Inductive, or Motor?

Stop guessing based on the "30A" printed on the relay dust cover. Use this decision tree to select the correct electromechanical relay for your bench or panel build.

IF Your Load Is... AND Current Is... THEN Select This Relay Class Concrete Default Pick (Part Number)
Resistive (Heaters, Incandescent lighting) < 15A continuous Standard DPDT general purpose Omron LY2N-AC120 (10A DPDT, plug-in)
Inductive (Solenoids, small contactors) < 20A continuous Heavy-duty contacts with arc suppression Schneider 8501CO12V60 (Type C, 15A)
Motor (Compressors, Pumps, HVAC) Up to 2 HP / 240V AC High-inrush motor-rated, magnetic blowout Omron G7L-2A-BUB (30A Motor, DPST-NO)
Motor Load Warning: Never use a standard 30A resistive relay for a 30A motor. Motor inrush (LRA) is typically 6 times the Full Load Amps (FLA). A 5A motor will pull 30A for the first 200 milliseconds on startup. If the relay lacks a magnetic blowout or high-mass silver tin oxide contacts, the arc will weld the contacts shut on the first cycle. For motor loads, the Omron G7L-2A-BUB is the definitive workhorse because it is UL-recognized specifically for high-inrush motor breaking.

Step-by-Step Wiring Relay Switch Connections

Once you have the correct relay, physical wiring requires attention to torque, flyback protection, and overcurrent coordination.

  1. Wire the Coil (A1/A2): Connect your control voltage to A1 and A2. Polarity does not matter for AC coils, but for DC coils, observe the diode markings if the relay has an internal suppression diode.
  2. Install the Flyback Diode (DC Coils Only): If you are driving a 12V or 24V DC coil with a transistor, Arduino, or PLC output, you must install a flyback diode (e.g., 1N4007) in reverse parallel across A1 and A2 (cathode to positive, anode to negative). When the coil de-energizes, the collapsing magnetic field generates a high-voltage inductive spike. Without the diode, this spike will instantly destroy your driving MOSFET or PLC output card.
  3. Wire the Contacts (COM/NO): Connect your line voltage to the COM terminal, and the load to the NO terminal. Use the correct wire gauge (e.g., 12 AWG for a 20A load) and torque the terminal screws to the manufacturer's spec (typically 0.5 Nm to 0.8 Nm for M3 screws). Loose screws cause high resistance, leading to thermal runaway and melted housings.
  4. Size the Overcurrent Protection: You must protect the contact side with a breaker or fuse sized to the wire ampacity (per NEC 240.4). Do not treat fuses and breakers as interchangeable here. A standard thermal-magnetic breaker has a slow trip curve designed to allow a motor's 6x inrush current to pass for a few seconds without tripping. A fast-acting semiconductor fuse, however, will blow instantly on that same motor inrush. Match the protection device's time-current curve to the load type, not just the relay's continuous rating.

Testing and Diagnostics: Dead, Live, and End-of-Life

Relays are mechanical devices; they wear out. Knowing how to test them and when to discard them prevents mysterious field failures.

Dead Testing (Power Off)

Set your multimeter to the Ohms (Ω) setting. Measure across the coil terminals (A1/A2).

  • 12V DC Coil: Expect 100Ω to 400Ω.
  • 120V AC Coil: Expect 2,000Ω to 10,000Ω.
  • Open Circuit (OL): The coil is burnt out. Replace the relay.
  • Short Circuit (~0Ω): The coil is shorted internally. Replace the relay.
Next, test the contacts. With the relay de-energized, COM to NC should read < 1Ω, and COM to NO should read OL. Manually press the armature with a non-conductive tool; the readings should swap.

Live Testing (Power On)

Set your multimeter to AC or DC Volts (mV range if possible). Energize the coil and apply the load. Measure the voltage drop directly across the closed contacts (from COM to NO).

  • Healthy Contacts: Voltage drop should be < 0.1V (100mV).
  • Worn/Pitted Contacts: Voltage drop reads > 0.5V. The contacts are carbonized or pitted, generating excess heat. The relay is nearing end-of-life.

When to Repair vs. Replace

Always replace; never repair. Electromechanical relays are not serviceable. If the contacts are welded shut, pitted, or heavily carbon-tracked, the unit must be discarded. A common and dangerous amateur mistake is taking a file or sandpaper to pitted contacts to "clean them up." Relay contacts are plated with specialized alloys like silver cadmium oxide or silver tin oxide, which resist arc welding. Filing them removes this plating, exposing pure silver or copper underneath, which will weld shut almost immediately upon the next high-current switching event. When a relay fails its live voltage drop test or shows physical arcing damage, swap it for a new unit and investigate the root cause (usually an undersized contact rating for the specific load type).