This worksheet function can be used to retrieve a number of interpolated samples for a single tag at regular intervals within a time period. The function must be entered as an array formula in a range that has the appropriate number of rows and columns. You can use the Configure Interpolated Data Function dialog in DeltaV Reporter to set up a call to this function.
Syntax
DvCHInterpolated(connection, tag, show_header, columns, time_mode, period_start, period_end, samples)
Example Array Formula
=DvCHInterpolated("localhost","DeltaV=MAIN_WORKSTATION CHS250_1S/SGGN1/OUT.CV",TRUE,"Value;Timestamp;Parameter Status,IsGood;Collection Status,IsGood","Local","10/11/08 11:04:02 AM","10/12/08 11:04:02 AM","60minutes")
Function Arguments
If period_start is a later time than period_end, samples are retrieved in reverse chronological order from the (later) start time toward the (earlier) end time.