MP_VRU_Configuration

MP_VRU_Configuration 1:

This function block is used to configure the VAV actuators VRU-D3-BAC, VRU-M1-BAC and VRU-M1R-BAC (max. 8 slaves). For more information please visit 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;
bRead_Write       : BOOL;
dwPassword        : DWORD;
strDataKL6771     : DataKL6771;
rMax              : LREAL := 100;
rMin              : LREAL;
bSetpointSource   : BOOL;
bOperationMode    : BOOL := TRUE;
nSensor1Type      : E_MP_VRU_Sensor1Type := MPBus_VRU_Sensor_Active;

MP_Address: MP-Bus address of the slave.

bStart: a positive edge starts the function block.

bRead_Write: FALSE = READ only. TRUE = READ and WRITE.

dwPassword: the password for the actuators. Usually 0x0000.

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

rMax: max in % (20...100 %).

rMin: min in % (0...rMax). rMin must be smaller than rMax.

bSetpointSource: TRUE = bus; FALSE = analog

bOperationMode: TRUE = overpressure; FALSE = negative pressure

nSensor1Type: sensor 1 type.

VAR_OUTPUT

bBusy                 : BOOL;
bError                : BOOL;
iErrorId              : MP_Error;
rNominalVolumeticFlow : LREAL;
rNominalDeltaPressure : LREAL;
rMinRead              : LREAL;
rMaxRead              : LREAL;
bSetpointSourcesRead  : BOOL;
bOperationModeRead    : BOOL;
nSensor1TypeRead      : E_MP_VRU_Sensor1Type;
nApplication          : E_MP_VRU_Application;
bControlMode          : BOOL;
nRoomPressureCascade  : E_MP_VRU_RoomPressureCascade;

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.

rNominalVolumeticFlow: nominal volume flow in m³/h (0...60.000).

rNominalDeltaPressure: nominal differential pressure in Pa (0...10.000).

rMinRead: min in % (0...rMax). rMin must be smaller than rMax.

rMaxRead: max in % (20...100 %).

bSetpointSourcesRead: TRUE = bus; FALSE = analog

bOperationModeRead: TRUE = overpressure; FALSE = negative pressure

nSensor1TypeRead: sensor 1 type.

nApplication: visualization of the application selected by the manufacturer.

bControlMode: visualization of the control function selected by the manufacturer. TRUE = volume flow rate control; FALSE = position control

nRoomPressureCascade: room pressure Cascade control.