konimarti / opc

OPC DA client in Golang for monitoring and analyzing process data based on Windows COM.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Whether Siemens opc server operation is supported

HOULL2 opened this issue · comments

Whether Siemens opc server operation is supported, such as OPC. SimaticNET. 1.
Whether to support the Kepware. KEPServerEX. V6 server

Any standard OPC DA server should work. The package provides sync read/write and browsing operations. #11 confirms that it works with KepServerEx V6. Note, however, that you need an OPC automation wrapper (which is usually ships with your OPC server and is installed with it) and also proper COM/DCOM settings.