> For the complete documentation index, see [llms.txt](https://support.powerio.com/hub/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.powerio.com/hub/codesys-hvac/hvac-modbus-library/datatypes/enumerations/dix_6di.md).

# DIX\_6DI

## `DIX_6DI` (`STRUCT`)

`TYPE` DIX\_6DI: `STRUCT`

InOut:

| Name                | Type                                                                               | Initial                                          | Comment                                                                                                               |
| ------------------- | ---------------------------------------------------------------------------------- | ------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------- |
| `arwDI_Counter`     | `ARRAY` \[1 .. 6] `OF` `WORD`                                                      |                                                  | <p>Array mit den Zählerständen (absolute Zähler der<br>ansteigenden Flanken) der digitalen Eingänge DI1 - 6</p>       |
| `arwDI_Counter_Old` | `ARRAY` \[1 .. 6] `OF` `WORD`                                                      |                                                  | <p>Array mit den Zählerständen - Alt (absolute Zähler der<br>ansteigenden Flanken) der digitalen Eingänge DI1 - 6</p> |
| `areDI_Mode`        | <p><code>ARRAY</code> \[1 .. 6] <code>OF</code><br>POWERIO\_T1\_R100\_DI\_MODE</p> | \[6(POWERIO\_T1\_R100\_DI\_MODE.DIGITAL\_INPUT)] |                                                                                                                       |
| `arxDI_In`          | `ARRAY` \[1 .. 6] `OF` `BOOL`                                                      |                                                  | Array mit den Zuständen der Eingänge DI1 - DI6                                                                        |
| `arxDI_Out`         | `ARRAY` \[1 .. 6] `OF` `BOOL`                                                      |                                                  | Array mit den Zuständen der Ausgänge xDI1 - xDI6                                                                      |
| `arDI_Timer_Pulse`  | `ARRAY` \[1 .. 6] `OF` `TON`                                                       |                                                  | <p>Array mit den Timern für die Impulse an den Ausgängen xDI1 -<br>xDI6</p>                                           |
| `arDI_RTrig_Change` | `ARRAY` \[1 .. 6] `OF` R\_TRIG                                                     |                                                  | <p>Array mit den Flankenerkennungen an den Änderungs-Bits der<br>digitalen Eingänge DI1 - DI6</p>                     |
| `arDI_RTrig_Button` | `ARRAY` \[1 .. 6] `OF` R\_TRIG                                                     |                                                  | <p>Array mit den Flankenerkennungen an den Taster-Bits der<br>digitalen Eingänge DI1 - DI6</p>                        |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/hvac-modbus-library/datatypes/enumerations/dix_6di.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.
