Traffic Simulation Framework

Size: px
Start display at page:

Download "Traffic Simulation Framework"

Transcription

1 Traffic Simulation Framework Pawel Gora 11 October 2010 Faculty of Mathematics, Computer Science and Mechanics University of Warsaw 1

2 Spis treści 1 Introduction Contents How to get TSF Contact Basic information Requirements TSF functionality Content of the project Input data for the simulator How to run the application Graphical user interface How to use the application Tool bar Button Play/Pause Button Stop Buttons Zoom In, Zoom Out Button Clean Information panels Panel Display Panel search Panel Statistics Panel Velocity Range Panel Grade scale Menu File Option New Option Read Option Save Option Exit Menu Edit Default Street Velocities Simulation Parameters Edit signals Adding traffic signals Removing traffic signals Modifying existing signals Monitored links Removing monitored links Adding monitored links Monitored regions

3 6.5.1 Removing monitored regions Adding monitored regions Edit Start Points Distribution (Destination Points Distribution) Menu View 28 8 Menu Run Generate routes Menu Help Format of data File structure.csv File cars.csv File congestion.csv File jams.csv File averagevelocity.csv Use cases Example Edition of simulation parameters Bibliography 34 3

4 1 Introduction This document describes functionality of the Traffic Simulation Framework - a complex tool for simulating and investigating vehicular traffic in cities. The program was developed at the University of Warsaw. It uses realistic maps of road networks in cities. Currently the user can use the tool to simulate traffic in Warsaw, but in the future it will be easy to simulate traffic on road network of any city. The main goal of the tool is to generate data related with vehicular traffic which can be used to investigate this complex phenomenon. By now, TSF was used as a source of data for the ICDM 2010 Contest: TomTom and TunedIT traffic prediction for GPS navigation and for the research over adaptive planning of vehicular traffic. The program was implemented in the C# language using.net Framework technology [NET]. The implementation uses existing models of simulation based on cellular automaton (Nagel-Schreckenberg model [NS], [SCH] Chowdhurry-Schadschneider model [CS], [SHA]) improved by some new ideas. Default simulation parameters were initialized based on data from real detections [GUS], [ZDM]. The project was partially supported by the research grant N N from the Ministry of Science and Higher Education of the Republic of Poland. 1.1 Contents Chapter 2 contains principles of the TSF which are sufficient for using the tool. It will cover the following topics: functionality of the TSF description of all important files and directories included in the project hardware and software requirements input data necessary to run the application how to run the application usage of the tool graphical user interface Next chapters contains detailed description of all functionalities of the Traffic Simulation Framework. The chapter 3 describes functionality of buttons from the navigation panel Play/Pause. Stop, Zoom In, Zoom Out, Clean. The chapter 4 describes functionality of panels from the upper part of the map, chapters 5-9 describe how to use menu in the top of the main window, chapter 10 presents format of the data which are written out to external files. Usage of the simulator is summarized in the chapter 11. 4

5 1.2 How to get TSF The newest version of the TSF can be downloaded from the website: pawelg/traffic_simulator. 1.3 Contact If you have any questions or comments regarding TSF you can contact the author of the tool at 5

6 2 Basic information 2.1 Requirements Memory At least 512MB RAM is required Operating system Windows XP/Vista/7 - with installed.net Framework 3.5.NET Framework 2.2 TSF functionality Currently simulator provides the following functionality: Conducting realistic simulation of the vehicular traffic (simulating motion of about 10 5 cars in the real time). Writing data related with simulation to external files Choosing regions of map, from which data may be saved to files during the simulation Generating routes for the simulation Editing start/destination points distribution Editing position and configuration of road signals Editing parameters of simulation Viewing simulation from many perspectives, zooming, scrolling map Reading and saving edited data 2.3 Content of the project The project contains: Execution file traffic_simulator.exe which runs the main application Directory Resources with file warsaw.osm with description of the road network of Warsaw and file velocities.txt with velocities (average value and deviation) at all possible types of roads Directory Tiles with bitmaps Directory Documents which contains this document Directory Statistics with all files generated during the simulation 6

7 Directories Signals, Traffic, Streets, Regions, Start_distribution, Destination_distribution which are default directories for files with description of: traffic signals, routes of vehicles, links monitored during the simulation, regions monitored during the simulation, distribution of starting points, distribution of destination points. Those directories contain default files read during start of the application: signals.txt, traffic.txt, streets.txt, regions.txt, start_distribution.txt, destination_distribution.txt. All those files are necessary for a correct activity of the program. 2.4 Input data for the simulator We can divide input data read by the simulator into 2 groups: Essential data Optional data Essential data are data related with a map. They are bitmaps which represent the map and files with description of the map. Data are read only during start of the application and can t be modified later. Optional data are also read during start of the application (as default data), but can be also read later (optionally from different files), modified (except routes - the user can only generate new routes) and written to file. Optional data can be divided into 6 categories: Routes Configuration of traffic signals Distribution of start point Distribution of destination points Links from road network which can be monitored during the simulation (data from this links are written out to files during the simulation) Map regions monitored during the simulation (data from this regions are written out to files during the simulation) 2.5 How to run the application Application can be run by running the executable file traffic_simulator.exe in the main directory of the project. 7

8 Rysunek 1: The main window of the application 2.6 Graphical user interface TSF can be controlled by user friendly GUI. The main window of the application is presented on the picture 1. The main window includes map of the city of Warsaw which covers most of that window. Borders of the map contain buttons to scroll the map. The upper part of the map contains buttons Display, Search, Statistics, Velocity Range, Grade Scale which serve to display additional panels in the upper part of the map (picture 2). Those panels are described in details in 4. Rysunek 2: Buttons for displaying windows with additional information The upper part of the main window contains menu bar with options: File, Edit, View, Run, Help (picture 3). Their functionality is described in details in chapters 5-8. Rysunek 3: Menu bar Below menu bar the user can find a tool bar with 5 buttons (picture 4). Their functions are described in details in the chapter 3. 8

9 2.7 How to use the application During start the application reads all data required to its correct activity, so the user can run the application using a button Play from the tool bar (the user just has to confirm default parameters to run the application) just after the start. Format of outputted data is described in details in chapter 10. Traffic Simulation Framework has much more expanded functionality and gives great capabilities in choosing simulation parameters. The next part of the document explains in details further options of the simulator. 9

10 3 Tool bar Rysunek 4: Tool bar Tool bar contains the following buttons: Play/Pause Stop Zoom In Zoom out Clean 3.1 Button Play/Pause It is a button to start/pause/continue the simulation. If the simulation isn t started, pressing button will open the window Simulation parameters (picture 5) in which the user can edit parameters. Parameters have default values that can be set in the window Edit- >Simulation Parameters (details in chapter 6.2). Rysunek 5: Window Simulation Parameters 10

11 Parameters have the following semantics: Initial number of cars: Number of cars that start the simulation, Additional cars: Number of cars that start the simulation after every Time gap seconds, Time gap: Number of steps after which Additional cars start simulation, Step: Number of milliseconds which responds to 1 step of simulation, Refreshing frequency: number of steps of simulation after which map is being refreshed, Limit: Duration of the simulation (number of steps), Jam avoiding: percentage of drivers that have information about jams and optimize their route in order to find the best route, Crossroad penalty: indicates reduction (in percentage) of a car s speed passing crossroad, Turning penalty: indicates reduction (in percentage) of a car s speed when the car is turning left or right on the crossroad, Accelerate: increase of car s velocity (in km h ), Structure: checkbox which indicates if the program should produce file structure.txt, Combobox: the user can choose type of the output. Possible options: ICDM- Traffic, ICDM-Jams, ICDM-GPS. Pressing button Ok confirms simulation parameters and starts the simulation. The simulation may be paused/continued by pressing button Play/Pause. 3.2 Button Stop The button stops the simulation. 3.3 Buttons Zoom In, Zoom Out Buttons Zoom In and Zoom Out change size of the map. 3.4 Button Clean removes all drawed objects from the map and closes all opened win- The button dows. 11

