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

Cell Temperature Limit Ranges #32

Open
SoMuchHat opened this issue May 17, 2016 · 0 comments
Open

Cell Temperature Limit Ranges #32

SoMuchHat opened this issue May 17, 2016 · 0 comments
Assignees
Milestone

Comments

@SoMuchHat
Copy link
Contributor

We are using the A123 ANR26650 cells this year. According to their data sheet, their operating temperature is between -30 deg C and 55 deg C.. Therefore the temperature limit should work as follows:

Between -30 deg C and 45 deg C, don't limit throttle. Between 45 deg C and 55 deg C, linearly derate throttle. Therefore it would look something like this:

45 deg C: 100% throttle allowed
47.5 deg C: 75% throttle allowed
50 deg C: 50% throttle allowed
55 deg C: 0% throttle allowed

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

No branches or pull requests

2 participants