sightmachine / OpenOPC

This is a clone of http://openopc.sourceforge.net, with modifications to make it use distutils
Other
102 stars 63 forks source link

OpenOPC.OPCError: servers: -2147467259 error while listing servers #11

Open Saleem344 opened 4 years ago

Saleem344 commented 4 years ago
 error OpenOPC.OPCError: servers: -2147467259 error while listings server
 import OpenOPC
 opc = OpenOPC.client()
 opc.servers()

can anyone help with the solution

papercodeIN commented 3 years ago

Friend, I think you didn't register opc dll in your system.

You can get it from this video : https://youtu.be/sv2N8CXR-9g

AbdelrahmanHaimour commented 2 years ago
 error OpenOPC.OPCError: servers: -2147467259 error while listings server
 import OpenOPC
 opc = OpenOPC.client()
 opc.servers()

can anyone help with the solution

Hi Saleem, I got the same error. Can you help me if you succeed to solve it? Thanks.