delete/add history data between two continuation point read|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
delete/add history data between two continuation point read
Avatar
Hua Zhang
Member
Members
Forum Posts: 4
Member Since:
07/19/2015
sp_UserOfflineSmall Offline
1
12/26/2016 - 05:37
sp_Permalink sp_Print sp_EditHistory

Hello,

I have question about the behavior of historyReadRaw with valid continuationPoint and reaturnBounds be true.

Suppose we have following history raw data on server side;

Name  Time    Value   StatusCode

D0       5:00     0        Good

D1       5:01     1        Good

D2       5:03     2        Good

D3       5:04     3        Good

If we call HistoryRead service with parameter: returnBounds=true, numValuesPerNode=0, startTime=5:00, endTime=5:03.

We will get three values D0,D1,D2 according to specification.

If we call HistoryRead service with parameter: returnBounds=true, numValuesPerNode=1, startTime=5:00, endTime=5:03.

The first call, we will get value D0 and a continuation point;

The second call, we will get value D1 and a continuation point;

If we delete value D2 OR insert another D4 (Time 5:02, value 4, status Good) before we call HistoryRead service; 

What should we get at the third call?

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