Inst ToolsInst ToolsInst Tools
  • Courses
  • Videos
  • Q & A
    • Interview
      • Instrumentation
      • Electronics
      • Electrical
      • Practical Questions
    • MCQ
      • Instrumentation MCQ
      • Electrical MCQ
      • Electronics MCQ
      • Control Systems MCQ
      • Analog Electronics MCQ
      • Digital Electronics MCQ
      • Power Electronics MCQ
      • Microprocessor MCQ
      • Multiple Choice Questions
  • EE
    • Electronics
      • Electronics Q & A
      • Electronic Basics
      • Electronic Devices & Circuits
      • Electronics Animation
      • Digital Electronics
    • Electrical
      • Electrical Basics
      • Electrical Q & A
      • Power Electronics
      • Electrical Machines
      • Electrical Animation
      • Power Systems
      • Switchgear & Protection
      • Transmission & Distribution
  • Measure
    • Control Valves
    • Calibration
    • Temperature
    • Pressure
    • Flow
    • Level
    • Analyzers
    • Switches
    • Vibration
    • Solenoid Valve
  • Control
    • PLC Tutorials
    • Control Systems
    • Safety Instrumented System (SIS)
    • Communication
    • Fire & Gas System
  • More
    • Design
    • Tools
    • Animation
    • Basics
    • Formulas
    • Standards
    • TextBooks
    • Common
    • Software
    • Excel Tools
    • Erection & Commissioning
    • Process Fundamentals
    • Videos
    • Books
Search
All rights reserved. Reproduction in whole or in part without written permission is prohibited.
Reading: PLC Electric Motor Interlocks
Share
Notification Show More
Font ResizerAa
Inst ToolsInst Tools
Font ResizerAa
  • Courses
  • PLC Tutorials
  • Control Systems
Search
  • Courses
  • Videos
  • Q & A
    • Interview
    • MCQ
  • EE
    • Electronics
    • Electrical
  • Measure
    • Control Valves
    • Calibration
    • Temperature
    • Pressure
    • Flow
    • Level
    • Analyzers
    • Switches
    • Vibration
    • Solenoid Valve
  • Control
    • PLC Tutorials
    • Control Systems
    • Safety Instrumented System (SIS)
    • Communication
    • Fire & Gas System
  • More
    • Design
    • Tools
    • Animation
    • Basics
    • Formulas
    • Standards
    • TextBooks
    • Common
    • Software
    • Excel Tools
    • Erection & Commissioning
    • Process Fundamentals
    • Videos
    • Books
Follow US
All rights reserved. Reproduction in whole or in part without written permission is prohibited.
Inst Tools > Blog > PLC Tutorials > PLC Electric Motor Interlocks

PLC Electric Motor Interlocks

Last updated: March 4, 2021 4:51 pm
Editorial Staff
PLC Tutorials Practical Questions
7 Comments
Share
4 Min Read
SHARE

Programmable Logic Controller Questions and Answers

Contents
PLC Electric Motor InterlocksAnswer :High vibration:Low inlet pressure:High outlet pressure:

The following PLC program was written to control the operation of a large electric motor-driven pump. A variety of “permissive” inputs protect the pump from damage under abnormal conditions:

PLC Electric Motor Interlocks

PLC Electric Motor Interlocks

Identify the type of contact (either NO or NC) necessary for each of these electrical switch contacts, based on the trip condition (either high or low) and how each input is applied in the PLC program:

  1. Start pushbutton = NO or NC?
  2. Stop pushbutton = NO or NC?
  3. High vibration = NO or NC?
  4. Low inlet pressure = NO or NC?
  5. High outlet pressure = NO or NC?
  6. High motor temperature = NO or NC?
  7. High pump temperature = NO or NC?

Answer :

  1. Start pushbutton = NO
  2. Stop pushbutton = NO
  3. High vibration = NC
  4. Low inlet pressure = NO
  5. High outlet pressure = NO
  6. High motor temperature = NC
  7. High pump temperature = NO

A helpful problem-solving technique is to first identify the necessary coloring which will allow the motor to run (i.e. the condition of all permissives during correct operating conditions):

PLC Motor Permissive

We know the NO contact instruction labeled “Permissive” in the upper rung needs to be colored if ever the “Motor” coil instruction is to receive color.

This means the entire series string of contact instructions in the second rung needs to be colored under proper operating conditions.

Once we know this, we may determing the necessary “normal” statuses of all permissive switches in order to make their corresponding PLC program contact instructions colored. A few examples will be given here:

High vibration:

The PLC contact instruction for this permissive is normally-open, which means that PLC input must be energized with electricity in order to color that contact instruction.

This means the high vibration switch must be in the closed condition while everything is running as it should (i.e. low vibration), and open if vibration becomes excessive.

A vibration switch that is closed when vibration is below the trip threshold is a normally-closed (NC) vibration switch.

