7.6.8 AnalogControlFunctionWithTotalizerType ObjectType Definition

7.6.8.1 Overview

The AnalogControlFunctionWithTotalizerType describes an analogue control (using analogue values) function with totalizer.

Typical usage examples include but are not limited to fluid controllers where the quantity of fluid needs to be accurately measured and totalled for metering purposes.

AnalogControlFunctionWithTotalizerType is formally defined in Table 103.

Table 103 – AnalogControlFunctionWithTotalizerType Definition
Attribute Value
BrowseNameAnalogControlFunctionWithTotalizerType
IsAbstractFalse
References Node Class BrowseName DataType TypeDefinition Other
Subtype of the AnalogControlFunctionType defined in 7.6.5
0:HasComponentMethodResetTotalizerO
0:HasComponentVariableTotalizedValueDoubleAnalogUnitRangeTypeM, RO
Conformance Units
LADS AnalogControlFunctionWithTotalizerType

ResetTotalizer resets the totalizer to a specific value, or to zero if no input value is specified.

TotalizedValue is the totalized process value. It can be reset at any time using the ResetTotalizer() command.

7.6.8.2 ResetTotalizer

The ResetTotalizer Method resets the totalizer to a specific value, or to zero if no input value is specified. The signature of this Method is specified below. Table 104 and Table 105 specify the Arguments and AddressSpace representation, respectively.

Signature

	ResetTotalizer (
		[in] 	0:Double value
	)
Table 104 – ModifyTargetValueBy Method Arguments
Argument Description
ValueRelative value by which the target value will be changed. The resulting value will typically be limited to the target-value’s allowed range. Provided values can be positive or negative.
	
Table 105 – ResetTotalizer Method AddressSpace Definition
Attribute Value
BrowseNameResetTotalizer
References Node Class BrowseName DataType TypeDefinition ModellingRule
0:HasPropertyVariable0:InputArguments0:Argument[] 0:PropertyType0:Mandatory