8.20 ControlModuleAggregatesType ObjectType

8.20.1 Overview

The ControlModuleAggregatesType ObjectType contains aggregated data for the control module e.g. running hours for a motor.

The ControlModuleAggregatesType is formally defined in the following table.

Table 74 – ControlModuleAggregatesType Definition
Attribute Value
BrowseNameControlModuleAggregatesType
IsAbstractFalse
References Node Class 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:HasComponentVariable<AggregateItem>0:BaseDataType0:BaseDataVariableTypeOP, RO
0:HasComponentMethodResetAggregatesSee below.M
0:HasPropertyVariableValidSince0:UtcTime0:PropertyTypeM, RO
Conformance Units
TMC Basic Visualisation and Control
BrowseName Description
AggregateItemAn aggregate data item computed by the control module.
ValidSinceThe UTC date and time of the last aggregates reset.

8.20.2 ResetAggregates Method

The ResetAggregates resets the aggregates of the control module.

The signature of this Method is specified below. Table 75 specifies the Arguments representation.

Signature

	ResetAggregates (
	  [out] 	MethodExecutionFeedbackType		ExecutionFeedback);
Table 75 – ResetAggregates Method Arguments
Argument Description
ExecutionFeedbackThe extended feedback returning a detailed message in case of execution failure.