Master Reference: NEMA vs IEC Diagram Electrical Symbols
Because we cannot draw vector graphics in a text reference, this table describes the exact geometric shapes used in the two dominant global standards: NEMA/ANSI/IEEE 315 (primarily North America) and IEC 60617 (Europe, UK, Australia, and global exports).
| Component | NEMA (US) Symbol Shape | IEC (Global) Symbol Shape | Practical Meaning in Circuit |
|---|---|---|---|
| Resistor | Zigzag line | Empty rectangle | Limits current flow; drops voltage and dissipates heat. |
| Capacitor (Non-Polarized) | Two parallel straight lines separated by a gap | Two parallel straight lines separated by a gap | Stores electrostatic energy; blocks DC, passes AC. |
| Capacitor (Polarized) | One straight line, one curved line (plus sign on straight side) | One straight line, one curved line (plus sign on straight side) | Electrolytic/Tantalum storage; must observe polarity to avoid venting. |
| Inductor / Coil | Four looped semicircles in a row | Solid rectangle with diagonal hash lines | Stores magnetic energy; chokes high-frequency AC. |
| NO Pushbutton | Gap with a horizontal line suspended above | Gap with a diagonal slash bridging the top | Normally Open: Circuit is open at rest, closes when pressed. |
| NC Pushbutton | Gap with a horizontal line and a diagonal slash through it | Gap with a diagonal slash and an intersecting vertical line | Normally Closed: Circuit is closed at rest, opens when pressed. |
| Relay / Contactor Coil | Simple circle (often with K or CR prefix) | Rectangle with diagonal lines inside (often with K prefix) | Electromagnet that actuates mechanical contacts when voltage is applied. |
| Earth Ground | Three descending horizontal lines (widest at top) | Three descending horizontal lines (widest at top) | Safety connection to physical earth/ground rod. |
| Chassis Ground | Three diagonal lines slanting down from a horizontal bus | Three diagonal lines slanting down from a horizontal bus | Connection to metal enclosure for shielding and fault return. |
Rows People Get Wrong (And How to Fix Them)
Even experienced technicians misread specific symbols when fatigued or rushing. Here are the most dangerous traps in diagram electrical symbols and how to avoid them.
A 'Normally Open' (NO) limit switch on a CNC machine is open when the machine is at rest. If you mistakenly wire an NO switch as an Emergency Stop (E-Stop), the machine will run normally until you hit the button. E-Stops and safety interlocks MUST always be wired as Normally Closed (NC). If an NC wire breaks or a terminal vibrates loose, the circuit opens and the machine faults safely. An NO wire breaking just silently defeats the safety switch.
Ground vs. Chassis Ground
Do not interchange Earth Ground and Chassis Ground on a schematic. Earth ground (the three descending horizontal lines) routes fault current to a physical grounding electrode system (ground rod). Chassis ground (the slanted lines) connects to the metal DIN rail or panel backplate to drain high-frequency noise and provide a local equipotential bonding plane. Tying a sensitive analog sensor return to Earth Ground instead of Chassis Ground will often introduce 60Hz/50Hz mains hum into your signal.
Polarized vs Non-Polarized Capacitors
If the symbol has a curved plate and a '+' sign, it is an electrolytic or tantalum capacitor. Wiring a 470µF 25V electrolytic capacitor backward in a 12V power supply filter will cause the dielectric oxide layer to break down, leading to thermal runaway, venting, and potentially an explosion. If the symbol shows two flat, parallel lines, use a film or ceramic capacitor which can be installed in either direction.
Regional Standards: Which Rulebook Applies to You?
Schematic symbols are not universal. The standard you must follow depends on your region, the equipment's origin, and the local Authority Having Jurisdiction (AHJ).
- North America (NEMA / ANSI / IEEE 315): Dominates US and Canadian industrial panels. Characterized by zigzag resistors, circle-based relay coils, and ladder-logic formatting. IEEE 315 is the governing standard for these graphic symbols.
- Europe, UK, Australia & Global (IEC 60617): The international baseline. Uses rectangular resistors, rectangular relay coils, and functional (rather than physical) layout diagrams. The IEC 60617 database is the definitive source. In the UK, this replaced the old BS 3939 standard decades ago, though you may still find BS 3939 prints in legacy facilities built before the 1990s.
- Electronics / PCB Level (IEEE 315 / IEC 60617): For low-voltage DC electronics (Arduino, ESP32, Raspberry Pi, custom PCBs), the symbol sets merge. You will almost universally see the zigzag resistor and semicircle inductor in KiCad, Altium, and Eagle, regardless of your physical location.
Decision Path: Selecting Your Symbol Standard
Use this decision matrix to lock in the correct symbol library for your next schematic or panel build. Do not mix standards on a single drawing.
| If your project is... | Then use this standard... | Software Library to Load |
|---|---|---|
| A new industrial control panel for a US-based factory | NEMA / JIC (ANSI/IEEE 315) | AutoCAD Electrical 'JIC' or SkyCAD 'NEMA' |
| An industrial panel for EU/UK/AU export or CE marking | IEC 60617 | AutoCAD Electrical 'IEC' or EPLAN |
| A residential wiring diagram (US home DIY) | NEC / NEMA architectural symbols | Standard architectural stencil packs |
| A low-voltage DC electronics PCB (Microcontrollers) | IEEE 315 (US-style electronics) | KiCad default or Altium standard library |
Safe Interpretation When Markings Are Faded or Missing
In the field, you will frequently encounter 30-year-old ladder logic prints that are sun-faded, oil-stained, or torn, making it impossible to tell if a contact symbol was drawn as NO or NC. Similarly, physical relay labels often flake off. Never guess based on wire color or physical position. Follow this exact verification sequence:
- De-energize and Lock Out: Throw the main disconnect to OFF. Apply your Lockout/Tagout (LOTO) padlock.
- Verify Dead: Use a CAT III or CAT IV rated multimeter (e.g., Fluke 87V). Test the meter on a known live source, test the target circuit to confirm 0V AC/DC, then test the known live source again to verify the meter didn't blow its internal fuse during the test (Live-Dead-Live method).
- Continuity Test the Contact: Set your multimeter to Continuity (the diode/beep symbol). Place the red and black probes across the two terminals of the mystery contact.
- If the meter beeps (reads < 1 ohm) while the relay coil is de-energized and the button is unpressed, it is a Normally Closed (NC) contact.
- If the meter reads OL (Open Loop) at rest, it is a Normally Open (NO) contact.
- Force the State: Manually press the pushbutton or use a small insulated tool to press the relay armature. The continuity state must invert. If it does not invert, the mechanical linkage is broken or the contacts are welded shut—replace the component immediately.
By relying on physical continuity testing rather than trusting degraded diagram electrical symbols, you eliminate the risk of wiring a safety circuit backward and ensure the panel operates exactly as engineered.






