# SPLUSS\_714X\_MOD

## `SPLUSS_714X_MOD` (FB)

`FUNCTION_BLOCK` SPLUSS\_714X\_MOD

### General

> This is a single-channel differential pressure transmitter (including calculation of the volume flow rate).

> 7148: measuring range: +/- 500 Pa (with automatic zero-point calibration) 7147: measuring range: +/- 7000 Pa (optionally with automatic zero-point calibration)

> The transmitter can optionally be equipped with a display.

> The Modbus interface is configured via DIP switches in the transmitter Modbus RTU Modbus address: 1 - 247 (0 = broadcast) 9600 - 38400 baud For data backup, the options 1-8-E-1, 1-8-O-1, 1-8-N-2 and 1-8-N-1 (deviating from the standard specifications) can be set.

> A terminating resistor (120 ohms) can be activated / deactivated via DIP switch.

> The calculation coefficients for the volume flow display are not stored fail-safe without power supply. They must therefore be written again when error-free communication is resumed.

> The adjustment of the differential pressure transmitter must be carried out in the device using hardware, because further derived measured variables (volume flow - actual value) are calculated from this actual value.

### Representation

<figure><img src="/files/1b064e230afc02f84dd42b520350823a463e8b0d" alt=""><figcaption></figcaption></figure>

InOut:

| Scope       | Name                          | Type                                         | Initial                                                                            | Comment                                                                                                                                                                 |
| ----------- | ----------------------------- | -------------------------------------------- | ---------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Input       | `xEn`                         | `BOOL`                                       | TRUE                                                                               | Enable / disable communication (TRUE = enable)                                                                                                                          |
| Input       | `byUnitId`                    | `BYTE`                                       | 0                                                                                  | Device address (1 .. 247)                                                                                                                                               |
| 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       | `xUpdateConfigWrite`          | `BOOL`                                       | FALSE                                                                              | <p>Configuration update (write access) (<br>with every rising edge)</p>                                                                                                 |
| Input       | `xResError`                   | `BOOL`                                       | FALSE                                                                              | <p>Reinitialization of the output <code>eErrorCodeCom</code> (with every<br>rising edge)</p>                                                                            |
| Inout       | `ModbusClient`                | `ModbusClientBase`                           |                                                                                    | Client of the device                                                                                                                                                    |
| Output      | `rDifPressure`                | `REAL`                                       |                                                                                    | <p>Differential pressure unfiltered in XXXX Pa (7147) or XXX.X Pa<br>(7148) (selection via parameter <code>eDeviceType</code>)</p>                                      |
| Output      | `rDifPressure_1s`             | `REAL`                                       |                                                                                    | <p>Differential pressure filtered 1s in XXXX Pa (7147) or XXX.X<br>Pa (7148) (selection via parameter <code>eDeviceType</code>)</p>                                     |
| Output      | `rDifPressure_10s`            | `REAL`                                       |                                                                                    | <p>Differential pressure filtered 10s in XXXX Pa (7147) or XXX.X<br>Pa (7148) (selection via parameter <code>eDeviceType</code>)</p>                                    |
| Output      | `rVolumeFlow`                 | `REAL`                                       |                                                                                    | Volume flow in m3/h (0.0 - 999999.0 m3/h)                                                                                                                               |
| Output      | `xSensorOffsetInDevice`       | `BOOL`                                       |                                                                                    | <p>Display of whether the sensor adjustment must be performed in the device<br>(TRUE = adjustment in the device required, FALSE = adjustment in<br>the FB required)</p> |
| Output      | `xAlarm`                      | `BOOL`                                       |                                                                                    | Collective fault (TRUE = fault)                                                                                                                                         |
| Output      | `xAlarmCom`                   | `BOOL`                                       |                                                                                    | Collective fault - communication (TRUE = fault)                                                                                                                         |
| Output      | `eErrorCodeCom`               | ModbusErrorCode                              |                                                                                    | Error code - communication (0 = no error)                                                                                                                               |
| Output      | `xBusy`                       | `BOOL`                                       |                                                                                    | Communication indicator (TRUE = communication)                                                                                                                          |
| Input Const | `stDisplayText`               | `STRING(7)`                                  | `powerIO`                                                                          | <p>Any text with 7 characters (fixed length) in the<br>bottom display line (characters H - N)</p>                                                                       |
| Input Const | `eDisplayValue`               | SPLUSS\_714X\_MOD\_DISPLAY\_VALUE            | SPLUSS\_714X\_MOD\_DISPLAY\_VALUE.Standard\_Display                                | <p>Specification of the value to be displayed (static) (0 =<br>standard display = differential pressure)</p>                                                            |
| Input Const | `xDisplayAvailable`           | `BOOL`                                       | FALSE                                                                              | <p>Specification of whether a display is present (TRUE = display<br>is present)</p>                                                                                     |
| Input Const | `rVolFlowHeightAboveSeaLevel` | `REAL`                                       | 450.0                                                                              | <p>Height above sea level for calculating the volume flow<br>in meters (-500.0 - +5000.0)</p>                                                                           |
| Input Const | `eVolFlowEquationType`        | SPLUSS\_714X\_MOD\_VOL\_FLOW\_EQUATION\_TYPE | SPLUSS\_714X\_MOD\_VOL\_FLOW\_EQUATION\_TYPE.Rosenberg\_Comefri\_Gebhardt\_Nicotra | <p>Selection of the fan manufacturer to determine the formula<br>for calculating the volume flow</p>                                                                    |
| Input Const | `rVolFlowConstant`            | `REAL`                                       | 100.0                                                                              | <p>K factor for calculating the current volume flow (1.0 -<br>2000.0)</p>                                                                                               |
| Input Const | `tTimeAutoZeroIntervall`      | `TIME`                                       | TIME#720m0s0ms                                                                     | <p>Cycle time duration for automatic zero-point adjustment in<br>minutes (15.0 - 1440.0)</p>                                                                            |
| Input Const | `xEnAutoZero`                 | `BOOL`                                       | TRUE                                                                               | <p>Enable / disable the automatic, cyclical zero-point<br>adjustment (TRUE = enable)</p>                                                                                |
| Input Const | `eDeviceType`                 | SPLUSS\_714X\_MOD\_DEVICE\_TYPE              | SPLUSS\_714X\_MOD\_DEVICE\_TYPE.Type\_7148                                         | Selection of the device type (1 = 7148 = +/- 500Pa)                                                                                                                     |
| Input Const | `tTimeUpdateConfigWrite`      | `TIME`                                       | TIME#0ms                                                                           | <p>Update interval for the processes influenced by the input<br><code>xUpdateConfigWrite</code> influenced</p>                                                          |
| Input Const | `tTimeUpdateSetp`             | `TIME`                                       | TIME#0ms                                                                           | <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/spluss/spluss_714x_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.
