> For the complete documentation index, see [llms.txt](https://help.verkada.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.verkada.com/access-control/es/solucion-de-problemas/verkada-ac41-status-led/use-the-ac41-test-buttons.md).

# Usar los botones de prueba del AC41

La Verkada [Controlador de 4 puertas AC41](https://docs.verkada.com/docs/door-controller-ac41-datasheet.pdf) tiene 4 botones para ayudar a probar o emular diferentes eventos. Los botones de prueba le ayudan a probar los relés de los controladores y las entradas de solicitud de salida (REX) y del indicador de posición de puerta (DPI) en los puertos individuales.

{% hint style="danger" %}
El controlador necesita acceso a Internet para que funcionen los botones de prueba.
{% endhint %}

***

## Botón de puerta

{% stepper %}
{% step %}
**Presione el botón DOOR para alternar qué puerta está seleccionada para las pruebas. La puerta seleccionada tiene encendido su LED correspondiente. Por ejemplo, si la puerta 2 está seleccionada, el LED debajo del 2 estaría encendido.**
{% endstep %}

{% step %}
**Una vez que seleccione una puerta, los 3 LED indican el estado del circuito, como se muestra a continuación.**

<div align="left" data-with-frame="true"><img src="/files/25d9d4fe24410c5599e8ba033b49738b5a65eeae" alt=""></div>
{% endstep %}
{% endstepper %}

## Botón de activación de la cerradura

Cuando el LED está encendido, indica que la cerradura está bloqueada. Cuando el LED está apagado, la cerradura está desbloqueada.

<div data-with-frame="true"><img src="/files/3d7288aa067edf9790d4bf6417c64fe7270bc563" alt=""></div>

## Botón Emular DPI

Cuando la puerta está cerrada, el LED está encendido, lo que indica que el circuito está completo. Si la puerta está abierta, el circuito está abierto (el LED está apagado).

<div align="left" data-with-frame="true"><img src="/files/5ad162dd31332ea613ebd7f22eeb0b7fb2886f17" alt=""></div>

## Botón EMULAR REX

Cuando la **EMULAR REX** cuando se activa el botón, el circuito está completo (el LED está encendido). En estado de reposo, si no se detecta a nadie mediante el REX, entonces el LED está apagado.

<div data-with-frame="true"><img src="/files/f2dfd6e21b274199b47375f69727c1defd11c500" alt=""></div>

Cuando presione y mantenga presionado el **EMULAR REX** botón, el controlador cambia el estado actual del DPI o del REX.

**Ejemplo**

Si el LED de DPI está encendido, significa que la puerta está cerrada. Si el **EMULAR REX** botón se presiona, el LED se apaga (la puerta está abierta).

<div data-with-frame="true"><img src="/files/0b9ff197e685e9fe3a46e68d2a4ab9f178366465" alt=""></div>


---

# 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.verkada.com/access-control/es/solucion-de-problemas/verkada-ac41-status-led/use-the-ac41-test-buttons.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.
