Changes between Version 16 and Version 17 of HOWTO-DeploySimulator


Ignore:
Timestamp:
08/24/2019 08:29:11 AM (7 years ago)
Author:
jdalbey
Comment:

revise to match automated bat file

Legend:

Unmodified
Added
Removed
Modified
  • HOWTO-DeploySimulator

    v16 v17  
    3535The Simulation Manager GUI should appear. 
    3636 
    37 Optionally, start any CADClients, ideally on a different workstation. 
     37A terminal window should appear with console message: `Unified Logging Service v? starting from ``C:\TMC Simulator 2019` 
     38 
     39A Web Browser should appear with three tabs. 
     40 
     41The CADClient login dialog should appear.   Click "login" and observe the CADClient windows appear. 
    3842 
    3943Click "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). 
     
    4145Monitor 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. 
    4246 
    43 ==== Start Web Apps ==== 
    44 Start a terminal window.  From the `C:\TMC Simulator 2019` folder run: `python deploy\unifiedlogger.zip` 
     47CPTMS: A google map should appear with green dots. 
    4548 
    46 Observe console message: `Unified Logging Service v? starting from ``C:\TMC Simulator 2019` 
     49EInotebook: 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. 
    4750 
    48 Start a web browser (ideally on a separate workstation). 
     51Unified Log Monitor: A display of any active CMS messages should appear on a dark blue  background.  Confirm correct functioning by entering a CMS message in  CPTMS and entering a CAD comment in the CAD Client.  They should appear  with the correct simulation time stamp. 
    4952 
    50 Start CPTMS:  In the address bar enter "`http://localhost/cptms`".  A google map should appear with green dots. 
    51  
    52 Start EInotebook: In the address bar enter "`http://localhost/einotebook`".  The four tabs of the Electronic Instructor Notebook should appear, with the clock displaying the simulation time. 
    53  
    54 Start Unified Log Monitor: In the address bar enter "`http://localhost/unifiedlogmonitor.html`".  A display of any active CMS messages should appear on a dark blue  background.  Confirm correct functioning by entering a CMS message in  CPTMS and entering a CAD comment in the CAD Client.  They should appear  with the correct simulation time stamp. 
    55  
    56 Optionally, open the CMS/HAR monitor in a web browser: "`http://localhost/cms_monitor.html`" 
     53Optionally, open the CMS/HAR monitor in a web browser on the display in the corner: "`http://``192.168.251.127/cms_monitor.html`" 
    5754 
    5855----