Changes for page 4.2 Battery

Last modified by Admin on 2025/06/19 11:13

From version 6.5
edited by Admin
on 2024/12/26 16:06
Change comment: There is no comment for this version
To version 7.1
edited by Admin
on 2024/12/26 16:13
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -69,11 +69,12 @@
69 69  * Work charge- - amount of charge transmitted to the load (negative direction) since device startup, Ah;
70 70  * Work energy+ - amount of energy received from charger (positive direction) since device startup, Wh;
71 71  * Work energy- - amount of energy transmitted to the load (negative direction) since device startup, Wh;
72 -* Work energy- - amount of energy transmitted to the load (negative direction) since device startup, Wh;
73 -* Total energy+ - total energy received by the battery modules from the charger and during recuperation, Wh;
72 +* Work energy regen - amount of regererated energy (positive direction) since device startup, Wh;
73 +* Total energy+ - total energy received by the battery modules from the charger, Wh;
74 74  * Total energy- - total energy spent by the battery modules on the load, Wh;
75 +* Total energy regen - total energy received by the battery modules during recuperation, Wh;
75 75  * Total balanced energy – total energy dissipated by the battery modules on balancing resistors, Wh;
76 -* Input singals:
77 +* Input signals:
77 77  ** Battery cover – a signal from the battery cover;
78 78  ** Charger connected – a signal indicating that charger is connected;
79 79  ** Power up/down request – a request to power down the device;
... ... @@ -92,7 +92,8 @@
92 92  ** Fuse 1, Fuse 2, Fuse 3 – signals from fuses;
93 93  ** Circuit breaker status – status of protection disconnector;
94 94  ** Balancing request – a request to balance the cells;
95 -** Close Main contactor – a request to close the main contactor.
96 +** Close Main contactor – a request to close the main contactor;
97 +** Close External 1 – a request to active the External 1 signal;
96 96  * Internal signals – device internal signals:
97 97  ** Low SOC – a signal indicating the discharged battery;
98 98  ** High charging current;
... ... @@ -120,6 +120,7 @@
120 120  ** Ready to charge – the battery is ready to charge;
121 121  ** Ready to discharge – the battery is ready to discharge;
122 122  ** Power up – system power status;
125 +** External 1 – a signal controlled directly by external request;
123 123  * Errors 1 – errors of the battery 1:
124 124  ** Overcurrent;
125 125  ** Undervoltage;
... ... @@ -135,6 +135,7 @@
135 135  ** Crown error – connection with a Crown forklift is lost;
136 136  ** Cell count error – number of cells does not match the specified value;
137 137  ** HYG offline – connection with a HYG forklift is lost;
141 +** Need acknowledge – there is an unacknowledged error in Error journal;
138 138  ** Combilift offline – connection with a Combilift forklift is lost;
139 139  ** Short circuit;
140 140  ** High contactor temperature;
... ... @@ -164,4 +164,5 @@
164 164  ** Power switch error – short circuit in contactor coil control circuit or power switch overheating;
165 165  ** HVIL error – breakage of high-voltage interlock current loop;
166 166  ** Precharge error – capacitive load pre-charge process did not end during the estimated time;
167 -** Power fault – external devices power supply error: current sensors, HVIL, BMS Logic or CAN2 (int) bus powered devices.
171 +** Power fault – external devices power supply error: current sensors, HVIL, BMS Logic or CAN2 (int) bus powered devices;
172 +** Current limit error – charging or discharging current is more than limit calculated by Charge map or Discharge map.