> For the complete documentation index, see [llms.txt](https://help.aranet.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aranet.com/base-stations/base-stations/web-interface/overview/bacnet-ip-menu.md).

# BACnet IP Menu

Aranet BACnet IP functionality corresponds to the BACnet Smart Sensor profile.

{% hint style="warning" %}
IMPORTANT:&#x20;

* The BACnet/IP service can only be accessed through an Ethernet (wired) network interface.
* The full functionality of the BACnet/IP service requires an additional license to be uploaded.
  {% endhint %}

More information is available on this topic: [BACnet](/base-stations/base-stations/integrations-and-3rd-party-systems/bacnet.md)

#### BACnet configuration controls

{% columns %}
{% column width="58.333333333333336%" valign="middle" %}

<div data-with-frame="true"><figure><img src="/files/NS4kx1o4abT0dUoqoZyn" alt=""><figcaption></figcaption></figure></div>
{% endcolumn %}

{% column width="41.666666666666664%" %}

1. Status of BACnet/IP server process
2. Enable/Disable server process
3. Information about BACnet service availability on Ethernet interface (wired) only
4. Specify UDP port number (default 47808)
5. BACnet device object instance ID (default 1234)
6. Network number (default 1)
7. Set device object property Location
8. Select BACnet object type to be used for sensor measurement objects
9. Create/Download Engineering Data Exchange (EDE) file
10. Reset values of writeable BACnet object (Device, AI, AV) properties to defaults
11. Save BACnet/IP settings
    {% endcolumn %}
    {% endcolumns %}


---

# 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://help.aranet.com/base-stations/base-stations/web-interface/overview/bacnet-ip-menu.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.
