SlideShare a Scribd company logo
1 of 3
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 04 | Apr-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 1940
Optimal Strategy for Extraction of Traffic Based On PLC
Nikita R. Mane1, Shweta S. Phadtare2, Poonam Halawanakar3,
Pratik M. Rote4, Vikas S. Mane5
1, 2, 3, 4 B.E. Department of Electronics and Telecommunication, Sanjeevan Engineering and Technology Institute,
Panhala (Shivaji University)
5Faculty, Department of Electronics and Telecommunication, Sanjeevan Engineering and Technology Institute,
Panhala (Shivaji University)
----------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - Traffic signals are the most suitable method of
controlling traffic in busy junction. Whenever a particular
lane has got more traffic than other lanes generalise traffic
signals fails to control high traffic. The main objective of this
paper is to introduce the system of traffic control which can
be implemented on high traffic using PLC. PLC is used to
control overall system using some specific functions and
decides the priorities of the lane automatically. Sensors are
checked vehicle density in a lane at a 4-way crossing and
certain logical operations are performed to decide which
lane should be serviced first also provides output signals to
traffic light poles for ON or OFF the yellow, green or red
lights and the timing of ON period is depend on the specific
priorities.
Key Words: PLC, Sensors, 485 converter, LED’s, seven
segment display’s
1. INTRODUCTION
The traffic system is mostly based on sequential logic.
Each light operates for a given time one after another. In
generalise traffic control system it may be observed that
period of signals for a particular road will be always
constant. These days it is necessary to introduce the
system of traffic control which can be implemented in the
city on high traffic. Hence need for traffic control system
which would work on certain conditions and take decision
automatically. Optimal system stands for minimizing
traffic problems by monitoring and sensing traffic
conditions and also adjusting the timer of traffic lights.
The idea behind this project is to make optimal strategy
for traffic control system to collect information from busy
lanes by sensors and using control unit to shift service as
per priority. The system consists of three main parts. The
first part is PLC controller. The second part is hardware
usually comprises red, yellow, green lights and display and
third part is sensors. Sensors check the presence of
vehicles.
1.1 Objective
To demonstrate a way to develop an optimal system using
PLC to get rid of traffic in optimized manner which
handles the operation of signals automatically as per the
situations.
2. BLOCK DIAGRAM
In this idea of project, programming logic controller
platform with DVP-SA2 series is used. It offers bigger
programming capacity and executing efficiency, also offers
high speed output.
Basic blocks of system are shown in FIG.1. The functions
are given bellow:
Fig-1: Block Diagram
2.1 programmable logic controllers
PLC is used to check and control a system using digital
input which can be programmed for automation. It can be
able to take decision automatically by using logical
operations and has computational abilities.
Fig 2: Operation of PLC
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 04 | Apr-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 1941
It checks each input status to determine whether it is on or
off condition. PLC also works as modulator i.e. it can mix
and match the types of input and output devices to best
suit for the conditions.
2.2 Ladder programming
Ladder logic has evolved into a programming language
that represents a program by a graphical diagram. It is
used to develop software for programmable logic
controllers. PLC works by continually scanning and look
up on instructions to switch on or off various outputs.
Programming has been expanded to contain the functions
like counters, timers, match operations and shift registers.
It is initially programmed with simple contacts and
opening or closing of relays.
2.3 Proximity Sensor
A proximity sensor is a sensor able to detect the presence
of nearby objects without any physical contact. Proximity
sensor emits an electromagnetic field or beam of
electromagnetic radiation and looks for changes in field.
Inductive proximity sensor always defines a metal target.
Proximity sensors can have high reliability and long
functional life because of the absence of mechanical parts
and lack of physical contact between sensor and sensed
object. The maximum distance that this sensor can detect is
normal range.
Fig-2: Proximity sensor
2.3 RS-485 Converters
RS-485 is simply an electrical interface. It supports local
networks and multidrop communication links. EIA-485 is
a standard defining the electrical characterized of driver
and receivers for use in serial communication system. It is
generally accepted that RS-485 can be used with data
rates up to 10Mbit/s and distance up to 1200m. PLC and
controller are interfaces by modbus communication.
Fig-3: RS-485 Converter
3. PROCESS DESCRIPTION
Main block of the system is PLC. From power supply we
get 230v AC power supply which is converting into the
24v DC by using SMPS i.e. switch mode power supply to
turn on the PLC. The sensors are placed at a distance away
from the junction. Sensors are the device that converts a
physical condition into an electrical signal and give
vehicles information to the PLC. The densities are counting
by using proximity sensors. Then PLC compares each
density with other densities of three lanes. PLC has
abilities to change and replicate operation while collecting
and communicating vital information. Ladder logic is
widely used to program PLC, where continues control of
process. Ladder program are transferred from PC to PLC.
It takes decision and increase the green time of busy lane.
Here RS-485 module for long distance communication and
match the baud rate of PLC and displays for
communication. Then according to the signals and sensors,
seven segment display shows time as per the conditions.
4. ALGORITHM
Step 1:
i) Start the system
ii) Match the baud rate of PLC & DISPLAY’S for
communication.
Step 2:
i) Switch on all displays
ii) Move the signal data onto the respective registers
Step 3:
i) Set the clock pulse of 1 sec for decrement the counter
ii) Follow normal process of the traffic signals
Step 4:
i) After one cycle is complete of traffic light now the
sensor’s working will be start.
ii) If X0 (sensor 1)is on then subtract data by 20 sec from
remaining 3 signal
iii) If X0 (sensor 1) & X1 (sensor 2) are on then subtracts
data by 10 sec from remaining 3 signal
iv) If all sensors that is X0(sensor 1), X1(sensor 2),
X2(sensor 3) are set then follow the step 3-(1).
5. RESULT:
The following tabulation gives the reading for a particular
example. When lane A is having first sensor ON then Red
time prefer to remaining three signals are shown in below
table. Similarly time prefers for remaining three signals
whenever second & third sensors are ON.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 04 | Apr-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 1942
Signal
30 30 60 90
A B C D
A
Sensors
1st sensor 10 10 40 70
2nd sensor 20 20 50 80
3rd sensor 30 30 60 90
When lane B is having first sensor ON then Red time prefer
to remaining three signals are shown in below table.
Similarly time prefers for remaining three signals
whenever second & third sensors are ON.
When lane C is having first sensor ON then Red time
prefer to remaining three signals are shown in below
table. Similarly time prefers for remaining three signals
whenever second & third sensors are ON.
signal
60 90 30 30
A B C D
C
Sensors
1st sensor 40 70 10 10
2nd sensor 50 80 20 20
3rd sensor 60 90 30 30
When lane D is having first sensor ON then Red time
prefer to remaining three signals are shown in below
table. Similarly time prefers for remaining three signals
whenever second & third sensors are ON.
signal
30 60 90 30
A B C D
D
Sensors
1st sensor 10 40 70 10
2nd sensor 20 50 80 20
3rd sensor 30 60 90 30
6. CONCLUSION
In this project, we analyze the limitations of the existing
traffic system and provide a new traffic control system for
application of the traffic system .This project can help to
reduce problem of congestion of traffic as well as reduce
fuel consumption sound pollution caused by the sound of
the horn nowadays.
This system is hereby implementing for reducing
congestion of traffic system at the intersections of lanes by
allotting variable time according to how much congestion
is present on the respective area. The use of PLC makes
the system more reliable than the ordinary system. by
communicate the PLC with the converter we can reduce
the output pins .
REFERENCE
[1] “PLC Based Intelligent Traffic Control System”
Muhammad Arshad Khattak International Journal of
Electrical & Computer Sciences IJECS-IJENS Vol: 11 No: 06
[2] “SMART TRAFFIC CONTROL SYSTEM USING PLC and
SCADA”,Mohit Dev Srivastava, Prerna, Shubhendu Sachin,
Sumedha Sharma, Utkarsh TISSN: 2319 – 8753 ,
International Journal of Innovative Research in Science,
Engineering and Technology Vol. 1, Issue 2, December
2012
[3] “Adaptive Intelligent Traffic Control System using PLC
”,S. V. Viraktamath, Priyamvada Holkar, Priyanka V.
Narayankar, Jayashri Pujari International Journal of
Innovative Research in Computer and Communication
Engineering (An ISO 3297: 2007 Certified Organization)
Vol. 3, Issue 1, January 2015
[4] Programmable Controllers Theory and
Implementation, Second Edition L.A. Bryan, E.A. Bryan
[5] Programmable Logic Controllers,Fourth Edition W.
Bolton
[6] Programmable Logic Controllers: Programming
Method sand Applications, John R. Hackworth and
Frederick D. Hackworth
[7] Erwin Normanyo et al.2009, TELEMETRIC CONTROL
OF TRAFFIC LIGHTS INTERSECTIONS ASPECT RATIO IN
GHANA, ARPN Journal of Engineering and Applied
Sciences.VOL. 4, NO. 5, JULY 2009. ISSN 1819-6608.
Accessed 20-9-2010.
[8] Warnock, I.G. (1989), Programmable Controllers,
Operation and Application. Prentice Hall.pp 1-36. Accessed
12-02-2011.
[9] Douglas Lewin& David Protheroe (1992), Design of
Logic Systems, 2nd Edition, Chapman and Hall, London. pp
128-132; 212-220. Accessed 09-04-2011.
[10] Pallas-Areny, R., Webster, J., 2001, ―Sensors and
Signal Conditioning‖,John Wiley & Sons. pp 50-56.
Accessed 01-03-2011.
[11] A. Albagul et al, 2006.Design and Development of
Sensor Based Traffic Light System, American Journal of
Applied Sciences 3 (3): 1745-1749, ISSN 1546-9239.
Accessed 23-01-2011.
[12] Ryan G. Rosandich (1996), ―What to Know About PLC
Ladder Diagram Programming‖ EC & M. Accessed 10-04-
2011.
Signal
90 30 30 60
A B C D
B
Sensors
1st sensor 70 10 10 40
2nd sensor 80 20 20 50
3rd sensor 90 30 30 60

