Changes for page 3. Configuration

Last modified by Admin on 2025/02/27 16:44

From version 4.8
edited by Admin
on 2025/02/27 15:13
Change comment: There is no comment for this version
To version 4.10
edited by Admin
on 2025/02/27 15:16
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -48,6 +48,7 @@
48 48  
49 49  * CANopen Node ID – an identifier of the device in the CANopen network (20 by default);
50 50  * CAN baud rate – CAN bus speed, kbps;
51 +* Device
51 51  * BMS Main Node ID – an identifier of the BMS controller in the CANopen network (32 by default);
52 52  * Heartbeat – a flag for sending Heartbeat messages;
53 53  * Heartbeat period – a period of sending Heartbeat messages, millisecond;
... ... @@ -61,11 +61,16 @@
61 61  * Turn off display when idle – a flag for turning off the display after 2 minutes of inactivity (press the button to activate the display);
62 62  * Disable buzzer – a flag for turning off the buzzer;
63 63  * Errors filter – a filter of errors that should be output to the display.
65 +* BMS Main 2 errors filter 1, 2** **– 32-bit words which are written in the hexadecimal notation. Each bit of the word corresponds to an error. If the bit is set to “1”, the device signals about the error corresponding this bit. Filters can be edit by corresponding "Edit..." button.
66 +** List of possible BMS Main 2 errors can be found [[here>>doc:Battery management systems.Additional information.1\. Battery controllers\: signals and errors.WebHome||anchor="HErrors"]];
67 +* BMS Main X errors filter – 32-bit word which is written in the hexadecimal notation. Each bit of the word corresponds to an error. If the bit is set to “1”, the device signals about the error corresponding this bit. Filter can be edit by the "Edit..." button.
68 +** List of possible BMS Main X errors can be found [[here>>doc:Battery management systems.Additional information.2\. Strings controllers\: signals and errors.WebHome||anchor="HErrors"]].
64 64  
65 -//**BMS Main 2 errors filter 1**//, **//BMS Main 2 errors filter 2// **and //**BMS Main X errors filter**// are a 32-bit words which are written in the hexadecimal notation. Each bit of the word corresponds to an error. If the bit is set to “1”, the device signals about the error corresponding this bit. Filters can be edit by corresponding "Edit..." button.
70 +**//Commands//** group contains the following parameters:
66 66  
67 -* List of possible BMS Main 2 errors can be found [[here>>doc:Battery management systems.Additional information.1\. Battery controllers\: signals and errors.WebHome||anchor="HErrors"]];
68 -* List of possible BMS Main X errors can be found [[here>>doc:Battery management systems.Additional information.2\. Strings controllers\: signals and errors.WebHome||anchor="HErrors"]].
72 +* Test display – a command for testing the display (all symbol segments of the display will be activated);
73 +* Test buzzer – a command for testing the buzzer (loud signal, quiet signal and a pause will be emitted alternately);
74 +* Reset and start loader – a command to reboot the device and start the bootloader for updating the firmware.
69 69  
70 70  **//Low battery level signal (single beep)//** group contains the following parameters:
71 71  
... ... @@ -83,9 +83,3 @@
83 83  
84 84  * Signal duration on charger connected – duration of the sound signal (one beep) emitting if the charger is connected to the battery, second;
85 85  * Signal duration on charger disconnected – duration of the sound signal (two beeps) emitting if the charger is disconnected from the battery, second.
86 -
87 -**//Commands//** group contains the following parameters:
88 -
89 -* Test display – a command for testing the display (all symbol segments of the display will be activated);
90 -* Test buzzer – a command for testing the buzzer (loud signal, quiet signal and a pause will be emitted alternately);
91 -* Reset and start loader – a command to reboot the device and start the bootloader for updating the firmware.