MP_OperatingUnit_ConfigurationDisplay

MP_OperatingUnit_ConfigurationDisplay 1:

This function block is used to configure room sensors of types P-22Rxx-1900x-1. It is compatible with 22Rxx-19-1 room sensors produced as of May 2022 (before May 2022, see MP_RoomSensor_Parameter).
For more information, see www.belimo.com.

MP_Address is used to specify the MP-Bus device with which the function block is to communicate. bStart activates communication with the MP-Bus device. bBusy indicates that the function block is active. bError is used to indicate an error in communication with the actuator. The type of the error can be read with iErrorId.

VAR_INPUT

MP_Address                    : USINT := 1;
bStart                        : BOOL;
strDataKL6771                 : DataKL6771;
nEnabledStatusLocalAdjustment : E_MP_EnabledStatus;
nDisplayModeTempUnit          : E_MP_DisplayModeTempUnit;
nDisplayBackground            : E_MP_DisplayBackground;
nVisibilityTempRoom           : E_MP_DisplayVisibility;
nVisibilityRelativeHumidity   : E_MP_DisplayVisibility;
nDisplayModeTemp              : E_MP_DisplayModeTemp;
nVisibilityVentilationStage   : E_MP_DisplayVisibility;
nDisplayModeButtonEco         : E_MP_DisplayModeButton;
nVisibilityButtonBoost        : E_MP_DisplayVisibility;
nDisplayModeButtonOnOff       : E_MP_DisplayModeButton;

MP_Address: MP-Bus address of the slave.

bStart: a positive edge starts the function block.

strDataKL6771: the data structure with which the KL6771() function block must be linked (see DataKL6771).

nEnabledStatusLocalAdjustment: status of access permission for local adjustments (see E_MP_EnabledStatus).

nDisplayModeTempUnit: display mode of the unit for the temperature in the display (see E_MP_DisplayModeTempUnit).

nDisplayBackground: background color of the display (see E_MP_DisplayBackground).

nVisibilityTempRoom: visibility of the room temperature (see E_MP_DisplayVisibility).

nVisibilityRelativeHumidity: visibility of the relative humidity (see E_MP_DisplayVisibility).

nDisplayModeTemp: display mode of the temperature (see E_MP_DisplayModeTemp).

nVisibilityVentilationStage: visibility of the ventilation stage (see E_MP_DisplayVisibility).

nDisplayModeButtonEco: display mode of the Eco button (see E_MP_DisplayModeButton).

nVisibilityButtonBoost: display mode of the Boost button (see E_MP_DisplayVisibility).

nDisplayModeButtonOnOff: display mode of the OnOff button (see E_MP_DisplayModeButton).

VAR_OUTPUT

bBusy    : BOOL;
bError   : BOOL;
iErrorId : MP_Error;

bBusy: this bit is set for as long as the function block is active.

bError: the output becomes TRUE as soon as an error occurs. This error is described via the iErrorId variable.

iErrorId: this output outputs an error code in the event of an error (see MP_ERROR). bError goes TRUE at the same time.