More Related Content

What's hot

Ijater 03 06
Ijater 03 06Ijater 03 06
Ijater 03 06nandhu458
 
Intelligent traffic information and control system
Intelligent traffic information and control systemIntelligent traffic information and control system
Intelligent traffic information and control systemSADEED AMEEN
 
Traffic signal control management based on integrating GIS and WSN technology
Traffic signal control management based on integrating GIS and WSN technologyTraffic signal control management based on integrating GIS and WSN technology
Traffic signal control management based on integrating GIS and WSN technologykrushna kotgire
 
TCP/IP Protocol Based Adaptive Cruise Control using Raspberry Pi
TCP/IP Protocol Based Adaptive Cruise Control using Raspberry PiTCP/IP Protocol Based Adaptive Cruise Control using Raspberry Pi
TCP/IP Protocol Based Adaptive Cruise Control using Raspberry PiIRJET Journal
 
Density based Traffic Light Controller
Density based Traffic Light ControllerDensity based Traffic Light Controller
Density based Traffic Light ControllerSophia
 
VEHICLE DENSITY CONTROLLED AUTOMATIC TRAFFIC LIGHT from KMP Engineering college
VEHICLE  DENSITY CONTROLLED AUTOMATIC TRAFFIC LIGHT from KMP Engineering collegeVEHICLE  DENSITY CONTROLLED AUTOMATIC TRAFFIC LIGHT from KMP Engineering college
VEHICLE DENSITY CONTROLLED AUTOMATIC TRAFFIC LIGHT from KMP Engineering collegeHIGHVOLTEEE
 
