Changes between Version 4 and Version 5 of DevSimStartup


Ignore:
Timestamp:
02/11/2019 01:51:49 PM (7 years ago)
Author:
jdalbey
Comment:

minor clarifications

Legend:

Unmodified
Added
Removed
Modified
  • DevSimStartup

    v4 v5  
    33Connect your development machine to the ATL local network. 
    44 
    5 Start the FEPSim (on your local machine).  [See [wiki:FEPSimulatorInstallation]] 
     5Start the FEPSim (on your local machine).  [See [wiki:FEPSimulatorInstallation#RunningFEPSimonyourworkstationorlaptop Instructions]] 
    66 
    7 Open the TMCSim project in !NetBeans. 
    8 "Run Project" with the default configuration to start the CAD Server.  Wait for CAD Server to start up and the GUI be displayed.  The title bar should say "CAD Server" and revision number. 
     7Open the TMCSim project in !NetBeans. "Run Project" with the default configuration to start the CAD Server.  Wait for CAD Server to start up and the GUI be displayed.  The title bar should say "CAD Server" and revision number. 
    98 
    109Click anywhere in the Projects pane to enable the "Run" button.  Choose "Sim Mgr" from the configuration drop down. 
     
    1211"Run Project" to start the Simulation Manager.  Verify the Simulation Manager GUI displays correct initial values: Status is "No Script" and time is 0:00:00. 
    1312 
    14 Click "Load Script".  Select one of the available XML script files.  
     13Click "Load Script".  Select one of the available XML script files (for example, "practice_script_2016.xml"). 
    1514 
    16 Simulator status should say "Ready" (in red font). The Incident Management panel should show the incident numbers from the script.  
     15Simulator status should say "Ready" (in red font). The Incident Management panel should show the incident numbers from the script. 
    1716 
    18 [Optional: Start a CAD Client.] 
     17(Optional: Start a CAD Client.) 
    1918 
    20 Locate ATMSBatchDriver.java under tmcsim.client.  Right-click and choose "Run File". 
    21 The output window should display "Building network ..." and then after a few moments which highways were loaded.  It should then display the number of events read from the batch events file and a GUI display of the current clock and the list of events in the queue.  
     19Locate ATMSBatchDriver.java under tmcsim.client.  Right-click and choose "Run File". The output window should display "Building network ..." and then after a few moments which highways were loaded.  It should then display the number of events read from the batch events file and a GUI display of the current clock and the list of events in the queue.  (This section is obsolete as of CAD Server !r257). 
    2220 
    23  
    24 Click the "Start" button in the Simulator GUI. Simulator status should say "Running" (in green font).  
     21Click the "Start" button in the Simulator GUI. Simulator status should say "Running" (in green font). 
    2522 
    2623The clock in the Simulation Manager and CADServer will start incrementing.