# DIX\_6DI

## `DIX_6DI` (`STRUCT`)

`TYPE` DIX\_6DI: `STRUCT`

InOut:

| Name                | Type                                                                               | Initial                                          | Comment                                                                                                   |
| ------------------- | ---------------------------------------------------------------------------------- | ------------------------------------------------ | --------------------------------------------------------------------------------------------------------- |
| `arwDI_Counter`     | `ARRAY` \[1 .. 6] `OF` `WORD`                                                      |                                                  | Array with the counter values (absolute counters of the rising edges) of the digital inputs DI1 - 6       |
| `arwDI_Counter_Old` | `ARRAY` \[1 .. 6] `OF` `WORD`                                                      |                                                  | Array with the counter values - old (absolute counters of the rising edges) of the digital inputs DI1 - 6 |
| `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 with the states of the inputs DI1 - DI6                                                             |
| `arxDI_Out`         | `ARRAY` \[1 .. 6] `OF` `BOOL`                                                      |                                                  | Array with the states of the outputs xDI1 - xDI6                                                          |
| `arDI_Timer_Pulse`  | `ARRAY` \[1 .. 6] `OF` `TON`                                                       |                                                  | Array with the timers for the pulses at the outputs xDI1 - xDI6                                           |
| `arDI_RTrig_Change` | `ARRAY` \[1 .. 6] `OF` R\_TRIG                                                     |                                                  | Array with the edge detections at the change bits of the digital inputs DI1 - DI6                         |
| `arDI_RTrig_Button` | `ARRAY` \[1 .. 6] `OF` R\_TRIG                                                     |                                                  | Array with the edge detections at the button bits of the digital inputs DI1 - DI6                         |


---

# 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/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.
