Last modified by Admin on 2026/04/27 12:30

From version 8.4
edited by Admin
on 2025/12/23 09:23
Change comment: There is no comment for this version
To version 3.1
edited by Admin
on 2025/12/19 17:19
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,128 +1,122 @@
1 -ElectricDeviceMonitor is a software to configure, debug and updating Movicom Electric devices.
1 +TBA
2 +{{comment}}
2 2  
4 +Программа ElectricDeviceMonitor – это средство для настройки, отладки и обновления продукции Мовиком Электрик.
5 +
3 3  [[image:1766053068470-669.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="336" width="343"]]
4 4  
5 -Application consists of following modules:
8 +Программа состоит из следующих компонентов:
6 6  
7 -* Unified monitor – unified module to communicate with BMS Main 3/3X, BMS Main X, BMS Mini, BMS Mini S devices via CAN, USB or TCP connection, and BMS IMD device via CAN bus.
8 -* Device monitors:
9 -** BMS Main 2.1 – module to communicate with BMS Main 2.1 battery controller by CAN bus;
10 -** BMS Logic 2.0 – module to communicate with BMS Logic 2.0 measuring module by RS-485 bus;
11 -** BMS Logic 12/18/RET – module to communicate with BMS Logic 12, BMS Logic 18, BMS Logic RET, BMS Logic 12S devices by RS-485 bus;
12 -** BMS Display 1.x – module to communicate with BMS Display by CAN bus;
13 -** BMS Indication 1.x – module to communicate with BMS Indication by CAN bus;
14 -** BMS Main 1.4 – module to communicate with legacy BMS Main 1.2.-1.4* battery controllers by CAN bus;
15 -** BMS Crown 1.x – module to communicate with BMS Crown* devices by CAN bus;
16 -** BMS Power Control 1.x – module to communicate with BMS Power Control* devices by CAN bus;
17 -* Device update:
18 -** Updater – universal device update module working by CAN, RS-485, USB or TCP connections;
19 -** Unified bootloader – a module to update BMS Main 3/3X devices by USB.
20 -* Log viewer – a module to view device log files.
10 +* Unified monitor – универсальный модуль для связи с устройствами BMS Main 3/3X, BMS Main X, BMS Mini, BMS Mini S через шину CAN, USB или TCP соединение, а также BMS IMD по шине CAN.
11 +* Мониторы устройств:
12 +** BMS Main 2.1 – модуль для связи с контроллером батареи BMS Main 2.1 по шине CAN;
13 +** BMS Logic 2.0 – модуль для связи с BMS Logic 2.0 по шине RS-485;
14 +** BMS Logic 12/18/RET – модуль для связи с устройствами BMS Logic 12, BMS Logic 18, BMS Logic RET, BMS Logic 12S по шине RS-485;
15 +** BMS Display 1.x – модуль для связи с устройствами BMS Display по шине CAN;
16 +** BMS Indication 1.x – модуль для связи с устройствами BMS Indication по шине CAN;
17 +** BMS Main 1.4 – модуль для связи с устаревшими контроллерами батареи BMS Main 1.2.-1.4* по шине CAN;
18 +** BMS Crown 1.x – модуль для связи с устройствами BMS Crown* по шине CAN;
19 +** BMS Power Control 1.x – модуль для связи с устройствами BMS Power Control* по шине CAN;
20 +* Обновление устройств:
21 +** Updater – универсальный модуль обновления устройств по шине CAN, RS-485, USB и TCP соединению
22 +** Unified bootloader – модуль обновления устройств BMS Main 3/3X по USB.
23 +* Log viewer – модуль просмотра лог-файлов устройства.
21 21  
22 -~* Device is obsolete and no longer produced.
25 +~* Устройство является устаревшим и больше не производится.
23 23  
24 -
25 25  == Unified monitor ==
26 26  
27 -Unified supports the different methods to connect to a device:
29 +Unified monitor поддерживает различные способы подключения к устройствам:
28 28  
29 -* When connecting via USB it is necessary to set the COM port;
30 -* When connecting via CAN
31 -** with BMS USB-CAN adapter it is necessary to set the COM port, bus speed and device address;
32 -** for other adapters it is necessary to select a device from the list, specify the bus speed and device address;
33 -* When connecting via TCP, enter the IP address of the target device in the local network.
31 +* При подключении через USB следует указать номер последовательного порта устройства;
32 +* При подключении по шине CAN
33 +** через адаптер BMS USB-CAN следует указать номер COM порта, скорость соединения и адрес устройства;
34 +** для остальных адаптеров следует выбрать устройство из списка и также указать скорость соединения и адрес устройства;
35 +* При подключении по TCP следует вводить IP адрес целевого устройства в локальной сети.
34 34  
35 35  [[image:1766054835921-455.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="229" width="415"]]
36 36  
37 -After a successful connection, the "Start" button at the top left corner will become inactive, and a user authorization window will appear. This indicates a successful connection.
39 +После успешного подключения в верхней части окна кнопка "Start" станет неактивной и появится окно авторизации пользователя. Это свидетельствует об успешном подключении.
38 38  
39 -* Guest - Guest access to view battery state. No permissions to change and view any settings;
40 -* User - A common user access with permissions to change almost all the settings;
41 -* Service - A service account for battery manufacturers. Has access to some additional settings;
42 -* Manufacturer - This account is used by BMS manufacturer and not accessible for others.
41 +* Guest - Гостевой доступ для просмотра состояния батареи. Нет разрешений на изменений каких-либо настроек;
42 +* User - Стандартный пользовательский доступ с разрешением на изменение большинства настроек;
43 +* Service - Сервисный доступ для приозводителей батарей. Имеет доступ до некоторых дополнительных настроек;
44 +* Manufacturer - Этот аккаунт используется производителем BMS и не предназначен для публичного доступа.
43 43  
44 44  [[image:1766054201828-790.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true"]]
45 45  
46 -After successfully entering the password, the main "Unified Monitor" window opens, and the parameters begin to load.
48 +После успешного ввода пароля открывается главное окно Unified monitor и происходит загрузка параметров.
47 47  
48 48  
49 -The monitor windows is divided into three areas.
51 +Окно монитора разделено на три области.
50 50  
51 -[[image:1766054651152-306.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="52" width="600"]]
53 +[[image:1766054651152-306.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="52" width="600"]]**В верхней области** отображаются:
52 52  
53 -The **top area** displays:
55 +* элементы управления, предназначенные для запуска и останова информационного обмена с устройством;
56 +* информация об устройстве (название и серийный номер, версия аппаратного и программного обеспечения, версия загрузчика);
57 +* время на часах устройства с возможностью синхронизации;
58 +* элементы управления для выполнения действий с устройством (изменение пароля, перезапуск, сброс настроек и др.).
54 54  
55 -* Controls for starting and stopping data exchange with the device.
56 -* Device information (name and serial number, hardware and software version, bootloader version).
57 -* The device's clock time with synchronization capability.
58 -* Controls for performing actions on the device (changing the password, restarting, resetting settings, etc.).
60 +[[image:1766055717373-251.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="200" width="166"]]Меню "Device" содержит в себе следующие пункты меню:
59 59  
60 -[[image:1766055717373-251.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="200" width="166"]]
62 +* Log in – вызов окна повторной авторизации;
63 +* Change password – вызов окна смены пароля для текущего пользователя;
64 +* SD card – вызов окна взаимодействия с установленной SD картой;
65 +* Update firmware – вызов окна обновления ВПО устройства через Unified monitor. Процесс обновления через Unified monitor описан в документации на соответствующее устройство (например, [[BMS Mini S>>doc:Battery management systems.BMS Mini S.5\. Firmware update.WebHome]]). Для обновления в этом режиме обязательно должна быть установлена SD карта;
66 +* Reboot – перезапуск устройства;
67 +* Go to bootloader – перевод устройства в режим загрузчика.
61 61  
62 -The "Device" menu contains the following items:
69 +[[image:1766059260100-912.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true"]]Меню "Settings" содержит пункт для сброса настроек устройства.
63 63  
64 -* Log in – open the re-authorization window.
65 -* Change password – open the window to change the password for the current user.
66 -* SD card – open the window for interacting with the installed SD card.
67 -* Update firmware – open the window for updating the device firmware via Unified Monitor. The update process via Unified Monitor is described in the documentation for the corresponding device (e.g., [[BMS Mini S>>doc:Battery management systems.BMS Mini S.5\. Firmware update.WebHome]]). An SD card must be installed to perform an update in this mode.
68 -* Reboot – device restart.
69 -* Go to bootloader – switch the device to bootloader mode.
70 70  
71 -[[image:1766059260100-912.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true"]]"Settings" menu contains the item to reset the device settings.
72 +[[image:1766056213709-221.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="276" width="600"]]Окно взаимодействия с SD картой** **состоит из двух частей:
72 72  
74 +* в левой части располагается содержимое SD карты.
75 +* в правой части располагается содержимое выбранной папки
73 73  
74 -[[image:1766056213709-221.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="276" width="600"]]
77 +Для скачивания файла с SD карты (папки скачивать нельзя) следует выбрать файл в левой части окна и нажать на стрелку посередине.
75 75  
76 -The SD card interaction window consists of two parts:
79 +В правом верхнем углу находится меню действий с SD картой.
77 77  
78 -* left part displays the contents of the SD card;
79 -* right part displays the contents of the selected folder.
81 +[[image:1766058987135-535.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true"]]В этом меню:
80 80  
81 -To download a file from the SD card (folders cannot be downloaded), select the file in the left part of the window and click the arrow in the middle.
83 +* Reload status – обновить состояние SD карты;
84 +* Mount – примонтировать SD карту;
85 +* Unmount – размонтировать SD карту;
86 +* Format – отформатировать SD карту в формат FAT32. Перед форматированием обязательно следует размонтировать карту.
82 82  
83 -In the upper right corner, there is a menu for actions with the SD card.
84 84  
85 -[[image:1766058987135-535.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true"]]
86 86  
87 -In this menu:
90 +**В центральной области** отображаются параметры устройства (вкладка Settings), состояния устройства (State) и, если поддерживается, профильные данные устройства (Profile). 
88 88  
89 -* Reload status – Refresh the SD card status.
90 -* Mount – Mount the SD card.
91 -* Unmount – Unmount the SD card.
92 -* Format – Format the SD card to FAT32 format. The card must be unmounted before formatting.
92 +Вкладки в данной области разделены на три колонки.
93 93  
94 +* в первой колонке в древовидной форме отображаются группы параметров;
95 +* во второй отображаются записи для выбранной группы;
96 +* в третьей отображается детальное описание записи, поля для ввода нового значения и кнопка сохранения.
94 94  
95 -
96 -**The central area** displays the device parameters (Settings tab), device states (State tab), and, if supported, device profile data (Profile tab).
97 -
98 -The content in this area are divided into three columns:
99 -
100 -* The first column displays parameter groups in a tree structure;
101 -* The second column displays entries for the selected group;
102 -* The third column displays a detailed description of the entry, fields for entering a new value, and a save button.
103 -
104 104  [[image:1766055020158-734.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="221" width="600"]]
105 105  
106 -Above the column of parameter groups there are the following buttons:
100 +Над колонкой групп параметров находятся следующие кнопки:
107 107  
108 -* Reload reread all board parameters;
109 -* Save save all changed parameters simultaneously;
110 -* Export export settings from the device to a text file;
111 -* Import import settings from a text file into the device. After importing the settings, click the Save button.
102 +* Reload кнопки повторной загрузки всех параметров платы
103 +* Save кнопка одновременного сохранения всех измененных параметров
104 +* Export кнопка экпорта настроек из устройства в текстовый файл
105 +* Import кнопка импорта настроек из текстового файла в устройство. После импорта настроек следует нажать кнопку Save.
112 112  
113 113  
114 114  
115 -**The bottom area** displays the history of actions performed with the device.
109 +**В нижней области** приводится история действий с устройством.
116 116  
117 117  [[image:1766054531745-297.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="73" width="600"]]
118 118  
119 119  == BMS Main 2.1 ==
120 120  
121 -The BMS Main 2.1 monitor allows you to connect the device via the CAN bus. To do this, select the corresponding CAN adapter and choose a device from the list (Systec, PEAK, or Marathon) or specify the COM port number (BMS USB-CAN).
115 +Монитор BMS Main 2.1 позволяет подключиться к устройству через шину CAN. Для этого следует выбрать соответствующий CAN адаптер и выбрать устройство из списка (Systec, PEAK или Marathon) или задать номер COM-порта (BMS USB-CAN).
122 122  
123 123  [[image:1766059864519-882.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="237" width="430"]]
124 124  
125 -The structure of the monitor window's sections and menus is similar to the Web interface and is described in the documentation for the BMS Main 2.1.
119 +Структура разделов и меню окна монитора аналогична Web интерфейсу и описана в [[документации на BMS Main 2.1>>doc:Battery management systems.BMS Main 2\.1.3\. Configuration.WebHome]].
126 126  
127 127  == BMS Logic 2.0 ==
128 128  
... ... @@ -233,4 +233,5 @@
233 233  [[image:1766062707743-878.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="325" width="432"]]Для отображения данных в графическом виде выберете вкладку Table view. В полях From и To можно выбрать временной диапазон, за который требуется вывести данные. В столбцах отображаются только выбранные в левой части окна параметры.
234 234  
235 235  [[image:1766062736332-834.png||data-xwiki-image-style-alignment="center" data-xwiki-image-style-border="true" height="315" width="419"]]
236 -{{comment}}{{/comment}}
230 +
231 +{{/comment}}