> 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/on-premise/id/qa/migrating-users/migrating-from-wialon/sensors-migration-from-wialon.md).

# Migrasi sensor dari Wialon

Jika Anda memiliki banyak perangkat dengan model yang sama dan sensor yang sama dalam satu akun, pengaturan mereka dapat disalin:

1. Pertama, buat dan konfigurasikan semua sensor pada salah satu perangkat. Perlu diperhatikan bahwa untuk sensor digital, CAN, dan OBD tidak perlu mengisi tabel kalibrasi.
2. Setelah semua sensor dibuat, pilih sensor yang ingin disalin (klik pada namanya) dan klik tombol salin di kanan atas.

![](/files/ffdda2686f84eeecb01e14b65d8859e400bd0dcf)

Kemudian pilih perangkat yang diinginkan dari daftar. Hanya perangkat yang cocok yang akan muncul dalam daftar, sehingga Anda tidak perlu mencarinya di antara semua perangkat pengguna. Menyalin sensor menghemat banyak waktu dan menghindarkan pengulangan langkah yang sama untuk setiap sensor.

## Data kalibrasi sensor

Beberapa sensor mungkin memiliki tabel kalibrasi yang besar. Anda dapat dengan mudah dan cepat memindahkannya ke platform Navixy menggunakan file .csv.

1. Buat sensor pengukuran.
2. Buka jendela dengan properti objek di Wialon.

![](/files/85448be34a06ec22f4c4dfe4795c0e2869b12dde)

3. Pilih tab dengan sensor dan buka properti sensor yang akan Anda pindahkan.

![](/files/c9c53ccd0e12594aecdb2610487143c5f06ef506)

4. Buka tabel perhitungan dan aktifkan item Generate from XY pairs. Tombol untuk ekspor ke CSV akan muncul, dan saat Anda mengkliknya, tabel akan mulai diunduh.

![](/files/10dbb8cf335c0e69d1b65f7058c4d65c32f8a547)

5. Di platform Navixy, buka pengaturan sensor dan klik tombol Import table

![](/files/cc533e88b15bbe8b66108e6a9c77ea49c9ee5385)

6. Pilih file yang diinginkan dan unggahnya.

Setelah mengunggah, semua nilai yang diperlukan akan disetel secara otomatis. Mulai saat itu, platform akan mulai merekam informasi sesuai tabel kalibrasi.


---

# 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/on-premise/id/qa/migrating-users/migrating-from-wialon/sensors-migration-from-wialon.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.
