Sutting Train Project
Sutting Train Project
Sutting Train Project
Mr.Sandeep Dubey
Department of Electronics & telecommunication Engineering.
Universal College of Engineering, Vasai, India
Mr.Ayush Mishra
Department of Electronics & telecommunication Engineering.
Universal College of Engineering.Vasai, India
Mr.Amodh Tiwari
Department of Electronics & telecommunication Engineering.
Universal College of Engineering.Vasai, India
Abstract-Our project aims at demonstrating the technology used to shuttle metro trains between stations in most
of the developed countries. The train consists of IR controllers that enable it to detect and stop at stations as
they arrive. The system allows for running trains without any human intervention. This also rules the
possibilities of human errors. The system uses IR sensors along with a microcontroller of 8051 family in order
to achieve this goal. The train and station are equipped with ir sensor pairs. This helps rain to detect station as
it arrives and make a halt automatically. After that the train doors are also equipped with IR sensors that help
to determine the number of passengers in the train. The passenger count is also displayed in the train. If the
train reaches its maximum passenger capacity, the door closes automatically. The door opens for specified time
interval at each station, closes after that. The system also consists of a buzzer like alarm which alerts the users
as soon as the doors begin to close. The process is repeated at each station.The whole system works using
8051 microcontroller
Keywords— 8051 microcontroller, motor driver , DC motor, seven segment display, IR sensor.
--------------------------------------------------------------------------------------------------------------------------------------
Date of Submission: 04-04-2022 Date of acceptance: 19-04-2022
--------------------------------------------------------------------------------------------------------------------------------------
I. INTRODUCTION
There has been much advancement in the urban railway transit, starting from the engine to the metro
trains and to recent automatic metro trains. Driverless metro train is an intelligent and innovative mass transit
solution. Driverless technology meets a many number of objectives, including high capacity, speed and
regularity, reduced operational cost, adaptability, and flexibility; it fulfils the idea of new approach to mobility.
Modern Technology has developed a lot in all aspects of our life including transportation where huge
transformation has undergone[1]. Even though, the accidents of trains are increasing day by day. Main cause of
accidents and crashes are due to human errors and more than half of the people’s death is due to accidents. To
prevent this problem we have introduced a prototype of auto metro train where human interruption is not
required. The objective of this paper is to drive the train automatically. This paper is implemented in many
countries like France, Germany, etc. This paper main aim is to represent the technology used in shuttling metro
train between stations. But considering present days the accidents rate has increased day by day, of these
disasters are occurring due to human irregularity and irresponsibility. Processor doesn’t have aprobability of
doing errors but a man can do a mistake. The control of a train depends on the
arduinoprogramming[2,9].Considering the safety of passengers we had used a flame sensor, whenever causing a
fire accident it gives a signal to the passengers.Due to the human errors many accidents occur. In electric trains
fault occurring chances are more. Metro Train is an integrated application which displays and announces the
station names when it reaches a particular station. The existing system can have more chances to get
miscommunication with the passengers while announcement.
www.ijres.org 66 | Page
Shuttling metro train between stations
III. PROPOSEDSYSTEM
A.Description of System
Our proposed system decreases human interference by making the train operation automatic therefore reduces
the risk of safety and availability.
The automatic commuter counting enables to point the heavy load point and adjust the schedule therefore
reducing the over occupancy and also preventing train delaying. The obstacle detecting unit prevents from any
accidents by sensing any interference ahead of the train movement.
www.ijres.org 67 | Page
Shuttling metro train between stations
The system will also display the necessary details about the stations with the help of 7-segment display.
At the time of train arrival to the stations it reads the 8 bit data programmed in the controller and the train stops
automatically. Two motor drivers are essential in this project, one for the train movement and the other one is
for door operation. Power supply of 12V is necessary for operation.
B.Working
The circuit consists of 8051 AT895S52 microcontroller, infra-red sensors, DC motors, motor drivers,
buzzer, battery and 7 segment display.
The prominent part of this project is 8051 controller. It acts as CPU, the seven segment display, IR
sensors and the motor drivers are interfaced to it. The fig 1 shows the block diagram if the circuit where the
microcontroller acts as the CPU . The input from IR sensors are taken to count the passengers and also the
controller is programmed to stop the train upon sensing the any interference and after stopping it is programmed
to open and close the door automatically with the help of motor drivers L293D and L298H, after a prescribed
time. Microcontroller takes the supply of 12V from the lead acid battery.
The motion of the prototype is controlled by the L298H motor driver interfaced with the AT89S52
microcontroller,
www.ijres.org 68 | Page
Shuttling metro train between stations
Prototype moves by controlling the rotation of two motor. Details of the each station is displayed in the
display as the prototype stops after sencing the stayion and the door opens, this operation is done by L293D
motor driver which operates the door by controlling the rotation of a single motor. The door closes when the
prescribed time is reached or when the maximum occupancy is reached; the display. The passenger counting
operation is done with the help of three IR sensors placed at the door, one sensor counts the passengers entering
and the other sensor counts the passenger leaving the train. The front of the train is mounted with an IR sensor
which is interfaced to the microcontroller. It acts as an obstacle detection unit along with the buzzer, when the
sensor senses any object in front of the train, the train stops while the buzzer gives a warning sound.
IV. COMPONENTS
• AT89S52 microcontroller
• Seven segment display
• L298H driver
• L293D driver
• DC motors
• IR sensors
• Registors and capacitor
• buzzer
1.AT89S52 is a low-power, highperformance CMOS 8-bit microcontroller with 8K bytes of in-system
programmable Flash memory. The device is manufactured using Atmel’s high-density non volatile memory
technology and is compatible with the industry standard 80C51 instruction set and pin out. The on-chip Flash
allows the program memory to be reprogrammed insystem or by a conventional non volatile memory
programmer. By combining
a versatile 8-bit CPU with in-system programmable Flash on a monolithic chip, the Atmel AT89S52 is a
powerful microcontroller which provides a highlyflexible and cost-effective solution to many embedded control
applications. The AT89S52 provides the following standard features: 8K bytes of Flash, 256 bytes of RAM, 32
I/O lines, Watchdog timer, two data pointers, three 16-bit timer/counters, a six-vector two-level interrupt
architecture, a full duplex serial port, on-chip oscillator, and clock circuitry
• Seven segment displays are the output display device that provide a way to display information in the
form of image or text or decimal numbers which is an alternative to the more complex dot matrix displays. It is
widely used in digital clocks, basic calculators, electronic meters, and other electronic device that display
numerical information. It consists seven segments of light emitting diodes (LEDs) which is assembled like
numerical 8.
• L293d IC is known as a motor driver. It is a low voltage operating device like other ICs. The other ICs
could have the samefunctions like L293d but they cannot provide the high voltage to the motor. L293d provides
the continuous bidirectional Direct Current to the Motor.
A DC motor is an electric motor that runs on direct current (DC) electricity. In any electric motor, operation is
based on simple electromagnetism. A current-carrying conductor generates a magnetic field; when this is then
placed in an external magnetic field, it will experience a force proportional to the current in the conductor, and
to the strength of the external magnetic field. As you are well aware of from playing with magnets as a kid,
opposite (North and South) polarities attract, while like polarities (North and North, South and South) repel. The
internal configuration of a DC motor is designed to harness the magnetic interaction between a current-carrying
conductor and an external magnetic field to generate rotational motion.
www.ijres.org 69 | Page
Shuttling metro train between stations
V. CONCLUSION
In recent days there are many documented failure of automatic system due to several reasons which
include error caused by operators. The main objective of this project is to demonstrate that a processor can be
programmed to avoid such incidents effectively and also to minimize the effects of overloading and due to that
the time delay can be reduced and the frequency of the train improves by providing a better medium for
transport. Mainly this prototype reduces the cumbersomeness by minimizing the human supervision as much as
possible.
A.Future Scope
This system can be further improved in future by making use of high-speed sensors which enables fast
and more efficient operation. In the future this system can be improved by creating a highly reliable metro trains
with the help of new automatic train control and protection by the use of communication based train control, by
implementing this the human intervention can be further reduced as a results it reduces the threats which are
caused by human error.
REFERENCE
[1]. Thabit sultan Mohammed, Wasamfahmi Al Azzo,Mohammed Ahmed Akaak, Mohammed Laheeb Europe “Full
Automation Driverless Trains:A Microcontroller-based prototype”. , Vol 3, Issue 7,July 2014 pp. 10417- 10422
[2]. “The Dubai Metro, the World’s Longest Fully Automated Metro Network”. Mitsubishi Heavy Industries Technical Review Vol. 49
No. 2 June 2012.
[3]. ]Sauvard and Philippe, “Siemens VAL Solution in Torino- The First Driverless Metro in Italy”, International Conference on
Automated People Movers 2005, Orlando FL, pp.1-12, May 2005.
[4]. Automated Metro – Ensuring Safety and Reliability with Minimum Human Intervention: Yap KweeSeng, Ng Hon Wai, Dr Samuel
Chan, Leong Kwok Weng Systems Assurance & Integration Division Engineering Group Land Transport Authority, Singapore.
[5]. V.Sridhar “Automated System Design for Metro Train”, International Journal of Computer Science Engineering.Vol 1 Sept 2012
pp. 30 -41 Miryam Hernandez, “Metro automation: A proven and scalable solution,” Euro Transport, Vol.12, pp.3032, December
2014.
[6]. Cohen and M.Judith, “Impact of unattended Train Operations on Productivity and Efficiency in Metropolitan Railways,”
Transportation Research Board 94 th Annual Meeting 2015.
[7]. Mohan, Dinesh, “Mythologies, Metro Rail System and Future Urban Transport,” in Proc. Economic & Political Weekly, Jan. 2007,
pp. 41-53.
[8]. Dapeng Zhang and DianweiQain, “Study on leaderFollower Control in the Metro Unattended Train Operation,” in proc.
International Conference on Advanced Mechatronic Systems(ICAMechS), Melbourne, Australia Nov. 30-Dec.3, 2016.
www.ijres.org 70 | Page