Changes between Version 16 and Version 17 of ProdSimStartup
- Timestamp:
- 08/25/2019 06:21:43 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProdSimStartup
v16 v17 6 6 Login to Windows on Production workstation. 7 7 8 === Starting the simulation === 8 9 Open File Explorer to `C:\TMC Simulator Sep 2019\bin` folder. 9 10 10 === Starting the simulation ===11 11 Decide which script you want to run ("full" or "practice"). Double-click on the correspondingly named `systemstart` .bat file. 12 12 … … 21 21 Click "Start" button in Simulation Manager GUI. Observe the clock begin counting every second. In CADServer GUI, observe the timer running. Click on the "Traffic" tab to view the queue of traffic events. As events are processed, there will be a ten second delay and then the affected dots will change color in the CPTMS map (see below). 22 22 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.23 Monitor simulation progress. The event queue should be processed according to the simulation time. 24 24 25 25 === Start Web Apps === … … 30 30 Observe console message: `Unified Logging Service v? starting from /web` 31 31 32 CPTMS: A google map should appear with green dots. 32 CPTMS: A google map should appear with green dots. The dot colors should be changed as specified in the traffic event data. 33 33 34 34 EInotebook: The four tabs of the Electronic Instructor Notebook should appear, with the clock displaying the simulation time. The Incident Summary should show the incidents in the desired script. … … 40 40 ---- 41 41 == Reset log files == 42 After the "practice" session and before the "full" session the log files need to be archived and reset. (Insert archiving directions here). 43 42 44 On Apache server (W:) 43 45 44 * clear `activitylog/data.json `45 * clear `webapps/dynamicdata/CADcomments.log`46 * clear `unifiedlog.csv`47 * in `webapps/dynamicdata` Copy `cms_messages_empty.json` to `cms_messages.json`48 * in `webapps/dynamicdata` Copy `har_messages_empty.json` to `har_messages.json`46 * clear `activitylog/data.json ` 47 * clear `webapps/dynamicdata/CADcomments.log` 48 * clear `unifiedlog.csv` 49 * in `webapps/dynamicdata` Copy `cms_messages_empty.json` to `cms_messages.json` 50 * in `webapps/dynamicdata` Copy `har_messages_empty.json` to `har_messages.json` 49 51 50 52 ---- … … 54 56 * Verify Apache can run python 55 57 * Verify Apache is configured properly for running cgi's from cgi-bin. 56 57 58 58 59 ----
