You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In 2.8 heartbeat values had sourceTimestamp and serverTimestamp different from the LKV allowing counting distinct values. This issue is to create backwards compatibility with 2.8 by faking timestamp to be different than LKV.
The text was updated successfully, but these errors were encountered:
To count distinct values you can use "--fm=True" or use the Timestamp of the dataset message which will have a distinct value if "--mts=CreatedTimeUtc" is used (2.9.2) forward. Changing source timestamp or server timestamp is wrong as it implies these were provided by the underlying OPC Server this way (there is no heartbeat indicator). While heartbeat is sent the value could be different but not yet sampled.
In 2.8 heartbeat values had sourceTimestamp and serverTimestamp different from the LKV allowing counting distinct values. This issue is to create backwards compatibility with 2.8 by faking timestamp to be different than LKV.
The text was updated successfully, but these errors were encountered: