Skip to content

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

Notifications You must be signed in to change notification settings

FrictionalUnemployment/OPCUA-Communication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages