2010-04-18 04:14:42 +02:00
|
|
|
<xml>
|
2010-08-27 02:15:42 +02:00
|
|
|
<object name="SystemAlarms" singleinstance="true" settings="false">
|
|
|
|
<description>Alarms from OpenPilot to indicate failure conditions or warnings. Set by various modules.</description>
|
2011-01-20 23:06:29 +01:00
|
|
|
<field name="Alarm" units="" type="enum" options="Uninitialised,OK,Warning,Error,Critical"
|
2012-01-21 18:25:48 +01:00
|
|
|
elementnames="OutOfMemory,StackOverflow,CPUOverload,EventSystem,SDCard,Telemetry,ManualControl,Actuator,Attitude,Sensors,Stabilization,Guidance,AHRSComms,Battery,FlightTime,I2C,GPS,BootFault" defaultvalue="Uninitialised"/>
|
2010-08-27 02:15:42 +02:00
|
|
|
<access gcs="readwrite" flight="readwrite"/>
|
|
|
|
<telemetrygcs acked="true" updatemode="onchange" period="0"/>
|
2011-04-24 03:43:05 +02:00
|
|
|
<telemetryflight acked="true" updatemode="onchange" period="0"/>
|
2010-08-27 02:15:42 +02:00
|
|
|
<logging updatemode="periodic" period="1000"/>
|
|
|
|
</object>
|
2010-04-18 04:14:42 +02:00
|
|
|
</xml>
|