If you are looking at a wiring diagram for a relay and need to move from schematic to physical breadboard or DIN rail, you need a direct translation of symbols to terminals, a verified current path, and a concrete part number to buy. Abstract theory does not wire a panel. Below is a complete, decision-forward walkthrough for wiring a standard 8-pin electromechanical relay to switch a 120V AC load using a 12V DC control signal.
The Default Recommendation: Omron MY2N DC12
Before tracing the diagram, you must select the physical component. Relay selection depends entirely on your load profile and control voltage. Use the decision matrix below to terminate your part selection.
| Application Scenario | Control Voltage | Load Type & Current | Concrete Part Pick |
|---|---|---|---|
| General purpose DIY, PLC outputs, Arduino/ESP32 drivers | 12V DC | Resistive/Light Inductive < 5A | Omron MY2N DC12 (with PYF08A-E socket) |
| High-current DC loads (fuel pumps, winches, solar dumps) | 12V DC | Heavy Inductive 10A - 30A | Song Chuan 833F-1C-F (5-pin PCB/Automotive) |
| High-cycle switching, silent operation, AC heating elements | 3-32V DC | AC Resistive 10A - 40A | Omron G3NA-210B (Solid State Relay) |
Decoding the Symbols in a Standard Relay Wiring Diagram
A wiring diagram for a relay relies on standard IEC/NEMA schematic symbols. Misinterpreting these symbols is the primary cause of wiring faults. Here is what you are looking at:
- The Coil (Rectangle or Circle): Represents the electromagnetic winding. It will be labeled with a reference designator (e.g., K1 or CR1) and the voltage rating (e.g., 12VDC). Terminals are typically marked A1 (+) and A2 (-), or simply + and -.
- The Switch Contacts (NO/NC): Drawn as a hinged line. NO (Normally Open) contacts are drawn with a gap between the hinged line and the stationary contact. NC (Normally Closed) contacts are drawn with the hinged line physically touching the stationary contact.
- The Mechanical Link (Dashed Line): A dashed line connecting the coil symbol to the switch contacts. This indicates that when the coil energizes, the magnetic field physically pulls the hinged contacts to change their state.
- The Flyback Diode (Triangle with a Bar): Drawn in parallel with the coil, but in reverse bias (cathode/bar pointing toward the positive supply). This is mandatory for DC coils to suppress the inductive voltage spike when the coil de-energizes.
For a deeper dive into standard relay equivalent circuits and IEC symbol conventions, refer to the All About Circuits textbook chapter on relays.
Terminal and Pin Mapping Table
The Omron MY2N DC12 uses an 8-pin flat blade configuration. When plugged into a standard PYF08A-E socket, the physical screw terminals map to the schematic pins as follows. Memorize this table; it is the Rosetta Stone for 8-pin relay wiring.
| Pin Number | Function | Schematic Label | Physical Location on Socket |
|---|---|---|---|
| 7 | Coil Positive (+) | A1 / + | Top Left |
| 8 | Coil Negative (-) | A2 / - | Top Right |
| 1 | Pole 1 Common (COM) | C1 | Bottom Left |
| 3 | Pole 1 Normally Open (NO) | NO1 | Middle Left |
| 5 | Pole 1 Normally Closed (NC) | NC1 | Top-Mid Left |
| 2 | Pole 2 Common (COM) | C2 | Bottom Right |
| 4 | Pole 2 Normally Open (NO) | NO2 | Middle Right |
| 6 | Pole 2 Normally Closed (NC) | NC2 | Top-Mid Right |
Node-by-Node Trace: Source to Load
Let us trace the complete circuit for a 12V DC microcontroller/switch triggering a 120V AC incandescent work lamp. We will use Pole 1 (Pins 1, 3, 5) for the load.
Trace 1: The 12V DC Control Circuit (The Coil)
- Source: 12V DC Power Supply Positive (+) terminal.
- Switch/Driver: Wire routes from 12V (+) to a mechanical switch or an NPN transistor (e.g., 2N2222) collector. The emitter goes to ground. When the switch closes (or transistor saturates), 12V is passed forward.
- Flyback Diode Placement: A 1N4007 diode is wired in parallel across the coil. The Cathode (silver stripe) connects to the 12V (+) line. The Anode connects to the 12V (-) line. This ensures the diode blocks current during normal operation but provides a recirculation path for the collapsing magnetic field when the switch opens.
- Coil Entry: The 12V (+) line terminates at Pin 7 on the relay socket.
- Coil Exit: Pin 8 connects directly to the 12V DC Power Supply Negative (-) / Ground terminal.
Trace 2: The 120V AC Load Circuit (The Contacts)
- Source: 120V AC Panel Breaker (Line/Hot, typically Black wire in US NEC).
- Protection: Wire routes through an appropriately sized inline fuse or branch breaker (e.g., 5A for a 5A relay contact limit).
- Contact Entry: The Hot wire terminates at Pin 1 (Pole 1 Common).
- Contact Exit: Pin 3 (Pole 1 NO) connects to the Hot terminal of the 120V AC work lamp.
- Neutral Return: The Neutral terminal of the work lamp connects directly back to the 120V AC Panel Neutral bus (White wire). The relay does not interact with the Neutral.
- Ground Path: The Earth Ground (Green/Bare wire) from the panel connects directly to the metal chassis of the work lamp. The ground path never passes through the relay contacts. The relay only interrupts the ungrounded current-carrying conductor.
Verification: Testing Each Connection with a Multimeter
Do not apply mains power until you have verified the physical wiring against the schematic using a digital multimeter (DMM). Follow this exact sequence to prevent dead shorts and fried coils. For proper continuity testing techniques, refer to the Fluke guide on continuity testing.
Step 1: Verify the Coil Integrity
- Set DMM to Resistance (Ohms, Ω).
- Place probes across Pin 7 and Pin 8.
- Expected Reading: ~160 Ω (for the 12VDC MY2N). If you read OL (Open Line), the coil is internally broken. If you read 0.1 Ω, the coil is shorted. Replace the relay.
Step 2: Verify Contact States (De-energized)
- Set DMM to Continuity (the diode/beep symbol).
- Place probes on Pin 1 (COM) and Pin 5 (NC). Expected: Beep (0.0 Ω).
- Place probes on Pin 1 (COM) and Pin 3 (NO). Expected: OL (No beep).
- Repeat for Pole 2 (Pins 2, 4, and 6).
Step 3: Verify Flyback Diode Polarity
- Set DMM to Diode Test mode.
- Place the Red probe on the Anode side (Pin 8 side) and Black probe on the Cathode side (Pin 7 side). Expected: ~0.6V forward voltage drop.
- Reverse the probes. Expected: OL. If it reads 0.0V in both directions, the diode is shorted and will blow your control circuit fuse.
Step 4: Energized Verification (Control Voltage Only)
- Apply 12V DC to the control circuit. You should hear a distinct mechanical click.
- With DMM on Continuity, probe Pin 1 and Pin 3. Expected: Beep (0.0 Ω).
- Probe Pin 1 and Pin 5. Expected: OL.
- Remove 12V DC. The relay should click back, and continuity should revert to the NC (Pin 5) state.
Step 5: Voltage Drop Under Load (Final Mains Test)
Once the 120V AC load is wired and energized, set your DMM to AC Voltage. Place the probes directly across Pin 1 and Pin 3 while the relay is engaged and the lamp is lit. A healthy relay contact will show a voltage drop of less than 50mV (0.05V). If you read 1V or higher, the internal contacts are pitted or carbon-fouled, generating excess heat. Replace the relay immediately.
By strictly following this node-by-node trace and verifying each terminal with a meter, you eliminate the guesswork inherent in reading a wiring diagram for a relay. Stick to the Omron MY2N DC12 for standard applications, respect the AC line switching rules, and your control panel will operate reliably for millions of mechanical cycles.






