SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1939
AUTOMATIC MULTILEVEL CAR PARKING & CONTROLLING SYSTEM
USING PLC
Amol Pawar, Rahul Rane, Pritam Raut, Dhanshri Mulepatil, Anubha Panchal
Student, Dept. of EE, JSPM’S BSIOTR, Wagholi, Maharastra, India
Student, Dept. of EE, JSPM’S BSIOTR, Wagholi, Maharastra, India
Student, Dept. of EE, JSPM’S BSIOTR, Wagholi, Maharastra, India
Student, Dept. of EE, JSPM’S BSIOTR, Wagholi, Maharastra, India
Assistant professor, Dept. of EE, JSPM’S BSIOTR, Wagholi, Maharastra, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract -In this paper, the basic multi-level car parking
scheme with three floors is considered to display the use of
control systems in parking systems. The control method will
perform a major part in organizing the arrival to and
leaving from the parking track. It also presents the
arrangement of multi-level parking track which occupies
less need on the ground and contains the large number of
cars. In the modern world, where parking-space has become
a very big trouble , it has become very important to avoid
the decrement of area in modern big Automatic multi-level
car parking method helps to minimize the car parking area
companies and apartments. The parking track have an
elevator to carry cars to different floors according to the
vacancies. The elevator is controlled by a programmable
logic controller (PLC) along with the assist of some sensors.
Key Words: PLC Ladder Logic, Car park system, sensors
and DC motor
1.INTRODUCTION
The development and advancement of nations is
measured by the alternative of their usage and
application of latest invented technologies in all
aspects of existence. Control engineering is one of the
aspects which have been given a great deal by many
researchers. It became to a great concerns in many
areas such as industriousness, farming, medicine,
education and infrastructure. This paper is devoted
to the function of control systems in parking systems.
The control method will act a major activity in
organizing the arrival to and leaving from the
parking track. It also presents the arrangement of
multi-level parking track which occupies less need on
the ground and contains the large number of car. In
the modern world, where parking-space has become
a very big trouble, it has become very important to
nullify the decrement of area in modern big
Automatic multilevel car parking system helps to
minify the car parking area companies and
apartments etc. There are two types of car parking
systems: traditional and automated. In the long term,
automated car parking systems are likely to be more
price effective when compared to traditional parking
garages. Automatic multi-stored automated car park
systems are less expensive per parking slot. A
multilevel car parking is essentially a building with
number of floors or layers for the cars to be parked.
An automated car parking has mechanized lifts
which transport the car to the different levels at a
certain place. Therefore, these car parks take less
building volume and less land space and thus save
on the expenditure of the building. Multi–level car
parking system is essential especially in regions
facing area shortages, also in areas which supply
huge crowds.
2 Objective of the project work
The goal of this paper is to designing and construct a
model car parking scheme with PLC. To evolve an
intelligent, user friendly automated car parking scheme
which reduces the manpower, traffic crowding and fuel
consumption of the vehicle. To offer safe and secure
parking slots within limited area. This paper makes use
of “Allen Bradly Micrologicx 1400” PLC.
Programmable Logic Controller, or PLC for short, is
simply a special computer device used for industrial
control systems. They are used in many industries
such as oil refineries, manufacturing lines, conveyor
systems and so on. Where ever there is need to
control devices the PLC provides a flexible mode to
“soft wire” the component together. The PLC works
as a controller for this project. PLC is activity to
control the movement of elevator and working of
pneumatic mechanism.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1940
3. COMPONENTS
Relay board
Relay board is placed to drive the outputs of PLC. It
contains 4 relays. Relays are used to supply power
to 12volt DC geared motors. Voltage required to
drive the DC motor is 12V DC. PLC gives 24V DC
output. Hence to drive the 12V motor by PLC, relay
interfacing is essential. In this paper, movement of
escalator is in both forward and reverse direction.
Hence single DC motor is driven by two relays.
Fig -1: Relay connection
DC motor
In this paper makes use of three 200 rpm DC motors.
First motor is used for vertical motion of escalator.
Since the weight of escalator is very high, torque
required to lift the escalator is also very high. This
motor is mounted on the top of the assembly. Since
this is prototype model, simple screw mechanism is
used for vertical motion of the escalator. Second
motor is used for horizontal motion of the escalator.
A mechanical screw is coupled with the shaft of
motor. Motor is connected to PLC through the relay
board. Rotational motion of the escalator is achieved
by third DC motor. This motor is mounted on the
bottom side of the escalator. Shaft of this motor is
attached to the escalator lift mechanism.
Limit switches
The motion of the escalator is terminated safely with
the help of Limit switches. Nine limit switches are
used for precise movement control of escalator.
Building is three floor building, each limit switch is
mounted on each floor to ensure correct stopping of
lift. Limit switch mounted on each floor is normally
open When escalator comes in front of the selected
prototype building, limit switch mounted on that
building turns to normally close position as a result
motor stops rotating.
Fig.4.5.Limit switch
Power supply
A power supply is an electronic device that supplies
electric energy to an electrical load. The primary
purpose of a power supply is to replace one from
electrical energy to another and known as a electric
power converters. The power supply necessity is
generally 12V, 5V and 3.3V DC output with about 3
Amp (Max) current capacity. Power supply required
for different controller.
Fig -2: Power supply
4. PROGRAMMING A PLC
In these modern times a PC with specially dedicated
software from the PLC Manufacturer is used to
program a PLC. The most widely used category of
programming is called ladder logic. Ladder logic uses
symbols, instead of words, to simulate the real world
relay logic control, which is a object from the PLC's
history. These symbols are interconnected by lines to
show the flow of current through relay like contacts
and coils. Over the years the number of symbols has
increased to provide a high degree of functionality.
The completed program looks like a ladder but in
existence it represents an electrical circuit. The left
and right rails indicate the positive and ground of a
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1941
power supply. The rungs represent the wiring
between the different components which in the case
of a PLC are all in the virtual world of the CPU. So if
you can understand how basic electrical circuits
work then you can understand ladder logic. In this
simplest of examples, a digital input (like a button
connected to the first position on the card) when it is
pressed turns on an output which energizes an
Indicator light.
Advantages of multilevel car park system
 Vehicle safety.
 Minimum space required for construction.
 Maximum utilization of ground space.
 Easy for the driver.
5. CONCLUSION
Multilevel car parking system had designed and
developed. The PLC with the assist of some sensors
checks the accessibility of the vacant place on each
floor. The movement of the elevator between the
floors was continuous and smooth as requested. By
using PLC we can manage the number of cars inside
the parking easily. We can decrease time to park. By
using PLC we can control and manage the parking
system.
REFERENCES
[1] Balwant K. Patil. “ PLC Based Instinctive Car Parking
System” A decision support system for parking space
assignment,” Mathl. Comput. Modelling Vol.15, No. 8, PP.
71-76.
[2] K ALSHAREF K. “Design and Fabrication of an
Automated Multi-level Car Parking System”2nd Edition,
Prentice Hall, Englewood Cliffs, New Jersey, 1993.
[3] Ajender Singh” Car Parking Monitoring Using PLC &
SCADA”
‖SCADA Supervisory Control and Data Acquisition.‖ USA:
[4] Swanand S .Vaze” PLC Based Automatic Multistoried
Car Parking System” A Textbook of Electrical
Technology”,Sultan Chand & Sons, 1st Multicolour Edition,
Volume II, 2005, ISBN 8121-92437-5

More Related Content

What's hot

Drive by wire
Drive by wireDrive by wire
Drive by wire
180021602016mechb201
 
A Cloud-Based Smart-Parking System Based on Internet-of-Things Technologies
A Cloud-Based Smart-Parking System Based on Internet-of-Things TechnologiesA Cloud-Based Smart-Parking System Based on Internet-of-Things Technologies
A Cloud-Based Smart-Parking System Based on Internet-of-Things Technologies
Kamal Spring
 
EV Basics & Barriers Webinar - ABB Presentation
EV Basics & Barriers Webinar - ABB PresentationEV Basics & Barriers Webinar - ABB Presentation
EV Basics & Barriers Webinar - ABB Presentation
Wisconsin Clean Cities
 
Automatic parking SYSTEM
Automatic parking SYSTEMAutomatic parking SYSTEM
Automatic parking SYSTEM
Deepak Verma
 
Smart parking
Smart parkingSmart parking
Smart parking
Mohammed Allibdi
 
Connecting_Electric_Vehicle_Charging Stations
Connecting_Electric_Vehicle_Charging StationsConnecting_Electric_Vehicle_Charging Stations
Connecting_Electric_Vehicle_Charging Stations
Felix Lopez
 
Optimal Operation and Services Scheduling for an Electric Vehicle Battery Swa...
Optimal Operation and Services Scheduling for an Electric Vehicle Battery Swa...Optimal Operation and Services Scheduling for an Electric Vehicle Battery Swa...
Optimal Operation and Services Scheduling for an Electric Vehicle Battery Swa...
sarkermu
 
Presentation
PresentationPresentation
Presentation
RaghuvirSingh16
 
A Smart Parking System using Raspberry pi
A Smart Parking System using Raspberry piA Smart Parking System using Raspberry pi
A Smart Parking System using Raspberry pi
Azharo7
 
Charging in electric vehicles(ev)
Charging  in electric vehicles(ev)Charging  in electric vehicles(ev)
Charging in electric vehicles(ev)
UrmilasSrinivasan
 
Kmp14a
Kmp14aKmp14a
SMART CAR-PARKING SYSTEM USING IOT
SMART CAR-PARKING SYSTEM USING IOTSMART CAR-PARKING SYSTEM USING IOT
SMART CAR-PARKING SYSTEM USING IOT
Saipandu143
 
Wave of electric vehicle charging investment
Wave of electric vehicle charging investmentWave of electric vehicle charging investment
Wave of electric vehicle charging investment
IndoAsia Partners
 
Intelligent parking assist system
Intelligent parking assist systemIntelligent parking assist system
Intelligent parking assist system
SARATH PRAKASH
 
Electrical vehicle
Electrical vehicleElectrical vehicle
Electrical vehicle
R.RAJA SHARMA
 
Smart parking 2020 vision
Smart parking 2020 vision Smart parking 2020 vision
Smart parking 2020 vision
vishal waghmare
 
Optimal site selection and Power Flow Analysis for electric vehicles in A car...
Optimal site selection and Power Flow Analysis for electric vehicles in A car...Optimal site selection and Power Flow Analysis for electric vehicles in A car...
Optimal site selection and Power Flow Analysis for electric vehicles in A car...
P. RAMANI RANJAN SENAPATI
 
