Implementation of a Basic Flow Model in Traffic Controlling

Size: px
Start display at page:

Download "Implementation of a Basic Flow Model in Traffic Controlling"

Transcription

1 Magyar Kutatók 9. Nemzetközi Szimpóziuma 9 th International Symposium of Hungarian Researchers on Computational Intelligence and Informatics Implementation of a Basic Flow Model in Traffic Controlling Sándor Gacsal Budapest Tech, Bécsi út 94-96, H-1034 Budapest, Hungary gacsal.sandor@gmail.com Timót Hidvégi Széchenyi István Egyetem, Egyetem tér 1, H-9026 Győr, Hungary hidvegi@sze.hu Abstract: The contribution introduces a basic model, a manner, how to control using the specific tools a crossing of a highway and a lower volume road, while we stop the highway's traffic only in a critical case otherwise just slow it down. 1 Introduction During our presentation we will introduce a kind of a basic model, whereby we are going to be able to reduce the chance of traffic congestion in a crossing. Seeing that in our future plans we would like to try out and test several solutions, achieving various models are easy to solve using the test environment we shaped. It seems plausible to use different programmable logics like CPLD's or FPGA's. Henceforth we will introduce some of the simplified solutions of solving our ambitions. In the forth chapter you'll find the description of the test environment. Lastly the fifth chapter contains the conclusions or rather the future plans. 2 Introducing the Crossing 2.1 The Crossing In our concept (Figure 1) we have two roads crossing each other. A highway ("A") and a lower volume road ("B"). The traffic's direction on each road is shown by 523

2 S. Gacsal et al. Implementation of a Basic Flow Model in Traffic Controlling the figure. Both roads have traffic lights ("a1" and "b1") at the entrance of the crossing. 2.2 The Ambition What we would like to try for - with our model - is, to keep the traffic arriving from "A" direction in a continous flow, while we let the "B" traffic to pass the crossing also. Nevertheless we would like to achieve this by ruling the speed of "A" traffic, or in a critical case stopping it. To obtain the ruling of "A" traffic we placed two displays/indicators over the "A" road, and these displays are going to inform the traffic about the actual speed limitations. If the participants of the "A" traffic keep their vehicles driving with the allotted velocity, they are going to get green light on the arrival to the crossing. The critical case is when the "B" traffic is congested in such a volume, where we are not able to let "B" traffic to cross the road without stopping vehicles coming from "A" direction. In our concept, the monitoring of the congestion of the "B" road would be achieved by three sensors ("b2","b3" and "b4"). Figure 1 The block-scheme of the crossing 524

3 Magyar Kutatók 9. Nemzetközi Szimpóziuma 9 th International Symposium of Hungarian Researchers on Computational Intelligence and Informatics 3 Simplified Solutions 3.1 Solution A: Using a Timer In a crossing there are several solutions to control the traffic. If it's allowed to stop both "A" and "B" traffics, we could simply use a timer and letting one traffic to pass the crossing, and than change and let the other one to do the same (Figure 2). Figure 2 The simplified method of using the timer But this solution is disadvantageous and could cause various problems. Put the case that there are no vehicles coming from one direction, and on the other road there is a line of cars waiting for the traffic lights to change from red to green sign. In this case we are needlessly keeping the car line waiting instead of letting them to pass the crossing. 3.2 Solution B: Based on the Traffic Congestion Monitoring Another solution could be if we would base our decision on the informations received from the sensors and we would let that traffic to pass the crossing wich has a higher volume at the moment (Figure 3). 525

4 S. Gacsal et al. Implementation of a Basic Flow Model in Traffic Controlling Figure 3 The simplified method of the monitoring based solution The problem with this solution is that, if there is a higher volume of traffic coming from "B" direction for some reason, the "A" traffic would often or worse, constantly get red sign, so "A" road would loose it's priority against "B" road. 3.3 Solution C: the Practical Combined Solution The third, wich seems to be the most practical solution for us, combines the two methods mentioned above. It uses the timer and the congestion monitoring also. First of all let's distinguish four parts of the day, as four working periods. The first is the night-time, second is the morning rush hours, third is the calm period in the afternoon and the fourth is the evening rush hours. I nour concept both first and third periods could work with a simple timer based solution. The difference between these periods would be sensible in the lenghts of the green lights, because usually the night-time traffic is less than in the afternoon. In the second and the fourth period we would like to use the timer and the congestion monitoring together. The congestion monitoring would inform the system about the length of the line of cars waiting on the "B" road, wich is on a lower level of priority. With this information we could control the crossing in the way mentioned below (Figure 4). 526

5 Magyar Kutatók 9. Nemzetközi Szimpóziuma 9 th International Symposium of Hungarian Researchers on Computational Intelligence and Informatics Figure 4 The simplified method of using the timer and the congestion monitoring together 3.4 The Operation of the Congestion Monitoring on Road "B" There are three sensors ("b2","b3" and "b4"/ figure 5.) placed along the road ahead the traffic lights ("b1"). If a car passes "b4" sensor, the monitoring system notes wich other sensors are passed by the same vehicle, so we can locate the car between "b4" and "b1" points. If the car passes all three sensors ("b4","b3" and "b2") and the traffic lights ("b1") show red sign, than it is located between "b2" and "b1" points. In case "b2" does not sense the car, than it has to be between "b3" and "b2". This means the line of cars started to grow. The growth of this line reaches the critical value if a vehicle passes only "b4" and no other sensors. In this case the monitoring system indicates that there is a higher density of traffic on "B" road, so we have to stop the traffic coming from "A" direction. 527

