Electrical drafting symbols are the exact coordinates of circuit design. Misreading a Normally Open (NO) contact as Normally Closed (NC) on a 480V motor starter schematic does not just cause a software bug; it causes an arc flash. Because North America and the rest of the world use fundamentally different visual languages for the same components, knowing which standard you are looking at is a baseline safety requirement.
Core Electrical Drafting Symbols Reference Table
The table below maps the most common components to their visual representations across the two dominant global standards. Use this as your bench-side decoder when reading unfamiliar schematics.
| Component | ANSI/IEEE 315 (North America) | IEC 60617 (International) | Practical Meaning & Bench Note |
|---|---|---|---|
| Resistor | Zigzag line | Hollow rectangle | Current limiting. IEC rectangles often include the wattage rating inside the box. |
| Capacitor (Non-polarized) | Two parallel straight lines | Two parallel straight lines | Energy storage/filtering. Visually identical in both standards. |
| Capacitor (Polarized) | One straight line, one curved line | Two parallel lines with a '+' sign | Electrolytic/Tantalum. The curved plate in ANSI always denotes the negative terminal. |
| Inductor / Coil | Series of connected semi-circles (loops) | Series of connected semi-circles or a rectangle with a diagonal line | Magnetic storage. Watch for core material lines (solid = iron, dashed = ferrite). |
| Diode | Triangle pointing to a vertical line | Triangle pointing to a vertical line | One-way current flow. Triangle points toward the cathode (negative side). |
| NPN Transistor | Circle with vertical bar, emitter arrow pointing OUT | No circle, vertical bar, emitter arrow pointing OUT | Switching/amplification. IEC drops the boundary circle to save schematic space. |
| SPST Switch (Momentary) | Line with a hinged lever (no slash) | Line with a hinged lever (no slash) | Pushbutton. Returns to default state when released. |
| SPST Switch (Maintained) | Line with a hinged lever and a diagonal slash | Line with a hinged lever and a mechanical latch symbol | Toggle switch. Stays in position until physically moved again. |
| Earth Ground (Safety) | Three descending horizontal lines | One vertical line with three downward branches | Safety earth. Connects to the grounding rod or panel ground bus. |
Regional Standards: ANSI/NEMA vs. IEC vs. Old UK
The visual language of a schematic is dictated by the region where the equipment was engineered or the regulatory body governing the installation. Applying US wiring logic to a European machine panel is a fast track to a short circuit.
| Standard | Designation | Primary Region | Key Characteristics |
|---|---|---|---|
| ANSI/IEEE | IEEE 315 / Y32.2 | USA, Canada, Mexico | Highly illustrative. Uses circles for transistors, zigzags for resistors, and explicit mechanical linkages for relays. Dominates US industrial control panels (NFPA 70 NEC environments). |
| IEC | IEC 60617 | Europe, Asia, Global Export | Highly abstract and modular. Uses rectangles for most passive components. Drops boundary circles. Designed for dense, multi-page PLC and automation schematics. |
| British Standard (Legacy) | BS 3939 | UK (Pre-1990s) | Largely obsolete but still found in legacy UK infrastructure. Similar to IEC but uses unique cross-hatching for certain contacts and older ground symbols. |
The 'Rows People Get Wrong' Trap
Even experienced technicians misread specific symbol variations when moving between ANSI and IEC drawings. These are the most common traps that lead to hardware damage or safety hazards.
In ANSI, the curved plate on a capacitor symbol strictly indicates the negative terminal. If you are reading an old US schematic and assume the curve is just a stylistic choice for a ceramic cap, you might install a polarized electrolytic capacitor backward. On a 400V DC bus, reverse-biasing an electrolytic cap will cause the dielectric to break down, leading to a violent venting explosion.
In ANSI, a diagonal slash across a switch or relay contact means it is mechanically maintained (latching). In IEC, latching is often denoted by a small mechanical latch symbol or a dot. Confusing a momentary pushbutton (no slash) with a maintained toggle switch (slash) in a motor control circuit means the machine will either fail to stay on, or worse, fail to turn off when the operator releases the button.
Never confuse Earth Ground (safety) with Signal Ground (0V reference). In IEC, Earth ground is a single line with three branches, while signal ground is a hollow triangle pointing down. Tying a sensitive 5V logic signal ground directly to a noisy 480V Earth ground bus because the symbols looked 'similar enough' will inject massive common-mode noise into your microcontroller, causing brownouts and erratic GPIO behavior.
Decision Tree: Which Symbol Standard Should You Use?
When starting a new schematic, configuring your EDA software, or drafting a panel layout, use this decision path to lock in the correct standard. Do not mix standards on a single drawing.
- IF you are designing an industrial control panel for a US-based facility subject to UL508A and NEC inspection THEN use ANSI/IEEE 315. The local Authority Having Jurisdiction (AHJ) will expect zigzag resistors and illustrative relay coils.
- IF you are designing machinery for export to the EU, requiring CE marking and compliance with IEC 60204 THEN use IEC 60617. European inspectors will reject ANSI-style diagrams in technical construction files.
- IF you are designing a printed circuit board (PCB) using modern EDA tools (KiCad, Altium, Eagle) for global manufacturing THEN use IEC 60617.
- IF you are repairing a legacy UK machine tool built before 1995 THEN reference BS 3939 archives, but translate your replacement sub-circuits to modern IEC.
Safe Interpretation When Markings Are Faded or Missing
In the field, you will frequently encounter legacy control panels where the thermal-transfer printed schematics have faded, or where a previous technician modified the wiring without updating the IEC official symbols database printout. Never trust faded ink over a physical measurement.
The Verification Protocol:
- De-energize and Lockout: Shut off the main disconnect. Apply your Lockout/Tagout (LOTO) device. This is non-negotiable for anything over 50V.
- Verify Dead: Use a CAT III or CAT IV rated multimeter (like a Fluke 87V) to test Line-to-Line and Line-to-Ground. Confirm 0V.
- Continuity Check the Symbol: If the schematic shows a Normally Closed (NC) thermal overload contact, but the physical symbol is faded beyond recognition, place your meter probes across the two terminals of the overload block. Set the meter to continuity/ohms.
- Interpret the Data: If the meter reads < 1.0 ohm, the circuit is closed (NC). If it reads 'OL' (Open Loop), the circuit is open (NO, or the overload has tripped).
- Redline the Print: Once verified, physically draw the correct, modern symbol over the faded one with a red pen and date your initials. Leave the panel better than you found it.
By anchoring your workflow to a single, verified standard and treating the physical hardware as the ultimate source of truth when drawings degrade, you eliminate the guesswork that leads to catastrophic wiring failures.






