Skip to main content

Featured Post

Why I Wrote The Sheet Mechanic (And Why Calculations Aren’t Enough)

For engineers who already know the math—but still lose projects. For the last few years, I’ve been sharing technical guides here on Mechanical Design Handbook —how to size a motor, how to calculate fits, and (as you recently read) how to choose between timing belts and ball screws. But after 25 years in industrial automation, I realized something uncomfortable: Projects rarely fail because the math was wrong. They fail because: The client changed the scope three times in one week. A critical vendor lied about a shipping date (and no one verified it). The installation technician couldn’t fit a wrench into the gap we designed. University taught us the physics. It didn’t teach us the reality. That gap is why I wrote my new book, The Sheet Mechanic . This is not a textbook. It is a field manual for the messy, political, and chaotic space between the CAD model and the factory floor. It captures the systems I’ve used to survive industrial projec...
NEW RELEASE: Stop trying to be a Hero. Start being a Mechanic. Get "The Sheet Mechanic" on Amazon »
Disclosure: As an Amazon Associate, I earn from qualifying purchases.

Normally Open vs Normally Closed: Safety & Failsafes

The Failure Scenario: You wire your 3D printer's limit switch as Normally Open (NO). One day, a mouse chews through the wire. You tell the printer to "Home." Because the wire is cut, the controller thinks the switch is open (safe). The machine crashes the nozzle into the bed and grinds the motors until you pull the plug.

This is why Normally Closed (NC) is the industrial standard for safety. If the wire breaks, the machine stops immediately.

Choosing between NO and NC isn't just a preference—it determines whether your machine fails safely or catastrophically. This guide explains the logic.

Advertisement

1. What is the Difference? (State Logic)

The terms refer to the state of the switch contacts when nothing is touching them.

  • Normally Open (NO): The circuit is broken (OFF) by default. Pushing the button completes the circuit (ON).
    Example: A doorbell.
  • Normally Closed (NC): The circuit is connected (ON) by default. Pushing the button breaks the circuit (OFF).
    Example: An Emergency Stop button.

2. The Failsafe Rule (Why NC Wins)

In engineering, we assume wires will eventually break or come loose. We must design for that failure.

Wiring diagram showing failsafe difference between Normally Open and Normally Closed switches
Figure 1: If an NO wire breaks (Left), the controller thinks everything is fine. If an NC wire breaks (Right), the controller detects a "Stop" signal immediately.

The Broken Wire Test

  • NO Wiring: A broken wire looks exactly like an "Open" switch. The controller has no way to know the sensor is disconnected. Result: Crash.
  • NC Wiring: A broken wire looks exactly like a "Triggered" switch. The controller thinks the endstop has been hit and stops movement. Result: Safe Stop.

3. Common Mistakes in Practice

Mistake #1: Wiring E-Stops as NO.
If you wire an Emergency Stop button as Normally Open, and the wire vibrates loose, hitting the button will do absolutely nothing. E-Stops must ALWAYS be NC.

Mistake #2: Ignoring Controller Defaults.
Most 3D printer firmware (Marlin) expects NC switches by default. If you wire them as NO without changing the firmware, the printer will think the endstops are constantly triggered and refuse to move.

Advertisement

4. When to Use NO vs NC

Feature Normally Open (NO) Normally Closed (NC)
Default State Disconnected (OFF) Connected (ON)
Broken Wire Behavior Fails Dangerously (No Signal) Fails Safely (Triggers Stop)
Power Consumption Zero (until pressed) Tiny (continuous current)
Best Application Start Buttons, Doorbells Limit Switches, E-Stops

Recommended Components


For engineers who already know the math—but still lose projects.

University taught us the physics. It didn’t teach us the reality. The Sheet Mechanic is a field manual for the chaotic space between the CAD model and the factory floor.

The math makes the machine work.
The Sheet Mechanic makes the project work.

About the Author:
This article is written by a mechanical design engineer specializing in industrial automation, sensor selection, and closed-loop control systems.

As an Amazon Associate, I earn from qualifying purchases.

Comments

Popular posts from this blog

High-Speed Automation: The Mechanics of Sankyo SANDEX Indexing

In my design work for high-speed automation, I've frequently relied on indexing boxes from the Japanese manufacturer Sankyo Seisakusho . The SANDEX series is a generic name for their cam units that utilize the superior Roller Gear Cam mechanism . Sankyo's core technology combines a precision-machined globoidal cam with a follower turret fitted with high-capacity needle bearings. To visualize how this robust mechanism works, consider the conceptual model below. Figure 1: A conceptual model illustrating the interaction between the input roller gear cam (bottom) and the output follower turret (top). Advertisement The Superior Mechanics of the Roller Gear Cam As depicted conceptually in Figure 1 , the SANDEX unit uses a continuous rib on the input shaft to drive the output turret. This is a significant upgrade over traditional Geneva mechanisms . Geneva drives suffer from high impact shock at the start and stop of motion due to inhere...

Watt Straight-Line Linkage: Analysis and Automotive Uses

Figure 1: Watt's linkage example geometry and path generation. Introduction to Watt's Linkage The Watt's linkage (also known as the parallel motion linkage) is a cornerstone in the history of mechanical engineering. It is a type of four-bar linkage originally invented by James Watt in the late 18th century to solve a critical problem in steam engine design: constraining the piston rod to move in a straight line without using high-friction guideways. Before this invention, engines used chains to connect the piston to the beam, which meant they could only pull, not push. Watt's rigid linkage allowed for double-acting engines (pushing and pulling), doubling the power output. He was immensely proud of this kinematic solution, describing it in a 1784 letter to his partner Matthew Boulton: "I have got a glimpse of a method of causing a piston rod to move up and down perpendicularly by only fixing it to a piece of iron u...

Dowel Pins & Locating Pins: The Basics of Fixture Design

Dowel pins are precision cylindrical pins used for accurate part alignment in assemblies. They control position, not clamping force. This guide explains tolerances, fits, sizing rules, and design best practices. Figure 1: A typical fixture setup. Notice how dowel pins (silver) provide precise location, while bolts (not shown here) provide the clamping force. In the world of Precision Engineering , the difference between a high-quality product and a scrap part often comes down to microns. While bolts hold parts together, they are terrible at positioning them. This is where Dowel Pins and Locating Pins become essential components in industrial tooling . Advertisement What is a Dowel Pin? Dowel pins are precision-ground fasteners used to secure the relative position of two parts. They are typically machined to extremely tight tolerances (often within 0.0001 inches) and are available in materials like: Hardened Steel: For high-wea...