6 S. Gacsal et al. Implementation of a Basic Flow Model in Traffic Controlling Figure 5 The placing of the sensors 3.5 The Duration of the Green Signs for "B" and the Speed Ruling of "A" Traffic If the monitoring says the line of cars on "B" road is between "b1" and "b2", we have to change "b1" traffic lights to green for a shorter amount of time (T1) and inform the traffic arriving from "A" direction about the speed limitation to X km/h only on the "a3" display. If the end of the line of cars is between "b2" and "b3" then it's necessary to give green sign for a longer T2 time (T2>T1). In this case first we have to inform the "A" traffic about the speed limitation to X km/h on "a3" display, then to Y km/h on "a2" display (X>Y).With the speed limitations we gain a gap between the vehicles already ruled and the vehicles that did not receive this kind of notifications (Figure 6). Figure 6 The safety gap's growth after notification 528

7 Magyar Kutatók 9. Nemzetközi Szimpóziuma 9 th International Symposium of Hungarian Researchers on Computational Intelligence and Informatics The size of the gap we need to gain is defined by the line of cars located at "B" road. The gap has to be such wide as wide we need it to be to let the "B" traffic to cross the "A" road before this gap ceases within the specified time. As figure 6. shows, both cars pass "a2" display but only car No.2 is passing it under limitation. For the simple reason that there is a difference between the two cars' velocity, after passing the display the safety gap between these vehicles starts to grow, generating the needed gap. 4 Test Environment When we were developing the test environment, it was an important viewpoint for us to keep the system available for upgrading with various hardwares. So our choice happened to be the PC-104 standard. During the development of the test card [5][6] we modified the BUS interface. The modified cards block-scheme is shown by Figure 7. This card is attachable to computers thru its USB port. Figure 7 The motherboard of the test environment This testcard is the motherboard of the system, on this card we generate several voltages for the function, and the linkage to computers is also this card's role. Having a CPLD[3] on this panel allows us to try out some smaller, simplier models using only this card. Other testcards are connected to this motherboard for further functions. This testcard is the motherboard of the system, on this card we generate several voltages for the function, and the linkage to computers is also this card's role. Having a CPLD[3] on this panel allows us to try out some smaller, simplier models using only this card. Other testcards are connected to this motherboard for further functions. 529

8 S. Gacsal et al. Implementation of a Basic Flow Model in Traffic Controlling Figure 8 Arithmetic card using FPGA Figure 8. shows the conformation of the test environment. With this system complex solutions are available to be tested, and the efficiancy of the SPARTAN 3 [3] FPGA allows us to implement architectures [2] based on complicated calculations. Conclusion Inasmuch this conception is in a inchoative stage, our future plans are to upgrade the model and its execution and to optimize it. We would like to implement several methods like a traffic flow model described by a non-linear partial differential equation [1]. With this method we could optimize further the ruling of traffic "A". References [1] Tyn Myint, Lokenath Debnath (1987), Partial Differential Equations for Scientists and Engineers, Elsevier Science Publishing, New York [2] Kai Hwang (1979), Computer Arithmetic Principles, Architecture, and Design John Wiley & Sons, New York [3] [4] Gábor Marton, Timót Hidvégi (2006), Professional, Configurable Development System for Microcontroller, FPGA and its aplication 7 th International Symposium of Hungarian Researchers on Computional Inteligence, Budapest, pp [5] Hidvégi Timót (2007), Útjelzések, akadályok felismerése valós időben, Innováció és fenntartható felszíni közlekedés, Budapest 530

Building Motion and Noise Detector Networks from Mobile Phones

Building Motion and Noise Detector Networks from Mobile Phones Magyar Kutatók 9. Nemzetközi Szimpóziuma 9 th International Symposium of Hungarian Researchers on Computational Intelligence and Informatics Building Motion and Noise Detector Networks from Mobile Phones

More information

Contribution to Multicriterial Classification of Spatial Data

Contribution to Multicriterial Classification of Spatial Data Magyar Kutatók 8. Nemzetközi Szimpóziuma 8 th International Symposium of Hungarian Researchers on Computational Intelligence and Informatics Contribution to Multicriterial Classification of Spatial Data

More information

Termination Analysis of the Transformation UML to CSP

Termination Analysis of the Transformation UML to CSP Magyar Kutatók 8. Nemzetközi Szimpóziuma 8 th International Symposium of Hungarian Researchers on Computational Intelligence and Informatics Termination Analysis of the Transformation UML to CSP Márk Asztalos,

More information

On A Traffic Control Problem Using Cut-Set of Graph

On A Traffic Control Problem Using Cut-Set of Graph 1240 On A Traffic Control Problem Using Cut-Set of Graph Niky Baruah Department of Mathematics, Dibrugarh University, Dibrugarh : 786004, Assam, India E-mail : niky_baruah@yahoo.com Arun Kumar Baruah Department

More information

Temporally Adaptive A* Algorithm on Time Dependent Transportation Network

Temporally Adaptive A* Algorithm on Time Dependent Transportation Network Temporally Adaptive A* Algorithm on Time Dependent Transportation Network Nianbo Zheng, Feng Lu Institute of Geographic Sciences and Natural Resources Research Chinese Academy of Sciences Beijing, 100101,

More information

Evaluation of Information Dissemination Characteristics in a PTS VANET

Evaluation of Information Dissemination Characteristics in a PTS VANET Evaluation of Information Dissemination Characteristics in a PTS VANET Holger Kuprian 1, Marek Meyer 2, Miguel Rios 3 1) Technische Universität Darmstadt, Multimedia Communications Lab Holger.Kuprian@KOM.tu-darmstadt.de

More information

CAR FOLLOWING BY OPTICAL PARAMETERS

CAR FOLLOWING BY OPTICAL PARAMETERS CAR FOLLOWING BY OPTICAL PARAMETERS Craig W. Sauer, George J. Andersen, Asad Saidpour University of California, Riverside Department of Psychology Riverside, California USA E-mail: craigsauer@softhome.net

More information

Transforming Transport Infrastructure with GPU- Accelerated Machine Learning Yang Lu and Shaun Howell

