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 Permissive for Motor Control
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 Permissive for Motor Control

PLC Permissive for Motor Control

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

A engineer needs to write a PLC program to control a water pump driven by an electric motor. This water pump will be manually started and stopped by pushbutton switches, and shutdown automatically by any one of several “permissive” switches.

Contents
PLC Permissive Motor ControlAnswer :
The operating statuses of these switches are listed here:
  • Start pushbutton (normally-open): open when unpressed, closed when pressed
  • Stop pushbutton (normally-open): open when unpressed, closed when pressed
  • Low water level (normally-closed): closed when level is low, open when level is adequate
  • Low oil pressure (normally-open): open when pressure is low, closed when pressure is adequate
  • High vibration (normally-closed): closed when still, open when vibrating
  • Water leak detector (normally-open): open when dry, closed when wet (leak detected)

PLC Permissive Motor Control

The engineer’s first attempt is shown here, but it contains a serious error. Identify and correct this error:
PLC program pushbutton switches

Answer :

The Stop_PB contact instruction should be drawn as normally-closed rather than normally-open as shown in the engineer’s first draft of the PLC program.

The program is designed to shutdown the motor when that pushbutton is pressed (i.e. the Stop_PB contact instruction becomes uncolored (i.e. fails to “conduct” virtual power).

We have been told that the real-world Stop pushbutton switch is NO, which means its contact closes when pressed.

This means pressing the Stop pushbutton causes that bit to be 1, which necessitates an NC contact instruction so that it will un-color under that condition.

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 Counters Program

Contacts and Coils in PLC

PLC Electric Motor Interlocks

Motor Control Circuit

PLC Pump Permissive

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 !
Calculate the appropriate millivoltage values of a Thermocouple
How to Create New Project in Studio 5000?
PLC based Drink Dispenser System
PLC Programming Videos
Establishing a Modbus Driver for SCADA Indusoft Web Studio
Share This Article
Facebook Whatsapp Whatsapp LinkedIn Copy Link
Share
2 Comments
  • Bruce says:
    April 19, 2018 at 7:09 am

    Why would you show an example of stop being NO and not fail safe. You would never see it wired this way in an individual setting?

    Reply
  • DIMITRIOS ADAMOS says:
    June 21, 2018 at 8:19 pm

    Hi , i believe that there are two ways that you can program a stop button . this is one way that you mention
    and the other way ,you have stop button NC (hardwired) and you program it as NO in the plc ,fail safe .so there is no wrong in this i believe .great work

    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

  • Kamli on Top Free PLC Software
  • 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

Related Articles

PLC Circuit with Switches

PLC Example with Switches

Node-RED in PLC Automation

Node-RED in PLC Industrial Automation

PLC railway crossing program

Automatic Railway Crossing Gate Control PLC Program

Programmable Logic Controller Practice Tests

Programmable Logic Controller Practice Tests

PLC Program to Control Motor Speed using VFD Drive

Motor Speed Control using VFD and PLC Programming

PLC Programming Classroom Bell System

Classroom Bell System – PLC Programming Practice Examples

Car Parking System PLC Program Example

Schneider Electric: Car Parking System with Calculations in PLC

Programmable Logic Controller (PLC) Questions and Answers

Programmable Logic Controller (PLC) Questions and Answers – 4

More Articles

Brands PLC communication interface and protocol

Communicating Between Siemens PLC and Other PLC Brands

An Indian Plants all turbines’ low Vacuum

An Indian Plants all turbines’ low Vacuum & Saudi Plant turbo-compressor only

Shunt-Wound DC Generator Principle

Shunt-Wound DC Generators

Chemical Seal Pressure Transmitter

What is the Purpose of Chemical Seals Pressure Transmitter?

Reduce Control Valve Noise

How to Reduce the Control Valve Noise?

Quartzoid Bulb Detector Working Principle

Fire Water Sprinklers Working Principle

Read Temperature in PLC

PLC Program to Read Temperature in PLC

Difference between Butterfly Valves and Ball Valves

Difference between Butterfly Valves and Ball Valves

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?