PLC Tutorials

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.

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

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

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:

You've successfully subscribed !

View Comments

Share

Recent Articles

  • PLC Tutorials

CX-Programmer Products Sorting & Counting – Omron PLC

Omron PLC logic for sorting the number of products and counting the number of products…

5 days ago
  • PLC Tutorials

Water Fountain Control Logic – PLC Exercises and Solutions

Learn the water fountain control logic using the PLC timers programming to control the high…

4 weeks ago
  • Control Systems

What is Open Telemetry? – Principles and Benefits

Open Telemetry is a framework for collecting data in cloud-native applications including tracing, metrics, and…

1 week ago
  • Common

Control of Pneumatic Cylinder and Motor

This article is about controlling the Pneumatic cylinder and Pneumatic motor in the assembly line…

1 week ago
  • PLC Tutorials

Network Switch Requirement in SCADA and DCS Architecture

In this post, we will learn the basic requirements for a network switch to be…

1 week ago
  • PLC Tutorials

PLC Panel and MCC Panel Interface Signals

The PLC panel and MCC panel interface signals are start, stop, run feedback, trip, local…

1 week ago