# PRIGNITZ\_CIT2

## `PRIGNITZ_CIT2` (FB)

`FUNCTION_BLOCK` PRIGNITZ\_CIT2

### Representation

<figure><img src="/files/01f70741c4001a8cf77933ede83127ae7b91ce99" 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                                                                                                                                                      |
| Input       | `xUpdateActual`         | `BOOL`             | FALSE      | <p>Update of actual values (on every rising edge<br>)</p>                                                                                                           |
| Input       | `xUpdateInfo`           | `BOOL`             | FALSE      | Device information update (on every rising edge)                                                                                                                    |
| Inout       | `ModbusClient`          | `ModbusClientBase` |            | Client of the device                                                                                                                                                |
| Output      | `rPressureDigit`        | `REAL`             |            | Actual pressure value in digits (0 … 10000)                                                                                                                         |
| Output      | `rPressureUnit`         | `REAL`             |            | Actual pressure value in the unit of measure                                                                                                                        |
| Output      | `rTemperature`          | `REAL`             |            | Temperature in degrees Celsius                                                                                                                                      |
| Output      | `rRangeUnit`            | `REAL`             |            | Measuring range in the unit of measure                                                                                                                              |
| Output      | `rRangeDigit`           | `REAL`             |            | Measuring range in digits                                                                                                                                           |
| Output      | `rRiseUnit`             | `REAL`             |            | Increase in the unit of measure                                                                                                                                     |
| Output      | `rPressureMinUnit`      | `REAL`             |            | Minimum value - measuring range in the unit of measurement                                                                                                          |
| Output      | `rPressureMaxUnit`      | `REAL`             |            | Maximum value - measuring range in the unit of measurement                                                                                                          |
| Output      | `sUnit`                 | `STRING`           |            | Unit of measurement                                                                                                                                                 |
| 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      | `wSerialNum_H`          | `WORD`             |            | <p>Device serial number - part H (printed on the sensor in<br>HEX format)</p>                                                                                       |
| Output      | `wSerialNum_M`          | `WORD`             |            | <p>Device serial number - part M (printed on the sensor in<br>HEX format)</p>                                                                                       |
| Output      | `wSerialNum_L`          | `WORD`             |            | <p>Device serial number - part L (printed on the sensor in<br>HEX format)</p>                                                                                       |
| Output      | `wSerialNum_X`          | `WORD`             |            | <p>Device serial number - part X (printed on the sensor in<br>HEX format)</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      | `xBusy`                 | `BOOL`             |            | Communication indicator (TRUE = communication)                                                                                                                      |
| Input Const | `rTemperatureOffset`    | `REAL`             | 0.0        | <p>Constant measured-value offset for the transmitted temperature<br>actual value</p>                                                                               |
| Input Const | `rPressureUnitOffset`   | `REAL`             | 0.0        | <p>Constant measured value offset for the transmitted pressure -<br>actual value</p>                                                                                |
| Input Const | `diAdrOffset`           | `DINT`             | 0          | <p>Offset for calculating the Modbus addresses (from the Modbus<br>registers) (permitted range: -1, 0, +1)</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/prignitz/prignitz_cit2.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.
