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 !
Create a Function (FC) for a Valve Logic in Siemens PLC
Getting to Know the LED Indications on GE Make PLC
PLC Analog I/O and Network I/O
Introduction to SCADA
What is a Floating License? – Automation Software Systems
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

  • 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

Delta WPL Soft Counter

Delta PLC Counter with Comparison

Relay Motor Logic Circuit

Motor Control Circuits

Programmable Logic Controller (PLC) PLC Maintenance Check Points

Programmable Logic Controller Maintenance Check Points

PLC Program for Filling Operation

PLC Program for Continuous Filling Operation

PLC Programming Classroom Bell System

Classroom Bell System – PLC Programming Practice Examples

Organization block Siemens

Tia Portal – OB30 Cyclic Interrupt Organization Block

Calculate Incident Power in Radar Level Measurement

Calculate Incident Power in Radar Level Measurement

Dry Contact in PLC

What is a Dry Contact? – Basics of PLC Wiring

More Articles

control-engineering-book

Control Engineering Book for beginners

Functional Safety Exam Questions & Answers

Functional Safety Questions & Answers

Electrical Machines Questions and Answers

Transformer Construction

Industrial Control Systems Security

Comparing ICS and IT Systems Security

PLC attendance system design

Attendance System PLC Program using CX-Programmer

Control Valve Flow Characteristics

Different Control Valve Flow Characteristics

Reliability Centered Maintenance (RCM)

What is Reliability Centered Maintenance? (RCM)

Transformer Efficiency and Loses Formula

Transformer Losses and Efficiency

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?