The standard slide switch schematic symbol features a movable contact (the slider) bridging one or more fixed terminals, indicated by a dashed or solid mechanical linkage line. Unlike momentary pushbuttons, slide switches maintain their state without spring-return, making them the default choice for low-voltage control panels, HVAC selectors, and embedded configuration jumpers. Below is the definitive reference for reading, interpreting, and selecting these components.
Slide Switch Schematic Symbol Reference Table
Use this table to decode the schematic you are looking at. The 'Actuator Line' represents the physical plastic slider; the 'Contacts' represent the metal pins soldered to the board or lugged to the panel.
| Configuration | IEC 60617 Symbol Description | ANSI/IEEE Y32.2 Symbol Description | Pin Count | Typical Application |
|---|---|---|---|---|
| SPST-NO | Single movable line bridging two fixed nodes; open by default. | Similar to IEC, often drawn with a distinct mechanical handle hash mark. | 2 | Simple power enable/disable on battery packs. |
| SPDT (BBM) | Movable line connected to center (Common), throwing to one of two outer nodes. Dashed line shows actuator. | Knife-switch style representation with a center pivot and two outer contacts. | 3 | Signal routing, polarity reversal, mode selection. |
| SPDT (MBB) | Identical to SPDT, but annotated with 'MBB' or a shorting-bar graphic across the gap. | Rarely distinguished graphically; relies on text annotation or part number callout. | 3 | Audio source switching (prevents popping). |
| DPDT | Two parallel SPDT symbols mechanically linked by a rigid dashed crossbar. | Two parallel knife-switches linked by a horizontal mechanical bar. | 6 | Motor direction control, dual-pole power isolation. |
| DPDT (Center Off) | DPDT symbol with a vertical barrier line between the center and outer contacts, indicating an open state. | Same as DPDT, with an explicit 'OFF' position marked on the mechanical linkage. | 6 | Forward/Off/Reverse motor controls on DIY robotics. |
Regional Standards: IEC vs. ANSI/NEMA
When reading schematics for control panels or PCB layouts, the symbol style changes based on the drafting standard used by the engineer.
If you are reading modern embedded schematics, open-source hardware designs, or European industrial panel drawings, you will encounter IEC 60617 symbols. If you are working with legacy US industrial control panels, military specs, or older NEMA-compliant motor starters, you will see ANSI/IEEE Y32.2 (often just called IEEE 315) symbols.
The primary visual difference lies in the mechanical linkage. IEC favors clean, abstract rectangular boxes and dashed lines to represent the slider mechanism. ANSI/NEMA historically leans on pictographic representations that mimic physical knife-switches or toggle levers, even when applied to a tiny PCB slide switch. In modern CAD tools like Altium or KiCad, the default libraries almost universally use the IEC style, making it the de facto global standard for 2026 electronics design.
Rows People Get Wrong (And How to Fix Them)
Misinterpreting a slide switch symbol on a schematic leads to fried traces, signal dropout, or unintended short circuits. Here are the three most common errors:
1. Confusing SPDT with DPST
Beginners often look at a 3-pin slide switch and assume it operates like a DPST (Double Pole, Single Throw) switch, thinking it switches two independent circuits on and off simultaneously. Correction: Standard 3-pin slide switches are almost exclusively SPDT (Single Pole, Double Throw). Pin 2 is the Common, and the slider connects it to either Pin 1 or Pin 3. True DPST slide switches are mechanically rare and usually have 4 pins.
2. Ignoring Make-Before-Make (MBB) vs. Break-Before-Make (BBM)
The schematic symbol for an SPDT switch rarely specifies the timing of the break. If your circuit requires uninterrupted power to a microcontroller's pull-up resistor during switching, and you use a BBM switch, the brief open-circuit state will cause a brownout or a loud audio 'pop'. Correction: Always check the Bill of Materials (BOM) for 'MBB' or 'Shorting' contact specifications. If the schematic doesn't specify it, assume BBM and design your snubber or pull-down networks accordingly.
3. Treating the Actuator Line as a Wire
In IEC schematics, the dashed line connecting the slider to the contacts is sometimes mistaken for a ground wire or a shielded signal line. Correction: A dashed or thin solid line intersecting the movable contact arm is purely mechanical. It carries no current. It simply tells you that one physical plastic slider moves both contacts simultaneously.
Safe Interpretation When Markings Are Faded or Missing
When you are reverse-engineering a control board and the silkscreen is worn off—or you have a salvaged switch with no datasheet—use this continuity protocol to map the pins:
- Set your multimeter to Continuity/Diode mode.
- Identify the Common Pin: Place one probe on the center pin (if 3-pin) and the other on an outer pin. Slide the actuator. If it beeps in one position and goes silent in the other, the center pin is your Common (C).
- Map NO vs NC: Leave the probe on Common. Touch the other outer pin. The pin that beeps when the slider is in the 'down' or 'off' physical position is Normally Closed (NC). The pin that beeps in the 'up' or 'on' position is Normally Open (NO).
- Check for MBB: Place probes on Pin 1 and Pin 3 (the two outer throws). Slowly slide the actuator. If your meter beeps briefly while the slider is in the middle of its travel, you have a Make-Before-Break (shorting) switch. If it never beeps, it is Break-Before-Make.
For 6-pin DPDT switches, map the first three pins as an independent SPDT, then verify the mechanical linkage by checking if the second set of three pins changes state at the exact same physical slider position.
Decision Path: Pick Your Exact Slide Switch
Stop guessing which component to add to your cart. Follow this decision tree to select the exact slide switch for your build, terminating in a proven, in-stock part number.
| Your Requirement | Decision Branch | Concrete Part Recommendation |
|---|---|---|
| Standard PCB Mount, SPDT, <500mA | If you need a basic through-hole switch for a breadboard or perfboard control circuit. | C&K OS102011MA1QN1 (Right-angle, SPDT, 0.1A @ 12VDC, ~$0.80/ea) |
| Panel Mount, DPDT, up to 3A | If you are wiring a physical enclosure, HVAC selector, or motor direction controller. | NKK CS22CNW03 (Solder lug, DPDT, 3A @ 125VAC, ~$4.50/ea) |
| SMD / Ultra-Low Profile | If you are designing a tight custom PCB and need automated pick-and-place assembly. | Alps Alpine SSSS211103 (Surface mount, SPDT, 0.1A @ 12VDC, ~$0.45/ea) |
| High-Current PCB, DPDT, >1A | If switching small solenoids or relays directly from the PCB without a driver transistor. | C&K JS202011SCQN (Through-hole, DPDT, 2A @ 125VAC, ~$1.90/ea) |
Final Rule of Thumb: Never use a standard PCB slide switch (rated for 0.1A to 0.5A) to switch mains voltage or inductive loads directly. If your schematic shows a slide switch controlling a 120V AC contactor coil, the slide switch must only carry the low-voltage DC signal to a transistor or optocoupler, which then drives the contactor. Always verify the contact resistance (typically <20mΩ for quality C&K or NKK parts) to ensure minimal voltage drop in precision analog circuits.






