-
Hello again, I have encountered an error as per title. I was implementing this along with the solution: This is because everytime the server write_attribute_value, no ServerTimeStamp was recorded or rather it always shows in UA Expert as 8AM 1/1/1601 after every write. Hence I forced the data_value.SourceTimestamp = datetime.now(). My code:
The error:
Your time is much appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Just found out if I don't await |
Beta Was this translation helpful? Give feedback.
Just found out if I don't await
rw_opc
the error does not occur and it writes the time to SourceTimestamp when looking through UA Expert. However none of my Nodes get any data_value written.