Communication between PEV and EVSE
Communication between PEV and EVSECommunication between PEV and EVSE
Communication between PEV and EVSE
Sanket Butoliya
 
Smart parking system using IOT
Smart parking system using IOTSmart parking system using IOT
Smart parking system using IOT
Udit Deo
 
State fair project ( Remote Car Parking System)
State fair project ( Remote Car Parking System)State fair project ( Remote Car Parking System)
State fair project ( Remote Car Parking System)
akash veerappan
 

What's hot (20)

Drive by wire
Drive by wireDrive by wire
Drive by wire
 
A Cloud-Based Smart-Parking System Based on Internet-of-Things Technologies
A Cloud-Based Smart-Parking System Based on Internet-of-Things TechnologiesA Cloud-Based Smart-Parking System Based on Internet-of-Things Technologies
A Cloud-Based Smart-Parking System Based on Internet-of-Things Technologies
 
EV Basics & Barriers Webinar - ABB Presentation
EV Basics & Barriers Webinar - ABB PresentationEV Basics & Barriers Webinar - ABB Presentation
EV Basics & Barriers Webinar - ABB Presentation
 
Automatic parking SYSTEM
Automatic parking SYSTEMAutomatic parking SYSTEM
Automatic parking SYSTEM
 
Smart parking
Smart parkingSmart parking
Smart parking
 
Connecting_Electric_Vehicle_Charging Stations
Connecting_Electric_Vehicle_Charging StationsConnecting_Electric_Vehicle_Charging Stations
Connecting_Electric_Vehicle_Charging Stations
 
Optimal Operation and Services Scheduling for an Electric Vehicle Battery Swa...
Optimal Operation and Services Scheduling for an Electric Vehicle Battery Swa...Optimal Operation and Services Scheduling for an Electric Vehicle Battery Swa...
Optimal Operation and Services Scheduling for an Electric Vehicle Battery Swa...
 
Presentation
PresentationPresentation
Presentation
 
A Smart Parking System using Raspberry pi
A Smart Parking System using Raspberry piA Smart Parking System using Raspberry pi
A Smart Parking System using Raspberry pi
 
Charging in electric vehicles(ev)
Charging  in electric vehicles(ev)Charging  in electric vehicles(ev)
Charging in electric vehicles(ev)
 
Kmp14a
Kmp14aKmp14a
Kmp14a
 
SMART CAR-PARKING SYSTEM USING IOT
SMART CAR-PARKING SYSTEM USING IOTSMART CAR-PARKING SYSTEM USING IOT
SMART CAR-PARKING SYSTEM USING IOT
 
Wave of electric vehicle charging investment
Wave of electric vehicle charging investmentWave of electric vehicle charging investment
Wave of electric vehicle charging investment
 
Intelligent parking assist system
Intelligent parking assist systemIntelligent parking assist system
Intelligent parking assist system
 
Electrical vehicle
Electrical vehicleElectrical vehicle
Electrical vehicle
 
Smart parking 2020 vision
Smart parking 2020 vision Smart parking 2020 vision
Smart parking 2020 vision
 
Optimal site selection and Power Flow Analysis for electric vehicles in A car...
Optimal site selection and Power Flow Analysis for electric vehicles in A car...Optimal site selection and Power Flow Analysis for electric vehicles in A car...
Optimal site selection and Power Flow Analysis for electric vehicles in A car...
 
Communication between PEV and EVSE
Communication between PEV and EVSECommunication between PEV and EVSE
Communication between PEV and EVSE
 
Smart parking system using IOT
Smart parking system using IOTSmart parking system using IOT
Smart parking system using IOT
 
State fair project ( Remote Car Parking System)
State fair project ( Remote Car Parking System)State fair project ( Remote Car Parking System)
State fair project ( Remote Car Parking System)
 

Similar to Automatic Multilevel Car Parking & Controlling System using PLC

IRJET- Advanced Vehicle Parking using PLC
IRJET- Advanced Vehicle Parking using PLCIRJET- Advanced Vehicle Parking using PLC
IRJET- Advanced Vehicle Parking using PLC
IRJET Journal
 
Automatic Car Parking System Using PLC
Automatic Car Parking System Using PLCAutomatic Car Parking System Using PLC
Automatic Car Parking System Using PLC
IRJET Journal
 
TRAINING REPORT ON INDUSTRIAL AUTOMATION- PLC SCADA, VARIABLE FREQUENCY DRIVE
TRAINING REPORT ON INDUSTRIAL AUTOMATION- PLC SCADA, VARIABLE FREQUENCY DRIVETRAINING REPORT ON INDUSTRIAL AUTOMATION- PLC SCADA, VARIABLE FREQUENCY DRIVE
TRAINING REPORT ON INDUSTRIAL AUTOMATION- PLC SCADA, VARIABLE FREQUENCY DRIVE
AKSHAY SACHAN
 
Training 17
Training 17Training 17
Training 17
AKSHAY SACHAN
 
IRJET - Advanced Charging Station for Electric Vehicles
 IRJET - Advanced Charging Station for Electric Vehicles IRJET - Advanced Charging Station for Electric Vehicles
IRJET - Advanced Charging Station for Electric Vehicles
IRJET Journal
 
65K ppt.pptx
65K ppt.pptx65K ppt.pptx
65K ppt.pptx
ChaitanyaPatil152573
 
training report. automation,plc , scada
training report. automation,plc , scada training report. automation,plc , scada
training report. automation,plc , scada
MdQutubuddin1
 
