The Master Electric Circuit Diagram Symbols Reference
This table maps the physical component to its graphical representation in the two dominant global standards, alongside what that symbol actually dictates when you are troubleshooting at the bench.
| Component | IEC 60617 Symbol Shape | IEEE 315 / NEMA Shape | Practical Bench Meaning |
|---|---|---|---|
| Resistor | Empty rectangle | Zigzag line | Current limiting. Measure across to verify; infinite reading means open/blown. |
| Capacitor (Non-polarized) | Two parallel straight lines | One straight, one curved line | AC coupling or filtering. In IEEE, the curved line indicates the outer foil terminal. |
| Capacitor (Polarized) | One straight, one curved line with '+' | One straight, one curved line with '+' | Energy storage. Reverse voltage causes catastrophic, sometimes explosive, failure. |
| Inductor / Coil | Series of half-circles (loops) | Series of half-circles or filled rectangles | Chokes and filters. Measure DC resistance to check for internal shorts. |
| Diode | Triangle pointing to a line | Triangle pointing to a line | One-way current flow. The vertical line represents the cathode (physical stripe). |
| NO Contact | Line with a gap and upward slash | Gap with upward slash | Normally Open. Circuit is broken until the relay coil is energized. |
| NC Contact | Line with downward slash crossing it | Downward slash crossing the line | Normally Closed. Circuit flows until the relay coil is energized. |
| Earth Ground | Three decreasing horizontal lines | Three decreasing horizontal lines | Physical connection to earth. Mandatory safety fault path for mains equipment. |
| Chassis Ground | Three diagonal lines fanning out | Three diagonal lines fanning out | Connection to metal enclosure. Provides shielding but is not necessarily earthed. |
Regional Standards: Which One Applies to You?
The symbol set on your schematic depends entirely on where the equipment was designed and when it was manufactured. Mixing these up can lead to miswired control circuits.
- IEC 60617 (International Electrotechnical Commission): The dominant standard in Europe, Asia, and modern global equipment. IEC favors simple geometric shapes (like the rectangular resistor) to minimize drafting complexity and ease CAD generation. If you are working on modern imported machinery or designing for global export, use IEC.
- IEEE 315 / NEMA / ANSI Y32.2 (North America): The legacy and current standard for North American industrial and commercial electrical drawings. It relies heavily on pictorial representations (the zigzag resistor, the semicircle inductor). You will encounter this in 90% of US-based motor control centers (MCCs) and legacy PLC schematics.
- BS 3939 (Legacy UK): Officially withdrawn and replaced by IEC equivalents, but you will still find BS 3939 symbols in British infrastructure, older marine vessels, and legacy railway signaling diagrams. Key differences include specific transistor notations and older relay coil representations.
For authoritative symbol libraries and drafting rules, refer to the IEEE 315 standard documentation or the comprehensive All About Circuits symbol reference.
The 'Rows People Get Wrong' Trap
Even experienced technicians misread specific electric circuit diagram symbols when moving fast. Here are the three most common culprits that lead to bench failures and safety hazards.
1. Polarized vs. Non-Polarized Capacitors
In the IEEE/NEMA standard, a non-polarized capacitor (like a ceramic or film cap) is drawn with one straight plate and one curved plate. The curved plate denotes the outer foil, which should be connected to the lower-impedance or grounded side of the circuit to act as a shield. However, if a '+' sign is added, or if the IEC standard is used where the curved plate explicitly means the negative terminal of an electrolytic capacitor, the meaning changes entirely. The fix: Always look for the polarity marker (+ or -). If you install a polarized tantalum capacitor backward because you assumed it was a ceramic film cap based on the curved plate, it will short and violently pop when power is applied.
2. Normally Open (NO) vs. Normally Closed (NC) Contacts
The difference between an NO and NC contact symbol is just the angle of the slash. An upward slash (away from the contact point) is NO; a downward slash (crossing the contact point) is NC. In densely packed ladder logic diagrams, a slightly smudged print can make an NC look like an NO. The fix: Never trust the ink on a 30-year-old schematic for safety interlocks. Use your multimeter in continuity mode to physically verify the contact state with the machine de-energized and the relay in its resting state.
3. Earth Ground vs. Signal Ground
Earth ground (three horizontal lines) is a safety path meant to trip a breaker during a fault. Signal ground (often a single horizontal line or a downward-pointing hollow triangle) is a 0V reference for logic circuits. Tying a noisy motor chassis to a signal ground because the symbols looked 'close enough' on a faded print will inject massive EMI into your microcontroller, causing brownouts and erratic GPIO behavior.
Safe Interpretation When Markings Are Faded or Missing
Schematics in industrial environments degrade. Thermal cycling, oil mist, and UV exposure fade ink, and physical component markings (like the color bands on a resistor or the stripe on a diode) can burn off during a fault event. When both the diagram and the physical part are illegible, use this deduction protocol:
- Trace the Topology, Not the Symbol: If a symbol is completely obscured by an oil stain, look at what it connects to. A two-terminal component in series with a load and a DC source is almost certainly a current-limiting resistor or a fuse. A component bridging the DC rails is likely a bulk decoupling capacitor.
- Use the DMM Diode Test: If you suspect a semiconductor but can't read the symbol or the physical part, set your multimeter to diode test mode. A standard silicon diode will read ~0.5V to 0.7V in the forward direction and 'OL' in reverse. A MOSFET body diode will read similarly between Source and Drain. This tells you the orientation regardless of what the schematic says.
- Look for Physical Asymmetry: If the schematic symbol for a capacitor is missing, inspect the physical footprint. Electrolytic capacitors have a distinct negative stripe and a longer positive lead (if unclipped). Tantalum beads have a printed line indicating the positive anode (the opposite of aluminum electrolytics). Never guess polarity based on a missing schematic symbol; verify with a known-good reference board or the manufacturer's datasheet.
When dealing with mains voltage and missing ground symbols, always defer to NFPA 70 (NEC) grounding and bonding requirements. If a safety ground symbol is faded and you cannot verify the earth continuity back to the main panel with a low-resistance ohmmeter (reading less than 1 ohm), treat the chassis as energized and do not proceed until a licensed electrician verifies the bonding path.






