diff --git a/MAC/APL/MainCU/src/MACScheduler/customPrepPVSSDB.ctl.in b/MAC/APL/MainCU/src/MACScheduler/customPrepPVSSDB.ctl.in
index dd03b42e5ceeca2f25194d5eb6bcff2982f3ab00..4b1767a05eb425bad9b0982d5c03c0467a21fa8a 100644
--- a/MAC/APL/MainCU/src/MACScheduler/customPrepPVSSDB.ctl.in
+++ b/MAC/APL/MainCU/src/MACScheduler/customPrepPVSSDB.ctl.in
@@ -1,17 +1,16 @@
 // this script must reside in the <PVSS project>/scripts directory
 main()
 {
-  // create an enabled flag for CCU_PIC
-//  dpCreate("PIC__enabled", "GCFPaPsEnabled");
-//  dpSet("PIC__enabled.","autoloaded|TCcuPic");
-//  dpCreate("PIC_Stations__enabled", "GCFPaPsEnabled");
-//  dpSet("PIC_Stations__enabled.","autoloaded|TCcuPic");
-//  dpCreate("PIC_CEP__enabled", "GCFPaPsEnabled");
-//  dpSet("PIC_CEP__enabled.","autoloaded|TCcuCep");
-//  dpCreate("GSO__enabled", "GCFPaPsEnabled");
-//  dpSet("GSO__enabled.","autoloaded|TCcuPic");
-//  dpCreate("VIC__enabled", "GCFPaPsEnabled");
-//  dpSet("VIC__enabled.","autoloaded|TCcuPic");
-  
-//  dpDelete("GSO_MACScheduler");
+  dpCreate("LOFAR__enabled", "GCFPaPsEnabled");
+  dpSet("LOFAR__enabled.","autoloaded|LOFAR");
+
+  dpCreate("LOFAR_PermSW__enabled", "GCFPaPsEnabled");
+  dpSet("LOFAR_PermSW__enabled.","autoloaded|PermSW");
+
+  dpCreate("LOFAR_ObsSW__enabled", "GCFPaPsEnabled");
+  dpSet("LOFAR_ObsSW__enabled.","autoloaded|ObsSW");
+
+  dpCreate("LOFAR_PIC__enabled", "GCFPaPsEnabled");
+  dpSet("LOFAR_PIC__enabled.","autoloaded|PIC");
+
 }