8000 GitHub - dermahax/opcua-client-gui: OPC-UA GUI Client
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

dermahax/opcua-client-gui

 
 

Repository files navigation

Forked from: https://github.com/FreeOpcUa/opcua-client-gui

  • Modified such that the graph update rate can be set <= 1 Sec for better live visualizations.
  • Added a graphArrays widget, that visualizes array nodes.

Simple OPC-UA GUI client.

Scrutinizer Code Quality Build Status Build Status

Written using freeopcua python api and pyqt. Most needed functionalities are implemented including subscribing for data changes and events, write variable values listing attributes and references, and call methods. PR are welcome for any whished improvments

It has also a contextual menu with a few usefull function like putting the mode id in clipboard or the entire browse path which can be used directly in you program: client.nodes.root.get_child(['0:Objects', '2:MyNode'])

Screenshot

How to Install

Note: PyQT 5 is required.

Windows:

  1. Clone the project
  2. Create a virtual environment
  3. Move to the project directory in your console/terminal
  4. run pip install .

About

OPC-UA GUI Client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.5%
  • Other 0.5%
0