Replies: 1 comment
-
In your You should not need to replace the service sets. |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hi ,
I want to use
milo
to implement an opc ua server , in which I can mock some history data.Looked at the milo code and it seems that I need to implement an
AttributeHistoryServiceSet
, and then set in theOpcUaServer
, when the client call, the subclass ofAttributeHistoryServiceSet
will return data , which is mocked.How do I do it? Is there some tutorial here?
Any tips would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions