Replies: 2 comments
-
Try the |
Beta Was this translation helpful? Give feedback.
0 replies
-
Try the |
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
-
I am looking how to write to opc server.
I could read using: attrs, err := n.Attributes(ua.AttributeIDBrowseName, ua.AttributeIDDataType,ua.AttributeIDValue)
and then read the value with: attrs[2].Value.Value()
how do I do the opposite way?
Beta Was this translation helpful? Give feedback.
All reactions