7.53 TotalizerType Definition

7.53.1 Overview

The TotalizerType defines the structure of an Object of the TotalizerType. Figure 64 shows the hierarchical structure and details of the composition. It is formally defined in Table 138.

An Object of the TotalizerType contains the sum of the last measurement results (TotalizedValue). Additionally, it defines a Method to reset the totalizer and the addition of the result starts with zero.

Figure 64 - Overview TotalizerType

7.53.2 ObjectType Definition

Table 138 - TotalizerType Definition
Attribute Value
BrowseNameTotalizerType
IsAbstractFalse
References NodeClass BrowseName DataType TypeDefinition ModellingRule
Subtype of the BaseObjectType defined in OPC 10000-5
0:HasComponentMethodResetTotalizerOptional
0:HasComponentVariableTotalizedValueAbstractWeightTypeMeasuredItemTypeMandatory
Conformance Units
Scales ContinuousScale

7.53.3 ObjectType Description

TotalizedValue defines a summed up/totalized volume within a period of time.

7.53.4 Method ResetTotalizer

Resets the TotalizedValue of this totalizer Object. Only useful if the reset is not related to a period of time (e.g., over 1h).

Signature

	ResetTotalizer(
	);