-
I have the following set up:
- On remote machine (`10.4.8.71`): both [MatrikonOPC Simulation Server](https://www.matrikonopc.com/products/opc-drivers/opc-simulation-server.aspx) and the OpenOPC Gatew…
-
Hi
when i try to install OpenOPC by "python3 setup.py install" i get these messages :
running install
running bdist_egg
running egg_info
writing OpenOPC.egg-info/PKG-INFO
writing dependency_li…
-
error OpenOPC.OPCError: servers: -2147467259 error while listings server
import OpenOPC
opc = OpenOPC.client()
opc.servers()
can anyone help with the solution
-
Unfortunately, i can't get it working after making step 9. The service can start but when executing the python file i have the error: (win10, python 3.6.6, working in open mode (not dcom))
o.connec…
-
I followed OpenOPC Library Tutorial:
```
import OpenOPC
opc = OpenOPC.open_client('')
opc.servers()
```
but when I try listing servers I get:
```
Traceback (most recent call last):
File "…
-
dear sir:
I'm a user of openopc,and use openopc in 1.2.0 python2.7.Now I found that you update the code of openopc to fix python3.so I want to know that if you have plan to update openopc1.2.0 to ope…
-
Hello,
I'm trying to learn how to use this library in python 3.6.4, win10, but this error appears :
```
Traceback (most recent call last):
File "C:\Python36\lib\multiprocessing\queues.py", l…
-
I'm trying to connect to the Matrikon OPC Simulation server which is running on the same system.
my code:
```
import OpenOPC
OpenOPC.open_client('localhost')
```
The error:
`ProtocolError:…
-
Hi,
OpenOPC "read" results with timestamp which does not match with local time. How to set local timezone in OpenOPC?
-
PlatForm : Windows 7 X64 , Python version : 3.7
when I use :
import OpenOPC
opc = OpenOPC.client()
Pycharm raise an error "NameError: name 'pythoncom' is not defined".