opcua-client-gui
opcua-client-gui copied to clipboard
OPC-UA GUI Client
The client GUI exits if user presses _Disconnect_ after server shuts down. Steps to repeat: **Good Scenario:** Server is running. Client gets launched and connected. From the client, press the...
I select Basic256, SignAndEncrypt, and paths to a certificate and a private key file. When clicking connect, I get: ``` File "/home/redacted/.local/lib/python3.10/site-packages/asyncua/crypto/uacrypto.py", line 26, in load_certificate _, ext = os.path.splitext(path)...
Hi I'm trying to add a changing INT32 type variable to the server and watch the data change on the client side. I can see the variable change by subscribing...
Hi, I am new of opc ua. This simple gui helps me a lot in my project. I try to add some functions for the gui to make it fit...
I tried to connect with my simeens PLC OPC Server via this opcua python gui client, but unfortunately it is throwing the below error! Any idea how to fix it?...
ERROR:raise RuntimeError(f"Unknown datatype for field: {sfield} in structure:{struct_name}, please report") full log: uaclient.uaclient - INFO - Connecting to opc.tcp://localhost:48010 with parameters None, None, None, None') uaclient.mainwindow - WARNING - showing...
Hi, We have a OPC UA Server which implements OPC 40451-1 Tightening Specification. It has a structured data type called ResultDataType which has a sub-structure as a field. While connecting...
If a model contains the same name several times, it is helpful that the nodeid identifier is used for the subscription-list and not the display name. The display name is...
Hi, I am trying to use the following library function: `await node.delete(True, True)` where the selected node is the root node. This is the data model: ``` { "Id": "Site1",...
As a blind user who only uses the keyboard to navigate, I want to be able to navigate back from the subscriptions view to the main window with the connection...