The standard dc power source symbol on physical equipment panels is a solid horizontal line over a dashed horizontal line (⎓). In electrical schematics, the North American IEEE 315 standard represents it as a pair of parallel lines (one long/solid for positive, one short/thick for negative), while the global IEC 60617 standard often uses a circle containing a straight and dashed line or explicit polarity markers. Knowing which variant you are looking at prevents catastrophic reverse-polarity wiring on the bench or in the field.

The Complete DC Power Source Symbol Reference Table

Use this table to cross-reference the symbol on your schematic or panel with its physical wiring reality. This covers both the drawing standard and the physical panel marking you will encounter.

Symbol / Marking Standard Schematic Representation Physical Panel Marking Practical Meaning & Application
Basic DC Source IEEE 315 Long solid line (+) parallel to short thick line (-) ⎓ (Solid over dashed) Generic DC supply (e.g., bench power supply, unmarked battery). Polarity is fixed by line length.
Basic DC Source IEC 60617 Circle with solid and dashed parallel lines inside, or circle with '+' and '-' ⎓ (Solid over dashed) Same as IEEE, but preferred in EU/global industrial prints. The circle denotes a rotating or static generator/source.
DC Source with Voltage IEEE / IEC Standard symbol with '24V' or '12V' printed adjacent ⎓ 24V DC Specifies nominal voltage. Expect measured float voltage to be ~10% higher (e.g., 27.6V on a 24V lead-acid system).
Battery (Single Cell) IEEE 315 One pair of long/short parallel lines Rarely used on panels Represents a single electrochemical cell (e.g., one 3.7V 18650 Li-ion cell or one 2.1V lead-acid cell).
Battery (Multi-Cell) IEEE 315 Three or four pairs of long/short parallel lines Battery symbol + ⎓ Represents a series/parallel pack (e.g., a 4S LiPo or a 12V SLA battery containing 6 internal cells).
Grounded DC Source IEEE / IEC DC symbol with the negative (or positive) line tied to the earth ground symbol ⎓ with adjacent ⏚ Indicates the DC return is bonded to earth. Common in telecom (-48V DC grounded positive) and automotive (12V DC grounded negative).

Regional and Standard Variants (IEC vs. IEEE/ANSI)

When reading schematics, your region dictates the drafting standard, but physical panel markings are heavily standardized globally for safety.

  • North America (IEEE 315 / ANSI Y32.2): Schematics rely heavily on the long/short parallel line convention without enclosing circles. You will see this on almost all US-based Arduino, ESP32, and industrial PLC schematics.
  • Europe & Global (IEC 60617): Schematics frequently enclose the source lines in a circle to distinguish a physical generator/alternator from a static battery. The internal lines remain solid (positive) and dashed (negative).
  • Physical Panels (Universal): Regardless of the schematic standard, the NFPA 70 (NEC) and IEC 60445 both mandate the solid-over-dashed line (⎓) for physical equipment labeling. If you are stamping a panel or printing a label for a custom control box, always use the ⎓ symbol, never the schematic long/short lines.

Rows People Get Wrong (and How to Fix Them)

Warning: Misinterpreting DC source symbols is the leading cause of reverse-polarity component destruction on the bench. A 5V logic pin fed -12V will instantly vent a microcontroller's internal protection diodes.
  • Confusion 1: DC Source vs. AC Source. The AC symbol is a circle with a sine wave (~) or just the sine wave itself. The DC symbol is the solid/dashed line (⎓). Fix: If the line is wavy, it's AC. If it's straight and broken, it's DC. Never assume a wall-wart adapter outputs DC just because it has a USB port; check the nameplate for the ⎓ symbol.
  • Confusion 2: Single Cell vs. Multi-Cell Battery. A single pair of lines means one cell (nominal 1.5V alkaline or 3.7V Li-ion). Three pairs mean a battery pack. Fix: If your schematic shows one pair of lines but the BOM calls for a 9V battery, the schematic is technically incorrect (a 9V contains six cells). Treat it as a multi-cell pack in practice.
  • Confusion 3: DC Return (0V) vs. Earth Ground. The DC negative symbol is just the short thick line. Earth ground is a vertical line with three descending horizontal lines. Fix: In a floating DC system (like a battery-powered robot), the 0V DC return is NOT earth ground. Do not tie your logic ground to a chassis earth point unless the schematic explicitly shows the grounded DC source symbol.

Faded or Missing Markings: Safe Interpretation Protocol

On older industrial equipment or sun-baked solar charge controllers, the printed ⎓ symbol and polarity markers (+/-) often fade or peel off. Never guess the polarity based on wire color alone (red/black is standard, but blue/brown or white/black are common in specific regions and legacy telecom).

The Verified-Dead Multimeter Protocol:

  1. Set your multimeter (e.g., Fluke 87V) to DC Volts (V⎓).
  2. Connect the black COM probe to a known, bare metal chassis ground or the main AC earth ground bus.
  3. Touch the red V/Ω probe to the suspect DC terminal.
  4. Interpretation: If the meter reads a positive voltage (e.g., +24.1V), the terminal is the DC Positive (+) source. If the meter reads a negative voltage (e.g., -24.1V), the terminal is the DC Negative/Return, and the actual positive source is grounded to the chassis (common in -48V telecom systems). If it reads 0V, the circuit is de-energized or you have a blown fuse.
Bench Tip: If you measure a small positive voltage (e.g., +0.05V to +0.2V) on a terminal that should be 0V DC return, you are measuring a ground loop or voltage drop across the return wire under load. This confirms the terminal is the DC return path, not an open circuit.

Decision Path: Identifying and Sizing Your DC Source Connection

Use this decision tree to move from identifying the symbol on your print to selecting the exact physical termination hardware for your build.

If your schematic/panel shows... And your system parameters are... Then execute this wiring action... Concrete Hardware Pick
Basic DC Source (⎓) with no ground symbol Low voltage DC (< 60V), < 10A, floating system (e.g., ESP32 bench project, 12V LED strip) Terminate both + and - on a standard DIN rail block. Do NOT bond the negative terminal to the chassis earth. Phoenix Contact PT 2.5-2-L (Part # 3270112) push-in terminal block.
Grounded DC Source (⎓ + ⏚) Industrial 24VDC control cabinet, PLC I/O, > 5A load Terminate the DC return directly to the chassis earth busbar using a green/yellow ground block. Protect the positive leg with a fuse. Weidmüller WPE 2.5 ground block + Bussmann Fusetron 3A (FRN-R-3) fuse.
Multi-Cell Battery Symbol High current DC (> 30A), 12V/24V LiFePO4 or Lead-Acid bank Do not use standard DIN terminal blocks. Use bolted busbars or high-current lugs with a BMS in series on the negative return. Blue Sea Systems 150A BusBar + Victron SmartShunt 500A on the negative leg.
DC Source with Voltage (e.g., ⎓ 48V) Telecom or PoE injector, -48V nominal (measured -54V float) Recognize that the POSITIVE terminal is grounded to earth. Fuse the NEGATIVE leg. Use blue wire for the negative (hot) and white/red for positive (ground). TE Connectivity -48V rated telecom fuse block + 6 AWG blue THHN wire.

Always verify your final termination against the IEEE 315 standard for schematic clarity and local electrical codes for physical panel safety. When in doubt, treat every unverified DC terminal as energized and reverse-polarity until proven otherwise with a meter.