PLC Tutorials

Automatic Door Operation PLC Programming and Simulation

In this PLC program, automatic door operation is designed using PLC programming to open or close the door when detecting the object. Here the object is nothing but a car.

Automatic Door Operation

The below simulation shows the automatic door system operation.

Inputs and Outputs

TypeDevice No.Device nameOperation
InputX0Lower limitON when door reaches lower limit.
InputX1Upper limitON when door reaches upper limit.
InputX2In gate sensorON when object approaches the door.
InputX3Out sensorON when object leaves the door.
InputYODoor upMoves up when YO is ON.
OutputY1Door downMoves down when Y1 is ON.
OutputY6LightLit when Y6 is ON.
OutputY7BuzzerSounds when Y7 is ON (Lamp on screen is lit).

Program Description

As the car approaches the entrance, the door moves up. An In-gate sensor X2 is used to detect the car’s presence at the entrance.

The moment the car drives through, the door moves down. An Out-gate sensor X3 is used to detect the car’s presence after crossing the door.

The upward movement of the door halts when the upper limit switch (X1) gets activated.

Similarly, the door’s downward motion stops when the lower limit switch (X0) gets engaged.

The door remains up as long as the car is detected within the range of the entrance (In gate sensor X2) and exit (Out sensor X3).

A buzzer (Y7) buzzes as a signal for the door’s movement.

While the car is within the detection range, between the In gate sensor (X2) and the Out sensor (X3), a light (Y6) remains illuminated.

The status of the door’s movement is indicated by the lighting or extinguishing of four indicator lamps on the control panel.

Manual control of the door is possible. Buttons on the control panel can be pressed to either open (⬆Door up) or close (⬇Door down) the door.

PLC Programming

Automatic Door Operation PLC Programming

Source: Mitsubishi Electric

If you liked this article, then please subscribe to our YouTube Channel for Instrumentation, Electrical, PLC, and SCADA video tutorials.

You can also follow us on Facebook and Twitter to receive daily updates.

Read Next:

You've successfully subscribed !
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