2013-04-05 22:46:56 +02:00
|
|
|
<xml>
|
2013-06-22 19:58:54 +02:00
|
|
|
<object name="FlightBatterySettings" singleinstance="true" settings="true" category="Sensors">
|
2013-04-05 22:46:56 +02:00
|
|
|
<description>Flight Battery configuration.</description>
|
|
|
|
|
2016-12-06 01:00:17 +01:00
|
|
|
<field name="Type" units="" type="enum" elements="1" options="LiPo,LiHV,A123,LiCo,LiFeSO4,None" defaultvalue="LiPo"/>
|
2014-04-10 17:28:48 +02:00
|
|
|
<field name="NbCells" units="" type="uint8" elements="1" defaultvalue="0"/>
|
2016-11-04 00:27:18 +01:00
|
|
|
<field name="Capacity" units="mAh" type="uint32" elements="1" defaultvalue="0"/>
|
2016-12-06 01:00:02 +01:00
|
|
|
<field name="CellVoltageThresholds" units="V" type="float" elementnames="Warning, Critical" defaultvalue="3.4,3.1"/>
|
2013-07-14 22:26:07 +02:00
|
|
|
<field name="SensorCalibrations" units="" type="float" elementnames="VoltageFactor, CurrentFactor, VoltageZero, CurrentZero" defaultvalue="1.0, 1.0, 0.0, 0.0"/>
|
2015-11-26 01:38:39 +01:00
|
|
|
<field name="ResetConsumedEnergy" units="bool" type="enum" elements="1" options="False,True" defaultvalue="False"/>
|
2013-04-05 22:46:56 +02:00
|
|
|
<access gcs="readwrite" flight="readwrite"/>
|
|
|
|
<telemetrygcs acked="true" updatemode="onchange" period="0"/>
|
|
|
|
<telemetryflight acked="true" updatemode="onchange" period="0"/>
|
|
|
|
<logging updatemode="manual" period="0"/>
|
|
|
|
</object>
|
|
|
|
</xml>
|