ANSI C UA Server SDK  1.5.1.313
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Modules Pages
OpcUa_AggregateConfiguration Struct Reference

Allows Clients to override the Aggregate configuration settings supplied by the AggregateConfiguration object on a per monitored item basis. More...

#include <opcua_types.h>

Data Fields

OpcUa_Boolean UseServerCapabilitiesDefaults
 A Boolean parameter indicating whether to use default aggregate configuration settings. More...
 
OpcUa_Boolean TreatUncertainAsBad
 Indicates how the server treats data returned with a StatusCode severity Uncertain with respect to Aggregate calculations. More...
 
OpcUa_Byte PercentDataBad
 Indicates the minimum percentage of bad data in a given interval required for the StatusCode for the given interval for processed data request to be set to Bad. More...
 
OpcUa_Byte PercentDataGood
 Indicates the minimum percentage of Good data in a given interval required for the StatusCode for the given interval for the processed data requests to be set to Good. More...
 
OpcUa_Boolean UseSlopedExtrapolation
 Indicates how the server interpolates data when no boundary value exists (i.e. More...
 

Detailed Description

Allows Clients to override the Aggregate configuration settings supplied by the AggregateConfiguration object on a per monitored item basis.

See Part 13 of the OPC UA Specification for more information on Aggregate configurations. If the Server does not support the ability to override the Aggregate configuration settings it shall return a StatusCode of Bad_AggregateListMismatch.


The documentation for this struct was generated from the following file: