2011-03-26 12:40:07 +01:00
<xml >
2013-06-22 19:58:54 +02:00
<object name= "ManualControlSettings" singleinstance= "true" settings= "true" category= "Control" >
2011-03-26 12:40:07 +01:00
<description > Settings to indicate how to decode receiver input by @ref ManualControlModule.</description>
2011-07-30 21:04:24 +02:00
<field name= "ChannelGroups" units= "Channel Group" type= "enum"
2011-09-07 06:16:34 +02:00
elementnames="Throttle,Roll,Pitch,Yaw,FlightMode,Collective,Accessory0,Accessory1,Accessory2"
2012-12-14 05:07:19 +01:00
options="PWM,PPM,DSM (MainPort),DSM (FlexiPort),S.Bus,GCS,OPLink,None" defaultvalue="None"/>
2011-09-07 06:16:34 +02:00
<field name= "ChannelNumber" units= "channel" type= "uint8" defaultvalue= "0"
elementnames="Throttle,Roll,Pitch,Yaw,FlightMode,Collective,Accessory0,Accessory1,Accessory2"/>
2011-07-30 21:04:24 +02:00
<field name= "ChannelMin" units= "us" type= "int16" defaultvalue= "1000"
2011-09-07 06:16:34 +02:00
elementnames="Throttle,Roll,Pitch,Yaw,FlightMode,Collective,Accessory0,Accessory1,Accessory2"/>
2011-07-30 21:04:24 +02:00
<field name= "ChannelNeutral" units= "us" type= "int16" defaultvalue= "1500"
2011-09-07 06:16:34 +02:00
elementnames="Throttle,Roll,Pitch,Yaw,FlightMode,Collective,Accessory0,Accessory1,Accessory2"/>
2011-07-30 21:04:24 +02:00
<field name= "ChannelMax" units= "us" type= "int16" defaultvalue= "2000"
2011-09-07 06:16:34 +02:00
elementnames="Throttle,Roll,Pitch,Yaw,FlightMode,Collective,Accessory0,Accessory1,Accessory2"/>
2012-11-17 11:58:16 +01:00
<field name= "ResponseTime" units= "ms" type= "uint16" defaultvalue= "0"
2014-02-16 15:09:08 +01:00
elementnames="Roll,Pitch,Yaw,Collective,Accessory0,Accessory1,Accessory2"/>
2012-11-17 11:58:16 +01:00
2014-11-02 16:15:33 +01:00
<field name= "Deadband" units= "%" type= "float" elements= "1" defaultvalue= "0.02" />
2015-01-08 03:20:47 +01:00
<!-- Note the following deadband is used in AssistedControl. Use of deadband with AssistedControl is not optional and will have a hardcoded minimum. -->
<field name= "DeadbandAssistedControl" units= "%" type= "float" elements= "1" defaultvalue= "0.08" description= "Stick deadband used for AssistedControl" />
2012-01-14 17:18:45 +01:00
2011-06-23 21:51:18 +02:00
2011-03-26 12:40:07 +01:00
<!-- Note these options values should be identical to those defined in FlightMode -->
2012-06-23 16:14:59 +02:00
<field name= "FlightModeNumber" units= "" type= "uint8" elements= "1" defaultvalue= "3" />
2011-06-23 21:51:18 +02:00
2014-02-09 19:33:29 +01:00
<field name= "FailsafeFlightModeSwitchPosition" units= "" type= "int8" elements= "1" defaultvalue= "-1" />
<field name= "FailsafeChannel" units= "%" type= "float" elementnames= "Throttle,Roll,Pitch,Yaw,Collective,Accessory0,Accessory1,Accessory2" defaultvalue= "-1,0,0,0,0,0,0,0" />
2011-03-26 12:40:07 +01:00
<access gcs= "readwrite" flight= "readwrite" />
<telemetrygcs acked= "true" updatemode= "onchange" period= "0" />
<telemetryflight acked= "true" updatemode= "onchange" period= "0" />
2012-04-21 20:59:14 +02:00
<logging updatemode= "manual" period= "0" />
2011-03-26 12:40:07 +01:00
</object>
</xml>