When a homeowner asks what is a double switch, they are usually referring to a residential duplex wall switch (two toggles on a single yoke). However, in industrial control, HVAC, and electronics prototyping, a "double switch" refers to a Double-Pole Single-Throw (DPST) or Double-Pole Double-Throw (DPDT) electromechanical relay or contactor. These components use a single electromagnetic coil to simultaneously switch two electrically isolated circuits.
If you are wiring a control panel, designing an ESP32-driven automation board, or troubleshooting a motor starter, understanding the difference between the coil circuit and the contact circuit is critical. Below is a complete guide to DPST/DPDT electromechanical switches, including real-world spec sheets, wiring protocols, and load-matching frameworks.
Electromechanical Ratings & Spec Sheet
The most common mistake DIYers and junior technicians make is looking only at the "maximum amp" rating printed on the relay casing. A relay rated for 30A resistive will weld its contacts shut in seconds if used to switch a 15A inductive motor load. You must match the IEC utilization category to your specific load.
Here is a data-dense comparison of common double-pole electromechanical switches used in control panels and heavy-duty maker projects as of 2026.
| Manufacturer / Part Number | Type / Configuration | Coil Voltage (A1-A2) | AC-1 Resistive Rating | AC-3 Motor Rating | Coil Resistance |
|---|---|---|---|---|---|
| Omron G7J-2A2B | General Purpose DPST (2NO/2NC) | 24V DC | 25A @ 250VAC | 10A @ 250VAC | ~288 Ω |
| Finder 65.31.9.024.0000 | Heavy Duty DPST-NO | 24V DC | 30A @ 250VAC | 15A @ 250VAC | ~390 Ω |
| Schneider RXM2AB1BD | Plug-in Miniature DPDT | 24V DC | 10A @ 250VAC | 3A @ 250VAC | ~650 Ω |
| Phoenix Contact PLC-RSC-24DC/21 | Slim-Line DPDT (Changeover) | 24V DC | 6A @ 250VAC | N/A (Signal/Low Power) | ~1,100 Ω |
Note: AC-1 governs non-inductive or slightly inductive loads (heaters, incandescent lamps). AC-3 governs squirrel-cage motors (starting, plugging, and dynamic braking). Always reference the Macromatic relay rating guide for deeper IEC category breakdowns.
Wiring the Coil vs. Contacts (and DC Flyback Protection)
An electromechanical double switch is essentially two circuits sharing a single magnetic core. They are galvanically isolated, meaning your low-voltage control logic never physically touches your high-voltage load.
The Coil Side (Control Circuit)
The coil terminals are typically labeled A1 (positive/hot) and A2 (negative/neutral). When you apply the rated voltage (e.g., 24VDC) across A1 and A2, the electromagnet energizes, pulling the armature and closing (or opening) the main contacts.
Sizing the driver: A 24VDC coil with a 300Ω resistance draws about 80mA ($I = V/R$). A standard ESP32 GPIO pin maxes out at 40mA and will fry if driven directly. Always use a logic-level MOSFET (like an IRLZ44N) or a ULN2803 Darlington array to drive the coil from a microcontroller.
The Contact Side (Load Circuit)
For a DPST-NO (Double-Pole Single-Throw, Normally Open) relay, the load terminals are usually labeled 13/14 and 23/24 (IEC standard) or L1/T1 and L2/T2.
Wire your first isolated circuit through 13 and 14, and your second through 23 and 24. Because they are double-pole, both circuits switch simultaneously, which is ideal for breaking both the Line and Neutral of a 240VAC appliance, or switching the positive and negative rails of a high-power DC motor.
When a DC coil de-energizes, the collapsing magnetic field generates a massive reverse-voltage spike (inductive kickback) that can easily exceed 100V, destroying your driving transistor or PLC output. You must wire a flyback diode (e.g., 1N4007) in reverse parallel across A1 and A2. Connect the diode's cathode (striped end) to A1 (positive) and the anode to A2 (negative). If using an AC coil, use an RC snubber module (like the Schneider LAD4VU) instead of a diode.
Selection Decision Path: Matching Load Types to Ratings
Which rating column governs your specific load? Use this decision tree to select the correct double-pole relay or contactor. If you undersize the switch based on the wrong column, the contacts will arc, pit, and eventually weld together.
| Load Type | Examples | Governing Rating Column | Inrush / Breaking Behavior | Action / Derating Rule |
|---|---|---|---|---|
| Resistive | Space heaters, toasters, incandescent bulbs | AC-1 (or DC-1) | No inrush. Clean breaking. | Use nominal rating. A 25A AC-1 relay can safely switch 25A resistive. |
| Inductive (Coils) | Solenoids, transformers, contactor coils | AC-15 | Moderate inrush. High break voltage (arcing). | Derate to 30% of AC-1 rating. Use RC snubbers across the load. |
| Motor (AC-3) | Compressors, conveyor belts, HVAC fans | AC-3 | 6x to 8x inrush current (LRA). Severe arcing on break. | Strictly use the AC-3 column. A 25A AC-1 relay is only good for ~10A motor loads. |
| Capacitive / LED | LED driver banks, switching power supplies | AC-5a / AC-5b | Massive microsecond inrush spike charging caps. | Derate to 10-20% of AC-1. Use zero-crossing SSRs instead if possible. |
For comprehensive contactor sizing standards, refer to the Schneider Electric contactor selection guidelines, which detail how ambient temperature and enclosure ventilation further affect these breaking capacities.
Testing, Troubleshooting, and When to Replace
Electromechanical double switches are wear items. The mechanical spring fatigues, and the contacts erode from arcing. Here is how to diagnose them on the bench or in the panel.
How to Test Dead (Power Off & Locked Out)
- Test the Coil: Set your multimeter to Ohms (Ω). Place probes on A1 and A2. You should read the coil resistance (e.g., 200Ω - 1000Ω for 24VDC). If it reads OL (Open Loop), the internal coil wire is snapped; the relay is dead. If it reads 0.0Ω, the coil is shorted.
- Test the Contacts: Set the meter to Continuity or low Ohms. For Normally Open (NO) contacts (13/14), the meter should read OL. For Normally Closed (NC) contacts (21/22), it should read < 1.0Ω. Manually press the relay's test button (if equipped) to verify the state flips.
How to Test Live (Energized & Under Load)
- Verify Coil Voltage: Set the meter to DC or AC Volts. Measure across A1 and A2 while the circuit is commanded ON. It must be within ±10% of the nominal coil voltage. (A 24VDC coil needs at least 21.6V to pull in reliably).
- Measure Contact Voltage Drop: With the load running, place your meter probes directly on the metal contact terminals (e.g., 13 and 14). A healthy closed contact will drop less than 0.1V. If you read 0.5V to 2.0V across a closed contact carrying 10A, the contacts are pitted and carbonized, generating 5 to 20 watts of heat ($P = V imes I$) inside the relay. This will melt the housing.
When to Repair vs. Replace
Always Replace: Miniature plug-in relays (like the Schneider RXM or Omron G2R series) cost between $8 and $18 in 2026. They are sealed or semi-sealed. If the contacts are pitted, the coil is burnt, or the armature is sticky, throw it in the bin and socket a new one. Do not attempt to file the contacts.
Repair (With Extreme Caution): Large, open-frame industrial contactors ($50 to $200+) can sometimes be maintained. If contacts are lightly oxidized, use a specialized electrical contact cleaner. Never use sandpaper or a metal file on modern silver-alloy contacts. Filing removes the silver-cadmium oxide or silver-tin oxide anti-weld layer, exposing the softer base metal, which guarantees the contacts will arc-weld together on the next high-inrush motor start. If you see physical pitting, craters, or signs of arc welding (where the NO contacts fused shut), replace the contact block or the entire contactor immediately.






