omidfathi

Results 13 comments of omidfathi

> You have to update the library, because in our version are some bugs that prevent a correct disconnect. It's on 0.9.95 version

Hello again i wrote this program in a *.py file: import OpenOPC opc = OpenOPC.client() opc.connect("opc.tcp://o-fathi:53530/OPCUA/SimulationServer") print(opc.list()) but when i run this i get this error: Traceback (most recent call...