HistoryUpdate Service, sourceTimestamp vs serverTimestamp|OPC UA Standard|Forum|OPC Foundation

Avatar
Search
Forum Scope


Match



Forum Options



Minimum search word length is 3 characters - maximum search word length is 84 characters
Lost password?
sp_Feed sp_PrintTopic sp_TopicIcon
HistoryUpdate Service, sourceTimestamp vs serverTimestamp
Avatar
Viacheslav Usov
Member
Members
Forum Posts: 11
Member Since:
03/24/2017
sp_UserOfflineSmall Offline
1
12/13/2017 - 05:58
sp_Permalink sp_Print

Hi all,

in a HistoryWrite service call, the values being updated are ultimately represented by the DataValue type (Part 11, section 6.8.2.1).

The DataValue type is defined in Part 4, section 7.7.1, where it has fields sourceTimestamp and serverTimestamp, both defined as the UtcTime type, which, per section 8.38, Part 3, is an alias for type DateTime, which, per section 8.11, Part 3, is defined in Part 6, section 5.2.2.5, where it is defined as "as a 64-bit signed integer (see Clause 5.2.2.2) which represents the number of 100 nanosecond intervals since January 1, 1601 (UTC)."

Now, coming back to Part 4, section 7.7.3, there is a provision that sourceTimestamp of DataValue can be null. E.g., "If the source that applies the timestamp is not available, the source timestamp is set to null.", which probably means the sourceTimestamp field is optional.

No such provision is made for serverTimestamp in section 7.7.4, which probably means the serverTimestamp field is mandatory.

I have no been able to find any information how HistoryUpdate service is supposed to interpret these two timestamps. All I can find is language like (Part 11, section 6.8.2.2) "This function is intended to insert new entries at the specified timestamps, e.g., the insertion of lab data to reflect the time of data collection", which is not specific enough. Section 6.8.1 says "See Part 3 for a description of Attributes that expose the support of Historical Updates", but I could not find relevant information there.

1. Is it correct that sourceTimestamp is optional and serverTimestamp is mandatory in general?

2. Is it correct that sourceTimestamp is optional and serverTimestamp is mandatory in the HistoryUpdate service case?

3. How can a null value for a sourceTimestamp field be encoded, given that it is defined as an integer value? In the ANSI C implementation, both fields are an embedded structure (not a pointer!) with two 32-bit integers, so there is no way to interpret that as null except by assigning a particular bit pattern to that, but what is it, if there is one?

4. How should the historian treat mismatches between its capability and the requested update? For example, if it only supports source timestamps (which is permitted by section 4.3 of Part 11), but one is not supplied by the HistoryUpdate client (assuming it is possible), or when both are supplied, with different values?

Thanks,

V.

Avatar
Zbynek Zahradnik
Member
Members
Forum Posts: 62
Member Since:
02/24/2014
sp_UserOfflineSmall Offline
2
12/13/2017 - 06:21
sp_Permalink sp_Print sp_EditHistory

This is an answer to a *part* of your question: On the wire, both sourceTimestamp and serverTimestamp are optional in the DataValue structure. There are bit-sized switch fields (SourceTimestampSpecified, SourcePicosecondsSpecified, ServerTimestampSpecified, ServerPicosecondsSpecified) that define which parts are present.

How (and how well) that is represented in the stacks is possibly an issue, but in the protocol the fields are quite clearly optional, and not just "by the text of the spec", but also by the provisions of these bits that tell which parts are present.

Avatar
Viacheslav Usov
Member
Members
Forum Posts: 11
Member Since:
03/24/2017
sp_UserOfflineSmall Offline
3
12/13/2017 - 06:53
sp_Permalink sp_Print

Thanks for the tip.

I have looked at the ANSI C implementation, and the logic in the encoder and the decoder is such that the zero value of either field is indistinguishable from the field being omitted in the resultant and input, respectively, binary encoding. I am not sure whether that means "zero and null are equivalent" or whether we have a co-incidence that would not interoperate with other implementations.

Avatar
Randy Armstrong
Admin
Forum Posts: 1451
Member Since:
05/30/2017
sp_UserOfflineSmall Offline
4
12/15/2017 - 07:49
sp_Permalink sp_Print

With history services one timestamp (usually the source timestamp) is mandatory.

Forum Timezone: America/Phoenix
Most Users Ever Online: 510
Currently Online:
Guest(s) 18
Currently Browsing this Page:
1 Guest(s)
Top Posters:
Forum Stats:
Groups: 2
Forums: 10
Topics: 1349
Posts: 4579