1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-01 09:24:10 +01:00
LibrePilot/shared/uavobjectdefinition/flightbatterysettings.xml

17 lines
1.0 KiB
XML
Raw Normal View History

2013-04-05 22:46:56 +02:00
<xml>
<object name="FlightBatterySettings" singleinstance="true" settings="true" category="Sensors">
2013-04-05 22:46:56 +02:00
<description>Flight Battery configuration.</description>
<field name="Type" units="" type="enum" elements="1" options="LiPo,A123,LiCo,LiFeSO4,None" defaultvalue="LiPo"/>
<field name="NbCells" units="" type="uint8" elements="1" defaultvalue="3"/>
<field name="Capacity" units="mAh" type="uint32" elements="1" defaultvalue="2200"/>
2013-05-27 02:12:39 +02:00
<field name="CellVoltageThresholds" units="V" type="float" elementnames="Warning, Alarm" defaultvalue="3.4,3.1"/>
<field name="SensorCalibrations" units="" type="float" elementnames="VoltageFactor, CurrentFactor, VoltageZero, CurrentZero" defaultvalue="1.0, 1.0, 0.0, 0.0"/>
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>