konimarti / opc

OPC DA client in Golang for monitoring and analyzing process data based on Windows COM.
MIT License
237 stars 85 forks source link

Whether Siemens opc server operation is supported #13

Closed HOULL2 closed 5 years ago

HOULL2 commented 5 years ago

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

konimarti commented 5 years ago

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.