.BuildingControlLib.BuildingControl.VDI3813.SensorFunctions.Examples.TesterDewpointMonitoring

Information

Overview

Simulation to check the behaviour of the function model of "Dewpoint monitoring" from VDI 3813 [1, section 6.1.4, p. 12-13].

Functional Description

"The sensor function Dewpoint monitoring (RA-FL section 2, column 3; informative function block Figure 5) provides information on the risk of dew formation at the measuring site in terms of the states “dewpoint reached” or “dewpoint not reached”." [1, section 6.1.4, p. 12-13].

The calibration parameter PAR_CAL is used to choose the right contact logic.

By default PAR_CAL ist true which leads to a positive logic. That means if dewpoint limit is reached B is true and B_DEW is set to true. If dewpoint limit is not reached B is false and B_DEW is set to false.

If PAR_CAL is set to false the logic is complementary/inverted. If dewpoint limit is reached B is false and B_DEW is set to true etc..

Concept

The simulation contains a boolean signal source to imitate a sensor. The signal is passed to a converter for changing the signal type from Modelica standard type to VDI 3813 semantic type. From there the signal goes to the sensor function, which converts the measured signal to an output signal depending on the chosen parameters of the function.

Revisions


Generated at 2024-11-23T19:25:52Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos