Table of Contents

Return Temperature Controller for Boiler Blocks (v2.0)

Full Name

Lib.Mervis.v2_0.ReturnTempController

Required Project References

Description

Auxiliary block for boilers used for controlling the return water temperature.

Usage in ST

program test
    var
        returntempctrl: lib.mervis.v2_0.ReturnTempController;
    end_var

    returntempctrl();
end_program

Inputs

Name Data TypeRetainMandatory to Connect Meaning
Demand Lib.Mervis.v2_0.StageControlTypeNo Yes
State Lib.Mervis.v2_0.StageInfoType No Yes
ReturnTemperaturereal No No Return water temperature
SetPoint real No No Desired return water temperature
Xp real No No PI controller - proportional band width
Ti real No No PI controller - integral time constant
Hysteresis real No No Hysteresis used for switching the short-circuit pump
ControlMethod ReturnControlMethodType No No Method used for controlling the return water temperature

Outputs

NameData Type Meaning
MinimalSetpoint real Calculated minimum desired output temperature
SetPointIncrease real Calculated increase in desired output temperature
ValveDemand real Request to open the three-way valve
ShortCircuitPumpDemandbool Request to activate the short-circuit pump

Detailed Function Description

The block implements control of the return water temperature using the following methods:

Versions