"shortDesc":"Explicitly defines the per cell internal resistance for battery 1",
"longDesc":"If non-negative, then this will be used in place of BAT<#>_V_LOAD_DROP for all calculations.",
"longDesc":"If non-negative, then this will be used in place of BAT/(\\d+)/_V_LOAD_DROP for all calculations.",
"units":"Ohm",
"default":-1,
"increment":0.01,
...
...
@@ -488,7 +488,7 @@
"maxValue":0.2
},
{
"name":"BAT<#>_SOURCE",
"name":"BAT/(\\d+)/_SOURCE",
"type":"Int32",
"group":"Battery Calibration",
"category":"Standard",
...
...
@@ -515,7 +515,7 @@
"maxValue":2.14748e+09
},
{
"name":"BAT<#>_V_CHANNEL",
"name":"BAT/(\\d+)/_V_CHANNEL",
"type":"Int32",
"group":"Battery Calibration",
"category":"Standard",
...
...
@@ -528,7 +528,7 @@
"maxValue":2.14748e+09
},
{
"name":"BAT<#>_V_CHARGED",
"name":"BAT/(\\d+)/_V_CHARGED",
"type":"Float",
"group":"Battery Calibration",
"category":"Standard",
...
...
@@ -543,7 +543,7 @@
"maxValue":3.40282e+38
},
{
"name":"BAT<#>_V_DIV",
"name":"BAT/(\\d+)/_V_DIV",
"type":"Float",
"group":"Battery Calibration",
"category":"Standard",
...
...
@@ -556,7 +556,7 @@
"maxValue":3.40282e+38
},
{
"name":"BAT<#>_V_EMPTY",
"name":"BAT/(\\d+)/_V_EMPTY",
"type":"Float",
"group":"Battery Calibration",
"category":"Standard",
...
...
@@ -571,12 +571,12 @@
"maxValue":3.40282e+38
},
{
"name":"BAT<#>_V_LOAD_DROP",
"name":"BAT/(\\d+)/_V_LOAD_DROP",
"type":"Float",
"group":"Battery Calibration",
"category":"Standard",
"shortDesc":"Voltage drop per cell on full throttle",
"longDesc":"This implicitely defines the internal resistance to maximum current ratio for battery 1 and assumes linearity. A good value to use is the difference between the 5C and 20-25C load. Not used if BAT<#>_R_INTERNAL is set.",
"longDesc":"This implicitely defines the internal resistance to maximum current ratio for battery 1 and assumes linearity. A good value to use is the difference between the 5C and 20-25C load. Not used if BAT/(\\d+)/_R_INTERNAL is set.",
"units":"V",
"default":0.3,
"increment":0.01,
...
...
@@ -590,7 +590,7 @@
"type":"Int32",
"group":"Battery Calibration",
"category":"Standard",
"shortDesc":"This parameter is deprecated. Please use BAT<#>_ADC_CHANNEL",
"shortDesc":"This parameter is deprecated. Please use BAT1_ADC_CHANNEL",
"default":-1,
"decimalPlaces":3,
"minValue":-2.14748e+09,
...
...
@@ -601,7 +601,7 @@
"type":"Float",
"group":"Battery Calibration",
"category":"Standard",
"shortDesc":"This parameter is deprecated. Please use BAT<#>_A_PER_V",
"shortDesc":"This parameter is deprecated. Please use BAT1_A_PER_V",
"default":-1,
"decimalPlaces":8,
"minValue":-3.40282e+38,
...
...
@@ -612,7 +612,7 @@
"type":"Float",
"group":"Battery Calibration",
"category":"Standard",
"shortDesc":"This parameter is deprecated. Please use BAT<#>_CAPACITY instead",
"shortDesc":"This parameter is deprecated. Please use BAT1_CAPACITY instead",
"longDesc":"Defines the capacity of battery 1.",
"units":"mAh",
"default":-1,
...
...
@@ -684,7 +684,7 @@
"type":"Int32",
"group":"Battery Calibration",
"category":"Standard",
"shortDesc":"This parameter is deprecated. Please use BAT<#>_N_CELLS instead",
"shortDesc":"This parameter is deprecated. Please use BAT1_N_CELLS instead",
"longDesc":"Defines the number of cells the attached battery consists of.",
"units":"S",
"default":0,
...
...
@@ -764,7 +764,7 @@
"type":"Float",
"group":"Battery Calibration",
"category":"Standard",
"shortDesc":"This parameter is deprecated. Please use BAT<#>_R_INTERNAL instead",
"shortDesc":"This parameter is deprecated. Please use BAT1_R_INTERNAL instead",
"longDesc":"If non-negative, then this will be used in place of BAT_V_LOAD_DROP for all calculations.",
"units":"Ohms",
"default":-1,
...
...
@@ -778,7 +778,7 @@
"type":"Int32",
"group":"Battery Calibration",
"category":"Standard",
"shortDesc":"This parameter is deprecated. Please use BAT<#>_SOURCE instead",
"shortDesc":"This parameter is deprecated. Please use BAT1_SOURCE instead",
"longDesc":"Battery monitoring source. This parameter controls the source of battery data. The value 'Power Module' means that measurements are expected to come from a power module. If the value is set to 'External' then the system expects to receive mavlink battery status messages.",
"default":0,
"values":[
...
...
@@ -800,7 +800,7 @@
"type":"Float",
"group":"Battery Calibration",
"category":"Standard",
"shortDesc":"This parameter is deprecated. Please use BAT<#>_V_CHARGED instead",
"shortDesc":"This parameter is deprecated. Please use BAT1_V_CHARGED instead",
"longDesc":"Defines the voltage where a single cell of battery 1 is considered full under a mild load. This will never be the nominal voltage of 4.2V",
"units":"V",
"default":4.05,
...
...
@@ -815,7 +815,7 @@
"type":"Float",
"group":"Battery Calibration",
"category":"Standard",
"shortDesc":"This parameter is deprecated. Please use BAT<#>_V_DIV",
"shortDesc":"This parameter is deprecated. Please use BAT1_V_DIV",
"default":-1,
"decimalPlaces":8,
"minValue":-3.40282e+38,
...
...
@@ -826,7 +826,7 @@
"type":"Float",
"group":"Battery Calibration",
"category":"Standard",
"shortDesc":"This parameter is deprecated. Please use BAT<#>_V_EMPTY instead",
"shortDesc":"This parameter is deprecated. Please use BAT1_V_EMPTY instead",
"longDesc":"Defines the voltage where a single cell of battery 1 is considered empty. The voltage should be chosen before the steep dropoff to 2.8V. A typical lithium battery can only be discharged down to 10% before it drops off to a voltage level damaging the cells.",
"units":"V",
"default":3.5,
...
...
@@ -841,7 +841,7 @@
"type":"Float",
"group":"Battery Calibration",
"category":"Standard",
"shortDesc":"This parameter is deprecated. Please use BAT<#>_V_LOAD_DROP instead",
"shortDesc":"This parameter is deprecated. Please use BAT1_V_LOAD_DROP instead",
"longDesc":"This implicitely defines the internal resistance to maximum current ratio for battery 1 and assumes linearity. A good value to use is the difference between the 5C and 20-25C load. Not used if BAT_R_INTERNAL is set.",