Inst ToolsInst ToolsInst Tools
  • Courses
  • Automation
    • PLC
    • Control System
    • Safety System
    • Communication
    • Fire & Gas System
  • Instrumentation
    • Design
    • Pressure
    • Temperature
    • Flow
    • Level
    • Vibration
    • Analyzer
    • Control Valve
    • Switch
    • Calibration
    • Erection & Commissioning
  • Interview
    • Instrumentation
    • Electrical
    • Electronics
    • Practical
  • Q&A
    • Instrumentation
    • Control System
    • Electrical
    • Electronics
    • Analog Electronics
    • Digital Electronics
    • Power Electronics
    • Microprocessor
  • Request
Search
  • Books
  • Software
  • Projects
  • Process
  • Tools
  • Basics
  • Formula
  • Power Plant
  • Root Cause Analysis
  • Electrical Basics
  • Animation
  • Standards
  • 4-20 mA Course
  • Siemens PLC Course
Reading: Why Use Normally-Closed Contact for Stop Buttons?
Share
Notification Show More
Font ResizerAa
Inst ToolsInst Tools
Font ResizerAa
  • Courses
  • Design
  • PLC
  • Interview
  • Control System
Search
  • Courses
  • Automation
    • PLC
    • Control System
    • Safety System
    • Communication
    • Fire & Gas System
  • Instrumentation
    • Design
    • Pressure
    • Temperature
    • Flow
    • Level
    • Vibration
    • Analyzer
    • Control Valve
    • Switch
    • Calibration
    • Erection & Commissioning
  • Interview
    • Instrumentation
    • Electrical
    • Electronics
    • Practical
  • Q&A
    • Instrumentation
    • Control System
    • Electrical
    • Electronics
    • Analog Electronics
    • Digital Electronics
    • Power Electronics
    • Microprocessor
  • Request
Follow US
All rights reserved. Reproduction in whole or in part without written permission is prohibited.
Inst Tools > Blog > PLC Tutorials > Why Use Normally-Closed Contact for Stop Buttons?

Why Use Normally-Closed Contact for Stop Buttons?

The main advantage of using normally-closed contact for stop buttons is to detect the wire breaks in the electrical circuits.

Last updated: March 14, 2023 4:31 pm
Viral Nagda
PLC Tutorials
No Comments
Share
6 Min Read
SHARE

A digital input, be it for PLC or any relay circuit, has two types of contacts – normally open (NO) and normally closed (NC). To design any electrical control circuit, a designer must be able to understand the difference between them and decide what to use for control.

Contents
What is Normally-Open Contact?What is Normally-Closed contact?Why use normally closed contact for stop buttons?

One such circuit is for a stop button. It can be a normal push button used to stop a process or an emergency push button. Designers use NO or NC according to their convenience to design a circuit for stop buttons.

But, it is recommended to use the normally closed type for them. In this post, we will learn why to use normally closed circuits for stop buttons.

What is Normally-Open Contact?

As discussed earlier, NO stands for normally open. The NO contact is normally open, but when energized, it closes the circuit and allows the flow of electricity through it. When de-energized again, it opens itself and blocks the flow of electricity.

What is Normally-Open Contact

So, in open conditions, it is the normal state. Refer to the above image. When the relay is energized, its contact will close and allow current to flow from the power supply to the lamp. When the relay is again deactivated, its contact will open and stop the flow of current.

What is Normally-Closed contact?

As discussed earlier, NC stands for normally close. The NC contact is normally closed, but when energized, it opens the circuit and blocks the flow of electricity through it. When de-energized again, it closes itself and allows the flow of electricity.

What is Normally-Closed Contact

So, in the closed condition, it is the normal state. Refer to the above image. When the relay is energized, its contact will open and block current to flow from the power supply to the lamp. When the relay is again deactivated, its contact will close and allow the flow of current.

Why use normally closed contact for stop buttons?

Now, let us come back to our topic as we have understood the basics first. Consider we have taken three elements for understanding – a start push button, a stop push button, and a motor.

Refer to the below image for the circuit we have drawn. The motor is imaginary; it is triggered by a relay shown in the image. What we see here is the start pushbutton (PB) is normally open and the stop pushbutton (PB) is normally closed.

When the start PB is pressed, the power flows from the start pushbutton to the stop pushbutton and the relay triggers it. Once on, the relay contact will also get closed and latch the circuit. Now, even if the start PB is released, the power will flow from the relay contact latched.

Now, to stop the power flow, you have to press the stop pushbutton. If pressed, it will open and de-latch the relay. This will stop the power flow as both the start pushbutton and relay contacts are now open.

