I'd like to read the tags from my OPC server (kepware) with Python 3.3 I have found the openopc project at the sourceforge, but it seems it doesnt work with Python 3.3
Do I have other options here?
I'd like to read the tags from my OPC server (kepware) with Python 3.3 I have found the openopc project at the sourceforge, but it seems it doesnt work with Python 3.3
Do I have other options here?
If your Python program runs under Windows platform, you can use QuickOPC (http://www.opclabs.com/products/quickopc/languages-and-tools/python).
It exposes COM objects that provide various OPC operations (reading, writing, browsing, ...). These COM objects can be consumed from Python after importing "win32.client".
Disclaimer: This is a self-promotion.