> 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/ru/guide/devices-and-settings/device-specific-controls/engine-and-diagnostics/obd-data-acquisition.md).

# Получение данных OBD

Настройте блок сбора данных OBD в Navixy, чтобы включить отчеты PID на OBD-устройстве и задать интервал сбора и размер пакета выгрузки.

Определяет, как OBD-устройство собирает и загружает диагностические данные PID (Parameter ID) из порта OBD-II автомобиля. Данные PID включают стандартные диагностические параметры двигателя, такие как Обороты двигателя, скорость автомобиля, температура охлаждающей жидкости и Уровень топлива, — параметры, которые не передаются через GPS, но доступны через CAN-шину автомобиля.

## Настройки

* **Включить Отчеты PID**: включите или отключите сбор данных OBD.
* **Интервал сбора данных PID**: как часто устройство считывает новое значение PID (например, каждые 10 секунд). Более короткие интервалы дают более детализированные данные, но увеличивают расход трафика.
* **Количество записей для загрузки**: сколько записей устройство накапливает перед отправкой пакета на платформу Navixy. Например, значение 10 при интервале 10 секунд означает, что данные загружаются примерно каждые 100 секунд.

## Доступность

Отображается на моделях OBD-устройств, которые поддерживают получение данных PID.

## См. также

* [Определение состояния двигателя](/docs/user/ru/guide/devices-and-settings/device-specific-controls/engine-and-diagnostics/engine-state-detection.md): настройте определение включения и выключения двигателя по напряжению в этой же линейке устройств.


---

# 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/ru/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.
