# OPPERMANN\_P\_MOD\_W16

## `OPPERMANN_P_MOD_W16` (FB)

`FUNCTION_BLOCK` OPPERMANN\_P\_MOD\_W16

### Representation

<figure><img src="/files/2a9366682a7b9cd6a13473be08569bec6d1077d0" alt=""><figcaption></figcaption></figure>

### General

> This is a pressure transmitter for measurement in pipes and containers (0.0 - 16.0 bar gauge pressure)

> The Modbus interface and other parameters are configured via NFC and app when a display is present (variant 1). The Modbus interface and other parameters are configured via buttons when a display is present (variant 2).

> The measurement value offset can be set in 10 steps using a rotary switch on the device. A terminating resistor (120 Ohm) can be activated / deactivated.

> The Modbus interface is parameterized as follows without any further settings:

> RTU 9600 baud 8 data bits even parity 1 stop bit device address = 1

InOut:

| Scope       | Name                    | Type               | Initial    | Comment                                                                                                                                                             |
| ----------- | ----------------------- | ------------------ | ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Input       | `xEn`                   | `BOOL`             | TRUE       | Enable / disable communication (TRUE = enable)                                                                                                                      |
| Input       | `byUnitId`              | `BYTE`             | 0          | Device address (1 .. 127)                                                                                                                                           |
| Input       | `xUpdateActual`         | `BOOL`             | FALSE      | <p>Updating the actual values (at every rising edge<br>) (range: operation)</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      | `rPressure`             | `REAL`             |            | Differential pressure in XX.XX bar                                                                                                                                  |
| 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      | `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 | `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/oppermann/oppermann_p_mod_w16.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.
