The normally closed symbol (NC) represents a switch, relay, or contactor contact that allows current to flow in its unactuated, resting state. When the device is physically triggered or energized, the contact opens, breaking the circuit. This is the foundational building block for fail-safe systems, emergency stops, and industrial interlocks. Because global manufacturing mixes IEC, NEMA, and legacy standards on the same factory floor, misreading an NC symbol can lead to dangerous wiring faults or unintended machine startup.
Master Reference Table: NC Symbols Across Standards
The visual representation of a normally closed contact changes depending on the drafting standard and the domain (electrical vs. fluid power vs. software). Below is the definitive reference for identifying the normally closed symbol across the most common engineering standards.
| Standard / Domain | Visual Description | Schematic Representation | Common Application |
|---|---|---|---|
| IEC 60617 (Global/EU/Modern US) | A straight line representing the conductor, a gap, and a diagonal line crossing the gap representing the movable contact resting on the closed terminal. | Line with a diagonal slash across a break (often with a mechanical linkage line to the coil). | Modern motor control centers, PLC schematics, EU machinery. |
| NEMA / JIC (US Industrial Legacy) | A switch blade drawn resting against the contact point, often accompanied by an 'NC' text label or a specific geometric arrangement of the contact crossbar. | Blade resting on a fixed dot, sometimes enclosed in a standard NEMA contact box. | Legacy US manufacturing, older Allen-Bradley MCC buckets. |
| PLC Ladder Logic (IEC 61131-3 / AB) | Two vertical parallel lines with a diagonal slash through the center. | |/| (Examine If Open / Normally Closed instruction). |
Allen-Bradley, Siemens TIA Portal, automation programming. |
| Pneumatic/Hydraulic (ISO 1219) | A square valve block with internal arrows showing flow path, and a spring symbol on one end indicating the resting (closed) state. | 3/2 or 5/2 directional valve symbol with spring return blocking the primary port. | Fluid power circuits, actuator control, pneumatic presses. |
| Old UK (BS 3939 - Withdrawn) | A horizontal line with a hinged flap resting downwards onto a fixed contact point. | Hinged switch blade resting on a lower terminal (replaced by IEC in 1990s). | Vintage British control panels, retrofitted legacy machinery. |
Regional Variants and the 'Rows People Get Wrong'
While the IEC 60617 standard has largely unified global electrical schematics, you will still encounter NEMA symbols in older US facilities and BS 3939 symbols in legacy UK infrastructure. The IEC standard uses the diagonal slash to denote the 'closed' resting state, whereas NEMA relies more heavily on the physical orientation of the drawn blade and text annotations. For a deeper dive into mechanical switch types, All About Circuits provides an excellent breakdown of switch mechanisms.
However, the biggest hazards don't come from regional differences; they come from misinterpreting what the symbol actually means in practice. Here are the rows and concepts people consistently get wrong:
1. The PLC Logic Trap: |/| vs. Physical NC Wiring
This is the most common mistake made by junior automation technicians. If you wire a physical Normally Closed emergency stop button to a PLC input, the input receives 24V DC when the machine is at rest. Therefore, in your PLC ladder logic, you must use a Normally Open (| |) instruction to pass the logic, because the physical input is already 'high'. If you use the PLC's normally closed symbol (|/|) in the code for a physical NC switch, the logic will be inverted, and the machine will refuse to run until the E-stop is pressed.
2. 'Normally' Means 'Unactuated', Not 'Normal Operation'
In an emergency stop circuit, the machine is running (which is 'normal operation'), but the E-stop button is unactuated. The NC contact remains closed during normal machine running. 'Normally' strictly refers to the physical resting state of the component when no external force or coil voltage is applied.
3. Form-C (SPDT) Relay Confusion
When looking at a relay like the Finder 40.52 or an Omron LY2, the NC contact shares a Common (C) terminal with the Normally Open (NO) contact. People often wire the load to the Common terminal and the supply to the NC terminal, but forget that when the coil energizes, the Common terminal physically disconnects from NC and connects to NO. Always trace the Common terminal on the schematic.
Safe Interpretation When Markings Are Faded or Missing
On aging control panels, thermal cycling and oil mist often destroy the printed NC/NO labels on contactor auxiliary blocks (like the Siemens 3RH series). Never guess the contact state based on physical position alone. Follow this strict verification procedure:
- Isolate the Component: Disconnect the wires from the suspect contact terminals to prevent parallel circuit paths from giving false continuity readings.
- Set Multimeter to Continuity: Use a reliable meter (e.g., Fluke 87V) set to the continuity/diode mode. Short the probes to verify the meter beeps and reads < 1.0 Ω.
- Test at Rest: Place probes on the Common and suspected NC terminals. If the meter reads < 1.0 Ω and beeps without you touching the switch mechanism, it is a Normally Closed contact.
- Test Actuated: Manually press the switch button or push the contactor armature in with an insulated tool. The meter should immediately read 'OL' (Over Limit) or infinite resistance. If it still shows continuity, the contacts are likely welded shut from a past short-circuit event and the block must be replaced.
Real-World Application: Wiring a Fail-Safe E-Stop
The primary reason the normally closed symbol dominates safety circuits is the 'fail-safe' principle. If you use a Normally Open symbol for an E-stop, a broken wire means the button will fail to stop the machine when pressed. By using NC contacts, the safety circuit is energized during normal operation; if a wire breaks, a terminal loosens, or the button is pressed, the circuit opens and drops out the main safety contactor.
For modern machinery requiring ISO 13849-1 Performance Level e (PL e) or Category 4, a single NC contact is insufficient. You must use a dual-channel setup. This involves a switch like the Siemens 3SU1.5 emergency stop, which contains two independent NC contacts. Both NC contacts are wired in series to a dedicated safety relay (such as a Pilz PNOZ X3). The safety relay continuously monitors both channels; if one NC contact fails to open when the button is pressed (e.g., due to mechanical binding), the relay detects the discrepancy, locks out the machine, and requires a manual fault reset.






