The ControlModuleAggregatesType ObjectType provides aggregates computed by the underlying system for the control module.
The ControlModuleAggregatesType representation in the AddressSpace is formally defined in the following table.
Table 92 – ControlModuleAggregatesType Definition
Attribute |
Value |
|||||
BrowseName |
ControlModuleAggregatesType |
|||||
IsAbstract |
False |
|||||
References |
NodeClass |
BrowseName |
DataType |
TypeDefinition |
Other |
|
Subtype of the BaseObjectType defined in OPC 10000-5 - Part 5: Information Model, i.e. inheriting the Instance Declarations of that Node. |
||||||
0:HasComponent |
Variable |
<AggregateItem> |
0:BaseDataType |
0:BaseDataVariableType |
OP, RO |
|
0:HasComponent |
Method |
ResetAggregates |
See below. |
M |
||
0:HasProperty |
Variable |
ValidSince |
0:UtcTime |
0:PropertyType |
M, RO |
|
Conformance Units |
||||||
TMC Basic Visualisation and Control |
The components of the ControlModuleAggregatesType are further described below.
BrowseName |
Description |
AggregateItem |
A single aggregate data point exposed by the control module. |
ValidSince |
The time of the last reset for the aggregates. |
The ResetAggregates Method resets the aggregates of the control module.
The signature of this Method is specified below. Table 93 specifies the Arguments representation.
Signature
ResetAggregates (
[out]MethodExecutionFeedbackType ExecutionFeedback);
Table 93 – ResetAggregates Method Arguments
Argument |
Description |
ExecutionFeedback |
The extended feedback returning a detailed message in case of execution failure. |