The Complete Low Voltage Symbol & Designator Reference
When reading a schematic or inspecting a panel, look for these specific alphanumeric designators and physical symbols. They define both the voltage threshold and the safety topology of the circuit.
| Symbol / Designator | Governing Standard | Voltage Limit | Practical Meaning & Application |
|---|---|---|---|
| SELV | IEC 60364-4-41 | ≤ 50V AC / ≤ 120V DC | Safety Extra-Low Voltage. Electrically isolated from earth and other higher-voltage systems. Safe to touch without shock protection. |
| PELV | IEC 60364-4-41 | ≤ 50V AC / ≤ 120V DC | Protective Extra-Low Voltage. Similar to SELV but the circuit may be grounded. Used when functional grounding is required (e.g., some PLC I/O). |
| Class 2 | NEC Article 725 | ≤ 30V AC / ≤ 60V DC (typically) | Power-limited circuit. Inherently safe from fire initiation due to strict VA limits (usually ≤ 100VA). Common in HVAC thermostats and doorbells. |
| FELV | IEC 60364-4-41 | ≤ 50V AC / ≤ 120V DC | Functional Extra-Low Voltage. Low voltage used for functional reasons, but lacks full SELV/PELV isolation. Requires standard shock protection. |
| VCC / VDD | IEEE 315 / Schematic | Typically 3.3V or 5V DC | Logic-level low voltage. VCC (BJT collectors) or VDD (MOSFET drains) denote the positive DC supply rail for embedded systems and ICs. |
| Double Square (□ inside □) | IEC 60417-5172 | N/A (Insulation class) | Class II insulation symbol. Indicates double/reinforced insulation. Often found on low-voltage plug-in power supplies (wall warts). |
Regional Variants: NEC vs. IEC vs. Old UK Standards
Assuming a single standard applies globally is a fast track to failed inspections or unsafe designs. Here is how the major regions handle low voltage classification.
NEC (United States)
The US National Electrical Code (NFPA 70) focuses on fire prevention rather than just shock. Under Article 725, low voltage circuits are classified by their power delivery limits. A Class 2 circuit isn't just about being under 30V; the power source must be inherently limited (like a specific listed transformer) so it cannot output enough energy to start a fire, even if shorted.
IEC (Europe, UK, Australia, Global)
The International Electrotechnical Commission (IEC 60364-4-41) focuses heavily on shock protection topology. The distinction between SELV and PELV hinges entirely on whether the secondary side of the transformer is bonded to earth ground. Both are "low voltage," but their installation rules regarding physical separation from mains wiring differ drastically.
Old UK (Pre-2008 BS 7671)
Older British installations used the terms "ELV" (Extra-Low Voltage) and "Separated ELV." These were largely harmonized with IEC standards in the 17th Edition of BS 7671 (2008). If you are retrofitting a UK site and see "SELV" on a 1990s panel, verify the isolation physically; early implementations sometimes improperly bonded the secondary neutral to the primary earth, defeating the safety mechanism.
Rows People Get Wrong (And How to Fix Them)
Misinterpreting low voltage symbols leads to improper wire routing, missing overcurrent protection, and failed inspections. Watch out for these specific traps.
- Confusing Class 2 (Circuit) with Class II (Insulation): A "Class 2" label on an NEC schematic means the circuit is power-limited and requires specific routing separation from mains. The "Class II" symbol (the double square) on a physical power brick just means the device has no earth ground pin. A Class II power supply can output lethal voltages (e.g., a 120V Class II laptop brick); it is not inherently a Class 2 power-limited source.
- Treating PELV as Safe as SELV: Because PELV circuits can be grounded, a ground fault on a separate piece of equipment can raise the potential of the PELV circuit's ground reference. You cannot route PELV wiring in the same loose conduit as SELV wiring without risking the introduction of dangerous touch voltages.
- Assuming VCC is Always 5V: In modern embedded schematics (standard schematic symbols), VCC or VDD frequently denotes 3.3V or even 1.8V logic. Feeding 5V into a 3.3V ESP32 GPIO pin because you assumed VCC meant a standard 5V rail will instantly brick the silicon via the internal ESD diodes.
Safe Interpretation When Markings Are Faded or Missing
On legacy industrial panels or salvaged equipment, low voltage designator stickers peel off, and schematic placards fade. Never assume a terminal block is safe based on wire color alone (e.g., blue or white wires can carry 277V AC in commercial lighting).
- Select the Right Tool: Use a CAT III or CAT IV True-RMS digital multimeter. Do not use a non-contact voltage tester (NCVT) as your primary verification; they can yield false negatives on shielded low-voltage cables or false positives from capacitive coupling.
- Measure Line-to-Ground: Place one probe on a known, verified earth ground (like a metal conduit or grounding busbar) and the other on the unmarked terminal. Read the AC voltage, then switch to DC voltage.
- Measure Line-to-Line: Measure across the two unmarked terminals in question.
- Evaluate the Threshold: If any reading exceeds 50V AC RMS or 120V DC, the circuit is not Extra-Low Voltage (ELV/SELV). If it reads between 0V and 30V AC, verify the short-circuit current with a clamp meter to determine if it meets NEC Class 2 power limits.
Decision Path: Selecting Your Low Voltage Designator
Use this decision tree to select the exact power supply topology, label, and wiring standard for your next project or installation. Follow the "If" conditions down to the concrete "Pick."
| If your application is... | And your region requires... | Then your concrete pick is... |
|---|---|---|
| Residential HVAC thermostat, doorbell, or alarm sensor wiring (US) | NEC Article 725 fire safety limits | Pick: UL-Listed Class 2 Transformer (e.g., Honeywell AT72D1, 24VAC, 40VA max). Label panel "Class 2 Circuit." |
| Industrial 24V DC PLC control panel (EU/Global export) | IEC shock protection & machinery directives | Pick: IEC 60364 SELV-certified DIN-rail power supply (e.g., Mean Well DRP-480-24). Ensure secondary is floating (ungrounded). Label "SELV 24V DC." |
| 24V DC control circuit requiring a grounded 0V reference for noise immunity (Global) | IEC functional grounding rules | Pick: PELV topology. Use an isolated supply (e.g., Phoenix Contact QUINT-PS) but bond the 0V negative terminal to the PE (earth) busbar. Label "PELV." |
| Custom ESP32 / Arduino PCB logic rail design | IEEE / Standard schematic drafting | Pick: Designate the 3.3V rail as VDD_3V3 and the 5V input as VCC_5V on your silkscreen. Add a physical polyfuse (e.g., Littelfuse 1206L050) on the 5V input. |






