Writing data values with a source timestamp from a client #187
Closed
andrewwkoerner
started this conversation in
General
Replies: 2 comments
-
You are right, these methods are missing at the moment. I have now added them in #188. Feel free to comment on that pull request if you have any remarks regarding the upcoming implementation. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Appreciate it, thank you! |
Beta Was this translation helpful? Give feedback.
0 replies
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
I'm hoping to write DataValues to variable nodes with source timestamp that comes from the client.
I reviewed the examples and library code, but I don't see how it's possible to update the source timestamp as a client when using the
write_value()
.I don't see a function like
with_status_code()
to allow setting the source timestamp https://github.com/HMIProject/open62541/blob/main/src/ua/data_types/data_value.rs#L20Is there a way to do this? Am I missing something.
Appreciate your help!
Beta Was this translation helpful? Give feedback.
All reactions