Transforming Transport Infrastructure with GPU- Accelerated Machine Learning Yang Lu and Shaun Howell Transforming Transport Infrastructure with GPU- Accelerated Machine Learning Yang Lu and Shaun Howell 11 th Oct 2018 2 Contents Our Vision Of Smarter Transport Company introduction and journey so far Advanced

More information

Content Based Image Retrieval in Database of Segmented Images

Content Based Image Retrieval in Database of Segmented Images Content Based Image Retrieval in Database of Segmented Images Szabolcs Sergyán John von Neumann Faculty of Informatics, Budapest Tech Bécsi út 96/B, H-1034 Budapest, Hungary sergyan.szabolcs@nik.bmf.hu

More information

Rear Distance Detection with Ultrasonic Sensors Project Report

Rear Distance Detection with Ultrasonic Sensors Project Report Rear Distance Detection with Ultrasonic Sensors Project Report 11.29.2017 Group #6 Farnaz Behnia Kimia Zamiri Azar Osaze Shears ECE 511: Microprocessors Fall 2017 1 Table of Contents 1. Abstract 3 2. Motivation

More information

Learning Methods for Similarity Handling in Phonebook-centric Social Networks

Learning Methods for Similarity Handling in Phonebook-centric Social Networks agyar Kutatók 10. Nemzetközi Szimpóziuma 10 th International Symposium of Hungarian Researchers on Computational Intelligence and Informatics Learning ethods for Similarity Handling in Phonebook-centric

More information

IoT Based Traffic Signalling System

IoT Based Traffic Signalling System IoT Based Traffic Signalling System Ashok. P.V B.Tech Graduate, Department of Information Technology, SivaSankari.S Assistant Professor, Department of Information Technology, Vignesh Mani B.Tech Graduate,

More information

Vorlesung Kommunikationsnetze Research Topics: QoS in VANETs

Vorlesung Kommunikationsnetze Research Topics: QoS in VANETs Vorlesung Kommunikationsnetze Research Topics: QoS in VANETs Prof. Dr. H. P. Großmann mit B. Wiegel sowie A. Schmeiser und M. Rabel Sommersemester 2009 Institut für Organisation und Management von Informationssystemen

More information

Controller Timing Process

Controller Timing Process 17 Controller Timing Process The purpose of this activity is to give you the opportunity to learn more about basic actuated controller timing processes. Describe the actuated controller timing processes

More information

A Formalism for Automated Verification of Model Transformations

A Formalism for Automated Verification of Model Transformations Magyar Kutatók 10. Nemzetközi Szimpóziuma 10 th International Symposium of Hungarian Researchers on Computational Intelligence and Informatics A Formalism for Automated Verification of Model Transformations

More information

TomTom BRIDGE Reference Guide

TomTom BRIDGE Reference Guide TomTom BRIDGE Reference Guide 15100 Contents Welcome to the TomTom BRIDGE 6 Starting the TomTom BRIDGE 8 Using gestures 10 Apps on the TomTom BRIDGE 11 Connecting the TomTom BRIDGE 12 About connecting

More information

PERFORMANCE COMPARISON OF TRADITIONAL SCHEDULERS IN DIFFSERV ARCHITECTURE USING NS

PERFORMANCE COMPARISON OF TRADITIONAL SCHEDULERS IN DIFFSERV ARCHITECTURE USING NS PERFORMANCE COMPARISON OF TRADITIONAL SCHEDULERS IN DIFFSERV ARCHITECTURE USING NS Miklós Lengyel János Sztrik Department of Informatics Systems and Networks University of Debrecen H-4010 Debrecen, P.O.

More information

Mobile Millennium Using Smartphones as Traffic Sensors

Mobile Millennium Using Smartphones as Traffic Sensors Mobile Millennium Using Smartphones as Traffic Sensors Dan Work and Alex Bayen Systems Engineering, Civil and Environmental Engineering, UC Berkeley Intelligent Infrastructure, Center for Information Technology

More information

LTE and IEEE802.p for vehicular networking: a performance evaluation

LTE and IEEE802.p for vehicular networking: a performance evaluation LTE and IEEE802.p for vehicular networking: a performance evaluation Zeeshan Hameed Mir* Fethi Filali EURASIP Journal on Wireless Communications and Networking 1 Presenter Renato Iida v2 Outline Introduction

More information

17TH INTERNATIONAL CONFERENCE ON Harmonisation within Atmospheric Dispersion Modelling for Regulatory Purposes 9-12 May 2016, Budapest, Hungary

17TH INTERNATIONAL CONFERENCE ON Harmonisation within Atmospheric Dispersion Modelling for Regulatory Purposes 9-12 May 2016, Budapest, Hungary 17TH INTERNATIONAL CONFERENCE ON Harmonisation within Atmospheric Dispersion Modelling for Regulatory Purposes 9-12 May 2016, Budapest, Hungary INTEGRATED URBAN AIR POLLUTION DISPERSION MODELLING FRAMEWORK

More information

Digital Image Processing

Digital Image Processing Digital Image Processing Traffic Congestion Analysis Dated: 28-11-2012 By: Romil Bansal (201207613) Ayush Datta (201203003) Rakesh Baddam (200930002) Abstract Traffic estimate from the static images is

More information

TomTom BRIDGE User Manual

TomTom BRIDGE User Manual TomTom BRIDGE User Manual Contents Welcome to the TomTom BRIDGE 5 The TomTom BRIDGE 6 Starting the TomTom BRIDGE... 7 Using gestures... 9 Apps on the TomTom BRIDGE... 10 Connecting the TomTom BRIDGE...

More information

The negative effects of homogeneous traffic on merging sections

The negative effects of homogeneous traffic on merging sections The negative effects of homogeneous traffic on merging sections J.A.C.M. Elbers a,1 and E.C. van Berkum a a Centre for Transport Studies University of Twente, Department of Civil Engineering Tel: +31 534893821,

More information

The Background The Problem The Alternatives A Simpler, One-Stop Solution... 4

The Background The Problem The Alternatives A Simpler, One-Stop Solution... 4 ESTABLISHING A2P MOBILE MESSAGING ON YOUR TERMS November 2016 TABLE OF CONTENTS The Background.... 3 The Problem.... 3 The Alternatives.... 4 A Simpler, One-Stop Solution... 4 Why Tata Communications Mobile

More information

Modelling traffic congestion using queuing networks

Modelling traffic congestion using queuing networks Sādhanā Vol. 35, Part 4, August 2010, pp. 427 431. Indian Academy of Sciences Modelling traffic congestion using queuing networks TUSHAR RAHEJA Mechanical Engineering Department, Indian Institute of Technology

More information

16. Simulation Network Coding Example

16. Simulation Network Coding Example 16. INTRODUCTION Section 6 is complemented here by means of examples on how to code each of the five types of intersections that can be handled by SATURN plus examples of coding centroid connectors. 16.1

More information

Public Cloud Integrated Road Lane Divider System

Public Cloud Integrated Road Lane Divider System International Journal of Research in Engineering, IT and Social Sciences Public Cloud Integrated Road Lane Divider System Nilesh Patil 1, Parth Srivastava 2, Milan Ghori 3, Dharmik Dave 4 and Darshan Jain

More information

STRAW - An integrated mobility & traffic model for vehicular ad-hoc networks

STRAW - An integrated mobility & traffic model for vehicular ad-hoc networks STRAW - An integrated mobility & traffic model for vehicular ad-hoc networks David R. Choffnes & Fabián E. Bustamante Department of Computer Science, Northwestern University www.aqualab.cs.northwestern.edu

More information

Analysis of the Topology for Moving Wireless Networks

Analysis of the Topology for Moving Wireless Networks Analysis of the Topology for Moving Wireless Networks Gina Paola Navarrete, Johnson Ihyeh Agbinya,Mohammad Momani, Mahmood Akache University of Technology, Information Communication Technology Group, 1

More information

EVALUATION METHOD OF DYNAMIC TRAFFIC OPERATION AND A CASE STUDY ON VARIABLE CHANNELIZATION FOR MERGING SECTIONS

EVALUATION METHOD OF DYNAMIC TRAFFIC OPERATION AND A CASE STUDY ON VARIABLE CHANNELIZATION FOR MERGING SECTIONS EVALUATION METHOD OF DYNAMIC TRAFFIC OPERATION AND A CASE STUDY ON VARIABLE CHANNELIZATION FOR MERGING SECTIONS Sungjoon HONG, Dr. Eng., Research Associate, the University of Tokyo 4-6-1 Komaba, Meguro,

More information

PARTICLE SWARM OPTIMIZATION OF SPEED IN UNPLANNED LANE TRAFFIC

PARTICLE SWARM OPTIMIZATION OF SPEED IN UNPLANNED LANE TRAFFIC PARTICLE SWARM OPTIMIZATION OF SPEED IN UNPLANNED LANE TRAFFIC Prasun Ghosal 1, Arijit Chakraborty 2, Sabyasachee Banerjee 2 1 Department of Information Technology, Bengal Engineering and Science University,

More information

Automated Extraction of Queue Lengths from Airborne Imagery

Automated Extraction of Queue Lengths from Airborne Imagery Automated Extraction of Queue Lengths from Airborne Imagery Ashish Agrawal Department of Civil Engineering and Engineering Mechanics University of Arizona P.O. Box 210072 Tucson, AZ, 85721-0072, USA E-mail:

More information

78% of CIOs can t guarantee application performance 1. What s holding your apps back?

78% of CIOs can t guarantee application performance 1. What s holding your apps back? INSIGHTS PAPER What s holding your apps back? 5 culprits behind sluggish network performance and what you can do to stop them Whether they re your customers or employees, today s end-users demand applications

More information

Smart Street Light Using 8052 Micro Controller

Smart Street Light Using 8052 Micro Controller Smart Street Light Using 8052 Micro Controller Tella Kumari Padmalatha P. Anitha K. Durgaprasad 1. ABSTRACT: We need to save or conserve energy because most of the energy sources we depend on, like coal

More information

2. REAL-TIME CONTROL SYSTEM AND REAL-TIME NETWORKS

2. REAL-TIME CONTROL SYSTEM AND REAL-TIME NETWORKS 2. REAL-TIME CONTROL SYSTEM AND REAL-TIME NETWORKS 2.1 Real-Time and Control Computer based digital controllers typically have the ability to monitor a number of discrete and analog inputs, perform complex

More information

Software Tools for Network Modelling

Software Tools for Network Modelling 6 th International Conference on Applied Informatics Eger, Hungary, January 27 31, 2004. Software Tools for Network Modelling Attila Kuki a, János Sztrik b, Günter Bolch c a Department of Information Technology

More information

Basic Concepts And Future Directions Of Road Network Reliability Analysis

Basic Concepts And Future Directions Of Road Network Reliability Analysis Journal of Advanced Transportarion, Vol. 33, No. 2, pp. 12.5-134 Basic Concepts And Future Directions Of Road Network Reliability Analysis Yasunori Iida Background The stability of road networks has become

More information

A Study of Safety Applications in Vehicular Networks

A Study of Safety Applications in Vehicular Networks 1 A Study of Safety Applications in Vehicular Networks Christophe J. Merlin and Wendi B. Heinzelman Department of Electrical and Computer Engineering, University of Rochester, Rochester, NY Abstract Car

More information

Simulating Growth of Transportation Networks

Simulating Growth of Transportation Networks The Eighth International Symposium on Operations Research and Its Applications (ISORA 09) Zhangjiajie, China, September 20 22, 2009 Copyright 2009 ORSC & APORC, pp. 348 355 Simulating Growth of Transportation

More information

Mobile Robot Navigation Using Omnidirectional Vision

