From df1e886789b6eb43af170d648a072e83e07339b3 Mon Sep 17 00:00:00 2001
From: Thomas Juerges <4-jurges@users.noreply.git.astron.nl>
Date: Tue, 2 Mar 2021 15:52:27 +0100
Subject: [PATCH] Changed default monitor rate to 30.0

---
 PCC/PCC/PCC.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/PCC/PCC/PCC.py b/PCC/PCC/PCC.py
index c5184e925..a1f687126 100644
--- a/PCC/PCC/PCC.py
+++ b/PCC/PCC/PCC.py
@@ -386,7 +386,7 @@ class PCC(Device):
         self._uC_ID_R = numpy.full(32, 0)
         self.attribute_mapping["uC_ID_R"] = {}
 
-        self._RCU_monitor_rate_RW = 60.0
+        self._RCU_monitor_rate_RW = 30.0
         self.attribute_mapping["RCU_monitor_rate_RW"] = {}
 
         # Init the dict that contains function to OPC-UA function mappings.
-- 
GitLab