Inst ToolsInst ToolsInst Tools
  • 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 Automatic Door Control System – Programming Example
Share
Notification Show More
Font ResizerAa
Inst ToolsInst Tools
Font ResizerAa
  • Courses
  • PLC Tutorials
  • Control Systems
Search
  • 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 Automatic Door Control System – Programming Example

PLC Automatic Door Control System – Programming Example

This is a PLC Program for an automatic door control system. Learn PLC programming with example problems for students.

Last updated: November 3, 2023 1:50 pm
Editorial Staff
PLC Tutorials
1 Comment
Share
3 Min Read
SHARE

This is a PLC Program for an automatic door control system. Learn PLC programming with example problems for students.

Contents
Automatic Door ControlProblem DiagramProblem SolutionList of inputs/outputsList of inputsList of outputsPLC Programming for Automatic Door Control SystemProgram DescriptionNetwork 1:Network 2:Network 3:Result

Automatic Door Control

Problem Description

Implement logic for the automatic door open & close system in PLC using ladder diagram programming language.

Problem Diagram

PLC Program for Automatic Door Control System

Problem Solution

We will use PLC S7-300 for this application. Also we will use TIA portal software for programming.

In this system when someone enters the infrared sensing field, opening motor starts working to open the door automatically till the door touches the door opening limit switch.

If the door touches the opening limit switch for 8sec and no body enters the sensing field/area, then closing motor starts to close the door automatically till the door touches the closing limit switch.

Stop the closing action immediately if someone enters the sensing field during the door closing process.

List of inputs/outputs

List of inputs

  • Infrared sensor :- I0.0
  • Closing limit switch :- I0.1
  • Opening limit switch :- I0.2

List of outputs

  • Opening motor :- Q0.0
  • Closing motor :- Q0.1

PLC Programming for Automatic Door Control System

PLC Ladder Logic for Automatic Door Control
PLC Automatic Door Control
Automatic Door Control System

Program Description

For this application we used S7-300 PLC and TIA portal software for programming.

Network 1:

When infrared sensor is detected (I0.0), door opening motor (Q0.0) will start. The door will be open. When it touches the close limit switch (I0.1), opening motor will be stop.

Network 2:

When the door touches the opening limit switch (I0.2), timer will be executed.

Network 3:

After 8sec time closing motor (Q0.1) will start. When it touches the closing limit switch, closing motor (Q0.1) will turn OFF.

Note :- Above application may be different from actual application. This example is only for explanation purpose only. We can implement this logic in other PLC also. This is the simple concept of automatic door open and close application, we can use this concept in other examples also.

All parameters considered in example are for explanation purpose only, parameters may be different in actual applications. Also all interlocks are not considered in the application.

Result

PLC Door Opening

Author: Bhavesh

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:

  • Motor Starter PLC Logic
  • PLC Fan Control Unit System
  • PLC Oil and Water Separation Process
  • RSLogix5000 PLC Program Backup
  • What is a Limit Switch?
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 !

Recommended Articles

PLC Program for Stage Control: Curtains and Stage Elevation
PLC Valve Control Ladder Logic Programming
PLC Program for Automatic Lamp Control in Storage Facility
Move Instruction in Tia Portal
How to Select the Right Encoder for Your Machine?
PLC Programming for Sequential Batch Mixing System
Share This Article
Facebook Whatsapp Whatsapp LinkedIn Copy Link
Share
1 Comment
  • Vaibhavi says:
    November 28, 2022 at 5:44 pm

    Plc based ac motor control system
    Please give this project

    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

  • William Snyder on Top Non-PLC Certification Courses for Automation Professionals
  • 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

Related Articles

On Delay Timer using PLC

ON Delay Timer using PLC

Difference Between Static and Temp Memory in Siemens TIA Portal

Difference Between Static and Temp Memory in Siemens PLC TIA Portal

SCADA Run

PLC Based Industrial Conveyor Ladder Logic

Use of Isolators and Barriers in Electrical Panel

Use of Isolators and Barriers in Electrical Panel

Leave Operational Logic in the PLC

#3 PLC Best Practices – Leave Operational Logic in the PLC wherever feasible

Structured Text PLC Program for Measuring Event Duration

Structured Text PLC Program for Measuring Event Duration

Questions on Single Loop Controller

Single Loop Controller Questions

Scan cycle of a Siemens PLC

OB1 – Main Cyclic Organization Block in TIA Portal

More Articles

Electrical & Electronics Measurements Objective Questions

Electrical & Electronics Measurements Objective Questions – Set 3

Programmable Logic Controller (PLC) Questions and Answers

Programmable Logic Controller (PLC) Questions and Answers – 1

Material Take Off (MTO)

What is Material Take Off (MTO)? – Purpose, Components, Uses

Symbol of Transistor

Power Transistor – Structure, Biasing, Characteristics, Advantages

Pressure Transmitter Parts

Differential Pressure Transmitter Working Principle

Sensor Trim and Output Trim in Smart Transmitter

What is Sensor Trim and Output Trim in Smart Transmitter?

Special Control Valves

Special Control Valves

Allen Bradley PLC to PLC Communication in Studio 5000

Allen Bradley PLC to PLC Communication in Studio 5000

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?