Mobile Robot Navigation Using Omnidirectional Vision Mobile Robot Navigation Using Omnidirectional Vision László Mornailla, Tamás Gábor Pekár, Csaba Gergő Solymosi, Zoltán Vámossy John von Neumann Faculty of Informatics, Budapest Tech Bécsi út 96/B, H-1034

More information

Utilization of TSMO Practices in Highway Construction Work Zones: A Case Study

Utilization of TSMO Practices in Highway Construction Work Zones: A Case Study Utilization of TSMO Practices in Highway Construction Work Zones: A Case Study James Webb, P.E., Iowa Department of Transportation Liz Finarty, P.E., Iowa Department of Transportation James Armstrong,

More information

Estimation of Suitable Grade Value for Stopping Sight Distance Computation on Vertical Curves

Estimation of Suitable Grade Value for Stopping Sight Distance Computation on Vertical Curves Estimation of Suitable Grade Value for Stopping Sight Distance Computation on Vertical Curves Ahmed H. Farhan Assist. ecturer / Civil Eng. Dept. / Anbar University Abstract The purpose of highway geometric

More information

Testing the Channel Aggregation Capability of the MPT Multipath Communication Library

Testing the Channel Aggregation Capability of the MPT Multipath Communication Library Testing the Channel Aggregation Capability of the MPT Multipath Communication Library Gábor Lencse Department of Telecommunications Széchenyi István University Győr, Hungary lencse@sze.hu Ákos Kovács Department

More information

Transport System. Telematics. Centralized traffic management system as response to the effective realization of urban traffic fluency

Transport System. Telematics. Centralized traffic management system as response to the effective realization of urban traffic fluency Archives of Volume 4 Transport System Issue 4 Telematics November 2011 Centralized traffic management system as response to the effective realization of urban traffic fluency E. FRANCERIES a, K. LIVER

More information

Decision Support Tool for traffic management centre in urban environment

Decision Support Tool for traffic management centre in urban environment 12 th ITS European Congress, Strasbourg, France, 19-22 June 2017 CP0776 Decision Support Tool for traffic management centre in urban environment Abstract: Jonathan ROBERT 1*, Christophe MONTANO 2 1. SPIE

More information

Emergency Response: How dedicated short range communication will help in the future. Matthew Henchey and Tejswaroop Geetla, University at Buffalo

Emergency Response: How dedicated short range communication will help in the future. Matthew Henchey and Tejswaroop Geetla, University at Buffalo Emergency Response: How dedicated short range communication will help in the future. 1.0 Introduction Matthew Henchey and Tejswaroop Geetla, University at Buffalo Dedicated short range communication (DSRC)

More information

CS370: System Architecture & Software [Fall 2014] Dept. Of Computer Science, Colorado State University

CS370: System Architecture & Software [Fall 2014] Dept. Of Computer Science, Colorado State University CS 370: SYSTEM ARCHITECTURE & SOFTWARE [DISK SCHEDULING ALGORITHMS] Frequently asked questions from the previous class survey Shrideep Pallickara Computer Science Colorado State University L30.1 L30.2

More information

Stream Control Transmission Protocol

Stream Control Transmission Protocol Chapter 13 Stream Control Transmission Protocol Objectives Upon completion you will be able to: Be able to name and understand the services offered by SCTP Understand SCTP s flow and error control and

More information

ITS (Intelligent Transportation Systems) Solutions

ITS (Intelligent Transportation Systems) Solutions Special Issue Advanced Technologies and Solutions toward Ubiquitous Network Society ITS (Intelligent Transportation Systems) Solutions By Makoto MAEKAWA* Worldwide ITS goals for safety and environment

More information

IPEmotion_PlugIn_NI_DAQmx_V01_01_00

IPEmotion_PlugIn_NI_DAQmx_V01_01_00 IPEmotion_PlugIn_NI_DAQmx_V01_01_00 1. Dezember 2017 TABLE OF CONTENTS Table of Contents 1 Important and general information..................................... 3 1.1 Important information..........................................

More information

GBA 334 Module 6 Lecture Notes Networks and Queues. These notes will cover network models and queuing theory.

GBA 334 Module 6 Lecture Notes Networks and Queues. These notes will cover network models and queuing theory. GBA Module Lecture Notes Networks and Queues These notes will cover network models and queuing theory. Have you ever wondered how your GPS knows the most efficient route to get you to your destination?

More information

Data Dissemination in Ad Hoc Networks Based on Inter-Vehicle Communication

Data Dissemination in Ad Hoc Networks Based on Inter-Vehicle Communication Data Dissemination in Ad Hoc Networks Based on Inter-Vehicle Communication Lars Wischhof, Prof. Hermann Rohling {l.wischhof, rohling}@tu-harburg.de Technical University of Hamburg-Harburg, Germany Overview

More information

Prof. Dr. Ralf Guido Herrtwich, Daimler AG, Sindelfingen, Germany

Prof. Dr. Ralf Guido Herrtwich, Daimler AG, Sindelfingen, Germany The Role of the automotive industry in standardization activities and the business perspective of co-operative systems 3 rd ETSI TC ITS Workshop February 2011 Venice, Italy Prof. Dr. Ralf Guido Herrtwich,

More information

A Test Model for Hardware and Software Systems

A Test Model for Hardware and Software Systems A Test Model for Hardware and Software Systems József Sziray Department of Informatics, Széchenyi University Egyetem tér 1, H-9026 Győr, Hungary E-mail: sziray@sze.hu Abstract: The paper is concerned with

More information

Advanced Mechanisms for Available Rate Usage in ATM and Differentiated Services Networks

Advanced Mechanisms for Available Rate Usage in ATM and Differentiated Services Networks Advanced Mechanisms for Available Rate Usage in ATM and Differentiated Services Networks Roland Bless, Dirk Holzhausen, Hartmut Ritter, Klaus Wehrle Institute of Telematics, University of Karlsruhe Zirkel

