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: Motor Stop Interlock for Changing the Direction PLC Program
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 > Motor Stop Interlock for Changing the Direction PLC Program

Motor Stop Interlock for Changing the Direction PLC Program

Write a PLC program with interlock logic where you can’t change the motor direction unless the stop push button is pressed first.

Last updated: March 4, 2021 11:26 am
Editorial Staff
PLC Tutorials
No Comments
Share
2 Min Read
SHARE

Write a PLC program where you can’t change the motor direction unless the stop push button is pressed first.

Contents
Inputs and Outputs:Motor Stop Interlock for Changing the DirectionPLC Program descriptionNetwork 1:Network 2:Conclusion

For instance, If the clockwise (CW) push button (PB) is pressed the motor runs in CW and if the counter-clockwise (CCW) push button is pressed the motor does not change its direction unless the stop push button is pressed first.

Note: the best practice to learn the PLC programming is to start writing the PLC program, take your time before you review the answer.

Inputs and Outputs:

I0.0: CW Push Button (Normally Open contact)

I0.1: CCW Push Button (Normally Open Contact)

I0.2: Stop Push Button (Normally Closed contact)

Q0.0: Motor CW

Q0.1: Motor CCW

Motor Stop Interlock for Changing the Direction

Motor Stop Interlock for Changing the Direction PLC Program

PLC Program description

Network 1:

  • When the CW PB is pressed and the Motor CCW is not running the set bit in the flip flop is energized.
  • When the stop PB is pressed the reset bit in the flip flop is energized.
  • If the CW PB is pressed while the Motor CCW is running the set bit would never be energized

Network 2:

  • When the CCW PB is pressed and the Motor CW is not running the set bit in the flip flop is energized.
  • When the stop PB is pressed the reset bit in the flip flop is energized.
  • If the CCW PB is pressed while the Motor CW is running the set bit would never be energized. 

Conclusion

There is an interlock between the two motor directions that it is not allowed to toggle between the two directions unless the motor is stopped.

Author: Karim Ali Anwar

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:

  • Siemens SCADA Tags
  • Motor Ladder Logic
  • Statement List Program
  • Connect a Solenoid Valve
  • Flexible IO Modules
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 Program for Controlling a Water Pump with 3 Power Sources
Traffic Lights Ladder Diagram using Timers
CODESYS HMI Interface
Typical HMI Screen Design for Water Treatment Plant
Types of Script in Intouch Scada
Share This Article
Facebook Whatsapp Whatsapp LinkedIn Copy Link
Share
Leave a Comment

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

Single-acting Pneumatic Cylinder operation with Limit Switch

Single-acting Pneumatic Cylinder Operation with Limit Switch

Omron PLC Example

Design a Water Pump PLC Program using CX-Programmer

Learn SCL programming from scratch

How to Start Writing SCL Language in Siemens Tia Portal?

LCS Configuration equipped with LOTO Facility

Motor Control Signal Interface

PLC Instruction List Example for Level Control of Tank

PLC Instruction List Example for Level Control of Tank

Free Industrial Control System (ICS) Cyber Security Training Course

Free Industrial Control System (ICS) Cyber Security Training Course

Ladder Logic for Stair-Case wiring using Toggle Switches

Ladder Logic for Stair-Case wiring using Toggle Switches

GSD File installation in Simatic Manager

How to Install GSD File in Step 7 PLC using Simatic Manager?

More Articles

old Pressure Switches

Pressure Switch Frozen Screwed Cover Extends the Plant Shutdown

What is Gear Box Backlash

What is Gear Box Backlash ?

Digital Electronics MCQ

Arithmetic Operation Objective Questions

HIPPS Operating Philosophy

Understanding High Integrity Pressure Protection Systems (HIPPS)

Fieldbus Pressure Transmitter Configuration

Foundation Fieldbus Pressure Transmitter Configuration

Three Valve Manifold

3 Valve Manifold Operation

toroidal conductivity probe principle

Conductivity Analyzer Common Problems and Troubleshooting Tips

PLC Controlling a Motor

PLC Motor Control Ladder Logic Programming

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?