Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to deal with concurrent reading of tags #40

Open
XiaodongFeng opened this issue Nov 17, 2021 · 1 comment
Open

How to deal with concurrent reading of tags #40

XiaodongFeng opened this issue Nov 17, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@XiaodongFeng
Copy link

XiaodongFeng commented Nov 17, 2021

Now for one opc server, we only can read the tags one by one, If one of the tags cannot be read, the delay will increase.

Did you ever try the interface AddItems & SyncRead/ASyncRead for batch read?

I try to add the method, but it always return type mismatch error.

you can view detailed information through this issue, go-ole/go-ole#227.

@konimarti
Copy link
Owner

I looked into this a few years back and I think I stumbled over the same problem as you that some COM calls with go-ole are not supported, at least back then. I haven't kept track of it because the current solution works well with our OPC DA legacy system. Let me know if you find out more. It would be a nice feature.

@konimarti konimarti added the enhancement New feature or request label Nov 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants