Changes between Version 28 and Version 29 of ProdSimStartup


Ignore:
Timestamp:
09/15/2022 12:47:10 PM (4 years ago)
Author:
jdalbey
Comment:

elaborate start LCS

Legend:

Unmodified
Added
Removed
Modified
  • ProdSimStartup

    v28 v29  
    99Reset the log files, if necessary. (See below). 
    1010 
    11 (''New for 2022'') Add the student names to a file named `student_names.txt` in the config folder.   Put one name per line.  These names will appear in a dropdown box in the CAD Client login dialog. (also in LCS?). 
     11(''New for 2022'') Add the student names to a file named `student_names.txt` in the config folder.   Put one name per line.  These names will appear in a dropdown box in the CAD Client login dialog. 
    1212 
    1313Open File Explorer to `C:\TMC Simulator Sep 2019\bin` folder. 
     
    4343 
    4444=== Start Lane Control System === 
    45 TBD: Add directions here. 
     45The Lane Control System (LCS) is a simulation that runs completely independent of the Simulation Manager.  It runs as a Web2py application on the Apache Web Server.  It's installed in the folder `/web/web2py/applications/LCSv2` (LCSsim?). 
     46 
     47Assuming Apache is running and web2py is running, simply open a browser window to `lcsdemo.tmcacad.com`. 
    4648 
    4749=== Post Session === 
    48 After the session, run `postsession_logmerge.bat` which will merge multiple log files together and display the final result in a web browser.  It will have the unified log results, along with CAD Details from Incident Script, LCS log, and Evaluator Ratings from EInotebook (whew!). 
     50After the session, run `postsession_logmerge.bat` in the `bin` directory which will merge multiple log files together and display the final result in a web browser.  It will have the unified log results, along with CAD Details from Incident Script, LCS log, and Evaluator Ratings from EInotebook (whew!). 
    4951 
    5052----