> For the complete documentation index, see [llms.txt](https://docs.buildings.ability.abb/collection/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.buildings.ability.abb/collection/english-v14/connectivity-as-a-service/connect-devices-with-abb-buildingpro/connect-devices-via-modbus/create-a-new-modbus-connection.md).

# Create a new Modbus connection

## Steps to set up a Modbus connection

<div data-full-width="true"><figure><img src="/files/52fdb9303e35b9115110fd5b653f213827253413" alt=""><figcaption></figcaption></figure></div>

1. Click in the left sidebar on **Connection \[A]**.
2. **Select the "Modbus" tab \[B]**\
   ▷ The list of all existing Modbus connections is displayed.\
   ◈ This list shows all already configured Modbus connections, if any.
3. **Click on "+Connection" \[C]**\
   ▷ A new window for creating a connection opens.

<figure><img src="/files/ee3431b5e85c50e1a176cfc3f2d2aba685eac8ee" alt=""><figcaption></figcaption></figure>

1. **Configure the connection**\
   Enter the following information:
   * **Name**: Assign a name for the Modbus connection.
   * **Schema**: Select the appropriate schema from the dropdown menu.
   * **Address**: Enter the IP address of the Modbus server (e.g. *194.87.82.160*).
   * **Port**: Enter the server's port (default: **502**).
   * **Unit**: Enter the *Slave ID* of the device (digits only, e.g. *123*).
2. **Save the configuration**\
   Click on **Save**, to create the connection.\
   ▷ The Modbus connection is saved and displayed in the list.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.buildings.ability.abb/collection/english-v14/connectivity-as-a-service/connect-devices-with-abb-buildingpro/connect-devices-via-modbus/create-a-new-modbus-connection.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
