From a1a15895aac4c333a040386dc1c1e76fce470cf2 Mon Sep 17 00:00:00 2001 From: Jan David Mol <mol@astron.nl> Date: Wed, 9 Dec 2020 11:36:00 +0100 Subject: [PATCH] Added config delta to use pypcc-sim --- CDB/pypcc-sim-config.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 CDB/pypcc-sim-config.json diff --git a/CDB/pypcc-sim-config.json b/CDB/pypcc-sim-config.json new file mode 100644 index 000000000..cf16e48fa --- /dev/null +++ b/CDB/pypcc-sim-config.json @@ -0,0 +1,23 @@ +{ + "servers": { + "RCUSCC": { + "1": { + "RCUSCC": { + "PTS/RCUSCC/1": { + "properties": { + "OPC_Server_Name": [ + "pypcc-sim" + ], + "OPC_Server_Port": [ + "4842" + ], + "OPC_Time_Out": [ + "5.0" + ] + } + } + } + } + } + } +} -- GitLab