More information

Current Status and Future Plan of HELP

Current Status and Future Plan of HELP International Telecommunication Union Current Status and Future Plan of HELP Masatoshi Morita Assistant Director for ITS Traffic Planning Division, Traffic Bureau, National Police Agency of Japan The purpose

More information

8051 Microcontroller Interrupts

8051 Microcontroller Interrupts 8051 Microcontroller Interrupts There are five interrupt sources for the 8051, which means that they can recognize 5 different events that can interrupt regular program execution. Each interrupt can be

More information

Electronic Enforcement Systems

Electronic Enforcement Systems Electronic Enforcement Systems Electronic Enforcement Systems Traffic accidents, which increase as a result of rapidly growing vehicle ownership in our country, necessitate the use of electronic systems

More information

Optimized DTN-Routing for Urban Public Transport Systems

Optimized DTN-Routing for Urban Public Transport Systems Optimized DTN-Routing for Urban Public Transport Systems Tobias Pögel Institute of Operating Systems and Computer Networks Technische Universität Braunschweig, Germany poegel@ibr.cs.tu-bs.de Abstract Communication

More information

FPGA IMPLEMENTATION OF ADAPTIVE DYNAMIC CONTROL OF TRAFFIC SIGNAL AND AMBULANCE RESCUE SYSTEM AND ANDROID APPLICATION

FPGA IMPLEMENTATION OF ADAPTIVE DYNAMIC CONTROL OF TRAFFIC SIGNAL AND AMBULANCE RESCUE SYSTEM AND ANDROID APPLICATION FPGA IMPLEMENTATION OF ADAPTIVE DYNAMIC CONTROL OF TRAFFIC SIGNAL AND AMBULANCE RESCUE SYSTEM AND ANDROID APPLICATION 1R. Mahesh, PG Scholar, Embedded System Technology, SRM University, Chennai. Tamilnadu,

More information

Development of Intelligent Vehicle Network for safety Applications

Development of Intelligent Vehicle Network for safety Applications Development of Intelligent Vehicle Network for safety Applications Raj Kiran 1 &V.Lakshman 2 A. RAJ KIRAN 1*, rajkiran_01@mlritm.co.in V.LAKSHMAN 2*, vlakshman531@gmail.com Assistant Professor, Electronics

More information

TomTom Bridge User Manual

TomTom Bridge User Manual TomTom Bridge User Manual Contents Welcome to the TomTom Bridge 5 The TomTom Bridge 6 Starting the TomTom Bridge... 7 Using gestures... 9 Apps on the TomTom Bridge... 10 Connecting the TomTom Bridge...

More information

Implementation and Evaluation of Mobility Models with OPNET

Implementation and Evaluation of Mobility Models with OPNET Lehrstuhl Netzarchitekturen und Netzdienste Institut für Informatik Technische Universität München Implementation and Evaluation of Mobility Models with OPNET Abschlussvortrag zur Masterarbeit von Thomas

More information

Hybrid Communication. CODECS Workshop / May 19, 2017 Karsten Roscher, Fraunhofer ESK Enrique Onieva, Deusto

Hybrid Communication. CODECS Workshop / May 19, 2017 Karsten Roscher, Fraunhofer ESK Enrique Onieva, Deusto Hybrid Communication CODECS Workshop / May 19, 2017 Karsten Roscher, Fraunhofer ESK Enrique Onieva, Deusto Contents Project Overview Hybrid Communication Concepts Services Enabled by Hybrid Communication

More information

BANDWIDTH GROWTH VEHICULAR ETHERNET

BANDWIDTH GROWTH VEHICULAR ETHERNET BANDWIDTH GROWTH VEHICULAR ETHERNET Steve Carlson, High Speed Design John D Ambrosia, Dell IEEE 802 Nov 2013 Plenary Dallas, TX, USA Introduction Vehicular Ethernet IEEE 802.3bp RTPGE IEEE 802.3 PoDL People

More information

Acu-Trac Ultrasonic Level Sensors

Acu-Trac Ultrasonic Level Sensors General SSI s Acu-Trac ultrasonic level sensors broadcast and receive commands over a standard TIA/EIA RS- 485 serial data bus enabling the sensors to communicate and share data with other modules located

More information

Reinforcement Learning for Adaptive Routing of Autonomous Vehicles in Congested Networks

Reinforcement Learning for Adaptive Routing of Autonomous Vehicles in Congested Networks Reinforcement Learning for Adaptive Routing of Autonomous Vehicles in Congested Networks Jonathan Cox Aeronautics & Astronautics Brandon Jennings Mechanical Engineering Steven Krukowski Aeronautics & Astronautics

More information

ON-BOARD SMARTPHONE APPLICATION PLATFORM FOR REAL- TIME SHARING OF TRAFFIC INFORMATION

ON-BOARD SMARTPHONE APPLICATION PLATFORM FOR REAL- TIME SHARING OF TRAFFIC INFORMATION ON-BOARD SMARTPHONE APPLICATION PLATFORM FOR REAL- TIME SHARING OF TRAFFIC INFORMATION Jakov Videković, Josip Balen Faculty of Electrical Engineering, Computer Science and Information Technology Kneza

More information

Research on the Checkpoint Server Selection Strategy Based on the Mobile Prediction in Autonomous Vehicular Cloud

Research on the Checkpoint Server Selection Strategy Based on the Mobile Prediction in Autonomous Vehicular Cloud 2016 International Conference on Service Science, Technology and Engineering (SSTE 2016) ISBN: 978-1-60595-351-9 Research on the Checkpoint Server Selection Strategy Based on the Mobile Prediction in Autonomous

More information

ON-BOARD SMARTPHONE APPLICATION PLATFORM FOR REAL- TIME SHARING OF TRAFFIC INFORMATION

