The standard 5-pin relay pin configuration uses pins A1 and A2 (or 13 and 14 on IEC-standardized bases) for the electromagnetic coil, while pins 11 (Common), 12 (Normally Closed), and 14 (Normally Open) handle the switched load. Always verify the specific datasheet, as physical pinouts vary significantly between PCB-mount, DIN-rail, and automotive blade formats. Understanding this galvanic isolation between the low-voltage control circuit and the high-voltage load circuit is the foundation of reliable electromechanical switching.
Decoding the Coil vs. Contact Side Wiring
An electromechanical relay (EMR) relies on physical separation between its two primary circuits. The coil side is your control circuit. When you apply the nominal voltage (e.g., 12VDC or 120VAC) across A1 and A2, current flows through the copper windings, generating a magnetic field that pulls the armature and moves the contacts.
When wiring a DC coil (like a 12V Omron G2R-1-E), you must place a flyback diode (e.g., 1N4007) in reverse parallel across A1 and A2. The cathode (stripe) connects to the positive A1 terminal. Without this diode, the collapsing magnetic field upon de-energization generates a high-voltage inductive kickback spike that will instantly destroy your driving NPN transistor, MOSFET, or ESP32 GPIO pin.
The contact side is your load circuit. The numbering convention follows IEC/EN 61810 standards for industrial relays:
- 11 (Common / C): The moving contact attached to the armature. This is where your load's line voltage typically enters.
- 12 (Normally Closed / NC): The stationary contact that touches the Common pin when the coil is unpowered.
- 14 (Normally Open / NO): The stationary contact that touches the Common pin only when the coil is energized.
If you are using an 8-pin DPDT (Double Pole Double Throw) relay, the second set of contacts simply adds pins 21 (Common), 22 (NC), and 24 (NO). According to All About Circuits, maintaining strict physical separation and proper creepage distances on your PCB or terminal block between the coil pins and contact pins is critical to prevent high-voltage arcing from jumping to your low-voltage microcontroller logic.
Rating Tables and Load Selection Decision Path
Relay datasheets are notorious for highlighting the most flattering numbers. A relay marketed as a '10A Relay' rarely handles 10A across all load types. Below is a realistic rating table comparing two common 10A-class industrial relays.
| Specification | Omron G2R-1-E (Standard) | Finder 55.34 (Industrial) |
|---|---|---|
| Coil Voltage Range | 5VDC to 110VDC / 12VAC to 240VAC | 6VDC to 110VDC / 12VAC to 230VAC |
| Resistive Rating (Cos φ = 1.0) | 10A @ 250VAC / 10A @ 30VDC | 7A @ 250VAC (per pole) |
| Inductive Rating (Cos φ = 0.4) | 3A @ 250VAC | 2A @ 250VAC (per pole) |
| Motor Rating (L/R = 7ms) | 1/4 HP @ 120VAC / 1/2 HP @ 240VAC | Not explicitly rated (use contactor) |
| Breaking Capacity (Max) | 30A for 20ms (make capacity) | 15A peak inrush |
| Contact Material | AgSnO2 (Silver Tin Oxide) | AgNi (Silver Nickel) |
Which Rating Column Governs This Load?
The Inductive or Motor Rating is the governing column for 90% of real-world applications. The 'Resistive Rating' (Cos φ = 1.0) only applies to heating elements or incandescent bulbs. If you switch a compressor, solenoid valve, or LED driver, the inrush current and inductive arcing will rapidly pit standard AgNi contacts. For high inrush loads, always select relays with AgSnO2 (Silver Tin Oxide) contacts, which resist welding and material transfer far better than silver nickel.
Selection Decision Path by Load Type
| Load Type | Inrush Characteristic | Relay Selection Rule | Overcurrent Protection Note |
|---|---|---|---|
| Resistive (Heaters) | None (1x nominal) | Use standard Resistive Rating column. | Standard fast-acting fuse or B-curve breaker. |
| Inductive (Solenoids/Transformers) | Moderate (3x to 5x nominal) | Derate to Inductive Rating column; require arc suppression. | Use C-curve breaker to tolerate moderate magnetic inrush. |
| Motor (Compressors/Pumps) | Severe (6x to 8x LRA) | Use Motor Rating (HP) column; consider a contactor if >1/2 HP. | Do not treat fuses and breakers as interchangeable. A standard thermal-magnetic breaker (C-curve) will nuisance-trip on motor inrush. You must use a D-curve breaker or a slow-blow time-delay fuse (like a Bussmann Fusetron) to handle the 600% locked-rotor current without opening the circuit. |
| Capacitive (LED Drivers/PSUs) | Extreme (10x to 50x nominal) | Require relays specifically rated for TV-5 or tungsten loads. | Standard protection, but ensure the relay contacts won't weld shut on the initial charge spike. |
For deeper guidance on matching contact materials to specific load profiles, the DigiKey Electromechanical Relay Selection Guide provides excellent derating curves for various ambient temperatures.
Testing Relays: Dead and Live Verification
Before installing a relay into a live panel or breadboard, you must verify its mechanical and electrical integrity. Here is the exact bench procedure.
Dead Testing (Multimeter in Ohms/Continuity)
- Coil Resistance: Set your DMM to Ohms. Probe A1 and A2. A healthy 12VDC Omron G2R-1-E coil should read approximately 275 Ω. If it reads OL (Open Loop), the internal winding is broken. If it reads near 0 Ω, it is shorted.
- NC Contact Continuity: With the coil unpowered, probe Common (11) and NC (12). You should read < 1 Ω. Probe Common (11) and NO (14); it must read OL.
- Energized State (Bench): Apply the nominal coil voltage using a bench power supply. You should hear a distinct mechanical 'click'. While energized, probe Common (11) and NO (14); it should now read < 1 Ω, and Common to NC should read OL.
Live Testing (Under Load)
Dead testing does not reveal pitted or carbonized contacts. To test a relay in-circuit under load:
- Connect the actual load (e.g., a 5A heater) and energize the coil.
- Set your DMM to DC or AC millivolts (mV).
- Place your probes directly on the Common and NO terminal screws (not the wires, the metal terminals themselves).
- Measure the voltage drop across the closed contacts. A healthy relay will show a drop of < 50mV. If you measure > 200mV, the contacts are heavily oxidized or pitted from arcing, generating excess heat. If the drop exceeds 500mV, the relay is failing and must be replaced immediately to prevent a thermal fire.
Repair vs. Replace: When to Scrap the Component
Electromechanical relays are mechanical devices with a finite lifespan, typically rated for 100,000 electrical operations at full load. Knowing when to replace versus repair depends entirely on the component class and failure mode.
Always Replace (Consumable Relays, $2–$15):
Standard PCB relays, automotive blade relays, and basic DIN-rail plug-in relays (like the Finder 55 series) are consumable. Replace the unit if you observe:
- Contact Welding: The relay fails to open the circuit when the coil is de-energized (Common and NO remain < 1 Ω even with power removed).
- Coil Failure: Open circuit reading across A1/A2.
- Physical Damage: Melted plastic casing, burnt smell, or visible arcing marks on the contacts.
- High Contact Resistance: Voltage drop testing reveals > 100 milliohms of resistance across closed contacts.
Consider Repair (Industrial Contactors, $150–$500+):
Heavy-duty industrial contactors (e.g., Allen-Bradley 100-C or Eaton XTCE series) are modular and expensive. You can often repair these by:
- Swapping the Coil: If the coil burns out due to overvoltage, the main contact block is usually fine. Order the exact replacement coil voltage/frequency module and swap it.
- Replacing Arc Chutes: If the plastic arc chutes are cracked or heavily carbonized from breaking high motor loads, they can be unclipped and replaced without scrapping the whole contactor.
- Contact Burnishing: For heavy-duty, accessible silver-alloy contacts, minor oxidation can be removed with a dedicated contact burnishing tool. Never use sandpaper or emery cloth; the embedded grit will cause severe arcing and rapid contact degradation.
Relay Pin Configuration FAQ
What is the standard 8-pin relay pin configuration for DPDT relays?
The standard 8-pin DPDT (Double Pole Double Throw) configuration uses pins 2 and 7 for the coil. The first pole uses pin 1 (Common), pin 4 (NC), and pin 6 (NO). The second pole uses pin 8 (Common), pin 5 (NC), and pin 3 (NO). This layout is standard for octal-base and standard 8-pin DIN/PCB relays, though you should always verify the diagram printed on the side of the relay casing, as some solid-state or specialized latching relays deviate from this norm.
How do I identify relay pin configuration without a datasheet?
If the silkscreen is faded and you lack the datasheet, use a digital multimeter in continuity mode. First, test all pin combinations to find the two pins that show a resistance reading (typically between 50 Ω and 1000 Ω); these are your coil pins. Next, find the pins that show continuity (< 1 Ω) with no power applied; one of these is the Common, and the other is the NC. Apply a test voltage (start low, like 5VDC, and step up to 12V or 24V) to the coil pins. Listen for the click, then re-test continuity. The pin that remains connected to the Common is your NC, and the newly connected pin is your NO.
Why does my relay pin configuration show two COM pins?
If your relay has two COM (Common) pins, it is likely a DPST (Double Pole Single Throw) or a specialized high-current NO relay designed to handle heavy loads by splitting the current path. In a DPST-NO configuration, both COM pins connect to their respective NO pins simultaneously when the coil is energized. In high-current automotive or industrial applications, dual COM pins are sometimes used to parallel the contacts, effectively doubling the current-carrying capacity and reducing contact resistance. Always check the schematic on the relay body to confirm if the poles are isolated or internally linked.






