Interpolated Bounding Values using SteppedInterpolation
Hi Everyone
I know that Canary can do Simple Bounding and Interpolated Bounding when it's aggregate some time series.
I supuse that it use SlopedInterpolation method (described by the OPC Foundation https://reference.opcfoundation.org/Core/Part13/v105/docs/3.1.8 ), and I think that is the simplest and natural way to calculate bounds (just a straight line between know data).
I would like to explore the SteppedInterpolation (on the same link the explanation). But in simple words, is just take only the last known TVQ before the bound timestamp.
Is there any way to do that on aggregations?
Can I do some calculation every minute and save in the same origin tag the value at 00:00 seconds?
Thank you!
9 replies
-
Hi rodrigopoyanco ,
Our aggregates use the SteppedInterpolated method described in this article with the exception of our Interpolative aggregate which uses the SlopedInterpolated method.
I'm not sure I understand your question at the end though. Can you clarify?