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

# Миграция сенсоров из Wialon

Если у вас много устройств одной модели с одинаковыми датчиками в одном аккаунте, их настройки можно скопировать:

1. Сначала создайте и настройте все датчики на одном из устройств. Обратите внимание, что для цифровых, CAN и OBD-датчиков заполнять таблицы калибровки не обязательно.
2. Когда все датчики созданы, выберите нужный датчик для копирования (нажмите на название) и нажмите кнопку копирования в правом верхнем углу.

![](/files/d9991db6db62b5ff80a11e270d5ae6a9477bca7e)

Затем выберите нужные устройства из списка. В списке будут отображаться только подходящие устройства, чтобы вам не пришлось искать их среди всех устройств пользователя.Копирование датчиков экономит много времени и предотвращает повторение одних и тех же действий с каждым датчиком.

## Данные калибровки датчика

Некоторые датчики могут иметь большие таблицы калибровки. Вы можете легко и быстро перенести их на платформу Navixy с помощью файлов .csv.

1. Создайте измерительный датчик.
2. Откройте окно с свойствами объекта в Wialon.

![](/files/173a4397258201609130c07711190345f9fbb94a)

3. Выберите вкладку с датчиками и откройте свойства датчика, который вы переносите.

![](/files/b93ac7396dfcc708b7ff2bc7a30f6d05220a6c6b)

4. Откройте таблицу расчётов и включите пункт Generate from XY pairs. Появится кнопка с экспортом в CSV, и при её нажатии начнётся загрузка таблицы.

![](/files/330a11faa26b878db35681542a5dc476d6ccffdb)

5. На платформе Navixy откройте настройки датчика и нажмите кнопку Import table

![](/files/9c73089744a7b9e9bfaf7d98d987fb42402c1c80)

6. Выберите нужный файл и загрузите его.

После загрузки все необходимые значения будут установлены автоматически. С этого момента платформа начинает фиксировать информацию в соответствии с таблицей калибровки.


---

# 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/ru/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.
