From 68450dd1ccbe6f66c4719213c7ec185d8ce7dd1c Mon Sep 17 00:00:00 2001 From: Arthur Coolen <coolen@astron.nl> Date: Mon, 19 Feb 2007 14:13:43 +0000 Subject: [PATCH] BugID: 998 Added Ring based points for autoload that aren't created by a controller atm. --- .../StationControl/customPrepPVSSDB.ctl.in | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/MAC/APL/StationCU/src/StationControl/customPrepPVSSDB.ctl.in b/MAC/APL/StationCU/src/StationControl/customPrepPVSSDB.ctl.in index 9193c60ecf8..13137c99671 100644 --- a/MAC/APL/StationCU/src/StationControl/customPrepPVSSDB.ctl.in +++ b/MAC/APL/StationCU/src/StationControl/customPrepPVSSDB.ctl.in @@ -93,6 +93,37 @@ void createInitialPoints() { dpCreate("LOFAR_PIC__enabled", "GCFPaPsEnabled"); dpSet("LOFAR_PIC__enabled.","autoloaded|PIC"); + + dpCreate("LOFAR_PIC_Core__enabled", "GCFPaPsEnabled"); + dpSet("LOFAR_PIC_Core__enabled.","autoloaded|Core"); + + dpCreate("LOFAR_PermSW_Core__enabled", "GCFPaPsEnabled"); + dpSet("LOFAR_PermSW_Core__enabled.","autoloaded|Core"); + + dpCreate("LOFAR_PIC_Core_CS001__enabled", "GCFPaPsEnabled"); + dpSet("LOFAR_PIC_Core_CS001__enabled.","autoloaded|CS001"); + + dpCreate("LOFAR_PIC_Core_CS008__enabled", "GCFPaPsEnabled"); + dpSet("LOFAR_PIC_Core_CS008__enabled.","autoloaded|CS008"); + + dpCreate("LOFAR_PIC_Core_CS010__enabled", "GCFPaPsEnabled"); + dpSet("LOFAR_PIC_Core_CS010__enabled.","autoloaded|CS010"); + + dpCreate("LOFAR_PIC_Core_CS016__enabled", "GCFPaPsEnabled"); + dpSet("LOFAR_PIC_Core_CS016__enabled.","autoloaded|CS016"); + + dpCreate("LOFAR_PermSW_Core_CS001__enabled", "GCFPaPsEnabled"); + dpSet("LOFAR_PermSW_Core_CS001__enabled.","autoloaded|CS001"); + + dpCreate("LOFAR_PermSW_Core_CS008__enabled", "GCFPaPsEnabled"); + dpSet("LOFAR_PermSW_Core_CS008__enabled.","autoloaded|CS008"); + + dpCreate("LOFAR_PermSW_Core_CS010__enabled", "GCFPaPsEnabled"); + dpSet("LOFAR_PermSW_Core_CS010__enabled.","autoloaded|CS010"); + + dpCreate("LOFAR_PermSW_Core_CS016__enabled", "GCFPaPsEnabled"); + dpSet("LOFAR_PermSW_Core_CS016__enabled.","autoloaded|CS016"); + } else { // Station dpCreate("LOFAR__enabled", "GCFPaPsEnabled"); dpSet("LOFAR__enabled.","autoloaded|StnLOFAR"); -- GitLab