> For the complete documentation index, see [llms.txt](https://navixy.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://navixy.com/docs/user/es/guide/devices-and-settings/device-specific-controls/engine-and-diagnostics/obd-data-acquisition.md).

# Adquisición de datos OBD

Configure el bloque de Adquisición de datos OBD en Navixy para habilitar los Reportes PID en un dispositivo OBD y establecer el intervalo de recopilación y el tamaño del lote de carga.

Controla cómo un dispositivo OBD recopila y carga datos de diagnóstico PID (Parameter ID) desde el puerto OBD-II del vehículo. Los datos PID incluyen diagnósticos estándar del motor, como RPM, velocidad del vehículo, temperatura del refrigerante y nivel de combustible, parámetros que no se transmiten por GPS, pero que están disponibles a través del bus CAN del vehículo.

## Configuración

* **Habilitar Reportes PID**: active o desactive la recopilación de datos OBD.
* **Intervalo de recopilación de datos PID**: con qué frecuencia el dispositivo toma una nueva lectura PID (por ejemplo, cada 10 segundos). Los intervalos más cortos ofrecen datos más detallados, pero aumentan el consumo de datos.
* **Cantidad de registros a subir**: cuántos registros acumula el dispositivo antes de enviar un lote a la plataforma Navixy. Por ejemplo, un valor de 10 con un intervalo de 10 segundos significa que los datos se cargan aproximadamente cada 100 segundos.

## Disponibilidad

Aparece en los modelos de dispositivos OBD compatibles con la adquisición de datos PID.

## Véase también

* [Detección del estado del motor](/docs/user/es/guide/devices-and-settings/device-specific-controls/engine-and-diagnostics/engine-state-detection.md): configure la detección de encendido y apagado del motor basada en voltaje en la misma familia de dispositivos.


---

# 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://navixy.com/docs/user/es/guide/devices-and-settings/device-specific-controls/engine-and-diagnostics/obd-data-acquisition.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.