E43012628
E43012628E43012628
E43012628
IJERA Editor
 
Design and Simulation of Automated Packaging Machine Process Control by Using...
Design and Simulation of Automated Packaging Machine Process Control by Using...Design and Simulation of Automated Packaging Machine Process Control by Using...
Design and Simulation of Automated Packaging Machine Process Control by Using...
ijtsrd
 
Speed Synchronization of Multiple Bldcmotors In Textile &Paper Mills Using Mi...
Speed Synchronization of Multiple Bldcmotors In Textile &Paper Mills Using Mi...Speed Synchronization of Multiple Bldcmotors In Textile &Paper Mills Using Mi...
Speed Synchronization of Multiple Bldcmotors In Textile &Paper Mills Using Mi...
IJERA Editor
 
Solar Based Robotic Arm using Matlab GUI
Solar Based Robotic Arm using Matlab GUISolar Based Robotic Arm using Matlab GUI
Solar Based Robotic Arm using Matlab GUI
IRJET Journal
 
PLC Based Automatic Bottle Filling and Capping System
PLC Based Automatic Bottle Filling and Capping SystemPLC Based Automatic Bottle Filling and Capping System
PLC Based Automatic Bottle Filling and Capping System
ijtsrd
 
Implementation of Automatic Upper Dipper in Car Dashboard using CANoe
Implementation of Automatic Upper Dipper in Car Dashboard using CANoeImplementation of Automatic Upper Dipper in Car Dashboard using CANoe
Implementation of Automatic Upper Dipper in Car Dashboard using CANoe
IRJET Journal
 
IRJET- Automatic Reverse Breaking System for Trolley
IRJET- Automatic Reverse Breaking System for TrolleyIRJET- Automatic Reverse Breaking System for Trolley
IRJET- Automatic Reverse Breaking System for Trolley
IRJET Journal
 
Pick and Place Robotic Arm using Android Device
Pick and Place Robotic Arm using Android DevicePick and Place Robotic Arm using Android Device
Pick and Place Robotic Arm using Android Device
IRJET Journal
 
IRJET- AC Motor Fault Analyser by Characteristic Analysis
IRJET-  	  AC Motor Fault Analyser by Characteristic AnalysisIRJET-  	  AC Motor Fault Analyser by Characteristic Analysis
IRJET- AC Motor Fault Analyser by Characteristic Analysis
IRJET Journal
 
AN AUTOMATED CAR PARKING SYSTEM BY USING PROGAMMABLE LOGIC CONTROLLER
AN AUTOMATED CAR PARKING SYSTEM BY USING PROGAMMABLE LOGIC CONTROLLERAN AUTOMATED CAR PARKING SYSTEM BY USING PROGAMMABLE LOGIC CONTROLLER
AN AUTOMATED CAR PARKING SYSTEM BY USING PROGAMMABLE LOGIC CONTROLLER
IRJET Journal
 
Cd2636
Cd2636Cd2636
Consider the above diagram. FIGURE, of the car park The object of thi.pdf
Consider the above diagram. FIGURE, of the car park The object of thi.pdfConsider the above diagram. FIGURE, of the car park The object of thi.pdf
Consider the above diagram. FIGURE, of the car park The object of thi.pdf
excellentmobilesabc
 
IRJET- Automatic Metro Train to Shuttle Between Two Stations
IRJET- Automatic Metro Train to Shuttle Between Two Stations   IRJET- Automatic Metro Train to Shuttle Between Two Stations
IRJET- Automatic Metro Train to Shuttle Between Two Stations
IRJET Journal
 

Similar to Automatic Multilevel Car Parking & Controlling System using PLC (20)

IRJET- Advanced Vehicle Parking using PLC
IRJET- Advanced Vehicle Parking using PLCIRJET- Advanced Vehicle Parking using PLC
IRJET- Advanced Vehicle Parking using PLC
 
Automatic Car Parking System Using PLC
Automatic Car Parking System Using PLCAutomatic Car Parking System Using PLC
Automatic Car Parking System Using PLC
 
TRAINING REPORT ON INDUSTRIAL AUTOMATION- PLC SCADA, VARIABLE FREQUENCY DRIVE
TRAINING REPORT ON INDUSTRIAL AUTOMATION- PLC SCADA, VARIABLE FREQUENCY DRIVETRAINING REPORT ON INDUSTRIAL AUTOMATION- PLC SCADA, VARIABLE FREQUENCY DRIVE
TRAINING REPORT ON INDUSTRIAL AUTOMATION- PLC SCADA, VARIABLE FREQUENCY DRIVE
 
Training 17
Training 17Training 17
Training 17
 
IRJET - Advanced Charging Station for Electric Vehicles
 IRJET - Advanced Charging Station for Electric Vehicles IRJET - Advanced Charging Station for Electric Vehicles
IRJET - Advanced Charging Station for Electric Vehicles
 
65K ppt.pptx
65K ppt.pptx65K ppt.pptx
65K ppt.pptx
 
training report. automation,plc , scada
training report. automation,plc , scada training report. automation,plc , scada
training report. automation,plc , scada
 
E43012628
E43012628E43012628
E43012628
 
Design and Simulation of Automated Packaging Machine Process Control by Using...
Design and Simulation of Automated Packaging Machine Process Control by Using...Design and Simulation of Automated Packaging Machine Process Control by Using...
Design and Simulation of Automated Packaging Machine Process Control by Using...
 
