The AnalogSensorFunctionType is an abstract subtype of the BaseSensorFunctionType which represents analogue measured values. The AnalogSensorFunctionType is formally defined in Table 80.

Table 80 – AnalogSensorFunctionType Definition

Attribute

Value

BrowseName

AnalogSensorFunctionType

IsAbstract

True

References

Node Class

BrowseName

DataType

TypeDefinition

Other

Subtype of the BaseSensorFunctionType defined in 7.5.1

0:HasComponent

Object

AlarmMonitor

ExclusiveLevelAlarmType

O

0:HasComponent

Variable

RawValue

Double{Any}

AnalogUnitRangeType

M

0:HasComponent

Variable

SensorValue

Double{Any}

AnalogUnitRangeType

M

0:HasComponent

Object

Calibration

1:FunctionalGroupType

O

0:HasComponent

Variable

CalibrationValues

Double[]

BaseDataVariableType

O

0:HasProperty

Variable

Damping

Double

0:PropertyType

O

0:HasComponent

Object

Operational

1:FunctionalGroupType

M

0:HasComponent

Object

Tuning

1:FunctionalGroupType

O

Conformance Units

LADS AnalogSensorFunctionType

AlarmMonitor indicates whether the limit of an analogue Sensor is exceeded. See: 10000-9: Alarms & Conditions | ExclusiveLevelAlarmType.

RawValue is the raw value measured at the Sensor element, such as the Nernst voltage of a pH Sensor element.

SensorValue is the calibrated and optionally compensated/filtered process value.

Calibration is used to organize parameters for configuration of this Function.

CalibrationValues is an array of calibration values for converting the Sensor’s raw value to the process value.

Damping is a low-pass filter parameter used for signal damping.

Operational is used to organize parameters for operation of this Function.

Tuning is used to organize parameters for operation of this Function.