opcua-client-gui icon indicating copy to clipboard operation
opcua-client-gui copied to clipboard

OPC-UA GUI Client

Results 55 opcua-client-gui issues
Sort by recently updated
recently updated
newest added

I’ve been using this simple opcua-client for a long time and it really helped a lot. Only one question: Is it possible to add a search with node's name for...

https://github.com/FreeOpcUa/opcua-client-gui/blob/master/uaclient/mainwindow_ui.py#L302 Heading says "S&ubscriptions" where I assume it should be "&Subscriptions"

can not start opcua-client on windows with python 3.8 error: ................... from . import ptime File "c:\users\vlazarev\appdata\local\programs\python\python38-32\lib\site-packages\pyqtgraph\ptime.py", line 24, in cstart = systime.clock() ### Required to start the clock in...

Hi, first of all, great job! I use the mac client. Close the windows on the right: Attributes, Events, References, Subscriptions. How can i back to the default settings? I...

Downloaded the client (Mac OSX) and it doesn't look anything like on the screenshot provided here. Is it possible to somehow activate that black theme? Otherwise great client, works perfectly...

Dear All, I have a KepServerEx 6.7 on Win2016 Server with python 3.8. I would like to visualize and present in real-time trend the read value of KepserverEx e.g. in...

Hi together, after instantiating a node on my server and setting a display name, sometimes the client can't connect to the server anymore (before it was working properly), sometimes it...

Hello together I just used the export browsepath functionality which is quite handy. So I have a question reagarding it. Is there a reason you use , "commas" instead of...

Hello, I am using simple server code at PI. `from opcua import Server from opcua import ua from random import randint import datetime import time server = Server() url =...

Hey guys, thanks for the nice project. In the readme, it's written that user and PW can be entered "by writting them in uri". How do I do this? What...