About OpcUa server #1627
TangDynasty06
started this conversation in
General
Replies: 1 comment 5 replies
-
|
AttributeFilters are best for simple data from sources that you don't need to block while obtaining that data, or where you don't need to do an "optimization" step where data should be read in bulk from the source. In more complex cases it's best to just implement the |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I would like to use the Milo framework version 0.6.16 to implement an OPC UA server and expose my own data on this server for third-party subscriptions. My data is dynamic and changes frequently. Is implementing an AttributeFilter the best approach to integrate my data? Similar to what's shown in the code location in the diagram below
Beta Was this translation helpful? Give feedback.
All reactions