Changes between Initial Version and Version 1 of GraphicTrafficEventsCreator


Ignore:
Timestamp:
08/09/2019 04:49:48 PM (7 years ago)
Author:
jdalbey
Comment:

draft 1

Legend:

Unmodified
Added
Removed
Modified
  • GraphicTrafficEventsCreator

    v1 v1  
     1== Graphic Traffic Events Creator - Preliminary Specification == 
     2The purpose of this tools is to provide a Graphical User Interface to allow the author of an Incident Script to build a file of traffic events to be used by CPTMS to show colored dots on the highway display that represent traffic congestion. 
     3 
     4The concept is a CPTMS like display that is enhanced to allow user interaction.  The author will click on dots on the highway network to specify VDS stations whose values are to be modified. 
     5 
     6The current CPTMS display will be enhanced to include two additional controls: 
     7 
     8 1. A time selector - the is used to select the simulation time for which the traffic events are to be created. 
     9 1. A color selector - a drop down box with three color choices: green, yellow, and red. 
     10 
     11Use Case 
     12 
     13{{{ 
     14System: Displays the CPTMS highway network with all dots green. 
     15System: Clears the traffic events file. 
     16User: Selects 0:01:00 in the time selector. 
     17User: Selects Yellow in the color selector. 
     18User: Clicks on VDS "55 N 6.35 @ MAIN" 
     19User: Clicks on VDS "55 N 6.94 @ MCARTHUR" 
     20User: Selects 0:01:30 in the time selector. 
     21System: Write two records to traffic events file: 
     221   00:01:00  55     N         6.35     Y 
     231   00:01:00  55     N         6.94     Y 
     24User: Selects Yellow in the color selector. 
     25User: Clicks on VDS "55 N 7.16 @ MCARTHU2" 
     26User: Selects Red in the color selector. 
     27System: Write one record to traffic events file: 
     281   00:01:30  55     N         7.16     Y 
     29User: Clicks on VDS "55 N 6.35 @ MAIN" 
     30User: Clicks on VDS "55 N 6.94 @ MCARTHUR" 
     31User: Selects 0:02:00 in the time selector. 
     32System: Write two records to traffic events file: 
     331   00:01:30  55     N         6.35     R 
     341   00:01:30  55     N         6.94     R 
     35}}} 
     36User continues to select one or more dots to be assigned a specified color at a specified time.  These are all changes for a SINGLE incident. 
     37 
     38When complete, the user manually edits the data file to change the "1" in the first column to the desired incident number, eg., 181. 
     39 
     40User then repeats the process for the next incident.  When all incidents have been created, user manually concatenates the files for all incidents, then sorts them by timestamp.  The resulting file is ready to be used by CPTMS.