Skip to content

Commit

Permalink
changed power limit for endurance
Browse files Browse the repository at this point in the history
  • Loading branch information
ChanceCtrl committed Jun 15, 2024
1 parent 9b672c4 commit 0020dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/parameters.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const float accumulator_cell_maximum_voltage = 4.2;
const float bspd_trip_power = 5000;
const float bspd_current_high_threshold = bspd_trip_power/(accumulator_cell_count * accumulator_cell_nominal_voltage); // Current value where BSPD current detection should be high (5kw at nominal voltage)
const int MIN_HV_VOLTAGE = 600; // apparently this is divided by ten? yes maybe, bc getmcbusvoltage returns a can packet which is the bus voltage*10? idk
const int DISCHARGE_POWER_LIM = 80000;
const int DISCHARGE_POWER_LIM = 40000;
const int CHARGE_POWER_LIM = 9000;

const float cutoff_10hz = 10; // Hz
Expand Down

0 comments on commit 0020dbb

Please sign in to comment.