When you pull up a diagram of a switch for an electromechanical relay or contactor, you aren’t just looking at a simple make/break toggle. You are looking at two galvanically isolated circuits: the control side (coil) and the load side (contacts). Misinterpreting the schematic symbols or ignoring the utilization categories on the nameplate is the fastest way to weld a contact shut or fry a PLC output transistor. This guide breaks down the schematic anatomy, rating tables, and bench-testing procedures for electromechanical switches.
Decoding the Diagram of a Switch: Coil vs. Contact Side
A standard schematic for an electromechanical switch splits the component into two distinct functional blocks. Understanding the separation between the coil and the contact side is critical for safe wiring.
The Coil Side (Control Circuit)
On IEC-style diagrams, the coil is typically labeled A1 and A2. This is the electromagnet that pulls the mechanical armature. You wire your control voltage (e.g., 24VDC from a PLC or 120VAC from a thermostat) here.
When wiring the coil side of a DC diagram of a switch, you must install a flyback diode (like a 1N4007) in reverse bias across A1 and A2. When the coil de-energizes, the collapsing magnetic field induces a high-voltage spike. Without a diode to recirculate this current, the spike will destroy your microcontroller GPIO or PLC relay output. For AC coils, use an RC snubber network instead of a diode.
The Contact Side (Load Circuit)
The load terminals are labeled differently depending on the standard. On IEC components (like a Schneider TeSys LC1D09), power inputs are L1, L2, L3 and outputs are T1, T2, T3. Auxiliary contacts use two-digit numbers (e.g., 13/14 for Normally Open, 21/22 for Normally Closed). On North American NEMA-style components, you will often see L1/T1 or simple line/load designations.
Never route your control circuit and load circuit through the same conduit if the load is high-voltage AC, as inductive noise can induce phantom voltages in your low-voltage coil wiring, causing erratic chatter.
Electromechanical Switch Rating Table & Load Selection
The most common mistake DIYers and junior technicians make is looking only at the maximum amperage printed on the front of the contactor. A switch rated for "25A" might handle 25A of resistive heating elements, but it will weld its contacts shut if you use it to start a 10A motor. You must consult the IEC utilization categories to find which rating column governs your specific load.
| Parameter | Typical Value (e.g., Omron G2R-2) | Why It Matters |
|---|---|---|
| Coil Voltage | 24VDC / 120VAC | Must match control source exactly. Applying 120VAC to a 24VDC coil will instantly burn it out. |
| AC-1 Contact Rating | 20A @ 250VAC | Governs non-inductive or slightly inductive loads (heaters, incandescent lighting). |
| AC-3 Contact Rating | 9A @ 400VAC | Governs squirrel-cage motors (starting and switching off during run). Handles 6x inrush current. |
| Breaking Capacity | 100A (Make/Break) | The absolute maximum fault current the contacts can interrupt without welding or vaporizing. |
Selection Decision Path by Load Type
Use this decision tree to determine which column on the nameplate governs your application. If your load type isn't explicitly listed on the diagram of a switch, assume the worst-case derating.
| Load Type | Governing IEC Category | Action / Derating Rule |
|---|---|---|
| Resistive (Heaters) | AC-1 | Use the maximum AC-1 ampacity. No derating required. |
| Inductive (Motors) | AC-3 | Size the contactor to the motor FLA. The AC-3 rating is typically 30-50% lower than AC-1. |
| Transformer | AC-6a | Derate by 50% from AC-1 to handle massive magnetizing inrush currents. |
| Capacitor Bank | AC-6b | Requires specialized capacitor-switching contactors with pre-charge resistors. |
Testing and Maintenance: Dead, Live, and Replacement
Troubleshooting an electromechanical switch requires a systematic approach. Always verify the circuit state before probing.
How to Test It Dead (De-energized)
Lock out and tag out the main disconnect. Verify zero voltage with a known-working meter. Set your multimeter to the Ohms (Ω) setting.
- Coil Test: Place probes across A1 and A2. A healthy 24VDC coil (like an Omron MY2N) will read between 60Ω and 120Ω. A 120VAC coil will read higher (typically 2,000Ω to 5,000Ω). If it reads OL (open) or 0.0Ω (short), the coil is dead.
- Contact Test: Place probes across L1 and T1. It should read OL (open). Press the manual override button on the contactor armature; the meter should drop to less than 0.5Ω. If it stays OL, the mechanical linkage is broken. If it reads high resistance (e.g., 5Ω) when closed, the contacts are pitted or carbon-fouled.
How to Test It Live (Energized)
Restore power. Set your meter to AC or DC Voltage, matching the coil type.
- Coil Voltage: Probe A1 and A2. You should read nominal voltage (e.g., 23.5V to 24.5V for a 24VDC system). If you read voltage but the contactor doesn't pull in, the coil is internally open or the armature is mechanically jammed.
- Voltage Drop: With the load running, probe across L1 and T1. You should read less than 0.1V. If you read 2V or more across a closed contact, the contact is failing and generating excess heat.
Do not treat fuses and breakers as interchangeable for coil or contact protection. A standard thermal-magnetic breaker (B or C curve) reacts too slowly to clear a coil short, which can destroy your upstream PLC output. For low-current control circuits, use a fast-acting glass or semiconductor fuse (like a Littelfuse 218 series) sized at 125% of the coil inrush. For the load side, motor-rated breakers (D curve) or overload relays are required to handle motor starting inrush without nuisance tripping.
When to Repair vs. Replace
For small NEMA-style contactors (like the Eaton C25 series under 40A) and PCB relays, always replace the entire unit. The labor to disassemble and clean them exceeds the $15-$30 replacement cost.
For large IEC contactors (e.g., Schneider TeSys LC1D115 and above, costing $400+), repair is viable. You can purchase a main contact kit and a replacement coil assembly for roughly 20% of the cost of a new unit. However, if the arc chutes are melted or the core laminations are heavily rusted, replace the entire assembly to prevent future chatter and contact misalignment.
Frequently Asked Questions About Switch Diagrams
What does a diagram of a switch look like for a 3-way vs a relay?
A residential 3-way switch diagram shows two SPDT (Single Pole Double Throw) mechanical switches wired together with a "traveler" pair to control a load from two physical locations. A relay diagram of a switch, conversely, shows a single coil controlling multiple isolated SPDT or DPDT contacts simultaneously. Relays allow a low-power 12V signal to switch a 240V load, whereas a 3-way switch requires the line voltage to physically travel through the wall cavities to both switch locations.
How do I read the NO and NC pins on a diagram of a switch?
On an IEC schematic, Normally Open (NO) contacts are designated with a second digit of 3 or 4 (e.g., 13 and 14). Normally Closed (NC) contacts use a second digit of 1 or 2 (e.g., 21 and 22). The first digit simply indicates the contact sequence number on that specific relay. In the de-energized state, current can flow through the 21-22 path, but the 13-14 path remains open until the coil pulls the armature in.
Which rating column on the diagram of a switch governs a transformer load?
Transformer switching is governed by the AC-6a utilization category. When a transformer is energized, it experiences a massive magnetizing inrush current that can be 10 to 15 times its nominal running current for the first few AC cycles. If your contactor nameplate does not explicitly list an AC-6a rating, you must derate the standard AC-1 (resistive) rating by at least 50% to prevent the contacts from welding together during the initial power-on surge. For precise sizing, consult the manufacturer's specific transformer switching tables, such as those found in the Macromatic technical documents library.






