Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0f3f15e

Browse files
SpiciestMayoHwurzburg
authored andcommitted
Rover: Added power limit page
1 parent 40fc7cc commit 0f3f15e

2 files changed

Lines changed: 23 additions & 0 deletions

File tree

common/source/docs/common-advanced-configuration.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,9 @@ tuning options for the vehicle.
9393
[/site]
9494
[site wiki="plane,rover"]
9595
Limiting Maximum Power Draw <common-batt-watt-max>
96+
[/site]
97+
[site wiki="rover"]
98+
Limiting Maximum Power Draw <batt-watt-max>
9699
[/site]
97100
Limit Cycle Prevention <common-servo-limit-cycle-detection>
98101
LUA Scripting <common-lua-scripts>
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
.. _batt-watt-max:
2+
3+
===================================
4+
Limiting Maximum Battery Power Draw
5+
===================================
6+
7+
Sometimes power needs to be limited to prevent issues with battery sag or overheating. This can occur because of the use of lower C rated batteries, high power motors, high ambient temperatures, uncooled engines or ESCs, or other reasons. This topic discusses ways to limit the maximum power draw from batteries.
8+
9+
Methods to Limit Maximum Power Draw
10+
===================================
11+
12+
The first and simplest is to restrict :ref:`MOT_THR_MAX<MOT_THR_MAX>` to a lower value. This limits the maximum throttle controlled allowed. Unfortunately, this will not set an exact power limit and might require some trial and error to find the right setting.
13+
14+
A better way is to use a power limiting parameter (shown for first battery monitor):
15+
16+
- :ref:`BATT_WATT_MAX<BATT_WATT_MAX>`
17+
18+
The :ref:`BATT_WATT_MAX<BATT_WATT_MAX>` parameter can be used to limit the total wattage that can be drawn from the battery(s). If battery power exceeds this value then the system will reduce max throttle (:ref:`MOT_THR_MAX<MOT_THR_MAX>`) to lower the power draw. If power demand is reduced, the max throttle will slowly grow back to :ref:`MOT_THR_MAX<MOT_THR_MAX>`. Use 0 (default) to disable this feature.
19+
20+
The :ref:`MOT_BAT_WATT_TC <MOT_BAT_WATT_TC>` parameter can be used to adjust the rate at which the max throttle is reduced when the battery power exceeds the :ref:`BATT_WATT_MAX<BATT_WATT_MAX>` limit. This can help to fine-tune the response to high power situations and prevent sudden drops in throttle. Smaller values will result in a faster response, while larger values will provide a more gradual adjustment. The default value is 5.

0 commit comments

Comments
 (0)