> 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

Salin konfigurasi sensor dari Wialon ke Navixy secara massal dan impor tabel kalibrasi melalui file CSV. Gunakan alat migrasi sensor Navixy untuk mentransfer pengaturan.

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

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

![](https://382895980-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FkUnMmePH99SsdChtqqu7%2Fuploads%2Fgit-blob-a5a00f9e3945313a9dfd0a953e4624c6f43f9b39%2Fimage-20230810-125324.png?alt=media)

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

## Data kalibrasi sensor

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

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

![](https://382895980-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FkUnMmePH99SsdChtqqu7%2Fuploads%2Fgit-blob-5b17477f66eb96800e5e235aeef21e5ca03d54dd%2Fimage-20230810-125336.png?alt=media)

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

![](https://382895980-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FkUnMmePH99SsdChtqqu7%2Fuploads%2Fgit-blob-011df53362f5c9ac1110d271aa600d881ad97025%2Fimage-20230810-125351.png?alt=media)

4. Buka tabel perhitungan dan aktifkan item Hasilkan dari pasangan XY. Tombol ekspor ke CSV akan muncul, dan saat Anda mengkliknya, tabel mulai diunduh.

![](https://382895980-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FkUnMmePH99SsdChtqqu7%2Fuploads%2Fgit-blob-5ee1f3c4ba16d812e17d4624790d77bc10f28e4f%2Fimage-20230810-125430.png?alt=media)

5. Di platform Navixy, buka pengaturan sensor dan klik tombol Impor tabel

![](https://382895980-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FkUnMmePH99SsdChtqqu7%2Fuploads%2Fgit-blob-3a57f3070be33962ec84a94f08e5fa649584a933%2Fimage-20230810-125444.png?alt=media)

6. Pilih file yang diinginkan dan unggah file itu.

Setelah diunggah, semua nilai yang diperlukan akan diatur secara otomatis. Mulai saat ini, platform mulai merekam informasi sesuai dengan 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.