12 4 Information panels The upper part of the map contains 5 buttons to display and hide panels with additional information. Those buttons are: Display Search Statistics Velocity Range Grade scale 4.1 Panel Display Rysunek 6: Panel Display This panel contains checkboxes to set which objects are displayed on the map. Nodes - displaying all nodes of the road network (green points) Signals - displaying all road signals with their current state - synchronization. Positions of traffic lights are marked dark green, every edge incident to position of traffic light is marked light green or red which determines state of the traffic signal at the exit of the street. For example, picture 7 presents traffic lights at Plac Narutowicza. There is a green light at the entry of Filtrowa street and red light at the entry of Grójecka street. The program reads default configuration of traffic signals from the file signals.txt from a directory Signals. Configuration of traffic signals can be edited by choosing option Edit->Signals from menu bar. Procedure of edition of traffic signals is described in details in section

13 Rysunek 7: Example of configuration of traffic signals at the crossroad of streets Grójecka and Filtrowa Start areas/destination areas - displaying distribution of start/destination points on a map. Map is divided into = 1600 regions (squares). Every square has value of parameter rank from the set {0,1,2,3,4}. This parameter is proportional to chances for draw a node from this region as a start/destination point of generated route (see details in section 6.6). Framing of the region has a color which corresponds to value rank for this region. Default distributions of start/destination points are read from files start_default.txt and destination_default.txt from directories Start_distribution and Destination_distribution during start of the application. Distributions can be edited by choosing Edit->Start points distribution (or Destination points distribution) from the menu bar. Cars - displays positions of cars on the map. Every car has color which responds to its velocity and the relation is conform with scale in Velocity range. This option is enabled during start of the application and all cars on the map have color red (because their velocity is 0 km h ). Cars are read from file traffic.txt in directory Traffic. New routes can be read from another file by choosing File->Read- >Routes from menu bar. It is also possible to create new routes by choosing Run->Generate routes from the menu bar (see details in chapter 8.1). Average velocities - after choosing this option all edges of road network are coloured. Their color is conformed with a scale in the panel Velocity range (see details in chapter 6.1). Monitored links - the simulator posses a set of edges which are monitored during simulation (it means that data from those edges are written out during simulation). Those edges are coloured blue as in the picture 8. Set of this edges can be edited by choosing Edit->Monitored links from menu bar. This edition is described in details in the chapter 6.4. During start of the simulator monitored links are read from the file streets.txt in directory Streets. Monitored regions - displays monitored regions on the map (example in the picture 9). Monitored regions are rectangulars with a property that every edge in that region is a monitored link (data from this edge are written out during 13

14 Rysunek 8: Exemplary monitored links on a map simulation). By default monitored regions are read from file regions.txt in directory Regions during start of the application. Edition of monitored regions can be done by choosing Edit->Monitored regions from menu bar and is described in details in 6.5. Rysunek 9: Exemplary monitored regions 4.2 Panel search TSF enables also searching for a particular street by typing the name of the street and pressing the Search button. Results of searching are presented on the picture

15 Rysunek 10: Panel search Rysunek 11: Results of searching for a street 4.3 Panel Statistics This panel contains some statistics about simulation: Average velocity - current average velocity of all cars (in km h ) No of cars - number of cars that take part in the simulation Time[sec] - time (in sec) from beginning of the simulation Steps - number of steps from beginning of the simulation 4.4 Panel Velocity Range In this panel the user can see scale of colors which respond to velocities. By default scale takes into account velocities in range km h, but it is possible to modify this range. Color of cars during simulation responds to their current velocity. 15

16 Rysunek 12: Panel Simulation Statistics Rysunek 13: Panel Velocity Range 4.5 Panel Grade scale In this panel the user can see scale of values of attribute rank for particular regions of map. 16

17 Rysunek 14: Panel Grade Scale 5 Menu File Choosing menu File the user can create new simulation (New), read (Read) and write (Save) optional data of simulation and quit (Exit) the program. 5.1 Option New Choosing option File->New opens new window in which user can create new simulation (picture 15) and read data for this simulation. The user can also choose input files for the simulation. Rysunek 15: Window New Simulation Pressing button Ok confirms the choice, reads data and initialize new simulation. 5.2 Option Read Choosing option Read from menu File the user can read optional data. For example, choosing File->Read->Signals will read configuration of traffic signals from a file. 17

18 Rysunek 16: Window for reading optional data 5.3 Option Save Choosing option Save from menu File will save concrete data to a file. For example, choosing File->Save->Routes we have opportunity to save current situation on the road (current positions of cars and routes they have to cover). This configuration can be later read for a purpose of another simulation. Rysunek 17: Saving optional data to a file 5.4 Option Exit Program will quit, all windows will be closed (simulation is not saved automatically). 18

19 6 Menu Edit Options from menu Edit serve to edit optional data (except routes - it is possible to generate new routes, it is impossible to edit existing routes) and additional parameters of simulation. 6.1 Default Street Velocities Choosing Edit->Default Street Velocities from menu opens new window (picture 18) in which the user can edit average velocities and deviations from this values: Trunk Road Primary Road Secondary Road Residential Road Rysunek 18: Defaul Street Velocities window Enabling option Display displays all roads of the chosen type on the map. Color of the name of a road type corresponds with a color of roads of that type on the map. Average velocity and standard deviation serves for proper selection of maximal velocity of a car (on a given road). Of course final velocity is usually less because of presence of other cars. This velocity is measured in km h. Every driver has its own parameter that corresponds to his aggresiveness. This parameter impacts on maximal velocity of a car (on an empty road) - greater value of the parameter - greater default velocity of a car. 19

20 The parameter is chosen randomly from distribution N(0, 1) (and is constant to the end of the simulation) in the moment of creating object driver and is used to compute default maximal velocity of a driver. Suppose that driver has aggresiveness p (chosen randomly from N(0, 1)) and is located on a road of type t. For this type of road we have default average velocity avg and deviation dev. Then the maximal velocity of the driver is computed as follows: v = avg + p dev Of course, this value has some reasonable upper and lower limits. This maximal velocity is not neccesary velocity of a car (because there are many other factors that have impact on the velocity), but is a velocity that the driver tends to. 6.2 Simulation Parameters Choosing Edit->Simulation parameters from menu opens a window that enables editing simulation parameters (picture 19). This settings should be confirmed later during start of the simulation. Semantics of those parameters is described in details in the chapter 3.1. Rysunek 19: Simulation Parameters Window 6.3 Edit signals Choosing Edit->Signals from menu enables editing current configuration of traffic signals and opens a window (picture 20) which enables reading (Read) and saving current configuration to external file (Save). 20

21 Rysunek 20: Edit Signals Window Rysunek 21: The main window of the application with marked state of traffic signals Traffic signals are located at some crossroads (in nodes of road network). Crossroads usually contains many traffic signals. Position of a traffic signal is determined by a pair of nodes: (crossroad; node from which we enter the crossroad) - directed edge of a graph. Traffic signal on the map is visible as half of the edge that leads to the signal. Color of that edge (green or red) corresponds with current state of signalization. Picture 22 presents exemplary situation on the crossroad. Traffic signals can be edited by clicking on the map. The user is able to: Add a new traffic signal Remove existing traffic signal Modify existing traffic signal In each moment it is possible to save those signals using window Edit signals Adding traffic signals To add a new traffic signal on a map the user has to click left mouse button on selected crossroad, on which there is no signals yet. The program finds nearest crossroad and 21

