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 133.
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
Table 133 – TotalizerType Definition
Attribute |
Value |
||||
BrowseName |
TotalizerType |
||||
IsAbstract |
False |
||||
References |
NodeClass |
BrowseName |
DataType |
TypeDefinition |
ModellingRule |
Subtype of the BaseObjectType defined in OPC 10000-5 |
|||||
0:HasComponent |
Method |
ResetTotalizer |
|
|
Optional |
0:HasComponent |
Variable |
TotalizedValue |
AbstractWeightType |
MeasuredItemType |
Mandatory |
TotalizedValue defines a summed up/totalized volume within a period of time.
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(
);