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
- [x] bug report -> please search issues before submitting
- [ ] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)
Minimal steps to reproduce
Subscribe to the node Root\Objects\Server\ServerStatus\CurrentTime (nodeID 2258) on opcplc.
According to the spec "The sourceTimestamp [...] should indicate the time of the last change of the value or statusCode. The sourceTimestamp should be generated as close as possible to the source of the value but the timestamp needs to be set always by the same physical clock."
But it does not update when the value changes. When you subscribe to the topic you will receive the same SourceTimestamp over and over again while the value changes as expected.
The first subscription is Kepserver, the second opcplc. Notice that Source Timestamp for opcplc is very different from all other timestamps:
Message diff in MQTT Explorer - SourceTimestamp is identical:
Expected/desired behavior
The Source Timestamp should update when the value updates as defined by the spec.
OS and Version?
Windows 11 Version 10.0.26100 Build 26100
Versions
NET 8.0.404
OpcPlc v2.12.24.0
OPC UA SDK 1.5.374.125 from 10/31/2024 17:37:56
The text was updated successfully, but these errors were encountered:
This issue is for a: (mark with an
x
)Minimal steps to reproduce
Subscribe to the node Root\Objects\Server\ServerStatus\CurrentTime (nodeID 2258) on opcplc.
According to the spec "The sourceTimestamp [...] should indicate the time of the last change of the value or statusCode. The sourceTimestamp should be generated as close as possible to the source of the value but the timestamp needs to be set always by the same physical clock."
But it does not update when the value changes. When you subscribe to the topic you will receive the same SourceTimestamp over and over again while the value changes as expected.
The first subscription is Kepserver, the second opcplc. Notice that Source Timestamp for opcplc is very different from all other timestamps:
Message diff in MQTT Explorer - SourceTimestamp is identical:
Expected/desired behavior
The Source Timestamp should update when the value updates as defined by the spec.
OS and Version?
Windows 11 Version 10.0.26100 Build 26100
Versions
NET 8.0.404
OpcPlc v2.12.24.0
OPC UA SDK 1.5.374.125 from 10/31/2024 17:37:56
The text was updated successfully, but these errors were encountered: