Free OPC UA Modeler is a tool for designing OPC UA address spaces. It uses OPC UA specified XML format which allows the produced XML to be imported into any OPC UA SDK.
Basic features of the modeler work, but this is a work in progress.
Bug reports and feature requests are welcome.
Current state and plans can be found here: FreeOpcUa#3
Note: PyQT 5 is required.
- Make sure python and python-pip is installed
pip3 install opcua-modeler
- Run with:
opcua-modeler
- Install winpython https://winpython.github.io/
- Use pip to install opcua-modeler:
pip install opcua-modeler
- Run via the script pip created:
YOUR_INSTALL_PATH\Python\Python35Python\Python35-32\Scripts\opcua-modeler.exe
To update to the latest release run: pip install opcua-modeler --upgrade
- Clone python-opcua and set python to include the opcua directory. for ex: export PYTHONPATH=~/python-opcua/
- Clone opcua-modeler
- Cone opcua-widgets as uawidgets in opcua-modeler directory
- type 'python3 app.py' or 'make run'