Speed Synchronization of Multiple Bldcmotors In Textile &Paper Mills Using Mi...
Speed Synchronization of Multiple Bldcmotors In Textile &Paper Mills Using Mi...Speed Synchronization of Multiple Bldcmotors In Textile &Paper Mills Using Mi...
Speed Synchronization of Multiple Bldcmotors In Textile &Paper Mills Using Mi...
 
Solar Based Robotic Arm using Matlab GUI
Solar Based Robotic Arm using Matlab GUISolar Based Robotic Arm using Matlab GUI
Solar Based Robotic Arm using Matlab GUI
 
PLC Based Automatic Bottle Filling and Capping System
PLC Based Automatic Bottle Filling and Capping SystemPLC Based Automatic Bottle Filling and Capping System
PLC Based Automatic Bottle Filling and Capping System
 
Implementation of Automatic Upper Dipper in Car Dashboard using CANoe
Implementation of Automatic Upper Dipper in Car Dashboard using CANoeImplementation of Automatic Upper Dipper in Car Dashboard using CANoe
Implementation of Automatic Upper Dipper in Car Dashboard using CANoe
 
IRJET- Automatic Reverse Breaking System for Trolley
IRJET- Automatic Reverse Breaking System for TrolleyIRJET- Automatic Reverse Breaking System for Trolley
IRJET- Automatic Reverse Breaking System for Trolley
 
Pick and Place Robotic Arm using Android Device
Pick and Place Robotic Arm using Android DevicePick and Place Robotic Arm using Android Device
Pick and Place Robotic Arm using Android Device
 
IRJET- AC Motor Fault Analyser by Characteristic Analysis
IRJET-  	  AC Motor Fault Analyser by Characteristic AnalysisIRJET-  	  AC Motor Fault Analyser by Characteristic Analysis
IRJET- AC Motor Fault Analyser by Characteristic Analysis
 
AN AUTOMATED CAR PARKING SYSTEM BY USING PROGAMMABLE LOGIC CONTROLLER
AN AUTOMATED CAR PARKING SYSTEM BY USING PROGAMMABLE LOGIC CONTROLLERAN AUTOMATED CAR PARKING SYSTEM BY USING PROGAMMABLE LOGIC CONTROLLER
AN AUTOMATED CAR PARKING SYSTEM BY USING PROGAMMABLE LOGIC CONTROLLER
 
Cd2636
Cd2636Cd2636
Cd2636
 
Consider the above diagram. FIGURE, of the car park The object of thi.pdf
Consider the above diagram. FIGURE, of the car park The object of thi.pdfConsider the above diagram. FIGURE, of the car park The object of thi.pdf
Consider the above diagram. FIGURE, of the car park The object of thi.pdf
 
IRJET- Automatic Metro Train to Shuttle Between Two Stations
IRJET- Automatic Metro Train to Shuttle Between Two Stations   IRJET- Automatic Metro Train to Shuttle Between Two Stations
IRJET- Automatic Metro Train to Shuttle Between Two Stations
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
IRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
IRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
IRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
IRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
IRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
IRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
IRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
IRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

ITSM Integration with MuleSoft.pptx
ITSM  Integration with MuleSoft.pptxITSM  Integration with MuleSoft.pptx
ITSM Integration with MuleSoft.pptx
VANDANAMOHANGOUDA
 
3rd International Conference on Artificial Intelligence Advances (AIAD 2024)
3rd International Conference on Artificial Intelligence Advances (AIAD 2024)3rd International Conference on Artificial Intelligence Advances (AIAD 2024)
3rd International Conference on Artificial Intelligence Advances (AIAD 2024)
GiselleginaGloria
 
Supermarket Management System Project Report.pdf
Supermarket Management System Project Report.pdfSupermarket Management System Project Report.pdf
Supermarket Management System Project Report.pdf
Kamal Acharya
 
一比一原版(psu学位证书)美国匹兹堡州立大学毕业证如何办理
一比一原版(psu学位证书)美国匹兹堡州立大学毕业证如何办理一比一原版(psu学位证书)美国匹兹堡州立大学毕业证如何办理
一比一原版(psu学位证书)美国匹兹堡州立大学毕业证如何办理
nonods
 
Applications of artificial Intelligence in Mechanical Engineering.pdf
Applications of artificial Intelligence in Mechanical Engineering.pdfApplications of artificial Intelligence in Mechanical Engineering.pdf
Applications of artificial Intelligence in Mechanical Engineering.pdf
Atif Razi
 
Sri Guru Hargobind Ji - Bandi Chor Guru.pdf
Sri Guru Hargobind Ji - Bandi Chor Guru.pdfSri Guru Hargobind Ji - Bandi Chor Guru.pdf
Sri Guru Hargobind Ji - Bandi Chor Guru.pdf
Balvir Singh
 
Impartiality as per ISO /IEC 17025:2017 Standard
Impartiality as per ISO /IEC 17025:2017 StandardImpartiality as per ISO /IEC 17025:2017 Standard
Impartiality as per ISO /IEC 17025:2017 Standard
MuhammadJazib15
 
Sachpazis_Consolidation Settlement Calculation Program-The Python Code and th...
Sachpazis_Consolidation Settlement Calculation Program-The Python Code and th...Sachpazis_Consolidation Settlement Calculation Program-The Python Code and th...
Sachpazis_Consolidation Settlement Calculation Program-The Python Code and th...
Dr.Costas Sachpazis
 