smart traffic light control system
smart traffic light control systemsmart traffic light control system
smart traffic light control systemarunkumar6836
 
design of FPGA based traffic light controller system
design of FPGA based traffic light controller systemdesign of FPGA based traffic light controller system
design of FPGA based traffic light controller systemVinny Chweety
 
Auto Traffic Management System
Auto Traffic Management SystemAuto Traffic Management System
Auto Traffic Management Systemvivatechijri
 
Automatic traffic density monitoring and control system
Automatic traffic density monitoring and control systemAutomatic traffic density monitoring and control system
Automatic traffic density monitoring and control systemShubham Kulshreshtha
 
Traffic density dependent taffic light controller pdf
Traffic density dependent taffic light controller pdf Traffic density dependent taffic light controller pdf
Traffic density dependent taffic light controller pdf NAVODITA KUMARI
 
density based traffic control system with mannual override
density based traffic control system with mannual overridedensity based traffic control system with mannual override
density based traffic control system with mannual overridemokshi koganti
 
Density based traffic light controlling (2)
Density based traffic light controlling (2)Density based traffic light controlling (2)
Density based traffic light controlling (2)hardik1240
 
New Method for Traffic Density Estimation Based on Topic Model
New Method for Traffic Density Estimation Based on Topic ModelNew Method for Traffic Density Estimation Based on Topic Model
New Method for Traffic Density Estimation Based on Topic ModelNidhi Shirbhayye
 
Density Based Traffic System with Emergency override using Bluetooth
Density Based Traffic System with Emergency override using BluetoothDensity Based Traffic System with Emergency override using Bluetooth
Density Based Traffic System with Emergency override using BluetoothChull Productions
 
339_311 PPT
339_311 PPT339_311 PPT
339_311 PPTMohd Raihan
 
density based traffic monitoring system
density based traffic monitoring system density based traffic monitoring system
density based traffic monitoring system siddhartha shukla
 
Can Protocol based Vehicle Brake Control System at Slope
Can Protocol based Vehicle Brake Control System at SlopeCan Protocol based Vehicle Brake Control System at Slope
Can Protocol based Vehicle Brake Control System at SlopeIRJET Journal
 
