# BELIMO\_VSR24A\_LP1\_MOD

## `BELIMO_VSR24A_LP1_MOD` (FB)

`FUNCTION_BLOCK` BELIMO\_VSR24A\_LP1\_MOD

### Representation

<figure><img src="/files/b252204763bcb561a5618a360f362cbdc5b27bdf" alt=""><figcaption></figcaption></figure>

InOut:

| Scope       | Name                    | Type                               | Initial                                         | Comment                                                                                                                                                             |
| ----------- | ----------------------- | ---------------------------------- | ----------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Input       | `xEn`                   | `BOOL`                             | TRUE                                            | Enable / disable communication (TRUE = enable)                                                                                                                      |
| Input       | `xUpdateActual`         | `BOOL`                             | FALSE                                           | <p>Update of actual values (on every rising edge<br>)</p>                                                                                                           |
| Input       | `xUpdateSetp`           | `BOOL`                             | FALSE                                           | <p>Update of setpoints (on every rising edge<br>)</p>                                                                                                               |
| Input       | `xResError`             | `BOOL`                             | FALSE                                           | <p>Reinitialization of the outputs <code>eErrorCodeCom</code> or<br><code>xErrorCodeDev</code> to the fault-free state (on every rising edge)</p>                   |
| Input       | `rSetp`                 | `REAL`                             | 0.0                                             | Setpoint - position in % (0.0 - 100.0 %)                                                                                                                            |
| Inout       | `ModbusClient`          | `ModbusClientBase`                 |                                                 | Client of the device                                                                                                                                                |
| Output      | `rSetpFb`               | `REAL`                             |                                                 | Feedback of the setpoint - position in % (0.0 - 100.0 %)                                                                                                            |
| Output      | `rRelPos`               | `REAL`                             |                                                 | Relative position in XXX.X %                                                                                                                                        |
| Output      | `rAbsPos`               | `REAL`                             |                                                 | Absolute position in XXX degrees                                                                                                                                    |
| Output      | `rSensor1Value`         | `REAL`                             |                                                 | Current actual value of sensor 1                                                                                                                                    |
| Output      | `rSensor2Value`         | `REAL`                             |                                                 | Current actual value of Sensor 2                                                                                                                                    |
| Output      | `xSensorOffsetInDevice` | `BOOL`                             |                                                 | <p>Indication of whether the sensors must be calibrated in the device<br>(TRUE = calibration in the device required, FALSE = calibration in the<br>FB required)</p> |
| Output      | `rSetpAnalog`           | `REAL`                             |                                                 | <p>Setpoint - position in XXX.X % (0.0 - 100.0 %) from input<br>0 - 10V</p>                                                                                         |
| Output      | `eOverrideConFb`        | BELIMO\_VSR24A\_LP1\_OVERRIDE\_CON |                                                 | <p>Current state - forced override of the actuating signal -<br>position (0 = None)</p>                                                                             |
| Output      | `sSerialNum`            | `STRING`                           |                                                 | Serial number of the device                                                                                                                                         |
| Output      | `wFWVersion`            | `WORD`                             |                                                 | Current firmware version of the communication module                                                                                                                |
| Output      | `eAO`                   | eManNum                            | eManNum.Auto                                    | <p>Display - manual override on the device (actuator decoupled)<br>(0 = Automatic)</p>                                                                              |
| Output      | `xAlarm`                | `BOOL`                             | FALSE                                           | Collective fault (TRUE = fault)                                                                                                                                     |
| Output      | `xAlarmCom`             | `BOOL`                             | FALSE                                           | Collective fault - communication (TRUE = fault)                                                                                                                     |
| Output      | `eErrorCodeCom`         | ModbusErrorCode                    |                                                 | Error code - communication (0 = no error)                                                                                                                           |
| Output      | `stErrorCodeDev`        | `STRING`                           |                                                 | String with the numbers of the active device errors                                                                                                                 |
| Output      | `xBusy`                 | `BOOL`                             |                                                 | Communication indicator (TRUE = communication)                                                                                                                      |
| Input Const | `rSensor2Offset`        | `REAL`                             | 0.0                                             | <p>Constant measurement offset for the transmitted actual value of<br>Sensor 2</p>                                                                                  |
| Input Const | `rSensor1Offset`        | `REAL`                             | 0.0                                             | <p>Constant measured value offset for the transmitted actual value of<br>sensor 1</p>                                                                               |
| Input Const | `eSensor2_Type`         | BELIMO\_VSR24A\_LP1\_SENSOR\_TYPE  | BELIMO\_VSR24A\_LP1\_SENSOR\_TYPE.NONE          | <p>Influence: outputs: rSensor1Value (eSensor1\_Type = 2-3)<br>Specification of the type of Sensor 2 (0 = None)</p>                                                 |
| Input Const | `eSensor1_Type`         | BELIMO\_VSR24A\_LP1\_SENSOR\_TYPE  | BELIMO\_VSR24A\_LP1\_SENSOR\_TYPE.NONE          | Specification of the type of Sensor 1 (0 = None)                                                                                                                    |
| Input Const | `eSetpSource`           | BELIMO\_SetpointSource             | BELIMO\_SetpointSource.Bus                      | Source for the setpoint - position (1 = Modbus)                                                                                                                     |
| Input Const | `eOverrideCon`          | BELIMO\_VSR24A\_LP1\_OVERRIDE\_CON | BELIMO\_VSR24A\_LP1\_OVERRIDE\_CON.NO\_OVERRIDE | Forced override of the actuating signal - position (0 = None)                                                                                                       |
| Input Const | `tTimeUpdateSetp`       | `TIME`                             | TIME#45s0ms                                     | <p>Update interval for the processes influenced by the input<br><code>xUpdateSetp</code> influenced</p>                                                             |
| Input Const | `tTimeUpdateActual`     | `TIME`                             | TIME#3s0ms                                      | <p>Update interval for the processes influenced by the input<br><code>xUpdateActual</code> influenced</p>                                                           |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://support.powerio.com/hub/codesys-hvac/en/hvac-modbus-library/functionblocks/belimo/belimo_vsr24a_lp1_mod.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
