Inst ToolsInst ToolsInst Tools
  • Courses
  • Automation
    • PLC
    • Control System
    • Safety System
    • Communication
    • Fire & Gas System
  • Instrumentation
    • Design
    • Pressure
    • Temperature
    • Flow
    • Level
    • Vibration
    • Analyzer
    • Control Valve
    • Switch
    • Calibration
    • Erection & Commissioning
  • Interview
    • Instrumentation
    • Electrical
    • Electronics
    • Practical
  • Q&A
    • Instrumentation
    • Control System
    • Electrical
    • Electronics
    • Analog Electronics
    • Digital Electronics
    • Power Electronics
    • Microprocessor
  • Request
Search
  • Books
  • Software
  • Projects
  • Process
  • Tools
  • Basics
  • Formula
  • Power Plant
  • Root Cause Analysis
  • Electrical Basics
  • Animation
  • Standards
  • 4-20 mA Course
  • Siemens PLC Course
Reading: Motor Stop Interlock for Changing the Direction PLC Program
Share
Notification Show More
Font ResizerAa
Inst ToolsInst Tools
Font ResizerAa
  • Courses
  • Design
  • PLC
  • Interview
  • Control System
Search
  • Courses
  • Automation
    • PLC
    • Control System
    • Safety System
    • Communication
    • Fire & Gas System
  • Instrumentation
    • Design
    • Pressure
    • Temperature
    • Flow
    • Level
    • Vibration
    • Analyzer
    • Control Valve
    • Switch
    • Calibration
    • Erection & Commissioning
  • Interview
    • Instrumentation
    • Electrical
    • Electronics
    • Practical
  • Q&A
    • Instrumentation
    • Control System
    • Electrical
    • Electronics
    • Analog Electronics
    • Digital Electronics
    • Power Electronics
    • Microprocessor
  • Request
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
Motor Stop Interlock for Changing the DirectionPLC Program descriptionConclusion

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 !

Continue Reading

Pulse Timer Instruction in PLC Programming
What are Analog Inputs? – Analog Signals Processing in PLC
Steps to Configure TCP/IP Communication in Siemens S7-1200 PLC
Automation System for Hazardous Environments
HMI Screen Design for Hazardous Applications
Light ON OFF Control using PLC
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
210kSubscribersSubscribe
38kFollowersFollow

Categories

Explore More

How to Automatically Close Pop-up in FactoryTalk View Studio?
Industrial Oven Control Application with PLC Controller
How to Backup and Restore from Simatic Prosave HMI?
DC Injection Braking in VFD
Siemens S7 300 and STEP 7 PLC program using SIMATIC Software
CX-Programmer Tutorial: 1 Button To Activate 4 Different Machines
Free InTouch SCADA Tutorial Course for Beginners
What is PID Controller?

Keep Learning

Extended Timer Logic in PLC

Extended Timer Logic in PLC

Basics of Motion Controllers

Basics of Motion Controllers

How to use PLC With SQL Database

How to use PLC with SQL Database? – Basics & Tutorials

Ladder Logic of Motor Forward and Reverse

PLC Programming Example for Motor Forward and Reverse Control

Converter Instruction in Siemens PLC Programming

Converter Instruction in Siemens PLC Programming

Latching and Unlatching in PLC Programming for Beginners

Latching and Unlatching in PLC Programming Example

Connection between PLC and Contactor

Contactor – Basics, Wiring, Connection with PLC

Top 100 PLC Objective Questions and Answers

Top 100 PLC Objective Questions and Answers

Learn More

Statement List (STL) to Find Highest Value in the Data Block

Statement List (STL) to Find Highest Value

Process Control Instrumentation Engineering Interview Questions

Process Control Instrumentation Engineering Interview Questions

Fieldbus Wiring

Fieldbus vs 4-20mA

Watchdog Timer in PLC

What is a Watchdog Timer in PLC?

Induced EMF

Magnetic Circuits

Classification of Weighing Balance

Classification of Weighing Balance and Weight

Power Supply Voltage Regulator Problem

Troubleshooting a Power Supply Circuit

Instrumentation Engineering Documents

Instrumentation Engineering Documents Questions Answers

Menu

  • About
  • Privacy Policy
  • Copyright

Quick Links

  • Learn PLC
  • Helping Hand
  • Part Time Job

YouTube Subscribe

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?