TRAFFIC SIGNAL CONTROL USING IR SENSORS
TRAFFIC SIGNAL CONTROL USING IR SENSORSTRAFFIC SIGNAL CONTROL USING IR SENSORS
TRAFFIC SIGNAL CONTROL USING IR SENSORSKunal Kabra
 

What's hot (20)

Ijater 03 06
Ijater 03 06Ijater 03 06
Ijater 03 06
 
Intelligent traffic information and control system
Intelligent traffic information and control systemIntelligent traffic information and control system
Intelligent traffic information and control system
 
Traffic signal control management based on integrating GIS and WSN technology
Traffic signal control management based on integrating GIS and WSN technologyTraffic signal control management based on integrating GIS and WSN technology
Traffic signal control management based on integrating GIS and WSN technology
 
TCP/IP Protocol Based Adaptive Cruise Control using Raspberry Pi
TCP/IP Protocol Based Adaptive Cruise Control using Raspberry PiTCP/IP Protocol Based Adaptive Cruise Control using Raspberry Pi
TCP/IP Protocol Based Adaptive Cruise Control using Raspberry Pi
 
Density based Traffic Light Controller
Density based Traffic Light ControllerDensity based Traffic Light Controller
Density based Traffic Light Controller
 
VEHICLE DENSITY CONTROLLED AUTOMATIC TRAFFIC LIGHT from KMP Engineering college
VEHICLE  DENSITY CONTROLLED AUTOMATIC TRAFFIC LIGHT from KMP Engineering collegeVEHICLE  DENSITY CONTROLLED AUTOMATIC TRAFFIC LIGHT from KMP Engineering college
VEHICLE DENSITY CONTROLLED AUTOMATIC TRAFFIC LIGHT from KMP Engineering college
 
smart traffic light control system
smart traffic light control systemsmart traffic light control system
smart traffic light control system
 
design of FPGA based traffic light controller system
design of FPGA based traffic light controller systemdesign of FPGA based traffic light controller system
design of FPGA based traffic light controller system
 
Auto Traffic Management System
Auto Traffic Management SystemAuto Traffic Management System
Auto Traffic Management System
 
Automatic traffic density monitoring and control system
Automatic traffic density monitoring and control systemAutomatic traffic density monitoring and control system
Automatic traffic density monitoring and control system
 
Traffic density dependent taffic light controller pdf
Traffic density dependent taffic light controller pdf Traffic density dependent taffic light controller pdf
Traffic density dependent taffic light controller pdf
 
density based traffic control system with mannual override
density based traffic control system with mannual overridedensity based traffic control system with mannual override
density based traffic control system with mannual override
 
Density based traffic light controlling (2)
Density based traffic light controlling (2)Density based traffic light controlling (2)
Density based traffic light controlling (2)
 
New Method for Traffic Density Estimation Based on Topic Model
New Method for Traffic Density Estimation Based on Topic ModelNew Method for Traffic Density Estimation Based on Topic Model
New Method for Traffic Density Estimation Based on Topic Model
 
Density Based Traffic System with Emergency override using Bluetooth
Density Based Traffic System with Emergency override using BluetoothDensity Based Traffic System with Emergency override using Bluetooth
Density Based Traffic System with Emergency override using Bluetooth
 
339_311 PPT
339_311 PPT339_311 PPT
339_311 PPT
 
density based traffic monitoring system
density based traffic monitoring system density based traffic monitoring system
density based traffic monitoring system
 
Can Protocol based Vehicle Brake Control System at Slope
Can Protocol based Vehicle Brake Control System at SlopeCan Protocol based Vehicle Brake Control System at Slope
Can Protocol based Vehicle Brake Control System at Slope
 
Adaptive Traffic Control Systems Overview
Adaptive Traffic Control Systems OverviewAdaptive Traffic Control Systems Overview
Adaptive Traffic Control Systems Overview
 
TRAFFIC SIGNAL CONTROL USING IR SENSORS
TRAFFIC SIGNAL CONTROL USING IR SENSORSTRAFFIC SIGNAL CONTROL USING IR SENSORS
TRAFFIC SIGNAL CONTROL USING IR SENSORS
 

Similar to IRJET- Optimal Strategy for Extraction of Traffic Based on PLC

Wireless Smart Traffic Control System based on Vehicle density in Traffic Lan...
Wireless Smart Traffic Control System based on Vehicle density in Traffic Lan...Wireless Smart Traffic Control System based on Vehicle density in Traffic Lan...
Wireless Smart Traffic Control System based on Vehicle density in Traffic Lan...IRJET Journal
 
