diff --git a/Views/Config/Index.cshtml b/Views/Config/Index.cshtml index 42c3856..503e9cc 100644 --- a/Views/Config/Index.cshtml +++ b/Views/Config/Index.cshtml @@ -9,18 +9,18 @@

@ViewData["Title"]

-
-
- By default, the OPC UA client cert is also used as the MQTT client cert, but a custom MQTT cert can also be provided here: -
-

- - -

-
+
+ By default, the OPC UA client cert is also used as the MQTT client cert, but a custom MQTT cert can also be provided here: +
+

+ + +

+
+
+
-

Apply Changes
diff --git a/Views/Published/Index.cshtml b/Views/Published/Index.cshtml index 955edc4..8e7a5c3 100644 --- a/Views/Published/Index.cshtml +++ b/Views/Published/Index.cshtml @@ -64,7 +64,7 @@

-
+
} } diff --git a/Views/Translator/Index.cshtml b/Views/Translator/Index.cshtml index a3e6e33..6b7d9d4 100644 --- a/Views/Translator/Index.cshtml +++ b/Views/Translator/Index.cshtml @@ -12,27 +12,41 @@

You can use the Azure OpenAI service to generate and download a Web of Things (WoT) Thing Description for the asset you want to configure automatically.
- Here is a good online editor for WoT files. After validating its contents, choose the file below.
+ Here is a good online editor for WoT files.
+ After validating its contents, choose the file below.
Finally, send it to UA Edge Translator via OPC UA to configure the asset.

+

+

- ChatGPT prompt to automatically generate the description file for your asset (e.g. enter "Siemens Sentron PAC4200")
+ 1. ChatGPT prompt to automatically generate the description file for your asset (e.g. enter "Siemens Sentron PAC4200"):
+

+

@Html.TextBox("chatprompt", null, new { style = "width:50%;background-color:grey;color:white;" })

+

+
+

+ 2. Load the manually validated asset description file:
+

+

+
+

+ 3. Send the loaded asset description file to UA Edge Translator. UA Translator address format: opc.tcp://ipaddress:port
+

- UA Edge Translator address. Format: opc.tcp://ipaddress:port
@Html.TextBox("endpointUrl", null, new { style = "width:50%;background-color:grey;color:white;" })

diff --git a/wwwroot/OPCUA.png b/wwwroot/OPCUA.png index f664496..a8ae5b2 100644 Binary files a/wwwroot/OPCUA.png and b/wwwroot/OPCUA.png differ