OPC Historian .NET Server Toolkit Reference
GetModifiedItemData Method (IDBAPlugin)

Reads all modified data points from the file into a DataPointModified array. At least one data point before and after the time range must be included in the returned array, because a bounding value may be requested or interpolation needed. Excess data doesn't harm, it will be ignored in the base layer data processing. The returned data MUST be sorted for increasing timestamps. On error throw a HDAException with the error code that is to be returned to the client.
Syntax
'Usage
 
Dim instance As IDBAPlugin
Dim item As ItemInfo
Dim startTime As Date
Dim endTime As Date
Dim value() As DataPointModified
 
value = instance.GetModifiedItemData(item, startTime, endTime)
DataPointModified[] GetModifiedItemData( 
   ItemInfo item,
   DateTime startTime,
   DateTime endTime
)

Parameters

item
startTime
endTime

Return Value

HRESULT
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IDBAPlugin Interface
IDBAPlugin Members

 

 


Copyright © 2004-2019 Advosol Inc. All rights reserved

Send Feedback