Ie3415061510
Ie3415061510Ie3415061510
Ie3415061510IJERA Editor
 
IRJET- Building Monitoring using Wireless System
IRJET- Building Monitoring using Wireless SystemIRJET- Building Monitoring using Wireless System
IRJET- Building Monitoring using Wireless SystemIRJET Journal
 
IRJET - Designing of Railway Signalling, Interlocking System and Control...
 IRJET -  	  Designing of Railway Signalling, Interlocking System and Control... IRJET -  	  Designing of Railway Signalling, Interlocking System and Control...
IRJET - Designing of Railway Signalling, Interlocking System and Control...IRJET Journal
 
IRJET- Solar Powered Transmission Line Inspection Robot
IRJET- Solar Powered Transmission Line Inspection RobotIRJET- Solar Powered Transmission Line Inspection Robot
IRJET- Solar Powered Transmission Line Inspection RobotIRJET Journal
 
A Low Cost Yet Super efficient Means to Prevent Overloading as Well as Accide...
A Low Cost Yet Super efficient Means to Prevent Overloading as Well as Accide...A Low Cost Yet Super efficient Means to Prevent Overloading as Well as Accide...
A Low Cost Yet Super efficient Means to Prevent Overloading as Well as Accide...IRJET Journal
 
IRJET- Automatic Traffic Control System based on the Vehicular Density
IRJET- Automatic Traffic Control System based on the Vehicular DensityIRJET- Automatic Traffic Control System based on the Vehicular Density
IRJET- Automatic Traffic Control System based on the Vehicular DensityIRJET Journal
 
IRJET- Automatic License Issuing System
IRJET-  	  Automatic License Issuing SystemIRJET-  	  Automatic License Issuing System
IRJET- Automatic License Issuing SystemIRJET Journal
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)ijceronline
 
Monitoring and Controlling Of Electric Overhead Travelling Crane Using PLC an...
Monitoring and Controlling Of Electric Overhead Travelling Crane Using PLC an...Monitoring and Controlling Of Electric Overhead Travelling Crane Using PLC an...
Monitoring and Controlling Of Electric Overhead Travelling Crane Using PLC an...paperpublications3
 
IRJET - Asset Monitoring of Railroad Switch using IoT
IRJET - Asset Monitoring of Railroad Switch using IoTIRJET - Asset Monitoring of Railroad Switch using IoT
IRJET - Asset Monitoring of Railroad Switch using IoTIRJET Journal
 
Smart City Based on IoT
Smart City Based on IoTSmart City Based on IoT
Smart City Based on IoTIRJET Journal
 
Remote Monitoring System for Communication Base Based on Short Message
Remote Monitoring System for Communication Base Based on Short MessageRemote Monitoring System for Communication Base Based on Short Message
Remote Monitoring System for Communication Base Based on Short MessageNooria Sukmaningtyas
 
IRJET - Traffic Signal Automation using Spike Road Block
IRJET - Traffic Signal Automation using Spike Road BlockIRJET - Traffic Signal Automation using Spike Road Block
IRJET - Traffic Signal Automation using Spike Road BlockIRJET Journal
 
IRJET- Development of Redundant Communication Methods for Robots in Nucle...
IRJET-  	  Development of Redundant Communication Methods for Robots in Nucle...IRJET-  	  Development of Redundant Communication Methods for Robots in Nucle...
IRJET- Development of Redundant Communication Methods for Robots in Nucle...IRJET Journal
 
G041024547
G041024547G041024547
G041024547IOSR-JEN
 
Embedded system for traffic light control
Embedded system for traffic light controlEmbedded system for traffic light control
Embedded system for traffic light controlMadhu Prasad
 
Development of Distributed Mains Monitoring and Switching System for Indus Co...
Development of Distributed Mains Monitoring and Switching System for Indus Co...Development of Distributed Mains Monitoring and Switching System for Indus Co...
Development of Distributed Mains Monitoring and Switching System for Indus Co...iosrjce
 

Similar to IRJET- Optimal Strategy for Extraction of Traffic Based on PLC (20)

Wireless Smart Traffic Control System based on Vehicle density in Traffic Lan...
Wireless Smart Traffic Control System based on Vehicle density in Traffic Lan...Wireless Smart Traffic Control System based on Vehicle density in Traffic Lan...
Wireless Smart Traffic Control System based on Vehicle density in Traffic Lan...
 
Ie3415061510
Ie3415061510Ie3415061510
Ie3415061510
 
IRJET- Building Monitoring using Wireless System
IRJET- Building Monitoring using Wireless SystemIRJET- Building Monitoring using Wireless System
IRJET- Building Monitoring using Wireless System
 
