Index: /trunk/paramics_status.xml
===================================================================
--- /trunk/paramics_status.xml	(revision 340)
+++ /trunk/paramics_status.xml	(revision 345)
@@ -1,4 +1,0 @@
-<Paramics>
-   <Network_Status>LOADING</Network_Status>
-   <Network_ID>1</Network_ID>
-</Paramics>
Index: /trunk/webapps/highway_status.json
===================================================================
--- /trunk/webapps/highway_status.json	(revision 340)
+++ /trunk/webapps/highway_status.json	(revision 345)
@@ -2358,5 +2358,5 @@
        },
    "properties": 
-       {"street": "MACARTHU1", "color": "red", "perpx": "-0.710326", "perpy": "0.703873"}
+       {"street": "MACARTHU1", "color": "lime", "perpx": "-0.710326", "perpy": "0.703873"}
 },  
 {
@@ -2369,5 +2369,5 @@
        },
    "properties": 
-       {"street": "MACARTHU1", "color": "red", "perpx": "0.740557", "perpy": "-0.671994"}
+       {"street": "MACARTHU1", "color": "lime", "perpx": "0.740557", "perpy": "-0.671994"}
 },  
 {
@@ -2380,5 +2380,5 @@
        },
    "properties": 
-       {"street": "MACARTHU2", "color": "yellow", "perpx": "-0.710326", "perpy": "0.703873"}
+       {"street": "MACARTHU2", "color": "lime", "perpx": "-0.710326", "perpy": "0.703873"}
 },  
 {
@@ -2391,5 +2391,5 @@
        },
    "properties": 
