ABB PLC Programing for Car Parking Barrier System

by isuruudara in Circuits > Software

9740 Views, 19 Favorites, 0 Comments

ABB PLC Programing for Car Parking Barrier System

13.png
12.png

This project mentions to program a simple car parking barrier using Codesys Software for Industrial Automation.There are two inputs(Sensors) which are Entry sensor and Exit sensor.Also four outputs those are Entry barrier,Exit barrier and two indicating lights.One light indicates available space and other light indicates about unavailable space.

Programmable Logic Controller (PLC) and Codesys Software

2.jpg
3.png
LABLED.png

A programmable logic controller (PLC), or programmable controller is an industrial digital computer which has been adapted for the control of manufacturing processes, such as assembly lines, or robotic devices, or any activity that requires high reliability control and ease of programming and process fault diagnosis.

ABB full form is ASEA Brown Bveri.

Codesys Software

CODESYS is a development environment for programming controller applications according to the international industrial standard.

Introduction About Inputs & Outputs in Visualization

1.png

SWITCH :- Use to System ON/OFF.

ENTRY SENSOR :- Detecting the Car at the Entry gate.

EXIT SENSOR :- Detecting the Car at the Exit gate.

FULL :- Indicating Light that no space

SPACE :- Indicating Light that is space

Barrier is opening

Barrier is opened

Barrier is closing

Bellow steps are explained about process of the program.

Barrier Is Opening

4.png

According to the my program,

When switch ON, system will start.Already SPACE light will glow.

If Entry sensor active,entry barrier motor will rotate clockwise direction two seconds.It is mentioned in blue color indicator('Barrier is opening').

I used eight timers for each functions.

Barrier Is Opened

5.png
9.png

Next step is,

Gate is opened five seconds.It is indicating with pink color('Barrier is opened').And green color arrow.

Barrier Is Closing

6.png

After five second entry barrier motor will rotate anticlockwise two seconds to close the barrier.

Park Is Full

7.png
8.png

Counting the number of cars.When reached maximum number, SPACE indicator light will get off and FULL light will get indicate.

I used Up Down Counter for this function.

Exit Barrier

10.png
11.png
12.png

Codes and Testing

Demonstration of Car Parking Barrier System With ABB Programing

I uploaded Codesys file and XPS file here.