Index: branches/FEPSimulator/DataPacker.cpp
===================================================================
--- branches/FEPSimulator/DataPacker.cpp	(revision 115)
+++ branches/FEPSimulator/DataPacker.cpp	(revision 117)
@@ -8,5 +8,5 @@
     DataPacker packer;
     msg = packer.staticDataPack(station);
-/*    pos = packer.dynamicDataPack(station, 5, pos);    
+    pos = packer.dynamicDataPack(station, 5, pos);    
     pos = packer.dynamicDataPack(station, 6, pos);
     pos = packer.dynamicDataPack(station, 7, pos);
@@ -20,5 +20,5 @@
     // will need to check if queue override is enabled (Currently, no queue
     // ldsMap[i].dataPack[16-1] = ;
-*/
+
     // byte 23: MAINLINE total volume
     msg[23 - 1] = station->MlTotVol;
