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 got errors on your code like: Traceback (most recent call last): File "app.py", line 1, in from uaclient.mainwindow import main File "/home/luis/git/opcua-client-gui/uaclient/mainwindow.py", line 16, in from uaclient.uaclient import UaClient...

~~~ $ pip install --user opcua-client Collecting opcua-client Downloading https://files.pythonhosted.org/packages/de/99/41aa0eb2b9ff2560e6156e8d0a5ce294f5d2aa7d10232dd23485bbe099ac/opcua-client-0.8.0.tar.gz (204kB) |████████████████████████████████| 215kB 3.1MB/s Collecting opcua>=0.98.1 Downloading https://files.pythonhosted.org/packages/58/fa/c50e971be6377258b3c7917303893dea204c8f958553dc4dccd75015caf0/opcua-0.98.12.tar.gz (571kB) |████████████████████████████████| 573kB 8.5MB/s Collecting opcua-widgets>=0.5.4 Downloading https://files.pythonhosted.org/packages/30/e0/7559420565340ff62a962f9e7417a9036edf4b2918b101147f70af496588/opcua-widgets-0.5.9.tar.gz (211kB) |████████████████████████████████| 215kB 11.4MB/s...

Hi all! I have defined a structure as OutputArgument in Method. In UA Expert Client it looks like this: ![Screenshot from 2021-01-11 20-28-18](https://user-images.githubusercontent.com/73280686/104228880-be7bd900-544b-11eb-9593-34bbfd266ef7.png) In opcua-client-gui it looks like this: ![Screenshot...

I install it. In GUI it work. ![image](https://user-images.githubusercontent.com/16766521/101237878-363c4280-36ed-11eb-9db9-5fff00e5aa60.png) I download[ client-minimal.py](https://raw.githubusercontent.com/FreeOpcUa/python-opcua/master/examples/client-minimal.py). Change host to client = Client("opc.tcp://192.168.3.100:4840/freeopcua/server/") or client = Client("opc.tcp://192.168.3.100:4840") And it generate error when run: ``` root@GP120OH:~/opcua1# python3...

I have installed the PYQT5 and opcua client, but when I run the command "uaclient" it say'Traceback (most recent call last): File "/usr/local/bin/uaclient", line 11, in sys.exit(uaclient()) File "/home/sinoma-ld/.local/lib/python3.6/site-packages/opcua/tools.py", line...

Hello,i have closed all tab in main frame(data values,events and messages)I have only main windows where i can browse the items but cannot do anythink.Try to uninstall and install again...

Hey, I have several variables on my 840d sinumerik like : GD5_CMM_CORR[80,1] GD5_CMM_CORR[80,2] GD5_CMM_CORR[80,3] But the client only shows one : GD5_CMM_CORR , with value 0.0 How can i repair...

Hi! I have Open62541 servers and I cannot write the value of a Variable Node with FreeOpcUa Client. The error can be replicate with this code (is basically the example...

Hi, I am trying to make raspberry pi 3 as client to visualize my data. At the final step after installing opcua and opcua-client **i cannot run the opc-ua client.**...