Introduction
Introduction
ON
”TITLE OF PROJECT”
BY
Internal Guide
Savita Lade
Nov - 2021
Juhu-Versova Link Road Versova, Andheri(W), Mumbai-53
CERTIFICATE
Guide H.O.D.
Savita Lade Prof. S. P. Khachane
Principal
ii
Dr. Sanjay Bokade
Examiners:
1---------------------------------------------
2.--------------------------------------------
Date:
Place
iii
Declaration
(Students Signatures)
iv
Abstract
The railway reservation system facilitates the passengers to enquiry about the
trains available on the basis of source and destination, booking and
cancellation of tickets, enquiry about the status of the booked ticket, etc. The
aim of case study is to design and develop a data base maintaining records of
different trains, train status and passengers . This project contains
introduction to the railways reservation system. It is the computerized system
of reserving the seats of train seats in advance. It is mainly used for a long
route. Online reservation has made the process for the reservation of seats
very much easier than ever before.
In our country India, there are number of counters for the reservation of the
seats and one can easily make reservations and get tickets. Railway
reservation system, has described above, can lead to error free, secure,
reliable and fast management system. It can assist the user to concentrate on
their other activities rather to concentrate on the record keeping. Thus it will
help organization it better utilization of resources . Administrator of the
project, with the help of a password, can enter new train record, display all
train records, modify train records and delete train records. The record of
train includes its number, name, source, destination, and days on which it is
available, whereas record of train status includes dates for which tickets can
be booked, total number of seats available, and number of seats already
booked.
v
Contents
vii
List of Figures
viii
List of Tables
ix
List if Algorithms
Introduction 1
1 1.1 Introduction Description...………………………………………….. 1
1.2 Organization of Report.. ……………………………………………. 2
Literature Review 3
2.1 Survey Existing system…………………………………………….. 3
2
2.2 Limitation Existing system or research gap………………………… 4
2.3 Problem Statement and Objective………………………………….. 5
Proposed System
3.1 Analysis/ Framework/ Algorithm……………………………………
3.2 Details of Hardware & Software…………………………………….
3.2.1 Hardware Requirement..……………………………………..
3
3.2.2 Software Requirement……………………………………….
3.3 Design Details……………………………………………………….
3.3.1 System Flow/System Architecture……………………………
3.3.2 Detailed Design(UML)
3.4 Methodology/Procedures(Your methodology to solve problem)…..
Results & Discussions
4
4.1 Results……………………………………………………………….
4.2 Discussion-Comparative study/ Analysis…………………………..
5 Conclusion and Future Work
References
vi
LIST OF FIGURES
Figure
Name Page no.
No.
1.1 Accelerometer 1
3.1 A Self Balancing Bot 3
3.2 Flowchart for controlling 4
3.3 Arduino Board 4
3.4 Gyroscope 5
3.5 Layered Bot 6
3.6 Angular components of a Gyroscope 6
3.7 Self - balancing mobile robot 7
3.8 An exploded view of the CAD model 8
3.9 Graphical interface on the computer 9
3.10 Android application used for driving the robot 9
4.1 A Simple Self Balancing Robot 10
6.1 A complete overview of all components 13
7.1 PID Control Parameters 14
8.1 System Design 18
10.1 Balancing 20
vii
LIST OF TABLES
Table
Name Page no.
No.
1.1 Accelerometer 1
3.1 A Self Balancing Bot 3
3.2 Flowchart for controlling 4
3.3 Arduino Board 4
3.4 Gyroscope 5
3.5 Layered Bot 6
3.6 Angular components of a Gyroscope 6
3.7 Self - balancing mobile robot 7
3.8 An exploded view of the CAD model 8
3.9 Graphical interface on the computer 9
3.10 Android application used for driving the robot 9
4.1 A Simple Self Balancing Robot 10
6.1 A complete overview of all components 13
7.1 PID Control Parameters 14
8.1 System Design 18
10.1 Balancing 20
viii
LIST OF ALGORITHM
Sr. No. Name Page no.
1 Accelerometer 1
2 A Self Balancing Bot 3
3 Flowchart for controlling 4
4 Arduino Board 4
5 Gyroscope 5
6 Layered Bot 6
7 Angular components of a Gyroscope 6
8 Self - balancing mobile robot 7
9 An exploded view of the CAD model 8
10 Graphical interface on the computer 9
ix
CHAPTER 1(Font size:16)
Introduction (18)
1. RESERVATION
2. FARE
3. CANCELATION
These functions will be handled with the help of following sub functions: -
10
11
12