diff --git a/LCU/StationTest/test/hbatest/determinepeak.py b/LCU/StationTest/test/hbatest/determinepeak.py
index fe885c7c33e84c20ed3a0456fd6fa09566871cb2..1ccebf6d1edc8934790a24368c8a34f3fa69d874 100644
--- a/LCU/StationTest/test/hbatest/determinepeak.py
+++ b/LCU/StationTest/test/hbatest/determinepeak.py
@@ -81,7 +81,7 @@ def main() :
     rm_files(dir_name,'*')
     os.popen3("swlevel 3");
     time.sleep(5)
-    os.popen("beamctl --array=HBA --rcus=0:95 --rcumode=5 --subbands=100:110 --beamlets=0:10 --direction=0,0,J2000&")
+    os.popen("beamctl --array=HBA --rcus=0:95 --rcumode=5 --subbands=100:110 --beamlets=0:10 --direction=0,0,LOFAR_LMN&")
     #os.popen("rspctl --rcumode=5 2>/dev/null")
     #os.popen("rspctl --rcuenable=1 2>/dev/null")
     for ind in range(hba_elements) :
diff --git a/LCU/StationTest/test/hbatest/hbaelementtest.py b/LCU/StationTest/test/hbatest/hbaelementtest.py
index 61ca38b1aa3143e95d04244bb549881603d5d2bd..6d01449aad9059610497e628ab274c4c3175740a 100644
--- a/LCU/StationTest/test/hbatest/hbaelementtest.py
+++ b/LCU/StationTest/test/hbatest/hbaelementtest.py
@@ -123,7 +123,7 @@ def main() :
         rm_files(dir_name,'*')
         os.popen3("swlevel 3");
         time.sleep(5)
-        os.popen("beamctl --array=HBA --rcus=0:95 --rcumode=5 --subbands=100:110 --beamlets=0:10 --direction=0,0,J2000&")
+        os.popen("beamctl --array=HBA --rcus=0:95 --rcumode=5 --subbands=100:110 --beamlets=0:10 --direction=0,0,LOFAR_LMN&")
         #os.popen("rspctl --rcumode=5 2>/dev/null")
         #os.popen("rspctl --rcuenable=1 2>/dev/null")
         time.sleep(2)
diff --git a/LCU/StationTest/test/hbatest/hbaquicktest.py b/LCU/StationTest/test/hbatest/hbaquicktest.py
index 8bbcc028820e767b912b7334a205f3778ae59d7e..76e506344ed6cf86fb723a6254accf8338d0c8a2 100644
--- a/LCU/StationTest/test/hbatest/hbaquicktest.py
+++ b/LCU/StationTest/test/hbatest/hbaquicktest.py
@@ -96,7 +96,7 @@ def main() :
         rm_files(dir_name,'*')
         os.popen3("swlevel 3");
         time.sleep(5)
-        os.popen("beamctl --array=HBA --rcus=0:95 --rcumode=5 --subbands=100:110 --beamlets=0:10 --direction=0,0,J2000&")
+        os.popen("beamctl --array=HBA --rcus=0:95 --rcumode=5 --subbands=100:110 --beamlets=0:10 --direction=0,0,LOFAR_LMN&")
         #os.popen("rspctl --rcumode=5 2>/dev/null")
         #os.popen("rspctl --rcuenable=1 2>/dev/null")
         for ind in range(hba_elements) :
diff --git a/LCU/StationTest/test/hbatest/modemtest.sh b/LCU/StationTest/test/hbatest/modemtest.sh
index e9be466d016ebe60a917d76a47de93de59c304c4..fb0ee883063b01b8b63a8dda1ab6e0a80b2c1d31 100644
--- a/LCU/StationTest/test/hbatest/modemtest.sh
+++ b/LCU/StationTest/test/hbatest/modemtest.sh
@@ -31,7 +31,7 @@ rspctl --splitter=0
 sleep 2
 
 swlevel 3
-beamctl --array=HBA --rcus=0:$nrcus --rcumode=$hbamode --subbands=100:110 --beamlets=0:10 --direction=0,0,J2000&
+beamctl --array=HBA --rcus=0:$nrcus --rcumode=$hbamode --subbands=100:110 --beamlets=0:10 --direction=0,0,LOFAR_LMN&
 
 sleep 5