> 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/location-and-movement/engine-hours.md).

# Моточасы

Моточасы — это инструмент, который позволяет владельцам транспорта и спецтехники контролировать время работы двигателя и планировать [работы по техобслуживанию](/docs/user/ru/guide/fleet-management/maintenance.md) на основе этих данных.

Чтобы активировать Моточасы:

1. Откройте [Управление устройствами](/docs/user/ru/guide/devices-and-settings.md), выберите нужный объект и перейдите к **Моточасы** блок.
2. Нажмите **Добавить моточасы** кнопку.
3. Выберите Источник данных: Зажигание или Моточасы из CAN-шины.
4. Установите начальное значение моточасов (от 0 до 99 999 999 часов, до 2 знаков после запятой).
5. Нажмите **Сохранить**.

{% hint style="warning" %}
Чтобы получать данные от датчика зажигания, создайте его [заранее](/docs/user/ru/guide/devices-and-settings/vehicle-sensors/discrete-sensors/ignition-source.md) как дискретный датчик.
{% endhint %}

{% hint style="info" %}
В отличие от [Одометр](/docs/user/ru/guide/devices-and-settings/location-and-movement/odometer.md), у моточасов **нет коэффициента коррекции**.
{% endhint %}

Чтобы отображать данные о моточасах в **Мониторинг** модуль, добавьте **виджет «Моточасы»** в панель виджетов в нижней части экрана. Просто нажмите **+** кнопку в правом верхнем углу панели виджетов и добавьте **виджет «Моточасы»**.

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

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

## См. также

* [Одометр](/docs/user/ru/guide/devices-and-settings/location-and-movement/odometer.md): эквивалентный счетчик пройденного расстояния с поддержкой коэффициента коррекции.
* [Техобслуживание автопарка](/docs/user/ru/guide/fleet-management/maintenance.md): планируйте интервалы техобслуживания по моточасам.
* [Датчик «Настройки зажигания»](/docs/user/ru/guide/devices-and-settings/vehicle-sensors/discrete-sensors/ignition-source.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/location-and-movement/engine-hours.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.
