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

Question regarding group by different refreshRate

ymmemo opened this issue · comments

commented

hi, New to the OPCDA space and I need to read group's items by different refreshRate,
Is this pkg support it and thread-safe or asynchronous read it??

You can group the opc tags however you want and you can refresh the items with whatever refresh rate you want. Please have a look at the file cmds/opcflux/main.go for an example.