From 4dd8e7d3b01343d49d6d70b7de51d3a0b5d9fe47 Mon Sep 17 00:00:00 2001 From: ISA Date: Mon, 10 Feb 2025 08:33:29 +0100 Subject: [PATCH] Webserverversion: 1.0.6.2 OPCUA Info lesen --- pages/dashboard.tsx | 2 +- public/CPLmockData/SERVICE/opcua.js | 5 +++++ utils/loadWindowVariables.ts | 1 + 3 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 public/CPLmockData/SERVICE/opcua.js diff --git a/pages/dashboard.tsx b/pages/dashboard.tsx index 41e5957..6dce135 100644 --- a/pages/dashboard.tsx +++ b/pages/dashboard.tsx @@ -236,7 +236,7 @@ function Dashboard() { className="text-xl lg:text-base text-blue-400" />

- Webserverversion: 1.0.6.1 + Webserverversion: 1.0.6.2

diff --git a/public/CPLmockData/SERVICE/opcua.js b/public/CPLmockData/SERVICE/opcua.js new file mode 100644 index 0000000..0743d60 --- /dev/null +++ b/public/CPLmockData/SERVICE/opcua.js @@ -0,0 +1,5 @@ +// public/CPL/SERVICE/opcua.js +//-------OPCUA Information Lesen---------------- +var win_opcUaZustand = "1"; +var win_opcUaActiveClientCount = "0"; +var win_opcUaNodesetName = "CPL V4 OPC UA Application Deutsche Bahn"; diff --git a/utils/loadWindowVariables.ts b/utils/loadWindowVariables.ts index 837ad90..f95e5a8 100644 --- a/utils/loadWindowVariables.ts +++ b/utils/loadWindowVariables.ts @@ -77,6 +77,7 @@ export async function loadWindowVariables(): Promise { "kueData.js", "Start.js", "System.js", + "opcua.js", ]; scripts