> For the complete documentation index, see [llms.txt](https://enless.gitbook.io/centre-aide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://enless.gitbook.io/centre-aide/guides-installation/documentation-en/products/rx-bacnet/led-behavior.md).

# LED behavior

The **RX BACNET** has two sets of indicator lights (LEDs) that make it possible to validate the device's operating status without using the software interface.

## Internal LEDs (On the electronic board)

To access these LEDs, it is necessary to open the housing cover. They provide precise diagnostics of data flows.

<table><thead><tr><th width="80.2265625">LED</th><th width="106.01953125">Color</th><th width="118.07421875">Status</th><th>Meaning</th></tr></thead><tbody><tr><td>A</td><td><mark style="color:green;">Green</mark></td><td>Flashing</td><td><strong>Radio Reception</strong> : A message from a sensor has been received.</td></tr><tr><td>B</td><td><mark style="color:$warning;">Orange</mark></td><td>Flashing</td><td><strong>Radio Transmission</strong> : The receiver has transmitted a message.</td></tr><tr><td>C</td><td><mark style="color:green;">Green</mark></td><td>On</td><td><strong>Power Supply</strong> : The board is correctly powered.</td></tr><tr><td>D</td><td><mark style="color:$warning;">Orange</mark></td><td>Flashing</td><td><strong>TX Com</strong> : A communication message is received (BACnet request).</td></tr><tr><td>E</td><td><mark style="color:green;">Green</mark></td><td>Flashing</td><td><strong>RX Com</strong> : A communication message is transmitted (BACnet). </td></tr><tr><td>F</td><td><mark style="color:red;">Red</mark></td><td>Off</td><td><strong>Not used</strong> : This LED remains off during normal operation.</td></tr></tbody></table>

## External LED (Closed housing)

A control LED is visible on the outside of the product, located near the power cable gland. It makes it possible to check the system status without dismantling the installation.

* Red LED (Status):
  * **Behavior** : A **flash** every minute.
  * **Meaning** : The receiver is active, the internal processor is operating normally (Heartbeat).

{% hint style="info" %}
**Troubleshooting tip** :

* If the **LED C** internal is **off**, **check your power source** (7.5 - 24VDC) and the **polarity** of the Red/Black wires.
* If the **LED D** and **E** never flash **never** when your controller sends requests, **check the serial wiring** (RS485) or the communication speed (baud rate).
  {% endhint %}


---

# 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://enless.gitbook.io/centre-aide/guides-installation/documentation-en/products/rx-bacnet/led-behavior.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.
