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.

SymbolMeaningBinary OriginCommon Application
IOn (Closed Circuit)1Power rocker switches, mains isolators
OOff (Open Circuit)0Power rocker switches, mains isolators
I — OOn / Off Combined1 / 0Rotary selectors, vertical toggle switches
Standby / Soft PowerN/APC power supplies, consumer electronics
Earth / Chassis GroundN/AMetal enclosure bonding, EMI shielding
Bench Tip: The standby symbol (⏻) does not physically disconnect the mains hot wire. It switches a low-voltage DC logic signal to a relay or solid-state switch inside the power supply. Never assume a device with a standby switch is safe to open without unplugging it first.

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.

TypeSchematic DescriptionPoles / ThrowsConcrete Part Example
SPSTSingle line with hinged lever, one target node1P / 1TC&K PTS645 (Tactile PCB)
SPDTSingle line, hinged lever, two target nodes1P / 2TC&K OS102011 (Slide switch)
DPSTTwo parallel SPSTs, mechanically ganged (dashed line)2P / 1TCarling V-Series (Rocker)
DPDTTwo parallel SPDTs, mechanically ganged (dashed line)2P / 2TNKK 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 / StandardLine (Hot / Unswitched)Load (Switched Leg)NeutralEarth / Ground
NEC (US / Canada)BlackRed (or Black)WhiteBare Copper / Green
IEC (EU / Global)BrownBlackBlueGreen-Yellow Stripe
Old UK (Pre-2006)RedYellow (or White)BlackGreen
CRITICAL SAFETY WARNING: If you are working in a UK home built before 2006, the Black wire is the Neutral, and the Red wire is the Line (Hot). This is the exact opposite of the US NEC standard, where Black is Hot and White is Neutral. Always verify with a non-contact voltage tester (NCVT) and a multimeter before touching any conductor. For legal compliance, consult NFPA 70 (NEC) or your local Authority Having Jurisdiction (AHJ).

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:

  1. 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.
  2. Set Meter to Continuity: Select the diode/beep mode on your multimeter.
  3. 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.
  4. 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).
  5. 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 ScenarioElectrical RequirementsConcrete 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.