Low inlet pressure:

The PLC contact instruction for this permissive is normally-open, which means that PLC input must be energized with electricity in order to color that contact instruction.

This means the low inlet pressure switch must be in the closed condition while everything is running as it should (i.e. adequate inlet pressure), and open if inlet pressure becomes too low.

A pressure switch that is open when pressure is below the trip threshold is a normally-open (NO) pressure switch.

High outlet pressure:

The PLC contact instruction for this permissive is normally-closed, which means that PLC input must be de-energized in order to color that contact instruction.

This means the high outlet pressure switch must be in the open condition while everything is running as it should (i.e. moderate outlet pressure), and close if outlet pressure becomes excessive.

A pressure switch that is open when pressure is below the trip threshold is a normally-open (NO) pressure switch.

Share Your Answer / Comments

Credits : by Tony R. Kuphaldt – under CC BY 1.0

For More PLC Questions : CLICK HERE

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

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

Read Next:

  • PLC Pump Permissive Interlocks
  • Permissive and Interlock Circuits
  • Basics of Trips, Interlocks, Permissives & Sequences
  • Troubleshooting PLC Permissive Inputs
  • PLC Permissive for Motor Control
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

OPC in Old PLC Systems
How to Password Protect HMI in Siemens TIA Portal?
Siemens S7 300 CPU Status and LED Errors Explanation
PLC Program for Password Management using Structured Text
PLC Program for Washing Machine
Communicating Between Siemens PLC and Other PLC Brands
Share This Article
Facebook Whatsapp Whatsapp LinkedIn Copy Link
Share
7 Comments
  • Dimitris says:
    September 1, 2017 at 5:04 pm

    Hello and thanks for the interesting arcticles that you post .I would to like to ask something because i m a bit confused .I can’t understand why he uses n.o contact for high pressure and XIO in PLC? Wouldn’t be more safe to use n.c contact for high pressure and XIC in PlC? In a case of a loss of the cable the motor won’t cut from high outlet pressure . Thanks

    Reply
  • Debabrata Rout says:
    January 28, 2019 at 6:09 pm

    This ladder diagram is excellent . Send me more ladder diagram.

    Reply
  • M Iqbal says:
    March 10, 2019 at 10:06 pm

    Dears,

    The Interlocking is good but one mistake still exists and that is stop push button must be in NC else it will not run.

    Reply
  • chuangbing chen says:
    March 30, 2021 at 6:06 pm

    I agree with M Iabal

    Reply
  • Alfred G Kebbie says:
    February 19, 2022 at 5:58 pm

    I’m interested in training the PLC programming Automation

    Reply
  • J.BALAJI says:
    September 3, 2022 at 6:20 am

    I am plc working and full and fully interested so while all control and interlocking circuit improve tha movement

    Reply
  • Rotimi Adeyeye says:
    April 23, 2025 at 7:39 pm

    A button to ON lamp same button to OFF the lamp.

    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

Configuration of Siemens VFD Using TIA Portal Start drive
Run 4 Motors Sequentially from Same Push button PLC Program
Timers in Codesys – Timer ON, Timer OFF, Pulse Timer
PLC Brands Software Information
Advanced Skills Required for a PLC Programmer to Get a Job
PLC Program with 2 Toggle Switches and 4 Motors
Programmable Logic Controller (PLC) Questions and Answers – 8
PLC Timer Programming Examples – TON, TOF, TP and TONR
What are High-Speed Inputs in PLC?
Siemens PLC programming: BCD, Integer, Double Integer, Real

Keep Learning

Siemens CPU MP Port

Siemens S7-300 CPU Suffix Explanation

Connection between PLC and Contactor

Contactor – Basics, Wiring, Connection with PLC

Calculate the Thermocouple Output millivolts

Calculate the Thermocouple Output millivolts

Delta WPL Soft Counter

Delta PLC Counter with Comparison

Laws of Boolean Algebra using Ladder Logic

Laws of Boolean Algebra using Ladder Logic

Jog button in Motor Start Stop Logic using PLC

What is Motor Jogging ?

Dip Tube Type Level System

Questions on Dip Tube Type Level System

D flip flop in PLC

D Flip Flop PLC Ladder Logic

Discover More

Structured Text Selector Machine Logic

Write a PLC Program for Selector Machine using Structured Text

Electrical Engineering Interview Questions

Electrical Engineering Interview Questions

Electromagnetic limit switch

Electromagnetic and Conductive limit switches Principle

simple latching motor control circuit

Motor Control Circuit Wiring

Digital Electronics Multiple Choice Questions

Controlled Inverter Objective Questions

Why Armature is placed on Stator for Synchronous machines

Simatic Hardware Configuration

Configuration of Profibus Network in Siemens PLC

Comparison of Proportional Integral Derivative Controllers (PID)

Comparison of Proportional Integral Derivative Controllers (PID)

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?