Index: trunk/BNC/bncantex.cpp
===================================================================
--- trunk/BNC/bncantex.cpp	(revision 2884)
+++ trunk/BNC/bncantex.cpp	(revision 2885)
@@ -116,4 +116,6 @@
       }
 
+      // Start of Frequency
+      // ------------------
       else if (line.indexOf("START OF FREQUENCY") == 60) {
         if (newFrqMap) {
@@ -127,4 +129,6 @@
       }
 
+      // End of Frequency
+      // ----------------
       else if (line.indexOf("END OF FRQUENCY") == 60) {
         if (newFrqMap) {
@@ -146,9 +150,13 @@
       }
 
+      // Frequency Reading in Progress
+      // -----------------------------
       else if (newFrqMap) {
         if      (line.indexOf("NORTH / EAST / UP") == 3) {
-
+          QTextStream inLine(&line, QIODevice::ReadOnly);
+          inLine >> newFrqMap->neu[0] >> newFrqMap->neu[1] >> newFrqMap->neu[2];
         }
         else if (line.indexOf("NOAZI") == 3) {
+          QTextStream inLine(&line, QIODevice::ReadOnly);
 
         }
