# POWERIO\_T1\_B100\_EASY

## `POWERIO_T1_B100_EASY` (FB)

`FUNCTION_BLOCK` POWERIO\_T1\_B100\_EASY

### Representation

<figure><img src="/files/6cf871908f82b53b8a38e43880fa2fe017829ae2" alt=""><figcaption></figcaption></figure>

InOut:

| Scope       | Name                | Type                           | Initial                                  | Comment                                                                                                                                           |
| ----------- | ------------------- | ------------------------------ | ---------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------- |
| Input       | `xEn`               | `BOOL`                         | TRUE                                     | Enable / disable communication (TRUE = enable)                                                                                                    |
| Input       | `byUnitId`          | `BYTE`                         | 248                                      | Device address                                                                                                                                    |
| Input       | `xUpdateActual`     | `BOOL`                         | FALSE                                    | <p>Update of actual values (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> |
| Inout       | `ModbusClient`      | `ModbusClientBase`             |                                          | Client of the device                                                                                                                              |
| Output      | `sHostName`         | `STRING`                       |                                          | Hostname of the box                                                                                                                               |
| Output      | `sBoxName`          | `STRING`                       |                                          | Name of the box                                                                                                                                   |
| Output      | `sSerialNumber`     | `STRING`                       |                                          | Serial number of the box                                                                                                                          |
| Output      | `rTemp_CPU`         | `REAL`                         |                                          | Temperature of the CPU                                                                                                                            |
| Output      | `rTemp_Sys_1`       | `REAL`                         |                                          | Temperature of Sys 1 chip                                                                                                                         |
| Output      | `rU_24V`            | `REAL`                         |                                          | Voltage of the 24VDC supply                                                                                                                       |
| Output      | `rI_24V`            | `REAL`                         |                                          | Current of the 24VDC supply                                                                                                                       |
| Output      | `ltUpTime`          | `LTIME`                        |                                          | Operating time since the last restart                                                                                                             |
| 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      | `eErrorCodeDev`     | POWERIO\_T1\_B100\_ERROR\_CODE | POWERIO\_T1\_B100\_ERROR\_CODE.NO\_ERROR | Error code - device (0 = no error)                                                                                                                |
| Output      | `xBusy`             | `BOOL`                         |                                          | Communication indicator (TRUE = communication)                                                                                                    |
| Input Const | `tTimeUpdateActual` | `TIME`                         | TIME#5m0s0ms                             | <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/powerio/powerio_t1_b100_easy.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.
