Inst ToolsInst ToolsInst Tools
  • Ask
  • 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 Pump Permissive Interlocks
Share
Notification Show More
Font ResizerAa
Inst ToolsInst Tools
Font ResizerAa
  • Courses
  • PLC Tutorials
  • Control Systems
Search
  • Ask
  • 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 Pump Permissive Interlocks

PLC Pump Permissive Interlocks

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

The following PLC program was written to control the operation of a large electric motor-driven pump.

Contents
PLC Pump Permissive InterlocksAnswer :“Valve open” limit switch:Low oil pressure:High bearing temperature:

A variety of “permissive” inputs protect the pump from damage under abnormal conditions, and one permissive in particular (“valve open”) will only allow the pump to start up if one of the valves in the piping system is in the full-open position:

PLC Pump Permissive Interlocks

PLC Pump Permissive 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. Throttling valve open limit = NO or NC?
  3. Stop pushbutton = NO or NC?
  4. High bearing temperature = NO or NC?
  5. High vibration = NO or NC?
  6. High motor temperature = NO or NC?
  7. Low oil pressure = NO or NC?

Answer :

  1. Start pushbutton = NO
  2. Throttling valve open limit = NC
  3. Stop pushbutton = NO
  4. High bearing temperature = NO
  5. High vibration = NC
  6. High motor temperature = NO
  7. Low oil pressure = NO

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

PLC Pump Interlocking

Since the motor is controlled by retentive coil instructions (“Set” and “Reset”), we know all the permissive contacts on the Reset rung must be uncolored in order for the motor to run.

The normally closed “Valve open” instruction must be colored in order to allow the Start input to latch the Set coil and start the motor.

Once we know this, we may determining 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:

“Valve open” limit switch:

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 limit switch must be in the open condition when the valve mechanism moves into the switch’s sensing range (in the fully-open position), and close when the valve mechanism moves away from the switch.

A limit switch that is closed with nothing near it is a normally-closed (NC) limit switch.

Low oil pressure:

The PLC contact instruction for this permissive is normally-closed, which means that PLC input must be energized with electricity in order to maintain that contact instruction in an uncolored state.

This means the low oil pressure switch must be in the closed condition while everything is running as it should (i.e. adequate oil pressure), and open if oil 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 bearing temperature:

The PLC contact instruction for this permissive is normally-open, which means that PLC input must be de-energized in order to maintain that contact instruction in an uncolored state.

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

A temperature switch that is open when temperature is below the trip threshold is a normally-open (NO) temperature 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 Electric Motor Interlocks
  • Permissive and Interlock Circuits
  • Troubleshooting PLC Permissive Inputs
  • Basics of Trips, Interlocks, Permissives & Sequences
  • 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 !
PLC Sizes and Applications
Transferring Data Across PLC Systems – TSEND_C and TRCV_C
Solenoid Valves Questions & Answers – 4
Analyze the Relay Circuit and Find the Status ?
Heat Exchanger Differential Pressure Transmitter
Share This Article
Facebook Whatsapp Whatsapp LinkedIn Copy Link
Share
5 Comments
  • Bhargav Reddy says:
    September 3, 2017 at 11:53 am

    Sir
    Difference between DCS & PLC in single line

    Reply
    • S Bharadwaj Reddy says:
      September 3, 2017 at 11:57 am

      Hi, Check these articles. Article 1 Article 2

      Reply
  • Jasim Akram says:
    September 7, 2017 at 3:41 am

    Sir, is there any website through which I can understand instrumentation in Hindi ? If website is exit then please reply me.

    Reply
  • Vikram says:
    July 2, 2019 at 10:08 pm

    Sir,I can’t understand plc program’s,will you get easily simple process is there?

    Reply
  • Brent says:
    July 1, 2020 at 7:43 pm

    Why is vibration contact NC and oil pressure NO?

    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

Recent Comments

  • Guifty Shimica on Top Non-PLC Certification Courses for Automation Professionals
  • Guifty Shimica on Top Non-PLC Certification Courses for Automation Professionals
  • MIHARITSOA Aina Sitraka on Top Non-PLC Certification Courses for Automation Professionals
  • Vaishnavi on Free Instrumentation Course for Trainee Engineers

Related Articles

S7-1200 Hardware Configuration

S7-1200 Hardware Configuration – Siemens PLC Tutorials

What is a Network Switch?

Network Switch Requirement in SCADA and DCS Architecture

Function Block Programming in Studio 5000

Introduction to Functional Block Diagram in Studio 5000

PID block from the PLC library

How to Configure PID Controller in Various Schneider PLCs?

Multiple Pumps Control using PLC

Multiple Pumps Control using PLC

A typical wiring diagram from Field Transmitter to Control Room

How to Wire a Field instrument to Control Room with Example

How-to do Security of SCADA Systems

How-to do Security of SCADA Systems?

Relay Wiring

Animation of Electromagnetic Relay

More Articles

Alternative Optical Proximity Sensor

Proximity Sensor

Developing a Sine-Wave Voltage of Motor

AC Generation

Custom CNC Machining Complete Guide

Custom CNC Machining – A Complete Guide You Cannot Miss

Conductive Level Switch Principle

Conductive Level Switch Principle

Basic Pneumatic System

Pneumatic Handbook

Valve Position Indication

Valve Position Indication

Pre-Engineering Design Documents

Industrial Automation Pre-Engineering Design Documents – Project & Process

Traffic Lights Ladder Diagram using Timers

Traffic Lights Ladder Diagram using Timers

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?