# Read operations

### Read Coils <a href="#read-coils" id="read-coils"></a>

Reads Coils

#### Parameters <a href="#parameters" id="parameters"></a>

| Parameter                       | Description                                                                                                  |
| ------------------------------- | ------------------------------------------------------------------------------------------------------------ |
| First Address to be read        | Address from where the data read begins.                                                                     |
| Number of addresses to be read  | Length of data.                                                                                              |
| Slave Address / Unit identifier | Unit identifier (previously slave address). In asynchonous mode this unit is given to the callback function. |

#### Output <a href="#output" id="output"></a>

Returns a table with values, true or false.

#### Since <a href="#since" id="since"></a>

6.4

### Read Digital Inputs <a href="#read-digital-inputs" id="read-digital-inputs"></a>

Read Digital Inputs

#### Parameters <a href="#parameters" id="parameters"></a>

| Parameter                       | Description                                                                                                  |
| ------------------------------- | ------------------------------------------------------------------------------------------------------------ |
| First Address to be read        | Address from where the data read begins.                                                                     |
| Number of addresses to be read  | Length of data.                                                                                              |
| Slave Address / Unit identifier | Unit identifier (previously slave address). In asynchonous mode this unit is given to the callback function. |

#### Output <a href="#output" id="output"></a>

Returns a table with values, true or false.

#### Since <a href="#since" id="since"></a>

6.4

### Read Holding Register <a href="#read-holding-register" id="read-holding-register"></a>

Read Holding Register

#### Parameters <a href="#parameters" id="parameters"></a>

| Parameter                       | Description                                                                                                  |
| ------------------------------- | ------------------------------------------------------------------------------------------------------------ |
| First Address to be read        | Address from where the data read begins.                                                                     |
| Number of addresses to be read  | Length of data.                                                                                              |
| Slave Address / Unit identifier | Unit identifier (previously slave address). In asynchonous mode this unit is given to the callback function. |

#### Output <a href="#output" id="output"></a>

Returns a table with values.

#### Since <a href="#since" id="since"></a>

6.4

### Read Input Register <a href="#read-input-register" id="read-input-register"></a>

Read Input Register

#### Parameters <a href="#parameters" id="parameters"></a>

| Parameter                       | Description                                                                                                  |
| ------------------------------- | ------------------------------------------------------------------------------------------------------------ |
| First Address to be read        | Address from where the data read begins.                                                                     |
| Number of addresses to be read  | Length of data.                                                                                              |
| Slave Address / Unit identifier | Unit identifier (previously slave address). In asynchonous mode this unit is given to the callback function. |

#### Output <a href="#output" id="output"></a>

Returns a table with values.

#### Since <a href="#since" id="since"></a>

6.4


---

# 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://help.novacuraflow.com/connectors/areas/communication/modbus/read-operations.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.
