Changes between Version 11 and Version 12 of ProdSimStartup
- Timestamp:
- 07/23/2019 04:17:04 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProdSimStartup
v11 v12 22 22 23 23 Monitor simulation progress. The event queue should be processed according to the simulation time. The dot colors should be changed as specified in the traffic event data. 24 25 24 26 25 === Start Web Apps === … … 48 47 * Verify Apache is configured properly for running cgi's from cgi-bin. 49 48 49 ---- 50 Notes on switching from "Practice" script to "Full" script 51 52 {{{ 53 config/traffic_model_config.properties 54 Events_File = config/vds_data/sample_data/atmsBatchEvents_practice.txt to ..._production.txt 55 56 webapps/sim_scriptname.json 57 {"filename":"practice_script_2016.xml"} to ... full_script... 58 }}} 59 ---- 60 === Troubleshooting Tips === 61 If CMS messages aren't saving: 62 63 * make sure path is correct as described above. 64 * make sure webserver is started in correct directory. 50 65 51 66 === Add Ad hoc Incident === … … 90 105 91 106 Click "Start" button in !SimManager. A dialog will ask if you want to continue without Paramics, click 'Yes'. The simulation clock display should begin counting the elapsed seconds. 92 93 Notes on switching from "Practice" script to "Full" script94 95 {{{96 config/traffic_model_config.properties97 Events_File = config/vds_data/sample_data/atmsBatchEvents_practice.txt to ..._production.txt98 99 webapps/sim_scriptname.json100 {"filename":"practice_script_2016.xml"} to ... full_script...101 }}}
