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

Reading OPC data from device #45

Open
emilesalem opened this issue Sep 20, 2022 · 1 comment
Open

Reading OPC data from device #45

emilesalem opened this issue Sep 20, 2022 · 1 comment
Labels
question Further information is requested

Comments

@emilesalem
Copy link

from connection.go

//OPCDataSource defines constants for Sources when reading data from OPC:
//Default implementation is OPCCache.
//From the cache
OPCCache int32 = 1
//From the device
OPCDevice int32 = 2

there doesn't seem to be a way to read from device, can you confirm this?

@konimarti
Copy link
Owner

konimarti commented Sep 20, 2022 via email

@konimarti konimarti added the question Further information is requested label Sep 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants