readProcessed
Read server-aggregated data from OPC HDA server
Syntax
Description
reads data processed by the OPC HDA Server associated with client specified in
dObj
= readProcessed(hdaClient
,itmList
,aggregateType
,aggregateInterval
,startTime,endTime
)hdaClient
and returns the processed data in data object
dObj
.
[
returns the processed data as separate arrays in the specified itmList
,value
,quality
,timeStamp
]
= readProcessed(hdaClient
,itmList
,aggregateType
,aggregateInterval
,startTime,endTime
,dataType
)dataType
along with the corresponding item ID, quality ID and timestamp.
hdaDataStruct = readProcessed(
returns the processed data as a structure containing fields hdaClient
,itmList
,aggregateType
,aggregateInterval
,startTime,endTime
,'struct')ItemID
,
Value
, Quality
and
TimeStamp
.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2011a