Why Use Normally-Closed Contact for Stop Buttons

There are mechanical type stop buttons too in which it is normally open and it is always thus pushed up. This means it is behaving like a closed switch. When pressed, it will open the circuit and stop the power flow; which means the button has come back to its normal state.

The main advantage of using the stop pushbutton as NC is that suppose the wire breaks inside the contact. This means that it is open now. How many times do you press the start pushbutton; the power will not flow as the stop pushbutton is open now due to a wire break. This will alert the operator and ask him to troubleshoot the system. In short, the motor too will not get on and remain in a safe condition as the stop pushbutton is not working properly.

Now consider a scenario where the wire has broken in a normally-open stop pushbutton. The operator is pressing the button continuously, but it is not activating and not breaking the power flow. The motor is running abnormally and the system is not halting at all. This will damage the system.

Why this happened; because already the stop pushbutton was normally open and in that, its wire too broke; meaning open condition on open condition. So, it is thus not a good practice to use stop push buttons as normally open types.

This is because the normally closed contact as an input actuator won’t create dangerous situations under failure. Meaning that when a failure occurs (the wire-break), the input will act as the normally closed contact has been activated.

So, if the wire to the stop button breaks, the same will happen as if someone activated the stop button. The latch will break.

If you liked this article, then please subscribe to our YouTube Channel for Instrumentation, Electrical, PLC, and SCADA video tutorials.

You can also follow us on Facebook and Twitter to receive daily updates.

Read Next:

  • Advanced PLC Online Course
  • HRC Fuse Principle and types
  • PLC Functional Block Diagrams
  • Choose HMI for Your Application
  • What is a Displacement Transducer?
  • How to Test Battery with Multimeter?
Don't Miss Our Updates
Be the first to get exclusive content straight to your email.
We promise not to spam you. You can unsubscribe at any time.
Invalid email address
You've successfully subscribed !

Continue Reading

How to Code a FIFO Queue in STL Language in Siemens PLC?
Automatic Packing of Bottles Programming
Typical HMI Screen Design for Water Treatment Plant
How to Use Encode and Decode Instructions in PLC ?
Components of SCADA
ON Delay Timer using PLC
Share This Article
Facebook Whatsapp Whatsapp LinkedIn Copy Link
Share
Leave a Comment

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Stay Connected

128.3kFollowersLike
69.1kFollowersFollow
210kSubscribersSubscribe
38kFollowersFollow

Categories

Explore More

How to Choose a Suitable HMI for Your Application?
What are User Defined Function Blocks in PLC?
VFD Interview Questions and Answers – Electrical Drives
OMRON PLC Tutorial: Car Parking System Application
Difference between Machine Expert Basic and Machine Expert – Schneider PLC
#19 PLC Best Practices – Monitor PLC Memory Usage
Basics of Sinking and Sourcing – Automation System MCQ
PLC Motor Operation based on Time Cycle Sequence – Program

Keep Learning

PLC Program for Filling Operation

PLC Program for Continuous Filling Operation

PLC Memory Organization - Data Files and Program Files

PLC Memory Organization – Data Files and Program Files

Free Schneider PLC Training - Automation Course

Free Schneider PLC Training – Automation Course

Manual sequential logic in Schneider PLC

Programming Schneider PLC Manual Sequential Machine

PLC Program to Control Motor Speed using VFD Drive

Motor Speed Control using VFD and PLC Programming

Multiple Pumps Control using PLC

Multiple Pumps Control using PLC

Understanding the Scan Cycle of SIEMENS PLC

Understanding the Scan Cycle of SIEMENS PLC

PLC Control for Baking Machines Logic

PLC Programming for Baking with Auto and Manual Modes

Learn More

Process Control Terms

143 Process Control Terms and Glossary – Questions Answers

Calibration Interview Questions and Answers

Calibration Interview Questions and Answers

Pollution Monitoring Instruments Questions and Answers

Hydrocarbons Questions & Answers

Hydraulic Actuated Lift

Oil and Air Pressure Actuated Lifts Questions

How to test SCR using Multimeter

How to test SCR using Multimeter

Siemens PLC

#20 PLC Best Practices – Identify Critical Alerts

Database for each safety module

Global Acknowledgment Instruction in Safety PLC

thin-layer chromatography

Thin-Layer Chromatography : Manual Method

Menu

  • About
  • Privacy Policy
  • Copyright

Quick Links

  • Learn PLC
  • Helping Hand
  • Part Time Job

YouTube Subscribe

Follow US
All rights reserved. Reproduction in whole or in part without written permission is prohibited.
Welcome Back!

Sign in to your account

Username or Email Address
Password

Lost your password?