A schema symbol is a standardized graphical shorthand for an electrical or electronic component on a wiring diagram, governed globally by IEC 60617 and in North America by ANSI/IEEE 315 and NEMA standards. If you are reading a US industrial motor control panel print, you are likely looking at NEMA symbols; if you are reading a European PLC diagram or modern consumer electronics schematic, you are looking at IEC. Knowing which standard applies to your region and equipment is the difference between a successful troubleshooting session and a shorted control board.
The Master Schema Symbol Reference Table
The table below maps the most common components to their respective regional schema symbols. Use this as your bench reference when cross-referencing physical components against a printed schematic.
| Component | IEC 60617 (Global/EU) | NEMA / ANSI (North America) | Practical Application & Notes |
|---|---|---|---|
| Resistor | Empty rectangle | Zig-zag line | IEC rectangle is standard on PCBs globally; NEMA zig-zag dominates US power and legacy industrial prints. |
| Capacitor (Non-polarized) | Two parallel vertical lines | One straight line, one curved line | The NEMA curve historically indicated the outer foil, but modern practice uses it for all non-polarized caps. |
| Inductor / Coil | Series of half-circles (loops) | Series of full overlapping circles | Used for chokes, solenoids, and relay coils. Add a solid line through the center to denote an iron core. |
| Relay / Contactor Coil | Rectangle with diagonal lines or 'K' designation | Circle (often with 'CR' or 'M' inside) | IEC uses rectangular function blocks; NEMA uses circles to represent the physical coil device. |
| Normally Open (NO) Contact | Two parallel lines with a gap and angled strike | Two parallel lines with a gap and angled strike | Visually identical in both standards. Represents a switch or relay contact that passes current only when energized. |
| Normally Closed (NC) Contact | NO symbol with a diagonal cross-line | NO symbol with a diagonal cross-line | Passes current in the resting state. The cross-line indicates the mechanical interruption when actuated. |
| Transformer | Two adjacent rectangles (or coil sets) with core lines | Two adjacent overlapping circle sets with core lines | Two parallel lines between the windings indicate a laminated iron core; a dashed line indicates ferrite. |
Regional Variants: NEMA vs. IEC Standards
The biggest point of confusion for technicians working on imported machinery or multinational projects is the philosophical difference between NEMA (National Electrical Manufacturers Association) and IEC (International Electrotechnical Commission) schema symbols.
The NEMA Approach (North America)
NEMA symbols, heavily influenced by ANSI/IEEE 315 standards, were developed when electrical diagrams were drawn by hand on large drafting tables. The symbols are highly pictorial and descriptive of the physical device. For example, a relay coil is drawn as a circle because early physical relay coils were literally cylindrical. NEMA schematics often group components by physical location or device function, making them intuitive for electricians pulling wire in a physical panel.
The IEC Approach (Global / European)
IEC 60617 symbols prioritize the electrical function over the physical shape of the component. A relay coil, a solenoid valve, and a motor starter coil are all drawn as identical rectangles, differentiated only by their alphanumeric reference designators (e.g., K1 for relay, Y1 for solenoid). IEC schematics are strictly organized by logical function—power circuits run vertically on the left, while control logic runs horizontally on the right (often called ladder logic). This makes IEC prints vastly superior for PLC programming and complex logic troubleshooting, though they can be disorienting for a technician used to tracing physical wire routes.
For a deeper dive into how these standards map to real-world drafting, the All About Circuits reference section on schematic diagrams provides excellent visual breakdowns of these divergent philosophies.
The "Rows People Get Wrong" Troubleshooting Guide
Even experienced engineers misread specific schema symbols when working quickly. Here are the most common misinterpretations that lead to bench or jobsite errors.
- Polarized vs. Non-Polarized Capacitors: In IEC, a polarized capacitor (like an electrolytic) is indicated by a straight line (positive) and a curved line (negative), often with a '+' sign. A common mistake is assuming the NEMA curved-line symbol (used for all non-polarized caps) implies polarity. Always check for the explicit '+' marker or the shaded negative band on the physical component.
- Earth Ground vs. Chassis Ground vs. Signal Ground:
- Earth Ground: Three horizontal lines of decreasing width. Connects to a physical grounding rod.
- Chassis Ground: Three horizontal lines slanted into a single point, or a single line with three diagonal branches. Connects to the metal enclosure.
- Signal Ground: An empty, downward-pointing triangle. Used as a 0V reference in low-voltage DC logic.
- The Mistake: Tying a noisy VFD chassis ground to a sensitive 5V Arduino signal ground because the schematic used a generic "ground" symbol without specifying the type.
- Time-Delay Relay Contacts: A standard NO contact becomes a time-delay contact when an "umbrella" or "dashed arrow" is added to the strike line. If the umbrella points up, it's an ON-delay (closes after a set time). If it points down, it's an OFF-delay. Misreading this arrow direction is the #1 cause of sequential motor-start failures.
- Current Transformer (CT) vs. Potential Transformer (PT): Both look like transformers, but a CT is often drawn with a single straight line passing through the center of the coil loops (representing the primary conductor passing through the donut core). A PT is drawn as two distinct coil sets. Wiring a 5A CT secondary directly to a 120VAC bus because you misread it as a step-down PT will result in a catastrophic short.
Safe Interpretation When Markings Are Faded or Missing
On legacy industrial equipment, sun-exposed agricultural panels, or poorly archived PDF prints, schema symbols often degrade, fade, or are drawn using non-standard, custom "house" symbols. When the visual reference fails, you must rely on circuit logic and electrical measurement.
Step 1: Deduce by Circuit Position
If a symbol is illegible, look at its position in the circuit topology. Components in series with the main power lines and load are almost always current-limiting or protective (fuses, breakers, CTs, or inductors). Components bridging the line and neutral (or positive and negative rails) are typically voltage-referencing, filtering, or snubber networks (capacitors, MOVs, or bleed resistors).
Step 2: The De-Energized Continuity Trace
When a relay coil symbol is faded and you cannot tell if it is a standard instantaneous relay or a latching relay, use your multimeter.
- De-energize the panel and verify 0V AC/DC at the main bus.
- Set your multimeter to continuity or low-ohms (e.g., Fluke 87V).
- Measure across the suspected coil terminals. A standard 120VAC relay coil will typically read between 1,000 and 10,000 ohms. A 24VDC coil will read much lower (50 to 500 ohms).
- If the reading is open (OL), the coil is burnt out, regardless of what the faded symbol implies.
Step 3: Verify the Logic State
If you are trying to determine if an illegible switch symbol represents a Normally Open (NO) or Normally Closed (NC) limit switch, physically locate the switch on the machine. With the machine in its resting, un-actuated state, measure continuity across the switch's common and signal terminals. Continuity in the resting state confirms it is wired as NC; an open circuit confirms NO. Document your findings directly on the print with a red pen to update the schema symbol for the next technician.






