Changes between Version 4 and Version 5 of UnifiedLogger


Ignore:
Timestamp:
07/12/2019 09:26:57 AM (7 years ago)
Author:
jdalbey
Comment:

Version 1

Legend:

Unmodified
Added
Removed
Modified
  • UnifiedLogger

    v4 v5  
    4444While 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. 
    4545 
    46 ''(TBD: explain time interval.)'' 
     46The unified logger updates the log every five seconds. 
    4747 
    4848Open `webapps/unifiedlogmonitor.html` in a web browser and observe the csv file listed in reverse chronological order, formatted like this: 
     
    52520:08:04 CMS Activated.  N I-405 15.18 MAGNOLIA ST  'SLOW FOR THE::CONE ZONE:::' 
    5353}}} 
     54This display is refreshed every five seconds. 
     55 
     56When testing is complete, suspend the unified logger with Ctrl-Z and then kill the process with unix "kill" command. 
     57 
    5458=== Usage === 
    5559Start 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`. 
    5660 
    57 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. 
     61Wait 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 five seconds and observe an entry for CAD Log appear in the monitor. 
    5862 
    59 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. 
     63In CPTMS, display the CMS layer, open a CMS dialog and enter a message "SLOW TRAFFIC".  Click "Send" and wait five 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. 
    6064 
    6165=== Running as a background service ===