一比一原版(USF毕业证)旧金山大学毕业证如何办理
一比一原版(USF毕业证)旧金山大学毕业证如何办理一比一原版(USF毕业证)旧金山大学毕业证如何办理
一比一原版(USF毕业证)旧金山大学毕业证如何办理
uqyfuc
 
Introduction to Computer Networks & OSI MODEL.ppt
Introduction to Computer Networks & OSI MODEL.pptIntroduction to Computer Networks & OSI MODEL.ppt
Introduction to Computer Networks & OSI MODEL.ppt
Dwarkadas J Sanghvi College of Engineering
 
Blood finder application project report (1).pdf
Blood finder application project report (1).pdfBlood finder application project report (1).pdf
Blood finder application project report (1).pdf
Kamal Acharya
 
Particle Swarm Optimization–Long Short-Term Memory based Channel Estimation w...
Particle Swarm Optimization–Long Short-Term Memory based Channel Estimation w...Particle Swarm Optimization–Long Short-Term Memory based Channel Estimation w...
Particle Swarm Optimization–Long Short-Term Memory based Channel Estimation w...
IJCNCJournal
 
OOPS_Lab_Manual - programs using C++ programming language
OOPS_Lab_Manual - programs using C++ programming languageOOPS_Lab_Manual - programs using C++ programming language
OOPS_Lab_Manual - programs using C++ programming language
PreethaV16
 
openshift technical overview - Flow of openshift containerisatoin
openshift technical overview - Flow of openshift containerisatoinopenshift technical overview - Flow of openshift containerisatoin
openshift technical overview - Flow of openshift containerisatoin
snaprevwdev
 
SENTIMENT ANALYSIS ON PPT AND Project template_.pptx
SENTIMENT ANALYSIS ON PPT AND Project template_.pptxSENTIMENT ANALYSIS ON PPT AND Project template_.pptx
SENTIMENT ANALYSIS ON PPT AND Project template_.pptx
b0754201
 
FUNDAMENTALS OF MECHANICAL ENGINEERING.pdf
FUNDAMENTALS OF MECHANICAL ENGINEERING.pdfFUNDAMENTALS OF MECHANICAL ENGINEERING.pdf
FUNDAMENTALS OF MECHANICAL ENGINEERING.pdf
EMERSON EDUARDO RODRIGUES
 
Prediction of Electrical Energy Efficiency Using Information on Consumer's Ac...
Prediction of Electrical Energy Efficiency Using Information on Consumer's Ac...Prediction of Electrical Energy Efficiency Using Information on Consumer's Ac...
Prediction of Electrical Energy Efficiency Using Information on Consumer's Ac...
PriyankaKilaniya
 
An In-Depth Exploration of Natural Language Processing: Evolution, Applicatio...
An In-Depth Exploration of Natural Language Processing: Evolution, Applicatio...An In-Depth Exploration of Natural Language Processing: Evolution, Applicatio...
An In-Depth Exploration of Natural Language Processing: Evolution, Applicatio...
DharmaBanothu
 
Call Girls Chennai +91-8824825030 Vip Call Girls Chennai
Call Girls Chennai +91-8824825030 Vip Call Girls ChennaiCall Girls Chennai +91-8824825030 Vip Call Girls Chennai
Call Girls Chennai +91-8824825030 Vip Call Girls Chennai
paraasingh12 #V08
 
paper relate Chozhavendhan et al. 2020.pdf
paper relate Chozhavendhan et al. 2020.pdfpaper relate Chozhavendhan et al. 2020.pdf
paper relate Chozhavendhan et al. 2020.pdf
ShurooqTaib
 

Recently uploaded (20)

ITSM Integration with MuleSoft.pptx
ITSM  Integration with MuleSoft.pptxITSM  Integration with MuleSoft.pptx
ITSM Integration with MuleSoft.pptx
 
3rd International Conference on Artificial Intelligence Advances (AIAD 2024)
3rd International Conference on Artificial Intelligence Advances (AIAD 2024)3rd International Conference on Artificial Intelligence Advances (AIAD 2024)
3rd International Conference on Artificial Intelligence Advances (AIAD 2024)
 
Supermarket Management System Project Report.pdf
Supermarket Management System Project Report.pdfSupermarket Management System Project Report.pdf
Supermarket Management System Project Report.pdf
 
一比一原版(psu学位证书)美国匹兹堡州立大学毕业证如何办理
一比一原版(psu学位证书)美国匹兹堡州立大学毕业证如何办理一比一原版(psu学位证书)美国匹兹堡州立大学毕业证如何办理
一比一原版(psu学位证书)美国匹兹堡州立大学毕业证如何办理
 
Applications of artificial Intelligence in Mechanical Engineering.pdf
Applications of artificial Intelligence in Mechanical Engineering.pdfApplications of artificial Intelligence in Mechanical Engineering.pdf
Applications of artificial Intelligence in Mechanical Engineering.pdf
 
Sri Guru Hargobind Ji - Bandi Chor Guru.pdf
Sri Guru Hargobind Ji - Bandi Chor Guru.pdfSri Guru Hargobind Ji - Bandi Chor Guru.pdf
Sri Guru Hargobind Ji - Bandi Chor Guru.pdf
 
Impartiality as per ISO /IEC 17025:2017 Standard
Impartiality as per ISO /IEC 17025:2017 StandardImpartiality as per ISO /IEC 17025:2017 Standard
Impartiality as per ISO /IEC 17025:2017 Standard
 
