eclipse-aaspe / server

C# based server for AASX packages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using OPC UA with blazor server running in docker compose

CarlosMuse-13 opened this issue · comments

Hello
I am using Balzor running on docker compose (configure yaml in portainer).

I already use the web interface perfectly and I make HTTP requests via postman to the model that is linked to the server.
But I try to configure the OPC UA and it doesn't let me.

How can I do it? That is to say, what modifications do I have to make to the YAML to allow OPC UA communication.

With the blazor version is it possible to use OPC UA at the moment?

With the V3 version of the Package is it feasible to connect it to an OPC UA server?

Best regards

@CarlosMuse-13 we decided that we will remove at least the OPC UA server component from the project, due to legal concerns.
Did I understand you correctly, that you wanted to start the AASX-Server as a OPC UA Server, or is the connection to the AASX Server as an OPC UA client the problem here?