Changes between Version 7 and Version 8 of CPTMS
- Timestamp:
- 03/20/2019 09:10:19 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CPTMS
v7 v8 1 = STMS: SimulatedTraffic Management System =1 = CPTMS: Cal Poly (simulated) Traffic Management System = 2 2 Currently 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. 3 3 4 4 The 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. 5 5 6 STMS is our substitute for the ATMS.6 CPTMS is our substitute for the ATMS. 7 7 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.8 The 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. 9 9 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.10 The 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. 11 11 12 12 == Directions for creating a postmile file. == … … 56 56 } 57 57 }}} 58 Make a copy the STMS html file, and open it in a text editor. Specify the correct center location for the target district.58 Make a copy the CPTMS html file, and open it in a text editor. Specify the correct center location for the target district. 59 59 60 60 {{{ 61 61 var centerPoint = {lat: 33.687228, lng: -117.872148}; 62 62 }}} 63 Load the STMS html file into a browser and observe the results.63 Load the CPTMS html file into a browser and observe the results. 64 64 65 65 Use unix "cut" to remove the last column of the csv file.