Sachpazis_Consolidation Settlement Calculation Program-The Python Code and th...
Sachpazis_Consolidation Settlement Calculation Program-The Python Code and th...Sachpazis_Consolidation Settlement Calculation Program-The Python Code and th...
Sachpazis_Consolidation Settlement Calculation Program-The Python Code and th...
 
一比一原版(USF毕业证)旧金山大学毕业证如何办理
一比一原版(USF毕业证)旧金山大学毕业证如何办理一比一原版(USF毕业证)旧金山大学毕业证如何办理
一比一原版(USF毕业证)旧金山大学毕业证如何办理
 
Introduction to Computer Networks & OSI MODEL.ppt
Introduction to Computer Networks & OSI MODEL.pptIntroduction to Computer Networks & OSI MODEL.ppt
Introduction to Computer Networks & OSI MODEL.ppt
 
Blood finder application project report (1).pdf
Blood finder application project report (1).pdfBlood finder application project report (1).pdf
Blood finder application project report (1).pdf
 
Particle Swarm Optimization–Long Short-Term Memory based Channel Estimation w...
Particle Swarm Optimization–Long Short-Term Memory based Channel Estimation w...Particle Swarm Optimization–Long Short-Term Memory based Channel Estimation w...
Particle Swarm Optimization–Long Short-Term Memory based Channel Estimation w...
 
OOPS_Lab_Manual - programs using C++ programming language
OOPS_Lab_Manual - programs using C++ programming languageOOPS_Lab_Manual - programs using C++ programming language
OOPS_Lab_Manual - programs using C++ programming language
 
openshift technical overview - Flow of openshift containerisatoin
openshift technical overview - Flow of openshift containerisatoinopenshift technical overview - Flow of openshift containerisatoin
openshift technical overview - Flow of openshift containerisatoin
 
SENTIMENT ANALYSIS ON PPT AND Project template_.pptx
SENTIMENT ANALYSIS ON PPT AND Project template_.pptxSENTIMENT ANALYSIS ON PPT AND Project template_.pptx
SENTIMENT ANALYSIS ON PPT AND Project template_.pptx
 
FUNDAMENTALS OF MECHANICAL ENGINEERING.pdf
FUNDAMENTALS OF MECHANICAL ENGINEERING.pdfFUNDAMENTALS OF MECHANICAL ENGINEERING.pdf
FUNDAMENTALS OF MECHANICAL ENGINEERING.pdf
 
Prediction of Electrical Energy Efficiency Using Information on Consumer's Ac...
Prediction of Electrical Energy Efficiency Using Information on Consumer's Ac...Prediction of Electrical Energy Efficiency Using Information on Consumer's Ac...
Prediction of Electrical Energy Efficiency Using Information on Consumer's Ac...
 
An In-Depth Exploration of Natural Language Processing: Evolution, Applicatio...
An In-Depth Exploration of Natural Language Processing: Evolution, Applicatio...An In-Depth Exploration of Natural Language Processing: Evolution, Applicatio...
An In-Depth Exploration of Natural Language Processing: Evolution, Applicatio...
 
Call Girls Chennai +91-8824825030 Vip Call Girls Chennai
Call Girls Chennai +91-8824825030 Vip Call Girls ChennaiCall Girls Chennai +91-8824825030 Vip Call Girls Chennai
Call Girls Chennai +91-8824825030 Vip Call Girls Chennai
 
paper relate Chozhavendhan et al. 2020.pdf
paper relate Chozhavendhan et al. 2020.pdfpaper relate Chozhavendhan et al. 2020.pdf
paper relate Chozhavendhan et al. 2020.pdf
 

