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.
| Attribute | Value | ||||
| BrowseName | AnalogControlFunctionWithTotalizerType | ||||
| IsAbstract | False | ||||
| References | Node Class | BrowseName | DataType | TypeDefinition | Other |
|---|---|---|---|---|---|
| Subtype of the AnalogControlFunctionType defined in 7.6.5 | |||||
| 0:HasComponent | Method | ResetTotalizer | O | ||
| 0:HasComponent | Variable | TotalizedValue | Double | AnalogUnitRangeType | M, 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
)| Argument | Description |
| Value | Relative 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. |
| Attribute | Value | ||||
| BrowseName | ResetTotalizer | ||||
| References | Node Class | BrowseName | DataType | TypeDefinition | ModellingRule |
|---|---|---|---|---|---|
| 0:HasProperty | Variable | 0:InputArguments | 0:Argument[] | 0:PropertyType | 0:Mandatory |