22 Rysunek 22: Exemplary signalization on crossroads of streets Koszykowa and Chałubińskiego distinguish it on a map with incident streets which are marked blue as on the picture 23. Rysunek 23: Adding traffic signal at crossroad of streets Karowa i Krakowskie Przedmieście At exemplary part of map appears 3 possible locations for traffic signals at the crossroad of streets Krakowskie Przedmieście and Karowa. It means that program is in the mode of edition traffic signals and takes into account only those 3 positions (only those positions are active. The user can choose signal by pressing the left mouse button (the program finds the nearest position from active positions). The user can remove signal by pressing right mouse button (the program finds the nearest position). For example, picture 24 illustrates situation after clicking at the end of the edge which represents entry to the crossroad from south. Currently we have only 2 traffic signals to edit left: traffic signal at the entry from Karowa street and Krakowskie Przedmieście street. Pressing left mouse button opens a window for edition of traffic signal (picture 25). In that window the user can define 4 parameters for edited traffic signal: Red : Length of a red light (in seconds) Green: Length of a green light (in seconds) 22

23 Rysunek 24: Configuration of traffic signals at crossroads of streets Karowa and Krakowskie Przedmieście Rysunek 25: Window for edition of traffic signals Initial: Time for switching lights Green: Parameter which indicates color of the light at the beginning of the simulation Default values of those parameters are presented in the picture 25. At the beginning given traffic signal will be in the green phase for 10 seconds. Next, it will change its state to red phase and will be in that phase for 62 seconds, next it will change its state to green phase and will remain in that phase for 58 seconds. Total length of the cycle is 120 seconds. Picture 26 presents situation on the crossroad after confirming those values (pressing button Ok). Now, we have only 1 crossroad entry left. Pressing left mouse button opens window in which the user can uncheck option Green. As a result signalization will be at the beginning in the state of red light, as in the picture: And now we have just finished adding the crossroad to the current configuration Removing traffic signals Clicking right mouse button on the crossroad will remove all traffic signals from that crossroad. 23

24 Rysunek 26: Situation on the crossroad after partial configuration of the signal Rysunek 27: Situation on the crossroad after full configuration of traffic lights Modifying existing signals To edit existing traffic signal the user has to click left mouse button at the end of edge that represents that signal. It will open window in which the user can edit parameters of that signal in the same way as during adding traffic signal. 6.4 Monitored links Choosing Edit->Monitored links from menu bar will open window Monitored links with names of current monitored links (edges of a graph). It is illustrated in the picture 28. It is possible to read another set of monitored links from file by pressing button Read. It is also possible to save to file current set of monitored links by pressing Save. Marking chosen edges will cause that they appear on the map (picture 29). 24

25 Rysunek 28: Window for edition of monitored links Removing monitored links Edges can be removed from the set of monitored links in the window Monitored Links by pressing the button Remove Adding monitored links After opening window Monitored Links, nodes of the road network will be displayed on the map as small green points. Adding new directed edge to set of monitored links happens in few steps: 1. Click on the node which will be an end of the edge. It will be coloured black and its neighbours will be coloured brown as in the picture Click on one of neighbours of the given node. It will open window Add link which enables to add new edge (picture 31). 3. Add name to the new edge and click button Ok. New edge will be added to the set of monitored edges. 6.5 Monitored regions Selecting Edit->Monitored regions from the menu bar will open a window Monitored regions (picture 32). The window contains names of regions of the map which are currently selected as monitored regions. It is possible to remove existing regions and add new regions. At the beginning it will be of course regions read from file regions.txt. All edges of graph included in monitored regions are also in monitored links Removing monitored regions To remove selected regions from the set of monitored regions it is enough to mark them in the window Monitored Regions and press button Remove. 25

26 Rysunek 29: Monitored links Adding monitored regions To add a new region to the set of monitored regions it is enough to mark a rectangle on the map. Window addregion will appear to let the user set the name of the region 33. In each moment of edition of regions the user can save current state of base of monitored regions to file using button Save in the window Monitored Regions. 6.6 Edit Start Points Distribution (Destination Points Distribution) Choosing Edit->Start points distribution (or Destination points distribution) from menu bar the user has opportunity to edit distributions of starting/destination points of the simulation. The window Start (Destination) points distribution will appear (picture 34), where the user can read (by pressing button Read) or save (by pressing button Save) distributions. The map is divided into = 1600 squares and user can choose parameter Rank and click on the chosen square to set a proper value of Rank to this square. Map is divided into 1600 (40 40) squares. Every square has set value of parameter rank from 0 to 4. This value corresponds with probability of a starting (or destination) point from region limited by this square. For example value 0 means that we will not draw from this region and if region A has rank 1 and region B rank 3, then probability that points will be drawn from B is 3 times greater than for region A. Color of region corresponds with value of parameter rank for this region. This value can be set in the panel Grade Scale and the color of the region can be changed with changing the value of the parameter rank. Edition of values of parameter rank for regions can be done be clicking in a chosen region of marking rectangle on the map. 26

27 Rysunek 30: Marking new monitored link on the map Rysunek 31: Adding new link In that case, every region which is at least partially covered by a retangle will get the value rank which corresponds with currently set value rank in the panel Grade scale. Points in every region has the same probability of being drawn. Of course it is possible to read from file and save to file another distribution of start/destination points. 27

28 Rysunek 32: Adding new monitored region 7 Menu View Rysunek 33: Adding new region In the menu View the user choose information displayed on the map (option Attributes) and visible panels (option Panels). In case of the option Attributes a user can choose exactly the same information as in the panel Display. In case of the option Panels the user can choose which panels should be hide/visible. It is possible to choose panels Display, Search, Statistics, Velocity Range, Grade scale. The same activities (showing/hiding panels) can be realized by clicking proper buttons (with the same name) at the top of the map. 28

29 8 Menu Run Rysunek 34: Exemplary distribution of starting points Menu Run possess options: Start/Pause simulation, Stop simulation and Generate routes. The first 2 options have the same functionality as buttons Start/Pause and Stop in the tool bar of the application. 8.1 Generate routes Choosing Run->Generate routes from the menu bar will open a window Generate routes (picture 35). In that window the user can choose number of routes to be generated. This routes can be used in the current simulation and saved to external file. Default routes can be found in file routes.txt in directory Traffic. Rysunek 35: Window for generating new routes 29

30 9 Menu Help Using menu Help the user can open this documentation. 30

31 10 Format of data The simulator can write out data related with simulation to 5 different files: structure.csv cars.csv averagevelocity.csv jams.csv congestion.csv 10.1 File structure.csv The file structure.csv contains structure of the road network and is independent on the simulation. The file is divided into 3 sections: Nodes Links Signals The section Nodes contains rows in the format: Node_id, Latitude, Longitude, where Node_id is the identificator of the node in the graph, Latitude and Longitude are coordinates of that node. The section Links contains rows in the format: Node1_id Node2_id Distance(km) Nr_of_cells Nr_of_lanes Avg_max_velocity, where Node1_id is identification of the beginning of the node, Node2_id is identification of the end of the node, Distance(km) is the length of the edge, Nr_of_cells is number of cells on a single lane, Nr_of_lanes is a number of lanes on that link, Avg_max_velocity is the maximal velocity on that link. The section Signals contains rows in the format: Node1_id Node2_id Initial_green(bool) Green_duration(sec) Red_duration(sec) Change(sec), where Node1_id is identifier of the beginning of the edge, Node2_id is identifier of the end of the edge, Initial_green indicates color of the signal at the beginning of simulation, Green_duration indicates duration (in seconds) of the green phase of the signal, Red_duration indicates duration (in seconds) of the red phase of the signal, Change indicates time (in seconds) to changing the phase. 31

32 10.2 File cars.csv Rows in the file cars.csv corresponds with indications of GPS devices installed in some cars. We assume that those devices send information about their location to the central server. Rows in the file have the format: Time ID_car Node1_ID Node2_ID Distance Velocity Latitude Longitude, where Time is a number of seconds from beginning of the simulation, ID_car is an identifier of a car, Node1_id is an identifier of beginning of the edge, Node2_id is an identifier of the end of the edge, Distance is a length of the edge, Velocity is a velocity of a car, Latitude and longitude are coordinates of a car File congestion.csv Rows in the file congestion.csv corresponds with congestion on a given edge and have the format: Time Node_1 Node_2 Nr_of_cars, where Time is number of minutes from beginning of the simulation, Node_1, Node_2 - identifiers of beginning and end of the edge, Nr_of_cars - number of cars that passed the edge in the given time period File jams.csv Rows in the file jams.csv are sequences of the format: Time Node1_Node2, where Time is time (in seconds) from beginning of the simulation, Node1, Node2 are identifiers of ends of the edge File averagevelocity.csv Rows in the file averagevelocity.csv have the format Time Name Node1_ID Node2_ID Velocity NrOfCars, where: Time - time (in seconds) from beginning of simulation Name - name of the edge (in format Node2_ID_Node1_ID) Node1_ID - identifier of beginning of the edge Node2_ID - identifier of the end of the edge Velocity - average velocity on the edge in the given time period NrOfCars - nr of cars that passed the edge in the given time period 32

33 11 Use cases During start of the application program reads all default data required to using the program, i.e. routes. Simulation can be started by pressing the button Play from the tool bar (3.1). It will open the window Simulation Parameters in which the user can confirm simulation parameters, i.e. number of cars that take part in the simulation, duration of a single step etc. Pressing the button OK starts new simulation with that parameters. All details are described in the chapter Example Suppose we want to run simulation, where at the beginning we have cars on the map, in every step 10 new cars start simulation, single step lasts 1 second (1000 miliseconds), simulation should finish after steps, map should be refreshed every 1 second. In addition, every car reduces its speed by 50% of nominal velocity during turning on the crossroad and by 25% during crossing the crossroad. The picture below shows how should be filled fields of the window Simulation Parameters. The user can also choose type of data that will be written out during simulation. Rysunek 36: Exemplary configuration of parameters 11.2 Edition of simulation parameters Before start of the simulation we can modify some options of the map and displaying data. The table below summarize the most important parameters which can be edited before start of the simulation and gives chapter of the current document which describes this edition. 33

34 Option Chapter Edition of configuration of signals 6.3 Edition of monitored links 6.4 Edition of monitored regions 6.5 Generating new routes 8.1 Edition of default velocities for drivers 6.1 Edition of distribution of start and destination points 6.6 Reading edited data 5 Edition of information on the map 4.1 Literatura Tablica 1: The most important edition parameters [NET] [NS] Nagel K., Schreckenberg M., A cellular automaton model for freeway traffic, Journal de Physique, [SCH] Schadschneider A., The Nagel-Schreckenberg model revisited, The European Physical Journal B, Volume 10, Issue 3, pp (1999). [CS] Chowdhurry D., Schadschneider A., Self-organization of traffic jams in cities: effects of stochastic dynamics and signal periods, Physical Review E (Statistical Physics, Plasmas, Fluids, and Related Interdisciplinary Topics), Volume 59, Issue 2, February 1999 [GUS] Główny Urząd Statystyczny, Rocznik statystyczny Polski 2008, [SHA] Schadschneider A., Statistical physics of traffic flow, Physica A285, 101 (2000) [ZDM] Zarząd Dróg Miejskich w Warszawie, 34

Help Guide Rev

Help Guide Rev Help Guide Rev. 1.0 07152014 Home Page The home page displays your vehicle(s) on a satellite map. The information box, showing vehicle information will already be opened. The information box displays your

More information

Possibility to hide or show a group devices

Possibility to hide or show a group devices Dispatching - Map The menu Map allows you to have a full overview, in real-time, on (all/a part of) your fleet. By scrolling the mouse, using the arrow keys or selecting a part of the map (by moving the

More information

Odyssey Quick Start Guide. Version:

Odyssey Quick Start Guide. Version: Odyssey Quick Start Guide Version: 2009.3 2 Odyssey Quick Start Guide Copyright About Version: 2009.3 Doc. Date: 20 February 2009 Copyright Copyright 2006-2009. All rights reserved. No part of this publication

More information

Graphical Support of the Traffic Simulation System

Graphical Support of the Traffic Simulation System Graphical Support of the Traffic Simulation System Jana Hájková hajkovaj@students.zcu.cz Department of Computer Science and Engineering Faculty of Applied Sciences University of West Bohemia Pilsen, Czech

More information

TomTom Road Event Reporter User Manual

TomTom Road Event Reporter User Manual TomTom Road Event Reporter User Manual Contents Welcome to TomTom Road Event Reporter 3 How TomTom Road Event Reporter works 4 Starting the Road Event Reporter 5 What's on the screen 6 Types of event you

More information

Precautions Very important information. Please read this section carefully before using this product.

Precautions Very important information. Please read this section carefully before using this product. Precautions Very important information. Please read this section carefully before using this product. This product is intended to provide turn-by-turn instructions to safely guide you to your desired destination.

More information

Getting started. Mounting your navigation device. 1. Push the EasyPort Mount on your TomTom START against the windshield in your car.

Getting started. Mounting your navigation device. 1. Push the EasyPort Mount on your TomTom START against the windshield in your car. TomTom START 1. Getting started Getting started Mounting your navigation device 1. Push the EasyPort Mount on your TomTom START against the windshield in your car. 1 2. Adjust the angle of your device.

More information

Motion Guide Animations

Motion Guide Animations Motion Guide Animations Chapter 8 Animations that involve objects orbiting around a point can be done using fixed points, but better results can sometimes be achieved through the use of a circular motion

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

PT. PRIMANUSA GLOBALINDO PEKANBARU

PT. PRIMANUSA GLOBALINDO PEKANBARU U S E R G U I D E STANDARD Fleetweb English Lite Version 1.1 July 2012 PT. PRIMANUSA GLOBALINDO PEKANBARU Revision History Date Revision Note 23 July 2012 1.0 First Release of Fleet Management User Guide

More information

Version: 01P02B. U3 Map Maker Operational Guide

Version: 01P02B. U3 Map Maker Operational Guide Contents 1. Map Maker Software Overview... 4 1.1 Features... 4 1.2 Remarks... 4 1.3 Supported Devices... 4 2. Installing U3 Map Maker... 5 2.1 System Requirements... 5 2.2 Map Maker Installation... 5 3.

More information

Connecting Software. CB Mobile CRM - iphone. User Manual

Connecting Software. CB Mobile CRM - iphone. User Manual CB Mobile CRM - iphone User Manual Summary This document describes the ios app Mobile CRM, its functionality and features available. The document is intended for end users as user manual to provide knowledge

More information

GIS DATA SUBMISSION USER GUIDE. Innovation and Networks Executive Agency

GIS DATA SUBMISSION USER GUIDE. Innovation and Networks Executive Agency Innovation and Networks Executive Agency GIS DATA SUBMISSION USER GUIDE Innovation and Networks Executive Agency (INEA) W910 Chaussée de Wavre 910 B-1049 Brussels, Belgium Tel: +32 (0)2 29 95252 Fax: +32

More information

Cellular Automata and Roundabout Traffic Simulation

Cellular Automata and Roundabout Traffic Simulation Cellular Automata and Roundabout Traffic Simulation Enrico G. Campari 1, Giuseppe Levi 1, and Vittorio Maniezzo 2 1 Scienze dell Informazione dell Università di Bologna, sede di Cesena via Sacchi, 3 I-47023

More information

Propel PRO User Guide

Propel PRO User Guide Propel PRO User Guide Propel PRO Version 3.2.0a Page 1 Welcome to the latest version of Propel PRO which offers fast performance and easy navigation. Please refer to this user guide for common features

More information

GIS DATA SUBMISSION USER GUIDE. Innovation and Networks Executive Agency

GIS DATA SUBMISSION USER GUIDE. Innovation and Networks Executive Agency Innovation and Networks Executive Agency GIS DATA SUBMISSION USER GUIDE Innovation and Networks Executive Agency (INEA) W910 Chaussée de Wavre 910 B-1049 Brussels, Belgium Tel: +32 (0)2 29 95252 Fax: +32

More information

Some traffic control proposals by means of fuzzy sets theory

Some traffic control proposals by means of fuzzy sets theory Some traffic control proposals by means of fuzzy sets theory Jan Piecha, Paweł Gnyla Informatics Systems Department of Transport Faculty of Transport, Silesian University of Technology ul. Krasinskiego

More information

SAS Report Viewer 8.3 Documentation

SAS Report Viewer 8.3 Documentation SAS Report Viewer 8.3 Documentation About SAS Report Viewer Introduction to SAS Report Viewer SAS Report Viewer (the report viewer) enables users who are not report designers to view a report using a web

More information

Viewer. Release gns-mbh.com

Viewer. Release gns-mbh.com Viewer Release 2.2.1 gns-mbh.com February 18, 2016 CONTENTS 1 Import Data 3 2 Handle Views 5 3 Control Model Data 9 3.1 Camera Control................................. 9 3.2 Handle Model Data................................

More information

Citymob for Roadmaps v1.0 USER GUIDE. Alberto Pardo Calvo. Advisors Francisco J. Martinez Piedad Garrido

Citymob for Roadmaps v1.0 USER GUIDE. Alberto Pardo Calvo. Advisors Francisco J. Martinez Piedad Garrido USER GUIDE Alberto Pardo Calvo Advisors Francisco J. Martinez Piedad Garrido Collaborators Juan Carlos Cano Carlos T. Calafate Pietro Manzoni Manuel Fogue Teruel, March 2011 1 Table of Contents 1. Citymob

More information

MS2. Modern Traffic Analytics ms2soft.com

MS2. Modern Traffic Analytics ms2soft.com MS2 ms2soft.com Updated: October 31, 2014 The Traffic Crash Location System (TCLS) was designed to manage all crash statistics and crash events within a designated area. This guide is intended for users

More information

SPACE - A Manifold Exploration Program

SPACE - A Manifold Exploration Program 1. Overview SPACE - A Manifold Exploration Program 1. Overview This appendix describes the manifold exploration program SPACE that is a companion to this book. Just like the GM program, the SPACE program

More information

CENTAUR S REAL-TIME GRAPHIC INTERFACE V4.0 OPERATOR S MANUAL

CENTAUR S REAL-TIME GRAPHIC INTERFACE V4.0 OPERATOR S MANUAL CENTAUR S REAL-TIME GRAPHIC INTERFACE V4.0 OPERATOR S MANUAL TABLE OF CONTENTS Installation... 6 Introduction to Centaur s real-time Graphic Interface... 6 Computer Requirements... 7 Operating System

More information

Odyssey Mobile User's Guides. Version: 3.0

Odyssey Mobile User's Guides. Version: 3.0 Odyssey Mobile User's Guides Version: 3.0 Last Update: 22-June-2006 2 Odyssey Mobile User s Guide Copyright About Odyssey Mobile Version: 3.0 Documentation Date: 22-June-2006 Copyright Copyright 2005-2006.

More information

DetectWORKS License Plate Recognition System. User Manual.

DetectWORKS License Plate Recognition System. User Manual. DetectWORKS License Plate Recognition System. User Manual. Contents Overview...4 1. Installation Guide...5 1.1. Camera...5 1.1.1 Camera Model Choice...5 1.1.2 Camera mounting...5 1.1.3 Capture at night...6

More information

PRINTING GROWER FIELD MAPS OFF THE WEB

PRINTING GROWER FIELD MAPS OFF THE WEB PRINTING GROWER FIELD MAPS OFF THE WEB 12-01-09 I. FREE map printing options: A. Google Earth: Pros Very easy to use; easy to print map (either directly or via extraction to Word); easy to scale up or

More information

RITIS Training Module 10 Script. To return to the Florida Analytics main page, select Florida Analytics Tools in the upper left corner of the page.

RITIS Training Module 10 Script. To return to the Florida Analytics main page, select Florida Analytics Tools in the upper left corner of the page. RITIS Training Module 10 Script Welcome to the Regional Integrated Transportation Information System or RITIS Module 10 CBT. To begin, select the start button or press Shift+N on your keyboard. To return

More information

SPEED SURVEY ANALYSIS SYSTEM

SPEED SURVEY ANALYSIS SYSTEM SPEED SURVEY ANALYSIS SYSTEM user s manual CROSSROADS SOFTWARE 210 W. Birch Street, Suite 207 Brea, CA 92821 (714) 990-6433 Fax: (714) 990-5628 www.crossroadssoftware.com Chapter One: Introducing the Speed

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

FASTER GETS YOU THERE TRAFFIC TOMTOM TOMTOM TRAFFIC GETS YOU THERE FASTER

FASTER GETS YOU THERE TRAFFIC TOMTOM TOMTOM TRAFFIC GETS YOU THERE FASTER TOMTOM TRAFFIC GETS YOU THERE FASTER TomTom is a leading traffic service provider. TomTom monitors, processes and delivers traffic information via technology it created in-house. TomTom believes its technology

More information

Mustafa T. Babagil & Filiz Bilen Page 1 COMP190, COMP191 AND COMP101 LAB MANUAL 2

Mustafa T. Babagil & Filiz Bilen Page 1 COMP190, COMP191 AND COMP101 LAB MANUAL 2 Mustafa T. Babagil & Filiz Bilen Page 1 COMP190, COMP191 AND COMP101 LAB MANUAL 2 Windows Basics 2 How to deal with windows; maximize, minimize, restore, move. 2 How to Create/Delete a Folder. 2 Mouse

More information

motcom loganalyser User Manual

motcom loganalyser User Manual User Manual Part No. 2 900 04 10000 Release 07.03.2016 English revision 160825 Kurt-Schumacher-Str. 28-30 66130 Saarbrücken, Germany e-mail: info@motcomgmbh.com web: www.motcomgmbh.com Contents Introduction...

More information

Update: 6/14/2011 MAPPING USERS GUIDE

Update: 6/14/2011 MAPPING USERS GUIDE Update: 6/14/2011 MAPPING USERS GUIDE Tracking and Viewing Tracks Navigate to www.globaltrackinggroup.com, the Customer Log In Center is on the homepage. If you ordered via the internet, an email was sent

More information

HBS Training - IT Solutions. PlanWeb. Introduction

HBS Training - IT Solutions. PlanWeb. Introduction HBS Training - IT Solutions PlanWeb Introduction CONTENTS Logging on to the system...3 The PlanWeb Window...5 The Tool Bar...6 The Status Bar...6 The Map Window...6 The Information Window...7 Changing

More information

Machine Learning for Traffic Prediction

Machine Learning for Traffic Prediction Machine Learning for Traffic Prediction Jaros law Rzeszótko and Sinh Hoa Nguyen Polish-Japanese Institute of Information Technology, Koszykowa 86, 02-008 Warszawa, Polska jrzeszotko@gmail.com, hoa@pjwstk.edu.pl

More information

Welcome To Autotrak Alert + Help Menu

Welcome To Autotrak Alert + Help Menu Welcome To Autotrak Alert + Help Menu Dear Valued Customer welcome to Alert+. In this document you will find an easy to follow break down of the Alert+ website and examples to help you along the way. Please

More information

Magellan RoadMate 9250T-LMB. User Manual.

Magellan RoadMate 9250T-LMB. User Manual. Magellan RoadMate 9250T-LMB User Manual www.carid.com Magellan RoadMate GPS Receiver The Magellan RoadMate receiver is a vehicle navigation product that utilizes GPS signals from satellites to calculate

More information

1. Select your preferred language, then tap to confirm your selection. Later you can change it in Regional settings.

1. Select your preferred language, then tap to confirm your selection. Later you can change it in Regional settings. Initial set-up 1. Select your preferred language, then tap to confirm your selection. Later you can change it in Regional settings. 2. Read the End User Licence Agreement, and tap if you agree with the

More information

PacTracs 2.0 Quick Start Guide

PacTracs 2.0 Quick Start Guide PacTracs 2.0 Quick Start Guide If this Quick Start Guide or the Help menu does not provide the information needed, call the Marine Exchange s 24 hour Operations Center and our watchstander will provide

More information

TripTik Travel Planner Help

TripTik Travel Planner Help TripTik Travel Planner Help System Requirements Browsers: Microsoft Internet Explorer version 9 or above Firefox latest version and one previous Safari latest version and one previous Google Chrome latest

More information

Introduction to Boardmaker: An Overview

Introduction to Boardmaker: An Overview Introduction to Boardmaker: An Overview Katie Thomas Distance Learning Coordinator KISN is funded through the Kansas State Department of Education's Special Education Services by a Title VI-B grant. Keystone

More information

Rutgers Interactive Lane Closure Application (RILCA) for Work Zone Planning User Manual. New Jersey Highway Authority. Garden State Parkway

Rutgers Interactive Lane Closure Application (RILCA) for Work Zone Planning User Manual. New Jersey Highway Authority. Garden State Parkway Rutgers Interactive Lane Closure Application (RILCA) for Work Zone Planning User Manual Prepared for Garden State Parkway New Jersey Highway Authority April 2007 Developed by: Rutgers University Intelligent

More information

COMPOSER User Manual

COMPOSER User Manual COMPOSER User Manual June 2009 Contents I. II. III. IV. Getting Started...Pg. 1 The Map Interface Pg. 2 Toolbar Menus......Pg. 3 Right Hand Tool Panel Menus... Pg. 11 1 Getting Started To get started,

More information

VIMED JWEB Manual. Victorian Stroke Telemedicine. Version: 1.0. Created by: Grant Stephens. Page 1 of 17

VIMED JWEB Manual. Victorian Stroke Telemedicine. Version: 1.0. Created by: Grant Stephens. Page 1 of 17 VIMED JWEB Manual Victorian Stroke Telemedicine Version: 1.0 Created by: Grant Stephens Page 1 of 17 1 Table of Contents 1 Table of Contents... 2 2 What is JWEB?... 4 3 Accessing JWEB... 4 3.1 For Mac

More information

Map & Locations 16 Using Google Maps Using HTC Footprints

Map & Locations 16 Using Google Maps Using HTC Footprints Map & Locations 16 Using Google Maps...16-2 Turning on Location Services... 16-2 Opening Maps... 16-2 Searching for a Location... 16-3 Getting Directions... 16-3 Finding Friends with Google Latitude...

More information

7. Traffic Simulation via Cellular Automata

7. Traffic Simulation via Cellular Automata EX7CellularAutomataForTraffic.nb 1 7. Traffic Simulation via Cellular Automata From Chapter 12 (mainly) of "Computer Simulations with Mathematica", Gaylord & Wellin, Springer 1995 [DCU library ref 510.2855GAY]

More information

Introduction to SAGA GIS

Introduction to SAGA GIS GIS Tutorial ID: IGET_RS_001 This tutorial has been developed by BVIEER as part of the IGET web portal intended to provide easy access to geospatial education. This tutorial is released under the Creative

More information

ANWB Connect Using the Web Portal Contents

ANWB Connect Using the Web Portal Contents ANWB Connect Using the Web Portal Contents Login... 2 Forgot Username... 2 Forgot Password... 3 Account Settings... 5 User Settings... 5 Edit or Delete Account Email Address... 9 Change Username... 10

More information

RAM JAYAM VIDYAA MANDIR MATRIC HR SEC SCHOOL. Cumbum. Theni district. 1 D.EASWARAN M.Sc B.Ed Computer Instructor RJMS_SCHOOL.

RAM JAYAM VIDYAA MANDIR MATRIC HR SEC SCHOOL. Cumbum. Theni district. 1 D.EASWARAN M.Sc B.Ed Computer Instructor RJMS_SCHOOL. RAM JAYAM VIDYAA MANDIR MATRIC HR SEC SCHOOL. Cumbum. Theni district. D.Easwaran M.sc B.ed Computer Instructor RJMS School. Cumbum THENI DISTRICT. CELL : 8760324704 1 Higher Secondary First Year Study

More information

Learn how to enter a destination and operate the navigation system. Steering Wheel Controls Use the steering wheel controls to give voice commands.

Learn how to enter a destination and operate the navigation system. Steering Wheel Controls Use the steering wheel controls to give voice commands. NAVIGATION* Learn how to enter a destination and operate the navigation system. Basic Navigation Operation A real-time navigation system uses GPS and a map database to show your current location and help

More information

VSPlayer Software User Manual

VSPlayer Software User Manual VSPlayer Software User Manual UD.6L0202D1505A01 Thank you for purchasing our product. This manual applies to VSPlayer software, please read it carefully for the better use of this software. This manual

More information

Turn-by-Turn Mapping GPS and MP3 Player Quick Start Guide

Turn-by-Turn Mapping GPS and MP3 Player Quick Start Guide Pub. 988-0148-532 Turn-by-Turn Mapping GPS and MP3 Player Quick Start Guide Copyright 2005 Lowrance Electronics, Inc. All rights reserved. No part of this manual may be copied, reproduced, republished,

More information

GUI: GPS-Less Traffic Congestion Avoidance in Urban Area with Inter-Vehicular Communication

GUI: GPS-Less Traffic Congestion Avoidance in Urban Area with Inter-Vehicular Communication GUI: GPS-Less Traffic Congestion Avoidance in Urban Area with Inter-Vehicular Communication Zhen Jiang, Jie Wu, Paul Sabatino CIS Dept., Temple University CS Dept., West Chester Unviersity Information

More information

U N I V E R S I T Y O F K E N T U C K Y. efacts 2-click Interactive Building Information Map ~ Help Guide ~ Revised January 20, 2016

U N I V E R S I T Y O F K E N T U C K Y. efacts 2-click Interactive Building Information Map ~ Help Guide ~ Revised January 20, 2016 U N I V E R S I T Y O F K E N T U C K Y efacts 2-click Interactive Building Information Map ~ Help Guide ~ Revised January 20, 2016 Contents BUILDING SEARCH... 3 A. FIND A CAMPUS LOCATION... 3 GRAPHICAL

More information

VSPlayer Software User Manual

VSPlayer Software User Manual VSPlayer Software User Manual UD03888B User Manual COPYRIGHT 2016 Hangzhou Hikvision Digital Technology Co., Ltd. ALL RIGHTS RESERVED. Any and all information, including, among others, wordings, pictures,

More information

KCS Motion. Video Motion Analysis Software

KCS Motion. Video Motion Analysis Software Video Motion Analysis Software Software and supporting material is property of G. Mason, Seattle University, 2007 Overview Overview KCS Motion tracks moving objects in a video clip and analyzes their position,

More information

MRMLS SmartMap CityGIS5 (More training available at

MRMLS SmartMap CityGIS5 (More training available at MRMLS SmartMap CityGIS5 (More training available at http://www.imrmls.com/centsite/training.html) 3201 W. Temple Ave., Suite 250 Pomona, Ca 91768 800-925-1525 or http://www.imrmls.com/support Last Edited

More information

Insight: Measurement Tool. User Guide

Insight: Measurement Tool. User Guide OMERO Beta v2.2: Measurement Tool User Guide - 1 - October 2007 Insight: Measurement Tool User Guide Open Microscopy Environment: http://www.openmicroscopy.org OMERO Beta v2.2: Measurement Tool User Guide

More information

UTAS CMS. Easy Edit Suite Workshop V3 UNIVERSITY OF TASMANIA. Web Services Service Delivery & Support

UTAS CMS. Easy Edit Suite Workshop V3 UNIVERSITY OF TASMANIA. Web Services Service Delivery & Support Web Services Service Delivery & Support UNIVERSITY OF TASMANIA UTAS CMS Easy Edit Suite Workshop V3 Web Service, Service Delivery & Support UWCMS Easy Edit Suite Workshop: v3 Contents What is Easy Edit

More information

HBS Training - IT Solutions. PlanWeb. Intermediate

HBS Training - IT Solutions. PlanWeb. Intermediate HBS Training - IT Solutions PlanWeb Intermediate CONTENTS Logging on to the system...3 The PlanWeb Window...5 The Tool Bar...6 The Status Bar...6 The Map Window...6 The Information Window...7 Changing

More information

Pinpoint AVM 4.0 Quick Reports Detailed User Manual

Pinpoint AVM 4.0 Quick Reports Detailed User Manual Pinpoint AVM 4.0 Quick Reports Detailed User Manual Page 1 of 11 Table of Contents General avm navigation... 3 1 Quick Reports.... 3 Show... 4 Find... 5 Show Last X hours... 5 Show Trips Over Last 24 Hours...

More information

agellan RoadMate User Manual

agellan RoadMate User Manual agellan RoadMate User Manual www.carid.com Magellan RoadMate GPS Receiver The Magellan RoadMate receiver is a vehicle navigation product that utilizes GPS signals from satellites to calculate your precise

More information

Tutorial. External Application Checks using Excel

Tutorial. External Application Checks using Excel Tutorial External Application Checks using Excel External Application Checks for Excel All information in this document is subject to modification without prior notice. No part or this manual may be reproduced,

More information

13. Albums & Multi-Image Printing

13. Albums & Multi-Image Printing 13. Albums & Multi-Image Printing The Album function is a flexible layout and printing tool that can be used in a number of ways: Two kinds of albums: At left we used automatic mode to print a collection

More information

MIDIPoet -- User's Manual Eugenio Tisselli

MIDIPoet -- User's Manual Eugenio Tisselli MIDIPoet -- User's Manual 1999-2007 Eugenio Tisselli http://www.motorhueso.net 1 Introduction MIDIPoet is a software tool that allows the manipulation of text and image on a computer in real-time. It has

More information

Learn how to enter a destination and operate the navigation system. Steering Wheel Controls Use the steering wheel controls to control the system.

Learn how to enter a destination and operate the navigation system. Steering Wheel Controls Use the steering wheel controls to control the system. * Learn how to enter a destination and operate the navigation system. Basic Navigation Operation A real-time navigation system uses GPS and a map database to show your current location and help guide you

More information

FleetLocate v2.7 User Guide

FleetLocate v2.7 User Guide FleetLocate v2.7 User Guide User Guide v2.7 - FleetLocate: Fleet & Asset Intelligence Contents FleetLocate Fleet Intelligence v2.7 User Guide... 5 Map Tab... 6 Changing and Printing the Map View... 6 Bookmarks

More information

THE ADJACENT VEHICLES QUERY ALGORITHM OF MICROSCOPIC TRAFFIC SIMULATION

THE ADJACENT VEHICLES QUERY ALGORITHM OF MICROSCOPIC TRAFFIC SIMULATION Association for Information Systems AIS Electronic Library (AISeL) PACIS 2014 Proceedings Pacific Asia Conference on Information Systems (PACIS) 2014 THE ADJACENT VEHICLES QUERY ALGORITHM OF MICROSCOPIC

More information

Table of Contents. iii

Table of Contents. iii RydeSmart Help Table of Contents Welcome to RydeSmart... 7 RydeSmart Components... 7 PRISM Unit... 8 System to RydeSmart Transaction... 8 The Location Flow Transaction in Detail for Prism... 8 System

More information

QTrail, 6 Glamis Close Hemel Hempstead, Hertfordshire HP2 7QB Tel: 00 (44) Fax: 00 (44)

QTrail, 6 Glamis Close Hemel Hempstead, Hertfordshire HP2 7QB Tel: 00 (44) Fax: 00 (44) GPRS QTRAIL Vehicle Tracking System User Manual QTrail, 6 Glamis Close Hemel Hempstead, Hertfordshire HP2 7QB Tel: 00 (44) 1442 232434 Fax: 00 (44) 1442 232366 Email: enquiries@qtrail.com QTrail 2005 Every

More information

DriveFaster: Optimizing a Traffic Light Grid System

DriveFaster: Optimizing a Traffic Light Grid System DriveFaster: Optimizing a Traffic Light Grid System Abstract CS221 Fall 2016: Final Report Team Members: Xiaofan Li, Ahmed Jaffery Traffic lights are the central point of control of traffic for cities

More information

Working with Spreadsheets in Target

Working with Spreadsheets in Target Working with Spreadsheets in Target This How-To Guide walks you through displaying, editing and processing Geosoft database data in the Spreadsheet view. Spreadsheets When you create or open a database,

More information

Standard Toolbar. Main Toolbar. Page Sorter. Action Toolbar

Standard Toolbar. Main Toolbar. Page Sorter. Action Toolbar TEAMBOARD DRAW This is an annotation software that can be used with the interactive pen to write or draw on the projection surface. This software also provides advanced tools for saving and editing annotations

More information

APROS laboratory manual:

APROS laboratory manual: Introduction to the APROS code APROS laboratory manual: Aim of the course Studying the operation of APROS v5.10 thermal-hydraulic system code: building simple flow circuits, displaying process parameters,

More information

Crop Probability Map Tutorial

Crop Probability Map Tutorial Crop Probability Map Tutorial To be used in association with the CropProbabilityMap ArcReader document Prepared by Karen K. Kemp, PhD GISP, October 2012 This document provides a few key details about the

More information

TopCon X5 Operator's Manual

TopCon X5 Operator's Manual TopCon X5 Operator's Manual Part Number TOPCONX5-EN Rev.1.0 Copyright Topcon Precision Agriculture May, 2011 All contents in this manual are copyrighted by Topcon. All rights reserved. The information

More information

PRINTING GROWER FIELD MAPS OFF THE WEB

PRINTING GROWER FIELD MAPS OFF THE WEB PRINTING GROWER FIELD MAPS OFF THE WEB 3-29-2018 A. Google Earth: Very easy to use; easy to print map (either directly or via extraction to Word); easy to scale up or down; locator makes finding field

More information

button in the lower-left corner of the panel if you have further questions throughout this tutorial.

button in the lower-left corner of the panel if you have further questions throughout this tutorial. Mosaic Tutorial: Simple Workflow This tutorial demonstrates how to use the Seamless Mosaic tool to mosaic six overlapping digital aerial scenes. You will learn about displaying footprints and image data

More information

Creating a Title Block & Border Using Chief Architect. Architectural Design & Residential Construction Penncrest High School

Creating a Title Block & Border Using Chief Architect. Architectural Design & Residential Construction Penncrest High School Creating a Title Block & Border Using Chief Architect Architectural Design & Residential Construction Penncrest High School 2017-2018 Select New Layout to begin designing your Title Block. Note: Once the

More information

Version 9 User Guide for. Developed for Omnitracs

Version 9 User Guide for. Developed for Omnitracs Version 9 User Guide for Developed for Omnitracs Table of Contents Welcome to CoPilot Truck 4 Driving Screen 4 Driving Menu 5 GO TO MENU: Single Destination Navigation 6 Address 6 My Places 7 Points of

More information

OpenForms360 Validation User Guide Notable Solutions Inc.

OpenForms360 Validation User Guide Notable Solutions Inc. OpenForms360 Validation User Guide 2011 Notable Solutions Inc. 1 T A B L E O F C O N T EN T S Introduction...5 What is OpenForms360 Validation?... 5 Using OpenForms360 Validation... 5 Features at a glance...

More information

SNOWFLAKES PHOTO BORDER - PHOTOSHOP CS6 / CC

SNOWFLAKES PHOTO BORDER - PHOTOSHOP CS6 / CC Photo Effects: Snowflakes Photo Border (Photoshop CS6 / CC) SNOWFLAKES PHOTO BORDER - PHOTOSHOP CS6 / CC In this Photoshop tutorial, we ll learn how to create a simple and fun snowflakes photo border,

More information

Unit 11.Introduction to Form and Report

Unit 11.Introduction to Form and Report Introduction to Form Unit 11.Introduction to Form and Report Introduction: Databases are made to be used. Access provides an easy way to enter data into Access database tables with forms. Forms can also

More information

form are graphed in Cartesian coordinates, and are graphed in Cartesian coordinates.

form are graphed in Cartesian coordinates, and are graphed in Cartesian coordinates. Plot 3D Introduction Plot 3D graphs objects in three dimensions. It has five basic modes: 1. Cartesian mode, where surfaces defined by equations of the form are graphed in Cartesian coordinates, 2. cylindrical

More information

LithoFrame Viewer. v2.0. User s Guide

LithoFrame Viewer. v2.0. User s Guide LithoFrame Viewer v2.0 User s Guide 1 LithoFrame Viewer V2.0 This document copyright 2011, NERC/British Geological Survey. All rights reserved. No portion of the contents of this document may be reproduced,

More information

Using Syracuse Community Geography s MapSyracuse

Using Syracuse Community Geography s MapSyracuse Using Syracuse Community Geography s MapSyracuse MapSyracuse allows the user to create custom maps with the data provided by Syracuse Community Geography. Starting with the basic template provided, you

More information

DynaTraffic Models and mathematical prognosis. Simulation of the distribution of traffic with the help of Markov chains

DynaTraffic Models and mathematical prognosis. Simulation of the distribution of traffic with the help of Markov chains DynaTraffic Models and mathematical prognosis Simulation of the distribution of traffic with the help of Markov chains What is this about? Models of traffic situations Graphs: Edges, Vertices Matrix representation

More information

LAN Modeling. Overview

LAN Modeling. Overview LAN Modeling Overview This lesson focuses on the use of LAN models and background link utilization. You will learn to Configure the object palette with the models you need Set up application and profile

More information

Fo r. A Guide. October 21, 2009 Created by: Duane Miller, TCGSAR

Fo r. A Guide. October 21, 2009 Created by: Duane Miller, TCGSAR Fo r Searches A Guide October 21, 2009 Created by: Duane Miller, TCGSAR This material was made possible through funding from the SAR NEW INIATIVES FUND 2009 Table of Contents 1 Objectives... 3 2 Setup...

More information

Introduction to Flash - Creating a Motion Tween

Introduction to Flash - Creating a Motion Tween Introduction to Flash - Creating a Motion Tween This tutorial will show you how to create basic motion with Flash, referred to as a motion tween. Download the files to see working examples or start by

More information

Start Menu Log off Turn Off Computer Run Search Help and Support

Start Menu Log off Turn Off Computer Run Search Help and Support Windows Basics Start Menu Start Menu Log off - Log off the current user. Turn Off Computer - shutdown, restart and standby. Run - Used to manually start executable files (programs). Search - Search your

More information

Road Safety Audit Report Completion Procedure

Road Safety Audit Report Completion Procedure 1. Open the document and go to Page 2 1. Do not make any changes to Page 1. The table on page 2 is populated with text highlighted in grey. These highlighted texts are known as bookmarks and save time

More information

itrail Convoy (Global) User s Manual

itrail Convoy (Global) User s Manual itrail Convoy (Global) User s Manual 1 What s Inside 1. Wiring Harness 2. Antenna 3. itrail Convoy Base Device 4. Serial Number (Located on the box and device) 1 2 2 3 4 3 itrail Convoy Wiring Diagram

More information

Learn how to enter a destination and operate the navigation system.

Learn how to enter a destination and operate the navigation system. NAVIGATION Learn how to enter a destination and operate the navigation system. Basic Navigation Operation A real-time navigation system uses GPS and a map database to show your current location and help

More information

NEBRASKA811 IMAP MANUAL AN INSTRUCTIONAL GUIDE TO VIEWING AND MAPPING DISTRICT POLYGONS ONLINE OCTOBER

NEBRASKA811 IMAP MANUAL AN INSTRUCTIONAL GUIDE TO VIEWING AND MAPPING DISTRICT POLYGONS ONLINE OCTOBER NEBRASKA811 IMAP MANUAL AN INSTRUCTIONAL GUIDE TO VIEWING AND MAPPING DISTRICT POLYGONS ONLINE 2013 OCTOBER 30 2013 TABLE OF CONTENTS Introduction 1 IMAP at-a-glance 2 Logging In 3 Understanding The Components

More information

Learn how to enter a destination and operate the navigation system.

Learn how to enter a destination and operate the navigation system. NAVIGATION* Learn how to enter a destination and operate the navigation system. Basic Navigation Operation A real-time navigation system uses GPS and a map database to show your current location and help

More information

Centralized monitoring software Monas-NET

Centralized monitoring software Monas-NET Communications for security Centralized monitoring software Monas-NET (Version 1.56) User guide Content 1. Application of the programme MONAS-NET 3 2. Security of the programme 3 3. Programme components

More information

TIES Student Information System. Attendance, Report Card Grading, Tests and Assessments

TIES Student Information System. Attendance, Report Card Grading, Tests and Assessments TIES Student Information System i-cue Attendance, Report Card Grading, Tests and Assessments Copyright 2007 TIES All rights reserved No part of this document may be reproduced in any form without written

More information

Appendix I. TACTICS Toolbox v3.x. Interactive MATLAB Platform For Bioimaging informatics. User Guide TRACKING MODULE

Appendix I. TACTICS Toolbox v3.x. Interactive MATLAB Platform For Bioimaging informatics. User Guide TRACKING MODULE TACTICS Toolbox v3.x Interactive MATLAB Platform For Bioimaging informatics User Guide TRACKING MODULE -17- Cell Tracking Module 1 (user interface) Once the images were successfully segmented, the next

More information

Getting Started with Pro Maps for Google

Getting Started with Pro Maps for Google Getting Started with Pro Maps for Google This Getting Started Guide shows you how to get up and running with Pro Maps for Google. This Dreamweaver extension allows you to add static and dynamic maps to

More information