Automatic Multilevel Car Parking & Controlling System using PLC

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1939 AUTOMATIC MULTILEVEL CAR PARKING & CONTROLLING SYSTEM USING PLC Amol Pawar, Rahul Rane, Pritam Raut, Dhanshri Mulepatil, Anubha Panchal Student, Dept. of EE, JSPM’S BSIOTR, Wagholi, Maharastra, India Student, Dept. of EE, JSPM’S BSIOTR, Wagholi, Maharastra, India Student, Dept. of EE, JSPM’S BSIOTR, Wagholi, Maharastra, India Student, Dept. of EE, JSPM’S BSIOTR, Wagholi, Maharastra, India Assistant professor, Dept. of EE, JSPM’S BSIOTR, Wagholi, Maharastra, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract -In this paper, the basic multi-level car parking scheme with three floors is considered to display the use of control systems in parking systems. The control method will perform a major part in organizing the arrival to and leaving from the parking track. It also presents the arrangement of multi-level parking track which occupies less need on the ground and contains the large number of cars. In the modern world, where parking-space has become a very big trouble , it has become very important to avoid the decrement of area in modern big Automatic multi-level car parking method helps to minimize the car parking area companies and apartments. The parking track have an elevator to carry cars to different floors according to the vacancies. The elevator is controlled by a programmable logic controller (PLC) along with the assist of some sensors. Key Words: PLC Ladder Logic, Car park system, sensors and DC motor 1.INTRODUCTION The development and advancement of nations is measured by the alternative of their usage and application of latest invented technologies in all aspects of existence. Control engineering is one of the aspects which have been given a great deal by many researchers. It became to a great concerns in many areas such as industriousness, farming, medicine, education and infrastructure. This paper is devoted to the function of control systems in parking systems. The control method will act a major activity in organizing the arrival to and leaving from the parking track. It also presents the arrangement of multi-level parking track which occupies less need on the ground and contains the large number of car. In the modern world, where parking-space has become a very big trouble, it has become very important to nullify the decrement of area in modern big Automatic multilevel car parking system helps to minify the car parking area companies and apartments etc. There are two types of car parking systems: traditional and automated. In the long term, automated car parking systems are likely to be more price effective when compared to traditional parking garages. Automatic multi-stored automated car park systems are less expensive per parking slot. A multilevel car parking is essentially a building with number of floors or layers for the cars to be parked. An automated car parking has mechanized lifts which transport the car to the different levels at a certain place. Therefore, these car parks take less building volume and less land space and thus save on the expenditure of the building. Multi–level car parking system is essential especially in regions facing area shortages, also in areas which supply huge crowds. 2 Objective of the project work The goal of this paper is to designing and construct a model car parking scheme with PLC. To evolve an intelligent, user friendly automated car parking scheme which reduces the manpower, traffic crowding and fuel consumption of the vehicle. To offer safe and secure parking slots within limited area. This paper makes use of “Allen Bradly Micrologicx 1400” PLC. Programmable Logic Controller, or PLC for short, is simply a special computer device used for industrial control systems. They are used in many industries such as oil refineries, manufacturing lines, conveyor systems and so on. Where ever there is need to control devices the PLC provides a flexible mode to “soft wire” the component together. The PLC works as a controller for this project. PLC is activity to control the movement of elevator and working of pneumatic mechanism.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1940 3. COMPONENTS Relay board Relay board is placed to drive the outputs of PLC. It contains 4 relays. Relays are used to supply power to 12volt DC geared motors. Voltage required to drive the DC motor is 12V DC. PLC gives 24V DC output. Hence to drive the 12V motor by PLC, relay interfacing is essential. In this paper, movement of escalator is in both forward and reverse direction. Hence single DC motor is driven by two relays. Fig -1: Relay connection DC motor In this paper makes use of three 200 rpm DC motors. First motor is used for vertical motion of escalator. Since the weight of escalator is very high, torque required to lift the escalator is also very high. This motor is mounted on the top of the assembly. Since this is prototype model, simple screw mechanism is used for vertical motion of the escalator. Second motor is used for horizontal motion of the escalator. A mechanical screw is coupled with the shaft of motor. Motor is connected to PLC through the relay board. Rotational motion of the escalator is achieved by third DC motor. This motor is mounted on the bottom side of the escalator. Shaft of this motor is attached to the escalator lift mechanism. Limit switches The motion of the escalator is terminated safely with the help of Limit switches. Nine limit switches are used for precise movement control of escalator. Building is three floor building, each limit switch is mounted on each floor to ensure correct stopping of lift. Limit switch mounted on each floor is normally open When escalator comes in front of the selected prototype building, limit switch mounted on that building turns to normally close position as a result motor stops rotating. Fig.4.5.Limit switch Power supply A power supply is an electronic device that supplies electric energy to an electrical load. The primary purpose of a power supply is to replace one from electrical energy to another and known as a electric power converters. The power supply necessity is generally 12V, 5V and 3.3V DC output with about 3 Amp (Max) current capacity. Power supply required for different controller. Fig -2: Power supply 4. PROGRAMMING A PLC In these modern times a PC with specially dedicated software from the PLC Manufacturer is used to program a PLC. The most widely used category of programming is called ladder logic. Ladder logic uses symbols, instead of words, to simulate the real world relay logic control, which is a object from the PLC's history. These symbols are interconnected by lines to show the flow of current through relay like contacts and coils. Over the years the number of symbols has increased to provide a high degree of functionality. The completed program looks like a ladder but in existence it represents an electrical circuit. The left and right rails indicate the positive and ground of a
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1941 power supply. The rungs represent the wiring between the different components which in the case of a PLC are all in the virtual world of the CPU. So if you can understand how basic electrical circuits work then you can understand ladder logic. In this simplest of examples, a digital input (like a button connected to the first position on the card) when it is pressed turns on an output which energizes an Indicator light. Advantages of multilevel car park system  Vehicle safety.  Minimum space required for construction.  Maximum utilization of ground space.  Easy for the driver. 5. CONCLUSION Multilevel car parking system had designed and developed. The PLC with the assist of some sensors checks the accessibility of the vacant place on each floor. The movement of the elevator between the floors was continuous and smooth as requested. By using PLC we can manage the number of cars inside the parking easily. We can decrease time to park. By using PLC we can control and manage the parking system. REFERENCES [1] Balwant K. Patil. “ PLC Based Instinctive Car Parking System” A decision support system for parking space assignment,” Mathl. Comput. Modelling Vol.15, No. 8, PP. 71-76. [2] K ALSHAREF K. “Design and Fabrication of an Automated Multi-level Car Parking System”2nd Edition, Prentice Hall, Englewood Cliffs, New Jersey, 1993. [3] Ajender Singh” Car Parking Monitoring Using PLC & SCADA” ‖SCADA Supervisory Control and Data Acquisition.‖ USA: [4] Swanand S .Vaze” PLC Based Automatic Multistoried Car Parking System” A Textbook of Electrical Technology”,Sultan Chand & Sons, 1st Multicolour Edition, Volume II, 2005, ISBN 8121-92437-5