Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 707 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 707 Bytes

OPCUA-Communication

An OPC UA asynchronous application with client/server functionality for industrial systems.

For server.py installment

You'll need Pywin32 which can be downloaded from Pywin32

Also you need to download this .dll (Included in the wrapper folder) When downloaded you need to open the command prompt navigate to the folder the wrapper.dll is in and run this command:

Add the .dll file to C:/Windows/System32
regsvr32 gbda_aut.dll

Installing the correct libraries

These are the libraries needed, should work for Python >3.6.x

pip3 install asycnio
pip3 install asyncua
pip3 install PyQt5