> 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/id/guide/devices-and-settings/device-specific-controls/engine-and-diagnostics/engine-state-detection.md).

# Deteksi status mesin

Konfigurasikan blok Deteksi status mesin di Navixy agar perangkat melaporkan mesin menyala dan mati berdasarkan tingkat tegangan internal dan durasi.

Memberi tahu perangkat cara menentukan bahwa mesin sedang hidup, berdasarkan tegangan onboard. Mesin yang hidup menaikkan tegangan sistem di atas level istirahat baterai, biasanya dari sekitar 12 V saat diam menjadi 13–14 V saat alternator mengisi daya.

## Pengaturan

* **Ambang tegangan saat mesin hidup**: level tegangan di atas ambang ini mesin dianggap hidup. Nilai umum: 13,0–13,5 V.
* **Durasi mesin hidup**: berapa lama tegangan harus tetap di atas ambang sebelum status mesin hidup dikonfirmasi. Durasi singkat (2–3 detik) mencegah pemicu palsu akibat lonjakan tegangan singkat.
* **Ambang tegangan saat mesin mati**: level tegangan di bawah ambang ini mesin dianggap mati. Nilai umum: 12,5 V.
* **Durasi mesin mati**: berapa lama tegangan harus tetap di bawah ambang sebelum status mesin mati dikonfirmasi.

{% hint style="info" %}
Atur ambang mesin mati beberapa persepuluh volt di bawah ambang mesin hidup untuk membuat celah kecil antara ambang hidup dan mati agar status mesin tidak bolak-balik saat tegangan berfluktuasi ketika idle.
{% endhint %}

## Ketersediaan

Muncul pada model perangkat yang mendeteksi status mesin dari tegangan onboard.

## Lihat juga

* [Sumber pengapian](/docs/user/id/guide/devices-and-settings/location-and-movement/ignition-source.md): pilih bagaimana platform Navixy menafsirkan pengapian.
* [Perhitungan Konsumsi bahan bakar](/docs/user/id/guide/devices-and-settings/device-specific-controls/engine-and-diagnostics/fuel-consumption-calculation.md): perkiraan Bahan bakar di sisi perangkat yang bergantung pada status mesin.


---

# 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/id/guide/devices-and-settings/device-specific-controls/engine-and-diagnostics/engine-state-detection.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.