ON-BOARD SMARTPHONE APPLICATION PLATFORM FOR REAL- TIME SHARING OF TRAFFIC INFORMATION KoREMA INSTRUCTION TO AUTHORS ON-BOARD SMARTPHONE APPLICATION PLATFORM FOR REAL- TIME SHARING OF TRAFFIC INFORMATION Jakov Videković, Josip Balen Faculty of Electrical Engineering, Computer Science and

More information

Conceptual Models of Information Content for Product Modeling

Conceptual Models of Information Content for Product Modeling Acta Polytechnica Hungarica Vol. 15, No. 2, 2018 Conceptual Models of Information Content for Product Modeling Yatish Bathla Óbuda University, Doctoral School of Applied Informatics and Applied Mathematics,

More information

CS370: Operating Systems [Fall 2018] Dept. Of Computer Science, Colorado State University

CS370: Operating Systems [Fall 2018] Dept. Of Computer Science, Colorado State University Frequently asked questions from the previous class survey CS 370: OPERATING SYSTEMS [DISK SCHEDULING ALGORITHMS] Shrideep Pallickara Computer Science Colorado State University ECCs: How does it impact

More information

Worst-case Ethernet Network Latency for Shaped Sources

Worst-case Ethernet Network Latency for Shaped Sources Worst-case Ethernet Network Latency for Shaped Sources Max Azarov, SMSC 7th October 2005 Contents For 802.3 ResE study group 1 Worst-case latency theorem 1 1.1 Assumptions.............................

More information

EFFICIENT TRAJECTORY PROTOCOL FOR MULTICASTING IN VEHICULAR AD HOC NETWORKS

EFFICIENT TRAJECTORY PROTOCOL FOR MULTICASTING IN VEHICULAR AD HOC NETWORKS EFFICIENT TRAJECTORY PROTOCOL FOR MULTICASTING IN VEHICULAR AD HOC NETWORKS Nandhini P. 1 and Ravi G. 2 1 Department of Electronics and Communication Engineering, Communication Systems, Sona College of

More information

SEGUR + CLAIRE Traffic Management system. Security Solutions & Services

