Changes between Version 7 and Version 8 of CPTMS


Ignore:
Timestamp:
03/20/2019 09:10:19 AM (7 years ago)
Author:
jdalbey
Comment:

rename STMS to CPTMS

Legend:

Unmodified
Added
Removed
Modified
  • CPTMS

    v7 v8  
    1 = STMS: Simulated Traffic Management System = 
     1= CPTMS: Cal Poly (simulated) Traffic Management System = 
    22Currently a central component of the TMC Simulator is the ATMS, Advanced Traffic Management System, which consists of a server and client.  The ATMS allows the trainee to view the traffic flow throughout the highway network that is the focus of the simulation session.  Different colored dots on a highway schematic diagram indicate areas of traffic congestion. 
    33 
    44The ATMS server is an aging piece of hardware and one that we have little documentation about.  We have a goal to replace the ATMS with an alternative.  Though the ATMS is the same as actually used in numerous Cal Trans districts, for the purpose of the simulation a high accuracy reproduction could substitute. 
    55 
    6 STMS is our substitute for the ATMS. 
     6CPTMS is our substitute for the ATMS. 
    77 
    8 The components of the STMS are the postmile file, the Traffic Model Manager (within the CADServer), the highways.json file, and the STMS html file that contains the javascript code for manipulating a Google Map. 
     8The components of the CPTMS are the postmile file, the Traffic Model Manager (within the CADServer), the highways.json file, and the CPTMS html file that contains the javascript code for manipulating a Google Map. 
    99 
    10 The key data used by the STMS is the postmile file. It is found in the config folder. Of significance is that it lists postmile locations of VDS in the network and gives the latlong for each so its location can be plotted on a Google Map. 
     10The key data used by the CPTMS is the postmile file. It is found in the config folder. Of significance is that it lists postmile locations of VDS in the network and gives the latlong for each so its location can be plotted on a Google Map. 
    1111 
    1212== Directions for creating a postmile file. == 
     
    5656} 
    5757}}} 
    58 Make a copy the STMS html file, and open it in a text editor. Specify the correct center location for the target district. 
     58Make a copy the CPTMS html file, and open it in a text editor. Specify the correct center location for the target district. 
    5959 
    6060{{{ 
    6161    var centerPoint = {lat: 33.687228, lng: -117.872148}; 
    6262}}} 
    63 Load the STMS html file into a browser and observe the results. 
     63Load the CPTMS html file into a browser and observe the results. 
    6464 
    6565Use unix "cut" to remove the last column of the csv file.