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

Wrong current indication may occur while pushing back the bicycle #50

Open
wuwbobo2021 opened this issue Jan 6, 2025 · 0 comments
Open

Comments

@wuwbobo2021
Copy link

The problem is observed in EBiCS custom display module (the motor should be driving by the chain, turning in reverse direction while the wheels are turning backwards; clutches are connected in this case): value of uint16_t Fuel_Consumption = MS->Battery_Current / 10; becomes 0xF83A, which means 635 A, or -19.9 A if I treat it as a complement code value of a minus number. Actually there's no current.

This problem probably exists with other meters.

Note: it seems like MS.Battery_Current is calculated by FOC and PI algorithms, I don't understand the problem well...

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

1 participant