SEGUR + CLAIRE Traffic Management system. Security Solutions & Services SEGUR + CLAIRE Traffic Management system References Provider and Installer of systems since 1971 (over 50 reference systems) Large systems: Paris (2000 traffic controllers), SITER Hauts de Seine (600 traffic

More information

TomTom Trucker User Manual 16.1

TomTom Trucker User Manual 16.1 TomTom Trucker User Manual 16.1 Contents Welcome to navigation with TomTom 6 What's new 7 New in this release... 7 TomTom videos... 7 Get going 9 Installing in your vehicle... 9 Positioning the device...

More information

Workflow Modelling Based on Process Graph

Workflow Modelling Based on Process Graph 5 th Slovakian-Hungarian Joint Symposium on Applied Machine Intelligence and Informatics January 25-26, 2007 Poprad, Slovakia József Tick Institute for Software Engineering, John von Neumann Faculty of

More information

Analytical and Applied Kinematics

Analytical and Applied Kinematics Analytical and Applied Kinematics Vito Moreno moreno@engr.uconn.edu 860-614-2365 (cell) http://www.engr.uconn.edu/~moreno Office EB1, hours Thursdays 10:00 to 5:00 1 This course introduces a unified and

More information

VANET Applications Use-Cases

VANET Applications Use-Cases VANET Applications Use-Cases VANET communications (V2V and V2I) can be used for dozens of potential applications with highly diverse requirements. Below we identify the most representative VANET applications

More information

Hardware Robot Operating System. D-module STUDY CASE

Hardware Robot Operating System. D-module STUDY CASE Hardware Robot Operating System D-module STUDY CASE Han s Robot D-module Han s Robot Han s Robot is a global supplier in direct drive technology, ranging from linear motors, torque motors, servo drives,

More information

8051/8052/8031 Microcontroller

8051/8052/8031 Microcontroller 8051/8052/8031 Microcontroller Course Name: Embedded system Certification: BY UVSofts Technologies Pvt. Ltd. Course Content:- Introduction:- Introduction of Embedded System Evolution in Microcontroller

More information

Cooperative Vehicles Opportunity and Challenges

Cooperative Vehicles Opportunity and Challenges Cooperative Vehicles Opportunity and Challenges State Smart Transportation Initiative Toyota Motor Engineering & Manufacturing North America (TEMA) Toyota Technical Center (TTC) Hideki Hada 4/24/2012 Presentation

More information

SIP Automated Driving System ー Mobility bringing everyone a smile ー

SIP Automated Driving System ー Mobility bringing everyone a smile ー AASHTO International Day SIP Automated Driving System ー Mobility bringing everyone a smile ー Masato MINAKATA (TOYOTA MOTOR CORPORATION) SIP-adus International Cooperative WG 29 October 2017 Intensive R&D

More information

A SMART PORT CITY IN THE INTERNET OF EVERYTHING (IOE) ERA VERNON THAVER, CTO, CISCO SYSTEMS SOUTH AFRICA

A SMART PORT CITY IN THE INTERNET OF EVERYTHING (IOE) ERA VERNON THAVER, CTO, CISCO SYSTEMS SOUTH AFRICA A SMART PORT CITY IN THE INTERNET OF EVERYTHING (IOE) ERA VERNON THAVER, CTO, CISCO SYSTEMS SOUTH AFRICA Who is Cisco? Convergence of Mobile, Social, Cloud, and Data Is Driving Digital Disruption Digital

More information

DISTANCE-TIME GRAPHS Plotting distance against time can tell you a lot about motion. Let's look at the axes:

DISTANCE-TIME GRAPHS Plotting distance against time can tell you a lot about motion. Let's look at the axes: Motion Graphs Notes Describing the motion of an object is occasionally hard to do with words. Sometimes help make motion easier to picture, and therefore understand. Remember: Motion. Speed. Velocity.

More information

DISTRIBUTED REAL-TIME SYSTEMS

DISTRIBUTED REAL-TIME SYSTEMS Distributed Systems Fö 11/12-1 Distributed Systems Fö 11/12-2 DISTRIBUTED REAL-TIME SYSTEMS What is a Real-Time System? 1. What is a Real-Time System? 2. Distributed Real Time Systems 3. Predictability

More information

QUEUEING MODELS FOR UNINTERRUPTED TRAFFIC FLOWS

QUEUEING MODELS FOR UNINTERRUPTED TRAFFIC FLOWS QUEUEING MODELS FOR UNINTERRUPTED TRAFFIC FLOWS Tom Van Woensel and Nico Vandaele Faculty of Applied Economics UFSIA-RUCA, University of Antwerp E-mail: tom.vanwoensel@ufsia.ac.be E-mail: nico.vandaele@ufsia.ac.be

More information

Broadcast algorithms for Active Safety Applications over Vehicular Ad-hoc Networks

Broadcast algorithms for Active Safety Applications over Vehicular Ad-hoc Networks Broadcast algorithms for Active Safety Applications over Vehicular Ad-hoc Networks M.N. Mariyasagayam, M. Lenardi HITACHI Europe, "Le Thélème", 1503 Route des Dolines, 06560 Sophia Antipolis, France Phone:

More information

A Survey on Quality of Service and Congestion Control

A Survey on Quality of Service and Congestion Control A Survey on Quality of Service and Congestion Control Ashima Amity University Noida, U.P, India batra_ashima@yahoo.co.in Sanjeev Thakur Amity University Noida, U.P, India sthakur.ascs@amity.edu Abhishek

More information

Traffic surveillance. with Logipix System. 1

Traffic surveillance. with Logipix System.   1 Traffic surveillance with Logipix System www.logipix.com 1 Main benefits A single camera can cover multiple lanes and provides recognizable license plates in all light conditions Automatic Video Content

More information

Naturalistic observations to investigate conflicts between drivers and VRU in the PROSPECT project

Naturalistic observations to investigate conflicts between drivers and VRU in the PROSPECT project Naturalistic observations to investigate conflicts between drivers and VRU in the PROSPECT project Marie-Pierre Bruyas, Sébastien Ambellouis, Céline Estraillier, Fabien Moreau (IFSTTAR, France) Andrés

More information

PERFORMANCE ANALYSIS OF A REAL-TIME ADAPTIVE PREDICTION ALGORITHM FOR TRAFFIC CONGESTION

PERFORMANCE ANALYSIS OF A REAL-TIME ADAPTIVE PREDICTION ALGORITHM FOR TRAFFIC CONGESTION How to cite this paper: Nadeem, M., K., & Fowdur, P. T. (2018). Performance analysis of a real-time adaptive prediction algorithm for traffic congestion. Journal of Information and Communication Technology,

More information

In the world of networks, control techniques

In the world of networks, control techniques NEM470 12/23/02 7:09 PM Page 1 INTERNATIONAL JOURNAL OF NETWORK MANAGEMENT Int. J. Network Mgmt 2003; 13: 000 000 (DOI: 10.1002/nem.470) Resource allocation in the new fixed and mobile Internet generation

More information

A Modified Inertial Method for Loop-free Decomposition of Acyclic Directed Graphs

A Modified Inertial Method for Loop-free Decomposition of Acyclic Directed Graphs MACRo 2015-5 th International Conference on Recent Achievements in Mechatronics, Automation, Computer Science and Robotics A Modified Inertial Method for Loop-free Decomposition of Acyclic Directed Graphs

More information

RALLY PACK 2 For regularity rally

RALLY PACK 2 For regularity rally RALLY PACK 2 For regularity rally Updated : 05/12/2013 TRIPMASTER - TIMER GAP VIEWER - CLOCK TRIPMASTER : the part that counts the REAL kilometers. TIMER : The part that counts the THEORICAL kilometers.

More information

MEASURING AND MODELLING THE LONGITUDINAL MOTION OF PARAGLIDERS

MEASURING AND MODELLING THE LONGITUDINAL MOTION OF PARAGLIDERS 28 TH INTERNATIONAL CONGRESS OF THE AERONAUTICAL SCIENCES MEASURING AND MODELLING THE LONGITUDINAL MOTION OF PARAGLIDERS Andras Nagy*, Jozsef Rohacs* *Budapest University of Technology and Economics Department

More information

Configuration Guideline for CANopen Networks

Configuration Guideline for CANopen Networks Configuration Guideline for CANopen Networks Martin Rostan, Beckhoff Unlike most other fieldbus systems, CANopen provides many degrees of freedom to configure the communication behaviour of the network.

More information

Chapter 2 Trajectory and Floating-Car Data

Chapter 2 Trajectory and Floating-Car Data Chapter 2 Trajectory and Floating-Car Data Measure what is measurable, and make measurable what is not so. Galileo Galilei Abstract Different aspects of traffic dynamics are captured by different measurement

More information

WIRELESS SOLUTIONS FOR EVERYONE

WIRELESS SOLUTIONS FOR EVERYONE WIRELESS SOLUTIONS FOR EVERYONE WIRELESS USAGE IN AUTOMOTIVE The lessons from 6-years experience in Wireless for Automotive Olivier Beaujard VP Marketing 7 June 2005 1 CONTENTS About Wavecom in Automotive

More information

CONOPS Concept of Operations. Douglas P. B. Renaux Robson Ribeiro Linhares Jean Marcelo Simão Paulo Cézar Stadzisz

CONOPS Concept of Operations. Douglas P. B. Renaux Robson Ribeiro Linhares Jean Marcelo Simão Paulo Cézar Stadzisz CONOPS Concept of Operations Project: Authors: Revision: CTA Simulator Douglas P. B. Renaux Robson Ribeiro Linhares Jean Marcelo Simão Paulo Cézar Stadzisz Version: 18-Jun-2014 Version Date Authors Description

More information