This package contains sensor functions as described in VDI 3813 [1]:
"Sensor functions (Figure 2) convert physical quantities, either directly or by interpreting electrical signals, to output information which in turn serves as input to application functions or actuator functions. They thus represent the physical input interface of the system with the environment. Matching of the signals or measuring equipment often requires calibration parameters, e. g. for the mapping of characteristic curves and measured-value ranges or for the compensation of zero errors." [1, section 6.1.1, p. 10]
Fig. 1: UML class diagramm of the sensor functions basic design idea.[1, section 6.1.1, p. 10]
|
Fig. 2: UML class diagramm of the sensor functions planned for implementation.[1, section 6.1.1, p. 10]
|
Name | Description |
---|---|
Examples | Models for testing the functionality of sensor functions |
PresenceDetection | Sensor function to retrieve presence from physical sensor |
WindowMonitoring | Sensor function to retrieve window state from physical sensor |
DewpointMonitoring | Sensor function to retrieve dewpoint state from physical sensor |
AirTemperatureMeasurementFunctions | Air temperature sensor functions |
BrightnessMeasurementFunctions | Illuminance sensor functions |
AirQualityMeasurement | Sensor function to retrieve air quality measurement from physical sensor. |
WindVelocityMeasurement | Sensor function to retrieve wind velocity measurement from physical sensor. |
PrecipitationDetection | Function to retrieve measurement of precipitation from physical sensor. |
Internal | This package contains the algorithm models that implement the functionality of the sensor functions |