When you are drafting a control panel schematic or reverse-engineering a legacy motor control center, the first question is never "what does this component do?" It is "which standard was the original engineer using?" Globally, electrical schematics bifurcate into two distinct visual languages: the North American NEMA/NFPA 79 standard and the international IEC 60617 standard. Mixing them on a single drawing creates dangerous ambiguity for the technicians who must eventually troubleshoot the live panel. This reference provides the exact symbol mappings, highlights the most misinterpreted rows, and gives you a concrete decision path for your next drafting project.
Master Reference: NEMA vs IEC Electrical Symbols
The table below maps the most common control and power components across both standards. NEMA symbols tend to be highly literal and pictorial, while IEC symbols rely on abstract, modular geometric shapes. Use this as your bench-side cheat sheet when reading or drawing schematics.
| Component | NEMA / NFPA 79 (North America) | IEC 60617 (Global / EU) | Practical Meaning on the Schematic |
|---|---|---|---|
| Normally Open (NO) Contact | Two parallel horizontal lines separated by a gap, with a diagonal slash bridging the gap from bottom-left to top-right. | Two horizontal lines with a vertical gap; a straight vertical line rests parallel to the gap, not touching. | Circuit is open (no current flow) until the actuating coil or mechanical force closes it. |
| Normally Closed (NC) Contact | Two parallel horizontal lines with a diagonal slash crossing them completely, plus a small diagonal cross-line at the top. | Two horizontal lines bridged by a solid vertical line, with a small diagonal cross-line intersecting the vertical line. | Circuit is closed (current flows) until the actuating force opens it. |
| Relay / Contactor Coil | A simple circle, often with the device designation (e.g., "1M", "CR1") written inside. | A rectangle (or two parallel parentheses), with the designation written adjacent to or inside. | The electromagnetic actuator. When energized, it changes the state of all mechanically linked contacts. |
| Thermal Overload Relay | A box containing a small "heater" symbol (a zig-zag line) and a mechanical trip link. | A rectangle with a specific thermal element symbol (a box with a line through it) and a trip indicator. | Protects the motor from overcurrent by sensing heat. Must be wired in series with the motor contactor coil. |
| Limit Switch | Standard contact symbol with a "roller" operator (a small circle on a lever arm) attached to the top. | Standard contact symbol with a standardized actuator line ending in a specific geometric roller shape. | Activated by physical machine movement. The roller indicates the physical interface type. |
| Ground (Earth) | Three descending horizontal lines of decreasing width, stacked vertically. | Three descending horizontal lines, but often enclosed in a circle or drawn with sharper, equal-width variations depending on the exact ground type. | Safety earth connection. Never confuse with neutral or signal ground. |
The "Rows People Get Wrong" Trap
Even experienced drafters and technicians misread specific symbols when moving between regional standards. Here are the most common failures and how to avoid them.
In NEMA drawings, a diagonal slash on a contact means "motion." If the slash bridges a gap, it's moving to close (NO). If it crosses a solid line, it's moving to open (NC). Technicians trained on IEC often look for the NEMA slash and miss the IEC vertical bar, leading them to assume a safety interlock is closed when it is actually open. Always verify the standard used in the title block before tracing logic.
Coils vs. Motors: In NEMA, both a relay coil and a motor can be represented by a circle. The distinction relies entirely on the letter designation inside (e.g., "M" for Motor, "CR" for Control Relay). IEC solves this by using a circle for motors (with an "M" inside) and a rectangle for coils. If you are drawing a NEMA schematic and forget the designation letter, the panel builder will wire a 480V motor directly to a 24VDC control circuit.
Actuator Operators: NEMA uses highly literal drawings for switch actuators (a literal diamond for a pressure switch, a literal propeller for a flow switch). IEC abstracts these into a standard mechanical line with a geometric modifier at the end (a semicircle for pressure, an arrow for flow). Drafters frequently draw a NEMA literal actuator onto an IEC modular contact, creating a "Frankenstein" symbol that CAD software will not recognize for netlist generation.
Safe Interpretation: Faded Markings and Legacy Panels
When you are troubleshooting a 30-year-old machine, the physical panel labels are often faded, and the original schematic might be a coffee-stained blueprint using obsolete symbols (like the old UK BS 3939 standard, which blended early IEC concepts with unique local quirks).
If you cannot clearly read a symbol or a physical label, never assume the circuit state based on a guessed symbol. Follow this bench procedure:
- De-energize and LOTO: Shut off the main disconnect and apply a Lockout/Tagout device.
- Verify Dead: Use a Category III or IV rated multimeter (like the Fluke 117 True-RMS) to test Line-to-Line and Line-to-Ground. Confirm the meter reads 0V.
- Continuity Trace: Switch your meter to continuity mode. Place one probe on the common terminal of the mystery component and the other on the NO/NC terminals. Manually actuate the device by hand. The terminal that beeps when unactuated is your NC; the one that beeps only when pressed is your NO.
- Redline the Drawing: Physically draw the correct, modern symbol over the faded one on your working copy and note the verified terminal numbers (e.g., "13/14 for NO, 21/22 for NC" in IEC numbering).
Decision Tree: Which Symbol Standard to Draw
Do not mix standards. Use this decision matrix to lock in your symbol library before opening your CAD software.
| Project Condition | If True... | Concrete Standard Pick |
|---|---|---|
| Equipment will be installed and inspected in the US or Canada. | UL/CSA listing and NEC/NFPA 79 compliance required by local AHJ. | Use NEMA / NFPA 79 |
| Equipment is destined for the EU, UK, Australia, or Asia. | CE/UKCA marking and IEC 60204-1 machine safety compliance required. | Use IEC 60617 |
| Integrating a new PLC into an existing 1990s US control panel. | Must match existing panel documentation for maintenance continuity. | Use NEMA / NFPA 79 (Match legacy) |
| Drafting a schematic for a custom PCB or low-voltage DC embedded system (under 50V). | Industrial power standards do not apply; focusing on logic and silicon. | Use IEEE 315 / ANSI Y32.2 (Electronic symbols) |
Recommended CAD Libraries for 2026 Drafting
Once you have selected your standard via the decision tree above, you must load the exact corresponding library in your drafting software to ensure automated wire numbering and bill of materials (BOM) generation work correctly.
jic125 icon menu for NEMA (based on a 1/4-inch grid) or the iec-24 icon menu for IEC. For EPLAN Electric P8, select the IEC_Symbols or NFPA_Symbols macro libraries during project creation. Mixing these libraries in a single project will break the automatic terminal strip generation.
For hobbyists and embedded engineers using KiCad to draw DC control logic, the built-in libraries default to IEEE/ANSI electronic symbols. If you are drafting the 24VDC relay logic section of a machine, you will need to import custom IEC 60617 symbol libraries from the NFPA community repositories or third-party GitHub archives, as KiCad's native library is optimized for PCB silicon, not industrial contactors.
Standardize your title block to explicitly state "Symbols per NFPA 79" or "Symbols per IEC 60617" in the bottom right corner. This single line of text prevents hours of troubleshooting confusion for the next technician who inherits your panel.