IRJET - Designing of Railway Signalling, Interlocking System and Control...
 IRJET -  	  Designing of Railway Signalling, Interlocking System and Control... IRJET -  	  Designing of Railway Signalling, Interlocking System and Control...
IRJET - Designing of Railway Signalling, Interlocking System and Control...
 
IRJET- Solar Powered Transmission Line Inspection Robot
IRJET- Solar Powered Transmission Line Inspection RobotIRJET- Solar Powered Transmission Line Inspection Robot
IRJET- Solar Powered Transmission Line Inspection Robot
 
A Low Cost Yet Super efficient Means to Prevent Overloading as Well as Accide...
A Low Cost Yet Super efficient Means to Prevent Overloading as Well as Accide...A Low Cost Yet Super efficient Means to Prevent Overloading as Well as Accide...
A Low Cost Yet Super efficient Means to Prevent Overloading as Well as Accide...
 
IRJET- Automatic Traffic Control System based on the Vehicular Density
IRJET- Automatic Traffic Control System based on the Vehicular DensityIRJET- Automatic Traffic Control System based on the Vehicular Density
IRJET- Automatic Traffic Control System based on the Vehicular Density
 
Designing Of Time and Power Efficient Model for Controlling Of Critical Process
Designing Of Time and Power Efficient Model for Controlling Of Critical ProcessDesigning Of Time and Power Efficient Model for Controlling Of Critical Process
Designing Of Time and Power Efficient Model for Controlling Of Critical Process
 
IRJET- Automatic License Issuing System
IRJET-  	  Automatic License Issuing SystemIRJET-  	  Automatic License Issuing System
IRJET- Automatic License Issuing System
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
Monitoring and Controlling Of Electric Overhead Travelling Crane Using PLC an...
Monitoring and Controlling Of Electric Overhead Travelling Crane Using PLC an...Monitoring and Controlling Of Electric Overhead Travelling Crane Using PLC an...
Monitoring and Controlling Of Electric Overhead Travelling Crane Using PLC an...
 
IRJET - Asset Monitoring of Railroad Switch using IoT
IRJET - Asset Monitoring of Railroad Switch using IoTIRJET - Asset Monitoring of Railroad Switch using IoT
IRJET - Asset Monitoring of Railroad Switch using IoT
 
Smart City Based on IoT
Smart City Based on IoTSmart City Based on IoT
Smart City Based on IoT
 
Remote Monitoring System for Communication Base Based on Short Message
Remote Monitoring System for Communication Base Based on Short MessageRemote Monitoring System for Communication Base Based on Short Message
Remote Monitoring System for Communication Base Based on Short Message
 
IRJET - Traffic Signal Automation using Spike Road Block
IRJET - Traffic Signal Automation using Spike Road BlockIRJET - Traffic Signal Automation using Spike Road Block
IRJET - Traffic Signal Automation using Spike Road Block
 
IRJET- Development of Redundant Communication Methods for Robots in Nucle...
IRJET-  	  Development of Redundant Communication Methods for Robots in Nucle...IRJET-  	  Development of Redundant Communication Methods for Robots in Nucle...
IRJET- Development of Redundant Communication Methods for Robots in Nucle...
 
G041024547
G041024547G041024547
G041024547
 
Embedded system for traffic light control
Embedded system for traffic light controlEmbedded system for traffic light control
Embedded system for traffic light control
 
Development of Distributed Mains Monitoring and Switching System for Indus Co...
Development of Distributed Mains Monitoring and Switching System for Indus Co...Development of Distributed Mains Monitoring and Switching System for Indus Co...
Development of Distributed Mains Monitoring and Switching System for Indus Co...
 
A010610109
A010610109A010610109
A010610109
 

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 STRUCTUREIRJET 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 CharacteristicsIRJET 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 ADASIRJET 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 ProIRJET 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 SystemIRJET 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 bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET 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 DesignIRJET 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

Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and usesDevarapalliHaritha
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxvipinkmenon1
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 

Recently uploaded (20)

Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and uses
 
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptx
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 

