Changes between Version 2 and Version 3 of UnifiedLogger
- Timestamp:
- 07/12/2019 08:15:36 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UnifiedLogger
v2 v3 38 38 Open a terminal in the trunk folder and start the application: `python deploy/unifiedlogger.zip` 39 39 40 The application will echo logs to the console for diagnostic purposes.The expected output file is `unifiedlog_expected.csv` (attached). 40 The application will echo logs to the console for diagnostic purposes.The expected output file is `unifiedlog_expected.csv` (attached). It should match the actual results in `unifiedlog.csv`. 41 41 42 42 While the application is running you may append further entries to either data file, save it, and observe the output csv file is updated with the new entry. … … 52 52 Start the CAD server and Simulation Manager. Load the practice script and start it running. Start a CAD client. In a browser, start CPTMS. In a browser, start `unifiedlogmonitor.html`. 53 53 54 Wait for an incident to appear in the CAD client. Open the incident viewer and in the upper comments field, enter a note "hello world" and press Exit/Send.Wait ten seconds and observe an entry for CAD Log appear in the monitor. 54 Wait for an incident to appear in the CAD client. Open the incident viewer and in the upper comments field, enter a note "hello world" and press Exit/Send.Wait ten seconds and observe an entry for CAD Log appear in the monitor. 55 55 56 In CPTMS, display the CMS layer, open a CMS dialog and enter a message "SLOW TRAFFIC". Click "Send" and wait ten seconds. Observe an entry for CMS Activated to appear in the monitor. Update the CMS message results in a "CMS Updated" entry in the unified log.Clearing a CMS message results in a "CMS Deactivated" entry in the unified log.56 In CPTMS, display the CMS layer, open a CMS dialog and enter a message "SLOW TRAFFIC". Click "Send" and wait ten seconds. Observe an entry for CMS Activated to appear in the monitor. Update the CMS message results in a "CMS Updated" entry in the unified log. Clearing a CMS message results in a "CMS Deactivated" entry in the unified log. 57 57 58 58 === Running as a background service ===
