Index: trunk/src/atmsdriver/model/Station.java
===================================================================
--- trunk/src/atmsdriver/model/Station.java	(revision 114)
+++ trunk/src/atmsdriver/model/Station.java	(revision 127)
@@ -166,11 +166,6 @@
             {
                 // UPDATE LOOP WITH VALUES
-                // TODO: Perhaps enhance DOTCOLOR enum to include constants for
-                // vol and occ along with each color.  Then the updateLoop call
-                // below could be update(dotColor.volume, dotColor.occ, speed)
-                int volume = 10;
-                int occ = 10;
                 int speed = 0;
-                loop.updateLoop(volume, occ, speed);
+                loop.updateLoop(dotColor.volume(), dotColor.occupancy(), speed);
             }
         }
