HistoryReadRaw with multiple nodes and ContinuationPoint

Questions regarding the use of the .NET SDK 2.0 for Server or Client development or integration into customer products ...

Moderator: uasdknet

Post Reply
aldebaran_wildt
Full Member
Full Member
Posts: 5
Joined: 11 Oct 2019, 16:04

HistoryReadRaw with multiple nodes and ContinuationPoint

Post by aldebaran_wildt »

Hello,
when I use session.HistoryReadRaw with many nodesToRead, and in my results I find ContinuationPoints for some of the nodes (but not all of them), what is the best way to proceed:
I call session.HistoryReadRaw again with a new nodesToRead-List which only contains the nodes, that returned a ContinuationPoint? So I have to append the new results to the correct results lists from the first read operation.
Or is there an elegant way to call HistoryReadRaw again with the original nodesToRead, but mark the nodes, which did not return a ContinuationPoint, as "ignorable" somehow, so merging the results would be straight forward?
Thanks!
Usch

User avatar
Support Team
Hero Member
Hero Member
Posts: 3064
Joined: 18 Mar 2011, 15:09

Re: HistoryReadRaw with multiple nodes and ContinuationPoint

Post by Support Team »

Hello,

Your first approach is the correct one. There is currently no toolkit functionality that can merge the further history read results.
Best regards
Unified Automation Support Team

Post Reply