Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Power down at 29v #5

Closed
Kati-Moa opened this issue Jul 12, 2020 · 6 comments
Closed

Power down at 29v #5

Kati-Moa opened this issue Jul 12, 2020 · 6 comments

Comments

@Kati-Moa
Copy link

Mbrusa, the 36v FS did not switch off the display when battery reached 29v, and the odometer still indicated speed and distance whilst motor shut off. Given that we know the battery voltage rises when load is removed it will still be 'safe' to keep the display on so the distance traveled and speed is indicated. At present, the OSF shuts everything down and will not start up again. This is a disadvantage for the rider. The FS just flashes the first bar to indicate the battery is off. Perhaps if voltage once again falls to 29v the whole system should shut down as before.
Also there is a spelling error in Configurator. Assistant Setting page 'Street Power Limit enebled' should be 'Street Power Limit enabled'.
Ian

@dzid26
Copy link

dzid26 commented Dec 2, 2022

@emmebrusa did you experience the display shutting off when battery is low?

  • Is this undervoltage flag ui8_working_status what triggers display shutdown?

  • If the above is true, then I think it would be safer to set BATTERY_LOW_VOLTAGE_CUT_OFF above BATTERY_CELLS_NUMBER * LI_ION_CELL_VOLTS_0_X100 to make sure we start derating the motor before display shutdown. This 29V cut off in the documentation is a bit misleading, given that the default empty cell voltage is set to 3.1V now
    image
    So far I set the cell empty volt to 2.9V and cut off voltage to 41V (14 cells), but the display shut down anyway. I am going to increase cut-off voltage.

Edit: I am starting to think that undervoltage flag is not what turns off the display because this whole SOC calculation uses no load voltage ui16_battery_no_load_voltage_filtered_x10, but I always experience shutdown under load...

@emmebrusa
Copy link
Owner

"Cell voltage empty (V)" 3.1V, is only used for SOC calculation compared to no load voltage.
"Battery voltage cut-off (V)" 2,9V * cell number, is used to decrease the power (down to zero) when the voltage under load reaches this value. It can be said that power is self-limiting.
The firmware does not turn off the display, if it happens, it is because the BMS of the battery intervenes.
Try increasing "Battery voltage cut-off (V)", so that it limits the power before the BMS intervenes.

@dzid26
Copy link

dzid26 commented Dec 3, 2022

Gosh, genius - it's got to be it. I will increase the cut-off voltage.

Regarding:

"Cell voltage empty (V)" 3.1V, is only used for SOC calculation compared to no load voltage.

When SOC value ui8_battery_state_of_charge is equal 0, the ui8_working_status bit 0 is set to 1. Do you know what that does on the display? I am wondering

@emmebrusa
Copy link
Owner

I had tried, with VLCD5 it displays the low battery symbol even if it is full.
With XH18 nothing changes, it is probably not used.
I have not tried with other types of displays.

@Kati-Moa
Copy link
Author

Kati-Moa commented Dec 4, 2022 via email

@emmebrusa
Copy link
Owner

emmebrusa commented Dec 4, 2022

I'm sorry.
The sending of the emails is automatic because her husband had started this discussion.
I close it and ask other users interested in the subject to open a new one.
Greetings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants