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

Is that possible to browse all tags on a running OPC server using this library ?

giter opened this issue · comments

commented
Is that possible to browse all tags on a running OPC server using this library ?
commented

I'd like to , but I really know nothing about OLE technology, any advice?

Please check out #4 and see if that is what you need.

I'm not an OLE expert either but what helps a lot is the MS Visual Basic editor where you can use the "Object Explorer" for the "OPC Automation Wrapper" DLL. Plus the OPC Automation Wrapper documentation is excellent.