# SOLVIMUS\_GE20M\_GATEWAY

## `SOLVIMUS_GE20M_GATEWAY` (FB)

`FUNCTION_BLOCK` SOLVIMUS\_GE20M\_GATEWAY

### Representation

<figure><img src="/files/34ae5208590ed2f7fb8f9ddc212e4d5908d3b903" alt=""><figcaption></figcaption></figure>

InOut:

| Scope       | Name                 | Type               | Initial      | Comment                                                                                                            |
| ----------- | -------------------- | ------------------ | ------------ | ------------------------------------------------------------------------------------------------------------------ |
| Input       | `xEn`                | `BOOL`             | TRUE         | Enable / disable communication (TRUE = enable)                                                                     |
| Input       | `byUnitId`           | `BYTE`             | 255          | Device address (specified by IP address)                                                                           |
| Input       | `xUpdateActual`      | `BOOL`             | FALSE        | <p>Update of actual values (on every rising edge<br>)</p>                                                          |
| Input       | `wBaseAdressGateway` | `WORD`             | 0            | Modbus - base register for the gateway information                                                                 |
| Input       | `xResError`          | `BOOL`             | FALSE        | <p>Reinitialization of the outputs <code>eErrorCodeCom</code> in the<br>fault-free state (on each rising edge)</p> |
| Inout       | `ModbusClient`       | `ModbusClientBase` |              | Client of the device                                                                                               |
| Output      | `dwSerialNum`        | `DWORD`            |              | Serial number of the gateway                                                                                       |
| Output      | `wMBUSProtocolVer`   | `WORD`             |              | Protocol version of the Modbus data                                                                                |
| Output      | `wSoftwareVer`       | `WORD`             |              | Software version of the gateway                                                                                    |
| Output      | `dtSysTime`          | `DT`               |              | <p>Timestamp of the gateway (UTC, in Germany UTC +1 / +2 h<br>depending on summer / winter time)</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 | `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#1m0s0ms | <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/solvimus/solvimus_ge20m_gateway.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.
