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
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: PLC Interlock Logic with First Input Priority
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
Follow US
All rights reserved. Reproduction in whole or in part without written permission is prohibited.
Inst Tools > Blog > PLC Tutorials > PLC Interlock Logic with First Input Priority

PLC Interlock Logic with First Input Priority

The PLC interlock logic is used to provide priority to the input first operated to avoid any damage to the equipment and machines.

Last updated: October 17, 2023 1:58 pm
Editorial Staff
PLC Tutorials
No Comments
Share
6 Min Read
SHARE

In Industrial process control, we need different types of interlock logic to achieve the desired control and trip functions as per the requirements.

Contents
PLC Interlock ExampleMotor Forward and Reverse PLC Logic without InterlockInterlock Logic with First Input PriorityMotor Forward DirectionMotor Reverse DirectionPLC Interlock Video Tutorial

The PLC interlock logic is used to provide priority to the input first operated to avoid any damage to the equipment and machines or to avoid any undesired interruption.

One of the logic is interlock with first input priority. Say we have a machine that can do 5 different types of functions. We have 5 different types of inputs available to control the machine operation but the machine will do only one function at a time as per the selected input.

If input 1 is selected then the machine will do function 1. Similarly, if input 2 is given to the machine then the machine will do function 2 and so on. Be careful that the machine may be damaged if two or more inputs are given at the same time.

Here in this case we need to write a PLC interlock logic such that whatever the first selected input has high priority. Meanwhile, if any other input is given to the machine then it has to disregard the other input until the present operation completes.

PLC Interlock Example

Consider a motor that can operate in two directions as per the operator selection.

The motor can rotate in the forward direction or in the reverse direction. But the motor can rotate in only one direction at a time.

If we give both forward or reverse commands at the same time then the motor will be damaged.

PLC Interlock Example

The operator can start the motor in the forward direction using a Forward selector switch and similarly, the operator can start the motor in the reverse direction using a Reverse selector switch.

Motor Forward and Reverse PLC Logic without Interlock

In general, the motor logics are equipped with many safety functions and other motor-related pushbuttons like start, stop, and emergency stop.

Here in this article, we are just focusing on simple forward and reverse logic for understanding the interlock program.

Motor Forward and Reverse PLC Logic without Interlock

In the above PLC logic, when the forward selector switch is ON then the motor forward command will be initiated. Similarly, if the reverse selector switch is ON then the motor reverse command will be initiated.

In this logic, if both forward selector switch and reverse selector switch are ON at the same time then both forward and reverse commands will be initiated and these types of logic/situations damage the motors or any other machines.

Interlock Logic with First Input Priority

Now we can avoid these problems with help of an interlock program. This program is called Interlock with the first input priority.

We have to insert the Normally-Close (N.C.) status of motor output commands in the input side to implement this interlock logic.

Insert N.C. status of motor reverse command with the motor forward selector switch as shown in the below figure.

Again insert N.C. status of motor reverse command with the motor reverse selection switch as shown in the below figure.

PLC Interlock Logic with First Input Priority

Initially, the motor will be in an OFF state so both N.C. contacts are in a close state.

Motor Forward Direction

Say if the operator started the motor in a forward direction then the N.C. contact of the motor forward command will be open in the second rung.

During this time, even if the operator activates the reverse selector switch then this command will not be initiated because N.C. contact is activated and it is open when the motor running in the forward direction.

Motor Reverse Direction

Similarly, if the operator started the motor in a reverse direction then the N.C. contact of the motor reverse command will be open in the first rung.

During this time, even if the operator activates the forward selector switch then this command will not be initiated because N.C. contact is activated and it is open when the motor running in reverse direction.

PLC Interlock Video Tutorial

In this video, I explained the importance of interlock logic with the first input priority.

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 Tanks Filling as per Priority
  • Selector Control Functions
  • Basics of Trips and Interlocks
  • PLC Conveyors with Interlock
  • Permissive and Interlock Circuits
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

PLC Packing Machine Control System Program in XG5000
Quiz: Identifying I/O Examples in PLC Systems
Connect to the Siemens S7 PLC
How to Configure PID Controller in Various Schneider PLCs?
PLC Timer Practice Exercise: Coffee Machine Programming
Relay circuits
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 Blink Lights in Ladder Logic?
Types of CPU Communication Ports in Siemens PLC
PLC Hoist Crane Programming: Example using Schneider
PLC Program to Count Running Hours of any Equipment
#15 PLC Best Practices – Safe State when PLC Restarts
Things to Take Care of When Designing SCADA System
Concept of Latching in PLC
PID Simulator Download

Keep Learning

How to Safely Design Automation System for Hazardous Environments?

Automation System for Hazardous Environments

Extended Timer Logic in PLC

Extended Timer Logic in PLC

GSD File installation in Simatic Manager

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

Example of PLC Programming based on Logic Circuit

Example of PLC Programming based on Logic Circuit

Alarm prioritization

What is Alarm Prioritization? – Types of Alarms

PLC Programmer Unknown Do's

Unknown Do’s Need to Know as a PLC Programmer

Classic Control Circuits

Motor Classic Control Circuits using Single Push button

Readings Mismatch between Field & Control Room

Readings Mismatch between Field & Control Room ? Why

Learn More

Top 50 Electrical Engineering Questions & Answers

Top 50 Electrical Engineering Questions & Answers

flow-meter-accuracy-calculation

Impact of Flow Meter Accuracy

Control valve positioner calculation

Calculate Control Valve Stem Position

Features of Scada Which are Must in an IoT System

Features of Scada Which are Must in an IoT System

What is NEST loading=

What is Nest Loading? – DCS and PLC Control Systems

Alternative Optical Proximity Sensor

Proximity Sensor

Glass Bottle Level Gauge

Antifriction Bearings Caused Machine Changeovers Posed Outages

Power Electronics Objective Questions

AC Voltage Controllers Quiz

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?