When you are staring at a schematic for a high-current switching application, a standard diagram for relay circuits relies on a universal visual language: a rectangular box representing the electromagnetic coil, and switch symbols representing the physical contacts. The direct answer to reading these diagrams is identifying the coil pins (which energize the electromagnet) versus the contact pins (which carry the load). In a standard 5-pin automotive SPDT (Single Pole Double Throw) relay, pins 85 and 86 are the coil, pin 30 is the common input, pin 87 is the Normally Open (NO) output, and pin 87a is the Normally Closed (NC) output. For industrial 8-pin DPDT relays like the Omron MY2N, the numbering shifts entirely. Getting these wrong means dead shorts or fried control modules.
Decoding the Diagram for Relay Symbols and Terminals
Schematics abstract the physical device into functional blocks. The coil is drawn as an inductor symbol (a series of loops) or a simple rectangle labeled with the coil voltage (e.g., 12VDC or 24VDC). The contacts are drawn as switches. A gap between the switch arm and the contact point indicates Normally Open (NO); a switch arm resting against the point indicates Normally Closed (NC). The moving arm itself is the Common (COM) terminal.
Before you strip a single wire, you must map the schematic symbols to the physical pins on the relay housing. Do not trust the silkscreen on cheap, unbranded relays; always verify against the manufacturer's datasheet. Below is the definitive pin mapping for the two most common relays you will encounter on the bench or in the field.
| Function | 5-Pin SPDT (ISO/Bosch Style) | 8-Pin DPDT (Omron MY2N Style) | Typical Wire Gauge & Color (Auto/Ind) |
|---|---|---|---|
| Coil Positive (+) | Pin 86 | Pin 13 (or 14 depending on mfg) | 18 AWG, Red or Blue |
| Coil Negative (-) | Pin 85 | Pin 14 (or 13) | 18 AWG, Black |
| Common (COM / Input) | Pin 30 | Pins 9 and 12 | 12-14 AWG, Heavy Red/Yellow |
| Normally Open (NO) | Pin 87 | Pins 5 and 8 | 12-14 AWG, Load Color |
| Normally Closed (NC) | Pin 87a | Pins 1 and 4 | 12-14 AWG, Load Color |
Node-by-Node Trace: Source to Load
A relay circuit is actually two completely separate circuits that share a magnetic relationship: the control circuit (low current) and the load circuit (high current). Let us trace a standard 12V automotive headlight upgrade using a 5-pin SPDT relay, moving node-by-node from the power source to the ground.
The Control Circuit (Energizing the Coil)
- Source: Current leaves the 12V battery positive terminal.
- Protection: Passes through a 3A inline fuse (sized for the ~133 mA coil draw plus inrush).
- Switching: Enters the dashboard headlight switch.
- Coil Entry: Travels via 18 AWG wire to Pin 86 (Coil +).
- Electromagnet: Flows through the internal copper windings, generating a magnetic field.
- Coil Exit: Exits via Pin 85 (Coil -).
- Ground Path: Travels to the chassis ground stud, bonding back to the battery negative terminal. Note: Polarity matters if your diagram for relay includes an internal suppression diode. If Pin 85 is internally tied to a diode's cathode, reversing 85 and 86 will short the fuse.
The Load Circuit (Powering the Headlights)
- Source: Heavy 10 AWG wire leaves the battery positive terminal directly.
- Protection: Passes through a 30A maxi-fuse.
- Common Entry: Enters the relay at Pin 30 (COM). The internal armature rests against Pin 87a (NC), but we will wire our load to Pin 87 (NO).
- Switching Event: When the control circuit energizes the coil, the magnetic field pulls the armature away from 87a and slams it into Pin 87.
- Load Entry: Current exits Pin 87 and travels to the positive terminal of the 55W H4 headlight bulb.
- Ground Path: Exits the bulb's negative terminal, travels through 12 AWG wire to the chassis ground, completing the high-current loop.
Verifying Your Relay Wiring with a Multimeter
Never apply power to a newly wired relay harness without bench-testing it first. A miswired 5-pin relay can send 12V directly to ground, melting 18 AWG wire in seconds. Use a digital multimeter (like a Fluke 115 or equivalent) to verify the physical device matches your diagram.
- Verify Coil Resistance: Set your meter to Ohms (Ω). Place probes on Pins 85 and 86. You should read between 60 Ω and 120 Ω for a standard 12V relay. If it reads 0.0 Ω (short) or OL (open), the coil is dead.
- Verify NC Continuity (De-energized): Set the meter to Continuity mode (the beep setting). Place probes on Pin 30 and Pin 87a. The meter should beep, indicating less than 0.5 Ω resistance. Place probes on 30 and 87; it must read OL (infinite resistance).
- Verify NO Continuity (Energized): Use a bench power supply or a 12V battery with alligator clips to apply 12V to Pins 86 (+) and 85 (-). You should hear a distinct "click." While holding power, check continuity between Pin 30 and Pin 87. It should now beep. Pin 30 to 87a should now read OL.
- Check for Internal Flyback Diodes: Set the meter to Diode Test mode. Place the red probe on Pin 86 and black on Pin 85. If you read a voltage drop (typically 0.5V to 0.7V), the relay has an internal flyback diode. Reverse the probes; it should read OL. If it beeps or reads near 0V in both directions, the diode is shorted.
Edge Cases: Flyback Diodes and Inductive Kickback
A complete, professional diagram for relay circuits almost always includes a flyback diode wired in parallel with the coil. When you remove power from the coil, the collapsing magnetic field induces a massive reverse voltage spike (inductive kickback). According to the formula V = L(di/dt), this spike can easily exceed 100V, instantly destroying the sensitive solid-state switch (like a MOSFET or a microcontroller GPIO pin) that triggered the relay.
To prevent this, a standard 1N4007 rectifier diode is placed across the coil pins. The cathode (the side with the silver stripe) must point toward the positive supply (Pin 86), and the anode must point toward ground (Pin 85). When the relay is on, the diode is reverse-biased and does nothing. When the switch opens and the coil collapses, the diode provides a safe, low-resistance loop for the reverse current to dissipate harmlessly.
For deeper study on relay contact protection and inductive load suppression, the application notes provided by Electronics Tutorials offer excellent schematic breakdowns. Additionally, SparkFun's Relay Guide provides practical breadboard-level advice for integrating these electromechanical components with low-voltage logic boards like the Arduino or ESP32, bridging the gap between 3.3V logic and 12V coil requirements.
By strictly following the node-by-node trace, verifying your pinouts against the physical terminal table, and testing with a multimeter before applying main power, you eliminate the guesswork. Whether you are wiring a 30A automotive off-road light bar or an industrial 24VDC motor contactor, the underlying physics and schematic logic remain exactly the same.






