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
    • Standards
    • Basics
    • Formula
    • Erection & Commissioning
    • Process Fundamentals
    • Root Cause Analysis
  • Interview
    • Instrumentation
    • Electrical
    • Electronics
    • Practical
  • Q&A
    • Instrumentation
    • Control System
    • Electrical
    • Electronics
    • Analog Electronics
    • Digital Electronics
    • Power Electronics
    • Microprocessor
Search
All rights reserved. Reproduction in whole or in part without written permission is prohibited.
Reading: Difference Between NO and NC Contacts
Share
Notification Show More
Font ResizerAa
Inst ToolsInst Tools
Font ResizerAa
  • Courses
  • PLC
  • Control Systems
Search
  • Courses
  • Automation
    • PLC
    • Control System
    • Safety System
    • Communication
    • Fire & Gas System
  • Instrumentation
    • Design
    • Pressure
    • Temperature
    • Flow
    • Level
    • Vibration
    • Analyzer
    • Control Valve
    • Switch
    • Calibration
    • Standards
    • Basics
    • Formula
    • Erection & Commissioning
    • Process Fundamentals
    • Root Cause Analysis
  • Interview
    • Instrumentation
    • Electrical
    • Electronics
    • Practical
  • Q&A
    • Instrumentation
    • Control System
    • Electrical
    • Electronics
    • Analog Electronics
    • Digital Electronics
    • Power Electronics
    • Microprocessor
Follow US
All rights reserved. Reproduction in whole or in part without written permission is prohibited.
Inst Tools > Blog > PLC Tutorials > Difference Between NO and NC Contacts

Difference Between NO and NC Contacts

In this post, we will learn the difference between NO and NC contacts used in an electrical switching system.

Last updated: January 29, 2023 10:15 am
Viral Nagda
PLC Tutorials
1 Comment
Share
5 Min Read
SHARE

In this post, we will learn the difference between NO and NC contacts used in an electrical switching system.

Contents
What is an NO Contact? What is an NC Contact?NO and NC contacts in PLC Programming

In an electrical relay system, there are two types of contacts – Normally open (NO) and Normally closed (NC). There is no other type of contact available. This is because the current path can either be open or closed. So, these two types work accordingly.

In this post, we will see its concept and understand the difference between them. Also, we will see how these contacts are used in an industrial automation programming language.

What is an NO Contact?

As discussed earlier, a relay has two types of contacts. Refer to the below image. Here, NO stands for normally open. This means that the wire connected to this contact will normally be open (or off) and the current will not flow when the relay is deactivated.

When the relay is activated by giving a power supply, the internal circuitry of the relay will be triggered which makes this contact closed (means the internal lever switch will be pushed to NO point) and current will now start flowing through this contact.

That is why, it is called normally open; because by default, this contact will not allow the flow of current unless energized.

Relay Parts

 What is an NC Contact?

In the above image, NC stands for normally closed. This means that the wire connected to this contact will normally be closed (or on) and current will flow when the relay is deactivated.

When the relay is activated by giving a power supply, the internal circuitry of the relay will be triggered which makes this contact open (means the internal lever switch will be pulled away from the NC point) and the current will now stop flowing through this contact.

That is why, it is called normally closed; because by default, this contact will allow flow of current unless energized.

This is the only difference between NO and NC contacts. NO contact is normally open and becomes closed once its coil is energized. NC contact is normally closed and becomes open once its coil is energized.

NO and NC contacts in PLC Programming

Let us have a look at how these two contacts are used in industrial automation programming. We will consider PLC for this and use ladder logic as a reference. See the below image.

NO and NC contacts in PLC programming

Referring to the above-discussed example, consider %M0 as a relay that has two contacts as shown in the above figure. The first rung uses its NO contact and the second rung uses its NC contact.

Now, refer to the below image. As the second rung uses NC contact, it will by default turn on %M3 coil; as the value of %M0 is zero (means the relay is off in electrical terms). At that time, %M2 will be off as the NO contact is also off.

Difference Between NO and NC Contacts

When the relay is energized, the NO contact used in first rung will turn on and power up %M2 coil as shown in below figure; as the value of %M0 is one (means the relay is on in electrical terms). At that time, %M3 will be off as the NC contact is also off.

What is an NO Contact

This helps clear the picture of NO and NC contacts. Basically, when one is working, the other will be off. It is as simple as that. The same concept is used to wire electrical circuits which use relay.

In this way, we understand the difference between NO and NC contacts.

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

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

Read Next:

  • PLC Wiring Diagrams
  • Electrical Wiring Diagram
  • 4-20 mA Transmitter Wiring
  • Why 24 Volts DC Power Supply?
  • Interposing Relay Panel Wiring
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

What are FIFO and LIFO Sequences in PLC?
Example of Flip-Flop PLC Program for Lamps Application
Wet Contacts and Dry Contacts in PLC Systems
Create a Function (FC) for a Valve Logic in Siemens PLC
PLC Program for Automatic Parameter Initialization When Power UP
How to Use Symbol Factory Software for Graphic Design in HMI or SCADA?
Share This Article
Facebook Whatsapp Whatsapp LinkedIn Copy Link
Share
1 Comment
  • H.danesh says:
    January 22, 2023 at 4:21 pm

    Hello
    Please answer this question because it was not in your content. Do the close and open contacts of a relay select equal power to the load
    Thank you

    Reply

Leave a Reply Cancel reply

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

Stay Connected

128.3kFollowersLike
69.1kFollowersFollow
208kSubscribersSubscribe
38kFollowersFollow

Categories

Explore More

What is Nest Loading? – DCS and PLC Control Systems
VFD Pros and Cons – Variable Frequency Drives
Auto and Manual Liquid Tank System: PLC Program Example
PLC Analog Signals Wiring Techniques
Motor Stop Interlock for Changing the Direction PLC Program
PLC Analog Input Card Resolution Effects on Accuracy
Test and Process Modes in Siemens PLC
Basic Concepts of the Safety Relay

Keep Learning

Motor ON OFF Logic in PLC

Motor ON OFF Logic in PLC

Retentive Timer (RTO)

Timer in Studio 5000 – TON, TOF, RTO

Surge Protection Device

What is a Surge Protection Device? – Principle, Types, Advantages

If Else Statement in SCL Language

If Else Statement in SCL Language

Ladder Logic of Motor Forward and Reverse

PLC Programming Example for Motor Forward and Reverse Control

HMI screen for operator

#8 PLC Best Practices – Validate HMI Input Variables at PLC Level

FBD Logic

Why different PLC Programming Languages were Developed?

Exhaust Fan Control

Exhaust Fan Control: Example of PLC Timer Programming

Learn More

Relay Principle

Advantages & Disadvantages Electromagnetic Relays

Calculate Power in Series RC Circuit

Calculate Power in Series RC Circuit

Loop Splitter Theory of Operation

4-20 mA Loop Splitter

PLC Program for Washing Machine

PLC Program for Washing Machine

Interview Questions for Instrument Engineers

Interview Questions for Instrument Engineers

RSlogix 500 to communicate with Excel

How to Communicate with Excel from RsLinx?

Stepper Motor Construction

Stepper Motor Basics, Types, Modes, Wiring, Questions

Importance of Instrumentation Engineering

Importance of Instrumentation Engineering – Objectives

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?