Changes between Initial Version and Version 1 of DevSimStartup


Ignore:
Timestamp:
10/16/2017 03:22:23 PM (9 years ago)
Author:
jdalbey
Comment:

Draft 1

Legend:

Unmodified
Added
Removed
Modified
  • DevSimStartup

    v1 v1  
     1== HOWTO TMCSim Startup within !NetBeans == 
     2===  === 
     3Start the FEPSim (on the VM or on a laptop).  [details TBD] 
     4 
     5Open the TMCSim project in !NetBeans. 
     6"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. 
     7 
     8Click anywhere in the Projects pane to enable the "Run" button.  Choose "Sim Mgr" from the configuration drop down. 
     9 
     10"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. 
     11 
     12Click "Load Script".  Select one of the available XML script files.  
     13 
     14Simulator status should say "Ready" (in red font). (also in CADSimulator). The Incident Management panel should show the incident numbers from the script.  
     15 
     16[Optional: Start a CAD Client.] 
     17 
     18Locate ATMSBatchDriver.java under tmcsim.client.  Right-click and choose "Run File". 
     19The 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 show the current clock as zero and when the next event will be launched. 
     20 
     21 
     22 
     23Click the "Start" button in the Simulator GUI. Simulator status should say "Running" (in green font).  
     24 
     25The clock in the Simulation Manager and CADServer will start incrementing. 
     26 
     27When the next event time occurs the output window will show a message about which dots were effected. 
     28 
     29Observe the simulator running incidents. 
     30 
     31To terminate, close the applications from within !NetBeans or with window close button.