Webserverversion: 1.0.6.2 OPCUA Info lesen
This commit is contained in:
@@ -236,7 +236,7 @@ function Dashboard() {
|
|||||||
className="text-xl lg:text-base text-blue-400"
|
className="text-xl lg:text-base text-blue-400"
|
||||||
/>
|
/>
|
||||||
<p className="text-sm sm:text-xs md:text-sm lg:text-base text-gray-600">
|
<p className="text-sm sm:text-xs md:text-sm lg:text-base text-gray-600">
|
||||||
<span className="font-bold"></span> Webserverversion: 1.0.6.1
|
<span className="font-bold"></span> Webserverversion: 1.0.6.2
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
5
public/CPLmockData/SERVICE/opcua.js
Normal file
5
public/CPLmockData/SERVICE/opcua.js
Normal file
@@ -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";
|
||||||
@@ -77,6 +77,7 @@ export async function loadWindowVariables(): Promise<WindowVariables> {
|
|||||||
"kueData.js",
|
"kueData.js",
|
||||||
"Start.js",
|
"Start.js",
|
||||||
"System.js",
|
"System.js",
|
||||||
|
"opcua.js",
|
||||||
];
|
];
|
||||||
|
|
||||||
scripts
|
scripts
|
||||||
|
|||||||
Reference in New Issue
Block a user