Control Ans Command Traffic Management
Control Ans Command Traffic Management
Control:
Traffic Management
SUBMITTED TO:
DR. S.D. SAMANTARAY
WORK DISTRIBUTION FOR
MAKING THIS
PRESENTATION
Resource allocation- Sheetal Bisht (44069)
Designing-Noopur Joshi(44027)
Critical Validation-Rashmi Rani (44156)
Editing and Review-Pranita Singh and Nisha Joshi
TRAFFIC MONITORING
TRAFFIC MONITORING IS THE TECHNIQUE OF
SUPERVISING THE FLOW OF CONTROL OF TRAFFIC
IN THE NETWORK.
OR
• train routing
• train-systems monitoring.
Related functions include traffic planning, trainlocation
tracking, traffic monitoring, collision avoidance, failure
prediction, and maintenance logging.
Traffic Management System
Traffic Management System
The network control system is ultimately connected to one
or more dispatch centers, which comprise the rail-operations
control system and other users.
At the rail-operations control system, dispatchers can
establish train routes and track the progress of individual
trains.
Individual dispatchers control different territories; each
dispatcher's control console may be set up to control one or
more territories.
Train routes include instructions for automatically
switching trains from track to track, setting speed restrictions,
setting out or picking up cars,and allowing or denying train
clearance to a specific track section.
Dispatchers may note the location of track work along train
routes for display to train engineers.
Trains may be stopped from the rail-operations control
system when hazardous conditions are detected (such as a
runaway train, track failure, or a potential
collision condition).
Dispatchers can also call up any information available to
individual train engineers, as well as send movement
authority, wayside device settings, and plan revisions.
Track layouts and wayside equipment may change over
time.
The numbers of trains and their
routes may change daily.
The system must be designed to permit incorporation of new
sensor, network, and processor technology.
Scenario for Processing
Daily Train Orders
Traffic Management System
Process Diagram
Key Abstractions and
Mechanisms
A study of the requirements for the traffic management
system suggests that we really have four different sub
problems to solve:
• Networking
• Database
• Human/machine interface
• Real-time analog device control
If we do a brief domain analysis across these four problem areas,
we find that there are three common high-level key abstractions:
• Trains Including locomotives and cars
• Tracks Encompassing profile, grade, and wayside
devices
• Plans Including schedules, orders, clearances,
Every train has a current location on the tracks, and each
train has exactly one active plan.
Similarly, the number of trains at each point on the tracks
may be zero or one.
for each plan there is exactly one train, involving many
points on the tracks.
Continuing, we may devise a key- mechanism for each of
these four nearly independent
Sub problems:
• Message passing
• Train-schedule planning
• Displaying
• Sensor data acquisition
These four mechanisms form the soul of our system.
They represent approaches to what we
have identified as the areas of highest development risk
Message Class Diagram
typical messages in the traffic management system
include signals to activate wayside devices, indications
of trains passing specific locations, and orders from
dispatchers to train engineers.
these kinds of messages are passed at two different
levels within the traffic management system:
• Between computers and devices
• Among computers
Our interest is in the second level of message
passing.
Because our problem involves a geographically
distributed communications network, we must consider
issues such as noise,equipment failure, and security.
Message Class Diagram
Message Passing Mechanism
Train-Schedule Planning
the concept of a train plan is central to the operation
of the traffic management system.
Each train has exactly one active plan, and each plan
is assigned to exactly one train and may involve many
different orders and locations on the track.
For example, a specific train plan might consist of the
following actions:
Train Plan Class Diagram
Train-Schedule Planning
Displaying