Automatic Car Washing using PLC

Make a PLC Ladder diagram for Automatic car washing process using PLC program in RSLOGIX 500 software.

Automatic Car Washing

Automatic Car Washing Process using PLC Ladder Diagram

Problem Solution

  1. Car entry sensor triggers the process and turns conveyor belt ON to move the car.
  2. Soapy water sprinkler turns ON when stage 1 sensor detects the car and do the process for certain time.
  3. Brusher turns ON when stage 2 sensors detects the car and do the process for certain time.
  4. Clean water sprinkler turns ON when stage 3 sensors detects the car and do the process for certain time.
  5. Dryer turns ON when stage 4 sensors detects the car and do the process for certain time.
  6. Car exit sensor triggers conveyor motor to turn off.
  7. Program done in Allen Bradley RSLogix 500 PLC Software.

List of Inputs and Outputs

Sensors for Car Washing SystemCar Washing PLC Ladder Logic

Car Wash PLC Logic
Automatic Car Washing System using PLC Project
PLC Based Car Washing System
Automatic Car Wash using PLC
Car Washing using PLC Ladder Diagram

Program Description

The ladder logic of Automatic Car Washing Process using PLC Ladder Diagram explanation as follows :

RUNG 0000

Latching rung to operate the system through Master Start and Stop PB.

RUNG 0001

Car entry sensor triggers the memory bit which will turn on conveyor motor

RUNG 0002

ON/OFF operation of conveyor motor is happening in this rung using various conditions like Sensor input and timer done output.

Rung 0003 & 0004

When car reached stage 1 sensor conveyor motor should stop and water sprinkler should ON for 10 sec.

At the end of water sprinkler timer, Conveyor will again ON because of the parallel contact in rung 0002.

Rung 0004 & 0005

When car reached stage 2 sensor conveyor motor should stop and brusher should ON for 10 sec.

At the end of  brushing process, Conveyor will again ON because of the parallel contact in rung 0002.

Rung 0007 & 0008

When car reached stage 3 sensor conveyor motor should stop and water sprinkler should ON for 10 sec.

At the end of water sprinkler timer, Conveyor will again ON because of the parallel contact in rung 0002.

Rung 0009 & 0010

When car reached stage 4 sensor conveyor motor should stop and water sprinkler should ON for 10 sec.

At the end of water sprinkler timer, Conveyor will again ON because of the parallel contact in rung 0002.

Rung 0011

When car reached exit ,car exit sensor will trigger the car wash done indication lamp(O:0/7)

Conclusion :

The above explained automatic car wash using PLC is for example only. It may vary from real time.

Author : Hema Sundaresan

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.

PLC Ladder Logic for Drilling

Bottle Filling System using PLC

Logic for House Stair-Case wiring

Industrial Conveyor Ladder Logic

Lamp Control Condition using PLC

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

2 thoughts on “Automatic Car Washing using PLC”

  1. Hi, the author!

    I have some ideas about this particular problem. I think we don’t need a timer for any stage here. Each stage will be activated by a sensor while the motor driving the conveyor in a constant speed. Once the car moves pass the sensor, the stage will be deactivated right away and the next stage is on as long as its sensor detects the car.

    I think it’s simpler and you can see car wash tunnel system on Youtube to check the idea I proposed.

    Reply

Leave a Comment