When wiring a control panel or reading a schematic, correctly identifying on off switches—the symbols, schematics, and physical markings—is critical to avoid dead shorts or fried logic boards. The universal panel markings 'I' and 'O' derive directly from binary code: 'I' represents binary 1 (closed circuit/On) and 'O' represents binary 0 (open circuit/Off), standardized globally under IEC 60417. Below is the complete reference for panel markings, schematic diagrams, and regional wiring colors to ensure your next build is wired safely and correctly.
Universal Panel Markings: The 'I' and 'O' Symbols
Physical switch actuators (rockers, toggles, and pushbuttons) rely on standardized graphical symbols to indicate state. These are governed by the International Electrotechnical Commission (IEC) to ensure cross-border safety.
| Symbol | Meaning | Binary Origin | Common Application |
|---|---|---|---|
| I | On (Closed Circuit) | 1 | Power rocker switches, mains isolators |
| O | Off (Open Circuit) | 0 | Power rocker switches, mains isolators |
| I — O | On / Off Combined | 1 / 0 | Rotary selectors, vertical toggle switches |
| ⏻ | Standby / Soft Power | N/A | PC power supplies, consumer electronics |
| ⊥ | Earth / Chassis Ground | N/A | Metal enclosure bonding, EMI shielding |
Schematic Symbols: SPST, SPDT, DPST, and DPDT
Panel markings tell the user what the switch does; schematic symbols tell the engineer how it is wired. Understanding the difference between poles (independent circuits) and throws (contact positions) is the foundation of switch selection.
| Type | Schematic Description | Poles / Throws | Concrete Part Example |
|---|---|---|---|
| SPST | Single line with hinged lever, one target node | 1P / 1T | C&K PTS645 (Tactile PCB) |
| SPDT | Single line, hinged lever, two target nodes | 1P / 2T | C&K OS102011 (Slide switch) |
| DPST | Two parallel SPSTs, mechanically ganged (dashed line) | 2P / 1T | Carling V-Series (Rocker) |
| DPDT | Two parallel SPDTs, mechanically ganged (dashed line) | 2P / 2T | NKK B23AB (Toggle) |
Rows People Get Wrong
- SPDT vs. DPST Confusion: Makers often see two throws on a schematic and assume it switches two independent circuits. An SPDT switch routes one input to one of two outputs (like a 3-way light switch). A DPST switch controls two completely independent circuits simultaneously (like breaking both Line and Neutral in a 240V appliance for safety).
- NO vs. NC States: 'Normally' refers to the unactuated, resting physical state of the switch, not how you intend to use it in your code. A momentary pushbutton wired to pull an ESP32 GPIO pin LOW via a pull-up resistor is still 'Normally Open' (NO) if the internal metal contacts are physically separated when your finger is off the button.
- Center-Off Toggles: A DPDT toggle switch might have three physical positions (ON-OFF-ON). On a schematic, this is denoted by the lever resting in an open gap between the two throw nodes, not touching either.
Regional Wiring Standards: IEC vs. NEC vs. Old UK
When wiring the physical terminals of an AC mains switch (Line in, Load out), the wire color codes change drastically depending on your region. Misapplying US colors to a European build, or vice versa, is a primary cause of shock hazards in DIY smart-home retrofits.
| Region / Standard | Line (Hot / Unswitched) | Load (Switched Leg) | Neutral | Earth / Ground |
|---|---|---|---|---|
| NEC (US / Canada) | Black | Red (or Black) | White | Bare Copper / Green |
| IEC (EU / Global) | Brown | Black | Blue | Green-Yellow Stripe |
| Old UK (Pre-2006) | Red | Yellow (or White) | Black | Green |
Safe Interpretation When Panel Markings Are Faded or Missing
On older industrial equipment or salvaged DPDT toggle switches, the silk-screened 'I/O', 'L1/L2', or 'NO/NC' markings often wear off. Never guess the pinout based on physical lever position alone; internal wiper geometries vary by manufacturer. Use this continuity-testing protocol:
- De-energize and Verify Dead: Turn off the main breaker. Use a known-working multimeter to verify 0.00V AC across the switch terminals. Never test continuity on a live circuit; you will blow the multimeter's internal fuse or destroy the meter.
- Set Meter to Continuity: Select the diode/beep mode on your multimeter.
- Identify the Common (C) Terminal: Probe the center terminal and one outer terminal. Toggle the lever. If it beeps in one position and reads 'OL' (Open Loop) in the other, you have found the throw for that pole. The center terminal is your Common.
- Map NO and NC: For a standard upright-mounted toggle, the terminal that yields continuity when the lever is pushed down is typically Normally Closed (NC). The terminal that yields continuity when pushed up is Normally Open (NO).
- Verify the Second Pole: Repeat the process on the opposite side of the switch. If both poles change state at the exact same physical lever position, you have a DPDT switch. If they operate independently, you are looking at two separate SPDT switches housed in the same chassis.
Decision Path: Selecting the Right Switch for Your Build
Stop guessing which switch to buy. Use this decision matrix to terminate your search with a concrete, proven part number based on your specific electrical requirements.
| Application Scenario | Electrical Requirements | Concrete Part Pick |
|---|---|---|
| Mains AC Power Entry (Bench supplies, amplifiers) |
10A-15A, 120/250VAC, panel mount, requires isolation | Schurter 4304.6091 (IEC C14 inlet with integrated DPST switch and fuse drawer) |
| 12V/24V DC Automotive or Marine (Off-road lights, bilge pumps) |
20A DC, sealed against moisture and salt spray | Carling V-Series Contura V (IP68 sealed front panel, DPST, handles high DC inrush) |
| PCB Logic / Microcontroller (ESP32/Arduino user inputs) |
50mA max, 12VDC, momentary action, DIP footprint | C&K PTS645 Series (SPST-NO tactile switch, 4-pin through-hole, 260gf actuation) |
| DC Motor Reversing (Winches, linear actuators) |
DPDT, Center-Off, 5A continuous, low contact resistance | NKK B23AB (DPDT, ON-OFF-ON, gold-plated contacts for low-current reliability) |
By matching the physical panel symbols to the correct schematic topology and regional wire colors, you eliminate the most common points of failure in DIY electrical assemblies. Always default to a DPST configuration when switching mains AC to ensure both Line and Neutral are isolated, and verify your pinouts with a multimeter before applying power.






