You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//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?
The text was updated successfully, but these errors were encountered:
from connection.go
there doesn't seem to be a way to read from device, can you confirm this?
The text was updated successfully, but these errors were encountered: