> 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/events-and-notifications/vehicle-efficiency/check-engine-mil.md).

# Check engine (MIL)

## Ikhtisar

Aturan "Check engine (MIL)" dirancang untuk memantau status Lampu Indikator Kerusakan (MIL), yang umumnya dikenal sebagai lampu "Check Engine", pada kendaraan. Aturan ini sangat penting untuk perawatan kendaraan dan manajemen armada, karena segera memberi tahu pengguna saat MIL diaktifkan.

MIL biasanya menyala ketika sistem diagnostik onboard kendaraan mendeteksi masalah pada mesin, emisi, atau sistem penting lainnya. Dengan menerima notifikasi tepat waktu, pengguna dapat segera mengambil tindakan untuk mengatasi potensi masalah, mencegah kerusakan lebih lanjut, serta memastikan keselamatan dan kepatuhan kendaraan.

{% hint style="info" %}
Untuk memantau kode DTC tertentu, Anda dapat menyiapkan sebuah [Nilai bidang status](/docs/user/id/guide/events-and-notifications/inputs-and-outputs/state-field-value.md) .
{% endhint %}

## Pengaturan aturan

Aturan ini sepenuhnya bergantung pada kemampuan dan konfigurasi perangkat. Tidak ada pengaturan khusus yang perlu dikonfigurasi di dalam aturan itu sendiri.

Untuk pengaturan umum, silakan merujuk ke [Aturan dan Peringatan](/docs/user/id/guide/events-and-notifications.md).

## Detail operasi sistem

* **Setel ulang timer.** Peringatan "Check engine (MIL)" memiliki pengatur waktu reset 24 jam, yang berarti tidak akan terpicu lebih sering daripada sekali setiap 24 jam. Jika peristiwa terjadi selama periode reset, peristiwa tersebut akan diabaikan dari platform dan laporan.
* **Beberapa perangkat.** Aturan ini dapat diterapkan pada beberapa perangkat GPS, asalkan perangkat tersebut mendukung peristiwa Check Engine (MIL) dan fitur tersebut telah terintegrasi ke dalam platform.
* **Peringatan peristiwa independen GPS.** Platform akan mencatat peristiwa dan memicu notifikasi baik kendaraan berada di dalam maupun di luar geofence, bahkan jika paket data tidak memiliki koordinat GPS yang valid. Platform memprioritaskan penangkapan dan penayangan peristiwa kritis ini untuk memastikan peristiwa tersebut tidak terlewat.


---

# 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/events-and-notifications/vehicle-efficiency/check-engine-mil.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.
