> For the complete documentation index, see [llms.txt](https://vesta-guide.gitbook.io/vesta-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://vesta-guide.gitbook.io/vesta-guide/spain-es/vesta-341n.md).

# VESTA-341N

STCB-1-LTE-E F1 868

## Punto de llamada de emergencia por voz

<figure><img src="/files/300e59a32b0c9701ad9425022ab9714fa2734233" alt=""><figcaption></figcaption></figure>

### TABLA DE COMANDOS SMS

### GUÍA RÁPIDA

{% stepper %}
{% step %}
Enviar SMS al VCP con el número de teléfono que desea llamar

RPT:PROG,1111,3,<mark style="color:naranja;">TELÉFONO</mark>,3,0,0,4
{% endstep %}

{% step %}
Agregar al panel VESTA (Solo VESTA-349N)

Ponga el panel en modo aprendizaje y presione el botón de ayuda en VESTA-349N
{% endstep %}
{% endstepper %}

### Botón del dispositivo e indicador LED

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

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

***

{% hint style="info" %}

## **Manual para Aprender y Eliminar Dispositivos RF en VESTA-341N**&#x20;

### **Entrando en Modo de Aprendizaje**

1. Presione y mantenga pulsado el **Botón de Alarma** en VCPP durante **8 segundos**.
2. En el **8.º segundo**, el dispositivo emitirá **un pitido**.
3. Suelte el botón inmediatamente después del pitido para entrar en **modo de aprendizaje**.

<img src="/files/1d7636768ff0bf089cb0422a947a9ffaeb82249d" alt="" data-size="original">

***

### **Aprendizaje y Prueba del Dispositivo**

1. **Presione el Botón** en el dispositivo RF para transmitir señales. *(Consulte el manual del dispositivo RF para detalles específicos.)*
2. **VCP emitirá 2 pitidos** cuando reciba correctamente la señal del dispositivo RF (pulsera/colgante), confirmando que ha sido aprendido.
3. **Repita los Pasos 1-2** para aprender dispositivos adicionales.
4. **Verificación:**
   * Para asegurar la recepción correcta en todos los puntos clave, verifique que la **unidad manos libres emita un tono de confirmación** al presionar el **botón de la pulsera/colgante**.
5. Una vez que todos los dispositivos estén aprendidos, **presione el Botón de Alarma** en **VCP una vez** para salir del modo de aprendizaje.
   * El dispositivo emitirá **2 pitidos** para confirmar la salida.

***

### **Eliminación del Dispositivo**

1. Mientras esté en **modo de aprendizaje**, presione el **Botón de Alarma dos veces rápidamente**.
2. **VCP emitirá 2 pitidos**, indicando que **TODOS los dispositivos RF** han sido eliminados.
3. El dispositivo automáticamente **saldrá del modo de aprendizaje** después de la eliminación.
   {% 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://vesta-guide.gitbook.io/vesta-guide/spain-es/vesta-341n.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.
