Asyncua Server - Source TimeStamp #1202
Unanswered
marcos-schmitz
asked this question in
Q&A
Replies: 1 comment 3 replies
-
You need to pass a DataValue which containes the Timestamps a StatusCode and the value ( Variant with value and DataType and information if it is an Array or not ) dv = ua.DataValue(
ua.Variant(
100.0,
ua.VariantType.Double
),
StatusCode_=ua.StatusCodes.Good,
SourceTimestamp=datetime.datetime.utcnow(),
ServerTimestamp=datetime.datetime.utcnow()
) |
Beta Was this translation helpful? Give feedback.
3 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.
-
Hello
I need some help with Asyncua Server. How do I make it update the value of the Source TimeStamp when some value is changed in UA Expert, for example?
Beta Was this translation helpful? Give feedback.
All reactions