From f628d43bcc140434d17889a9ca2874356f3f8924 Mon Sep 17 00:00:00 2001 From: thijs snijder <snijder@astron.nl> Date: Mon, 21 Mar 2022 16:59:40 +0100 Subject: [PATCH] added opcua mandetory props --- CDB/stations/simulators_ConfigDb.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CDB/stations/simulators_ConfigDb.json b/CDB/stations/simulators_ConfigDb.json index 59fcdee54..da2615b50 100644 --- a/CDB/stations/simulators_ConfigDb.json +++ b/CDB/stations/simulators_ConfigDb.json @@ -111,6 +111,15 @@ "DigitalBeam": { "STAT/DigitalBeam/1": { "properties": { + "OPC_Server_Name": [ + "dibe-sim" + ], + "OPC_Server_Port": [ + "4851" + ], + "OPC_Time_Out": [ + "5.0" + ] } } } -- GitLab