IRJET- Optimal Strategy for Extraction of Traffic Based on PLC

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 04 | Apr-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 1940 Optimal Strategy for Extraction of Traffic Based On PLC Nikita R. Mane1, Shweta S. Phadtare2, Poonam Halawanakar3, Pratik M. Rote4, Vikas S. Mane5 1, 2, 3, 4 B.E. Department of Electronics and Telecommunication, Sanjeevan Engineering and Technology Institute, Panhala (Shivaji University) 5Faculty, Department of Electronics and Telecommunication, Sanjeevan Engineering and Technology Institute, Panhala (Shivaji University) ----------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - Traffic signals are the most suitable method of controlling traffic in busy junction. Whenever a particular lane has got more traffic than other lanes generalise traffic signals fails to control high traffic. The main objective of this paper is to introduce the system of traffic control which can be implemented on high traffic using PLC. PLC is used to control overall system using some specific functions and decides the priorities of the lane automatically. Sensors are checked vehicle density in a lane at a 4-way crossing and certain logical operations are performed to decide which lane should be serviced first also provides output signals to traffic light poles for ON or OFF the yellow, green or red lights and the timing of ON period is depend on the specific priorities. Key Words: PLC, Sensors, 485 converter, LED’s, seven segment display’s 1. INTRODUCTION The traffic system is mostly based on sequential logic. Each light operates for a given time one after another. In generalise traffic control system it may be observed that period of signals for a particular road will be always constant. These days it is necessary to introduce the system of traffic control which can be implemented in the city on high traffic. Hence need for traffic control system which would work on certain conditions and take decision automatically. Optimal system stands for minimizing traffic problems by monitoring and sensing traffic conditions and also adjusting the timer of traffic lights. The idea behind this project is to make optimal strategy for traffic control system to collect information from busy lanes by sensors and using control unit to shift service as per priority. The system consists of three main parts. The first part is PLC controller. The second part is hardware usually comprises red, yellow, green lights and display and third part is sensors. Sensors check the presence of vehicles. 1.1 Objective To demonstrate a way to develop an optimal system using PLC to get rid of traffic in optimized manner which handles the operation of signals automatically as per the situations. 2. BLOCK DIAGRAM In this idea of project, programming logic controller platform with DVP-SA2 series is used. It offers bigger programming capacity and executing efficiency, also offers high speed output. Basic blocks of system are shown in FIG.1. The functions are given bellow: Fig-1: Block Diagram 2.1 programmable logic controllers PLC is used to check and control a system using digital input which can be programmed for automation. It can be able to take decision automatically by using logical operations and has computational abilities. Fig 2: Operation of PLC
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 04 | Apr-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 1941 It checks each input status to determine whether it is on or off condition. PLC also works as modulator i.e. it can mix and match the types of input and output devices to best suit for the conditions. 2.2 Ladder programming Ladder logic has evolved into a programming language that represents a program by a graphical diagram. It is used to develop software for programmable logic controllers. PLC works by continually scanning and look up on instructions to switch on or off various outputs. Programming has been expanded to contain the functions like counters, timers, match operations and shift registers. It is initially programmed with simple contacts and opening or closing of relays. 2.3 Proximity Sensor A proximity sensor is a sensor able to detect the presence of nearby objects without any physical contact. Proximity sensor emits an electromagnetic field or beam of electromagnetic radiation and looks for changes in field. Inductive proximity sensor always defines a metal target. Proximity sensors can have high reliability and long functional life because of the absence of mechanical parts and lack of physical contact between sensor and sensed object. The maximum distance that this sensor can detect is normal range. Fig-2: Proximity sensor 2.3 RS-485 Converters RS-485 is simply an electrical interface. It supports local networks and multidrop communication links. EIA-485 is a standard defining the electrical characterized of driver and receivers for use in serial communication system. It is generally accepted that RS-485 can be used with data rates up to 10Mbit/s and distance up to 1200m. PLC and controller are interfaces by modbus communication. Fig-3: RS-485 Converter 3. PROCESS DESCRIPTION Main block of the system is PLC. From power supply we get 230v AC power supply which is converting into the 24v DC by using SMPS i.e. switch mode power supply to turn on the PLC. The sensors are placed at a distance away from the junction. Sensors are the device that converts a physical condition into an electrical signal and give vehicles information to the PLC. The densities are counting by using proximity sensors. Then PLC compares each density with other densities of three lanes. PLC has abilities to change and replicate operation while collecting and communicating vital information. Ladder logic is widely used to program PLC, where continues control of process. Ladder program are transferred from PC to PLC. It takes decision and increase the green time of busy lane. Here RS-485 module for long distance communication and match the baud rate of PLC and displays for communication. Then according to the signals and sensors, seven segment display shows time as per the conditions. 4. ALGORITHM Step 1: i) Start the system ii) Match the baud rate of PLC & DISPLAY’S for communication. Step 2: i) Switch on all displays ii) Move the signal data onto the respective registers Step 3: i) Set the clock pulse of 1 sec for decrement the counter ii) Follow normal process of the traffic signals Step 4: i) After one cycle is complete of traffic light now the sensor’s working will be start. ii) If X0 (sensor 1)is on then subtract data by 20 sec from remaining 3 signal iii) If X0 (sensor 1) & X1 (sensor 2) are on then subtracts data by 10 sec from remaining 3 signal iv) If all sensors that is X0(sensor 1), X1(sensor 2), X2(sensor 3) are set then follow the step 3-(1). 5. RESULT: The following tabulation gives the reading for a particular example. When lane A is having first sensor ON then Red time prefer to remaining three signals are shown in below table. Similarly time prefers for remaining three signals whenever second & third sensors are ON.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 04 | Apr-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 1942 Signal 30 30 60 90 A B C D A Sensors 1st sensor 10 10 40 70 2nd sensor 20 20 50 80 3rd sensor 30 30 60 90 When lane B is having first sensor ON then Red time prefer to remaining three signals are shown in below table. Similarly time prefers for remaining three signals whenever second & third sensors are ON. When lane C is having first sensor ON then Red time prefer to remaining three signals are shown in below table. Similarly time prefers for remaining three signals whenever second & third sensors are ON. signal 60 90 30 30 A B C D C Sensors 1st sensor 40 70 10 10 2nd sensor 50 80 20 20 3rd sensor 60 90 30 30 When lane D is having first sensor ON then Red time prefer to remaining three signals are shown in below table. Similarly time prefers for remaining three signals whenever second & third sensors are ON. signal 30 60 90 30 A B C D D Sensors 1st sensor 10 40 70 10 2nd sensor 20 50 80 20 3rd sensor 30 60 90 30 6. CONCLUSION In this project, we analyze the limitations of the existing traffic system and provide a new traffic control system for application of the traffic system .This project can help to reduce problem of congestion of traffic as well as reduce fuel consumption sound pollution caused by the sound of the horn nowadays. This system is hereby implementing for reducing congestion of traffic system at the intersections of lanes by allotting variable time according to how much congestion is present on the respective area. The use of PLC makes the system more reliable than the ordinary system. by communicate the PLC with the converter we can reduce the output pins . REFERENCE [1] “PLC Based Intelligent Traffic Control System” Muhammad Arshad Khattak International Journal of Electrical & Computer Sciences IJECS-IJENS Vol: 11 No: 06 [2] “SMART TRAFFIC CONTROL SYSTEM USING PLC and SCADA”,Mohit Dev Srivastava, Prerna, Shubhendu Sachin, Sumedha Sharma, Utkarsh TISSN: 2319 – 8753 , International Journal of Innovative Research in Science, Engineering and Technology Vol. 1, Issue 2, December 2012 [3] “Adaptive Intelligent Traffic Control System using PLC ”,S. V. Viraktamath, Priyamvada Holkar, Priyanka V. Narayankar, Jayashri Pujari International Journal of Innovative Research in Computer and Communication Engineering (An ISO 3297: 2007 Certified Organization) Vol. 3, Issue 1, January 2015 [4] Programmable Controllers Theory and Implementation, Second Edition L.A. Bryan, E.A. Bryan [5] Programmable Logic Controllers,Fourth Edition W. Bolton [6] Programmable Logic Controllers: Programming Method sand Applications, John R. Hackworth and Frederick D. Hackworth [7] Erwin Normanyo et al.2009, TELEMETRIC CONTROL OF TRAFFIC LIGHTS INTERSECTIONS ASPECT RATIO IN GHANA, ARPN Journal of Engineering and Applied Sciences.VOL. 4, NO. 5, JULY 2009. ISSN 1819-6608. Accessed 20-9-2010. [8] Warnock, I.G. (1989), Programmable Controllers, Operation and Application. Prentice Hall.pp 1-36. Accessed 12-02-2011. [9] Douglas Lewin& David Protheroe (1992), Design of Logic Systems, 2nd Edition, Chapman and Hall, London. pp 128-132; 212-220. Accessed 09-04-2011. [10] Pallas-Areny, R., Webster, J., 2001, ―Sensors and Signal Conditioning‖,John Wiley & Sons. pp 50-56. Accessed 01-03-2011. [11] A. Albagul et al, 2006.Design and Development of Sensor Based Traffic Light System, American Journal of Applied Sciences 3 (3): 1745-1749, ISSN 1546-9239. Accessed 23-01-2011. [12] Ryan G. Rosandich (1996), ―What to Know About PLC Ladder Diagram Programming‖ EC & M. Accessed 10-04- 2011. Signal 90 30 30 60 A B C D B Sensors 1st sensor 70 10 10 40 2nd sensor 80 20 20 50 3rd sensor 90 30 30 60