From 718423951180732c50e8cfb1c751f43ac52089c8 Mon Sep 17 00:00:00 2001
From: Thomas Juerges <4-jurges@users.noreply.git.astron.nl>
Date: Wed, 27 Jan 2021 17:13:10 +0100
Subject: [PATCH] Add SDP config

---
 CDB/LOFAR_ConfigDb.json  | 59 ++++++++++++++++++++++++++++++++++++++++
 CDB/thomas_ConfigDb.json | 59 ++++++++++++++++++++++++++++++++++++++++
 2 files changed, 118 insertions(+)

diff --git a/CDB/LOFAR_ConfigDb.json b/CDB/LOFAR_ConfigDb.json
index 915370c32..81e31cda9 100644
--- a/CDB/LOFAR_ConfigDb.json
+++ b/CDB/LOFAR_ConfigDb.json
@@ -415,6 +415,65 @@
                 }
             }
         },
+        "SDP": {
+            "1": {
+                "SDP": {
+                    "LTS/SDP/1": {
+                        "attribute_properties": {
+                            "SDP_mask_RW": {
+                                "event_period": [
+                                    "60000"
+                                ]
+                            },
+                            "State": {
+                                "event_period": [
+                                    "60000"
+                                ]
+                            },
+                            "Status": {
+                                "event_period": [
+                                    "60000"
+                                ]
+                            },
+                            "fpga_temp_R": {
+                                "archive_rel_change": [
+                                    "-1",
+                                    "1"
+                                ],
+                                "event_period": [
+                                    "60000"
+                                ],
+                                "rel_change": [
+                                    "-1",
+                                    "1"
+                                ]
+                            }
+                        },
+                        "properties": {
+                            "OPC_Server_Name": [
+                                "dop36.astron.nl"
+                            ],
+                            "OPC_Server_Port": [
+                                "4840"
+                            ],
+                            "OPC_Time_Out": [
+                                "5.0"
+                            ],
+                            "polled_attr": [
+                                "fpga_temp_r",
+                                "1000",
+                                "sdp_mask_rw",
+                                "1000",
+                                "state",
+                                "1000",
+                                "status",
+                                "1000"
+                            ]
+                        }
+                    }
+                }
+            }
+        },
         "StatsCrosslet": {
             "CS997": {
                 "StatsCrosslet": {
diff --git a/CDB/thomas_ConfigDb.json b/CDB/thomas_ConfigDb.json
index a5f6f8e2c..f866845e4 100644
--- a/CDB/thomas_ConfigDb.json
+++ b/CDB/thomas_ConfigDb.json
@@ -415,6 +415,65 @@
                 }
             }
         },
+        "SDP": {
+            "1": {
+                "SDP": {
+                    "LTS/SDP/1": {
+                        "attribute_properties": {
+                            "SDP_mask_RW": {
+                                "event_period": [
+                                    "60000"
+                                ]
+                            },
+                            "State": {
+                                "event_period": [
+                                    "60000"
+                                ]
+                            },
+                            "Status": {
+                                "event_period": [
+                                    "60000"
+                                ]
+                            },
+                            "fpga_temp_R": {
+                                "archive_rel_change": [
+                                    "-1",
+                                    "1"
+                                ],
+                                "event_period": [
+                                    "60000"
+                                ],
+                                "rel_change": [
+                                    "-1",
+                                    "1"
+                                ]
+                            }
+                        },
+                        "properties": {
+                            "OPC_Server_Name": [
+                                "okeanos"
+                            ],
+                            "OPC_Server_Port": [
+                                "4840"
+                            ],
+                            "OPC_Time_Out": [
+                                "5.0"
+                            ],
+                            "polled_attr": [
+                                "fpga_temp_r",
+                                "1000",
+                                "sdp_mask_rw",
+                                "1000",
+                                "state",
+                                "1000",
+                                "status",
+                                "1000"
+                            ]
+                        }
+                    }
+                }
+            }
+        },
         "StatsCrosslet": {
             "CS997": {
                 "StatsCrosslet": {
-- 
GitLab