-       {"street": "MACARTHU2", "color": "yellow", "perpx": "0", "perpy": "0"}
+       {"street": "MACARTHU2", "color": "lime", "perpx": "0", "perpy": "0"}
 },  
 {
Index: /trunk/src/tmcsim/cadsimulator/managers/TrafficModelManager.java
===================================================================
--- /trunk/src/tmcsim/cadsimulator/managers/TrafficModelManager.java	(revision 277)
+++ /trunk/src/tmcsim/cadsimulator/managers/TrafficModelManager.java	(revision 345)
@@ -124,6 +124,6 @@
             props = loadProperties(propertiesFile);
             jsonPath = props.getProperty(PROPERTIES.JSON_PATH.name);
-            logger.logp(Level.INFO, "Traffic Managr", "Constructor", 
-                    "Highway network json output: " + jsonPath);
+            //logger.logp(Level.INFO, "Traffic Manager", "Constructor", 
+            //        "Highway network json output: " + jsonPath);
             // Initialize the highway model
             incidents = new HashMap<String, List<TrafficEvent>>();
@@ -422,22 +422,8 @@
                  // Write the highway network status to the Console
                  System.out.println(highways.toString());
-                // Output the highway model 
-                String geojson = highways.toJson();
-                //System.out.println(geojson); // diagnostic
-                PrintWriter out;
-                try
-                {
-                    out = new PrintWriter("highways.json");
-                    out.print(geojson);
-                    out.close();
-                }
-                catch (FileNotFoundException ex)
-                {
-                    Logger.getLogger(GoogleMapAnimator.class.getName()).log(Level.SEVERE, null, ex);
-                }
-                // Wait for Google Map to process the data we just sent
-                try
-                {
-                    Thread.sleep(5000);
+                // Pause the thread
+                try
+                {
+                    Thread.sleep(10000);
                 }
                 catch (InterruptedException ie)
@@ -478,5 +464,5 @@
                 try
                 {
-                    Thread.sleep(30000);
+                    Thread.sleep(10000);
                 }
                 catch (InterruptedException ie)
Index: /trunk/src/tmcsim/utilities/BuildHighwayFile.java
===================================================================
--- /trunk/src/tmcsim/utilities/BuildHighwayFile.java	(revision 338)
+++ /trunk/src/tmcsim/utilities/BuildHighwayFile.java	(revision 345)
@@ -281,5 +281,5 @@
      * in loop file.
      */
-    private void showLeftoverVDS()
+    public void showLeftoverVDS()
     {
         Set<String> vdsItems = vdsDict.keySet(); // get all the VDS ids
@@ -303,5 +303,4 @@
         app.createLanelookup();
         app.createHighwayFile();
-        app.showLeftoverVDS();
         System.out.println("Build complete, output file: "+highwayFile);
     }
Index: /trunk/src/tmcsim/application.properties
===================================================================
--- /trunk/src/tmcsim/application.properties	(revision 343)
+++ /trunk/src/tmcsim/application.properties	(revision 345)
@@ -1,5 +1,5 @@
-#Sat, 23 Mar 2019 19:09:36 -0700
+#Sun, 24 Mar 2019 11:13:40 -0700
 
-Application.revision=342
+Application.revision=344
 
-Application.buildnumber=108
+Application.buildnumber=110
Index: /trunk/src/atmsdriver/model/Highways.java
===================================================================
--- /trunk/src/atmsdriver/model/Highways.java	(revision 343)
+++ /trunk/src/atmsdriver/model/Highways.java	(revision 345)
@@ -181,5 +181,5 @@
 
         // postmiles increase from s to n and w to e
-        // if the direction is south or west
+        // handle increasing postmile directinons (north or east)
         if (direction.equals(Station.DIRECTION.NORTH) || direction.equals(Station.DIRECTION.EAST))
         {
@@ -201,5 +201,6 @@
                 }
             }
-        } // if the direction is north or east 
+        } 
+        // handle decreasing postmile directions (south or west) 
         else
         {
Index: /trunk/paramics_communicator.log
===================================================================
--- /trunk/paramics_communicator.log	(revision 261)
+++ /trunk/paramics_communicator.log	(revision 345)
@@ -3,6 +3,6 @@
 <log>
 <record>
-  <date>2017-11-06T14:55:23</date>
-  <millis>1510008923085</millis>
+  <date>2019-03-24T11:14:51</date>
+  <millis>1553451291453</millis>
   <sequence>1</sequence>
   <logger>tmcsim.parmicsLog</logger>
Index: /trunk/test/tmcsim/cadsimulator/CADSimulatorConsoleTest.java
===================================================================
--- /trunk/test/tmcsim/cadsimulator/CADSimulatorConsoleTest.java	(revision 228)
+++ /trunk/test/tmcsim/cadsimulator/CADSimulatorConsoleTest.java	(revision 345)
@@ -75,5 +75,5 @@
         fullExpect = fullExpect.replaceAll("\n", ",");
 //        System.out.println(fullExpect);
-//        System.out.println(result.substring(result.length() - fullExpect.length(), result.length()));
+        System.out.println(result.substring(result.length() - fullExpect.length(), result.length()));
 //        String diff = StringUtils.difference(fullExpect, result);
         boolean match = result.endsWith(fullExpect);
@@ -276,5 +276,6 @@
             +"Events_File = config/vds_data/atmsBatchEvents.txt\n"
             +"FEPSim_IP_addr = localhost\n"
-            +"Output_Destination = Console\n";
+            +"Output_Destination = Console\n"
+            +"Json_Path = /tmp/highway_status.json\n";
     static final String paramicsData = "ParamicsCommHost = 127.0.0.1\n"
             + "ParamicsCommPort       = 4450\n"
@@ -303,4 +304,6 @@
         cf.delete();
         writedata("config.txt", configData);
+        File tf = new File ("tconfig.txt");
+        tf.delete();
         writedata("tconfig.txt", trafficMgrData);
         writedata("pconfig.txt", paramicsData);
Index: /trunk/test/tmcsim/utilities/BuildHighwayFileTest.java
===================================================================
--- /trunk/test/tmcsim/utilities/BuildHighwayFileTest.java	(revision 338)
+++ /trunk/test/tmcsim/utilities/BuildHighwayFileTest.java	(revision 345)
@@ -29,9 +29,15 @@
     }
 
-    public void testCreateVDSlookup()
+    /** Just a smoke test to see if it creates the output file */
+    public void testCheckFileCreated()
     {
         System.out.println("createVDSlookup");
-        BuildHighwayFile instance = new BuildHighwayFile();
-        instance.createLanelookup();
+        BuildHighwayFile app = new BuildHighwayFile();
+        app.createLDSdict();
+        app.createVDSdict();
+        app.createLanelookup();
+        app.createHighwayFile();
+        app.showLeftoverVDS();
+
         String filename = BuildHighwayFile.dirpath +BuildHighwayFile.loopFileName;
         File f = new File(filename);
