arduplane.pdef.xml 213 KB
Newer Older
1 2 3 4 5
<?xml version="1.0" encoding="utf-8"?>
        <!-- Dynamically generated list of documented parameters (generated by param_parse.py) -->    
        <paramfile>
        <vehicles>
        <parameters name="ArduPlane">
6
<param humanName="USB Console Baud Rate" name="ArduPlane:SERIAL0_BAUD" documentation="The baud rate used on the main uart" user="Standard">
7 8 9 10 11 12 13 14 15 16 17 18
<values>
<value code="1">1200</value>
<value code="2">2400</value>
<value code="4">4800</value>
<value code="9">9600</value>
<value code="19">19200</value>
<value code="38">38400</value>
<value code="57">57600</value>
<value code="111">111100</value>
<value code="115">115200</value>
</values>
</param>
19
<param humanName="Telemetry Baud Rate" name="ArduPlane:SERIAL3_BAUD" documentation="The baud rate used on the telemetry port" user="Standard">
20 21 22 23 24 25 26 27 28 29 30 31
<values>
<value code="1">1200</value>
<value code="2">2400</value>
<value code="4">4800</value>
<value code="9">9600</value>
<value code="19">19200</value>
<value code="38">38400</value>
<value code="57">57600</value>
<value code="111">111100</value>
<value code="115">115200</value>
</values>
</param>
32
<param humanName="Telemetry startup delay " name="ArduPlane:TELEM_DELAY" documentation="The amount of time (in seconds) to delay radio telemetry to prevent an Xbee bricking on power up" user="Standard">
33 34 35 36
<field name="Range">0 10</field>
<field name="Increment">1</field>
<field name="Units">seconds</field>
</param>
37
<param humanName="Pitch Compensation" name="ArduPlane:KFF_PTCHCOMP" documentation="Adds pitch input to compensate for the loss of lift due to roll control. 0 = 0 %, 1 = 100%" user="Advanced">
38 39 40
<field name="Range">0 1</field>
<field name="Increment">0.01</field>
</param>
41
<param humanName="Rudder Mix" name="ArduPlane:KFF_RDDRMIX" documentation="The amount of rudder mix to apply during aileron movement 0 = 0 %, 1 = 100%" user="Standard">
42 43 44
<field name="Range">0 1</field>
<field name="Increment">0.01</field>
</param>
45
<param humanName="Pitch to Throttle Mix" name="ArduPlane:KFF_PTCH2THR" documentation="Pitch to throttle feed-forward gain." user="Advanced">
46 47 48
<field name="Range">0 5</field>
<field name="Increment">0.01</field>
</param>
49
<param humanName="Throttle to Pitch Mix" name="ArduPlane:KFF_THR2PTCH" documentation="Throttle to pitch feed-forward gain." user="Advanced">
50 51 52
<field name="Range">0 5</field>
<field name="Increment">0.01</field>
</param>
53
<param humanName="Stick Mixing" name="ArduPlane:STICK_MIXING" documentation='When enabled, this adds user stick input to the control surfaces in auto modes, allowing the user to have some degree of flight control without changing modes.  There are two types of stick mixing available. If you set STICK_MIXING to 1 then it will use "fly by wire" mixing, which controls the roll and pitch in the same way that the FBWA mode does. This is the safest option if you usually fly ArduPlane in FBWA or FBWB mode. If you set STICK_MIXING to 2 then it will enable direct mixing mode, which is what the STABILIZE mode uses. That will allow for much more extreme maneuvers while in AUTO mode.' user="Advanced">
54 55
<values>
<value code="0">Disabled</value>
56 57
<value code="1">FBWMixing</value>
<value code="2">DirectMixing</value>
58 59
</values>
</param>
60 61 62 63
<param humanName="Takeoff throttle min speed" name="ArduPlane:TKOFF_THR_MINSPD" documentation="Minimum GPS ground speed in m/s before un-suppressing throttle in auto-takeoff. This is meant to be used for catapult launches where you want the motor to engage only after the plane leaves the catapult. Note that the GPS velocity will lag the real velocity by about 0.5seconds." user="User">
<field name="Range">0 30</field>
<field name="Increment">0.1</field>
<field name="Units">m/s</field>
64
</param>
65 66 67 68 69 70 71 72 73 74 75
<param humanName="Takeoff throttle min acceleration" name="ArduPlane:TKOFF_THR_MINACC" documentation="Minimum forward acceleration in m/s/s before un-suppressing throttle in auto-takeoff. This is meant to be used for hand launches with a tractor style (front engine) plane. If this is set then the auto takeoff will only trigger if the pitch of the plane is between -30 and +45 degrees, and the roll is less than 30 degrees. This makes it less likely it will trigger due to carrying the plane with the nose down." user="User">
<field name="Range">0 30</field>
<field name="Increment">0.1</field>
<field name="Units">m/s/s</field>
</param>
<param humanName="Level flight roll limit" name="ArduPlane:LEVEL_ROLL_LIMIT" documentation="This controls the maximum bank angle in degrees during flight modes where level flight is desired, such as in the final stages of landing, and during auto takeoff. This should be a small angle (such as 5 degrees) to prevent a wing hitting the runway during takeoff or landing. Setting this to zero will completely disable heading hold on auto takeoff and final landing approach." user="User">
<field name="Range">0 45</field>
<field name="Increment">1</field>
<field name="Units">degrees</field>
</param>
<param humanName="Landing Pitch" name="ArduPlane:land_pitch_cd" documentation="Used in autoland for planes without airspeed sensors in hundredths of a degree" user="Advanced">
76 77
<field name="Units">centi-Degrees</field>
</param>
78
<param humanName="Landing flare altitude" name="ArduPlane:land_flare_alt" documentation="Altitude in autoland at which to lock heading and flare to the LAND_PITCH_CD pitch" user="Advanced">
79 80 81
<field name="Increment">0.1</field>
<field name="Units">meters</field>
</param>
82
<param humanName="Landing flare time" name="ArduPlane:land_flare_sec" documentation="Time before landing point at which to lock heading and flare to the LAND_PITCH_CD pitch" user="Advanced">
83 84 85
<field name="Increment">0.1</field>
<field name="Units">seconds</field>
</param>
86
<param humanName="Navigation controller selection" name="ArduPlane:NAV_CONTROLLER" documentation="Which navigation controller to enable" user="Standard">
87
<values>
88 89
<value code="0">Legacy</value>
<value code="1">L1Controller</value>
90 91
</values>
</param>
92 93 94 95 96 97
<param humanName="Attitude controller selection" name="ArduPlane:ATT_CONTROLLER" documentation="Which attitude (roll, pitch, yaw) controller to enable" user="Standard">
<values>
<value code="0">PID</value>
<value code="1">APMControl</value>
</values>
</param>
98
<param humanName="Gps to Baro Mix" name="ArduPlane:ALT_MIX" documentation="The percent of mixing between gps altitude and baro altitude. 0 = 100% gps, 1 = 100% baro" user="Advanced">
99 100 101 102
<field name="Range">0 1</field>
<field name="Increment">0.1</field>
<field name="Units">Percent</field>
</param>
103
<param humanName="Altitude control algorithm" name="ArduPlane:ALT_CTRL_ALG" documentation="This sets what algorithm will be used for altitude control. The default is to select the algorithm based on whether airspeed is enabled. If you set it to 1, then the airspeed based algorithm won't be used for altitude control, but airspeed can be used for other flight control functions" user="Advanced">
104 105 106 107 108
<values>
<value code="0">Default Method</value>
<value code="1">non-airspeed</value>
</values>
</param>
109
<param humanName="Altitude offset" name="ArduPlane:ALT_OFFSET" documentation="This is added to the target altitude in automatic flight. It can be used to add a global altitude offset to a mission, or to adjust for barometric pressure changes" user="Advanced">
110 111 112 113
<field name="Range">-32767 32767</field>
<field name="Increment">1</field>
<field name="Units">Meters</field>
</param>
114 115
<param humanName="Waypoint Radius" name="ArduPlane:WP_RADIUS" documentation="Defines the distance from a waypoint, that when crossed indicates the wp has been hit." user="Standard">
<field name="Range">1 32767</field>
116 117 118
<field name="Increment">1</field>
<field name="Units">Meters</field>
</param>
119
<param humanName="Waypoint Loiter Radius" name="ArduPlane:WP_LOITER_RAD" documentation="Defines the distance from the waypoint center, the plane will maintain during a loiter. If you set this value to a negative number then the default loiter direction will be counter-clockwise instead of clockwise." user="Standard">
120 121 122 123
<field name="Range">1 32767</field>
<field name="Increment">1</field>
<field name="Units">Meters</field>
</param>
124
<param humanName="Action on geofence breach" name="ArduPlane:FENCE_ACTION" documentation="What to do on fence breach" user="Standard">
125 126 127 128 129 130
<values>
<value code="0">None</value>
<value code="1">GuidedMode</value>
<value code="2">ReportOnly</value>
</values>
</param>
131
<param humanName="Fence Total" name="ArduPlane:FENCE_TOTAL" documentation="Number of geofence points currently loaded" user="Standard">
132
</param>
133
<param humanName="Fence Channel" name="ArduPlane:FENCE_CHANNEL" documentation="RC Channel to use to enable geofence. PWM input above 1750 enables the geofence" user="Standard">
134
</param>
135
<param humanName="Fence Minimum Altitude" name="ArduPlane:FENCE_MINALT" documentation="Minimum altitude allowed before geofence triggers" user="Standard">
136 137 138 139
<field name="Range">0 32767</field>
<field name="Increment">1</field>
<field name="Units">meters</field>
</param>
140
<param humanName="Fence Maximum Altitude" name="ArduPlane:FENCE_MAXALT" documentation="Maximum altitude allowed before geofence triggers" user="Standard">
141 142 143 144
<field name="Range">0 32767</field>
<field name="Increment">1</field>
<field name="Units">meters</field>
</param>
145
<param humanName="Fly By Wire Minimum Airspeed" name="ArduPlane:ARSPD_FBW_MIN" documentation="Airspeed corresponding to minimum throttle in Fly By Wire B mode." user="Standard">
146 147 148 149
<field name="Range">5 50</field>
<field name="Increment">1</field>
<field name="Units">m/s</field>
</param>
150
<param humanName="Fly By Wire Maximum Airspeed" name="ArduPlane:ARSPD_FBW_MAX" documentation="Airspeed corresponding to maximum throttle in Fly By Wire B mode." user="Standard">
151 152 153 154
<field name="Range">5 50</field>
<field name="Increment">1</field>
<field name="Units">m/s</field>
</param>
155
<param humanName="Fly By Wire elevator reverse" name="ArduPlane:FBWB_ELEV_REV" documentation="Reverse sense of elevator in FBWB. When set to 0 up elevator (pulling back on the stick) means to lower altitude. When set to 1, up elevator means to raise altitude." user="Standard">
156 157 158 159 160
<values>
<value code="0">Disabled</value>
<value code="1">Enabled</value>
</values>
</param>
161 162 163 164 165
<param humanName="Fly By Wire B altitude change rate" name="ArduPlane:FBWB_CLIMB_RATE" documentation="This sets the rate in m/s at which FBWB will change its target altitude for full elevator deflection. Note that the actual climb rate of the aircraft can be lower than this, depending on your airspeed and throttle control settings. If you have this parameter set to the default value of 2.0, then holding the elevator at maximum deflection for 10 seconds would change the target altitude by 20 meters." user="Standard">
<field name="Range">1-10</field>
<field name="Increment">0.1</field>
</param>
<param humanName="Minimum Throttle" name="ArduPlane:THR_MIN" documentation="The minimum throttle setting to which the autopilot will apply." user="Standard">
166 167 168 169
<field name="Range">0 100</field>
<field name="Increment">1</field>
<field name="Units">Percent</field>
</param>
170
<param humanName="Maximum Throttle" name="ArduPlane:THR_MAX" documentation="The maximum throttle setting to which the autopilot will apply." user="Standard">
171 172 173 174
<field name="Range">0 100</field>
<field name="Increment">1</field>
<field name="Units">Percent</field>
</param>
175
<param humanName="Throttle slew rate" name="ArduPlane:THR_SLEWRATE" documentation="maximum percentage change in throttle per second. A setting of 10 means to not change the throttle by more than 10% of the full throttle range in one second" user="Standard">
176 177 178 179
<field name="Range">0 100</field>
<field name="Increment">1</field>
<field name="Units">Percent</field>
</param>
180
<param humanName="Throttle suppress manual passthru" name="ArduPlane:THR_SUPP_MAN" documentation="When throttle is supressed in auto mode it is normally forced to zero. If you enable this option, then while suppressed it will be manual throttle. This is useful on petrol engines to hold the idle throttle manually while waiting for takeoff" user="Advanced">
181 182 183 184 185
<values>
<value code="0">Disabled</value>
<value code="1">Enabled</value>
</values>
</param>
186
<param humanName="Throttle passthru in stabilize" name="ArduPlane:THR_PASS_STAB" documentation="If this is set then when in STABILIZE or FBWA mode the throttle is a direct passthru from the transmitter. This means the THR_MIN and THR_MAX settings are not used in these modes. This is useful for petrol engines where you setup a throttle cut switch that suppresses the throttle below the normal minimum." user="Advanced">
187 188 189 190 191
<values>
<value code="0">Disabled</value>
<value code="1">Enabled</value>
</values>
</param>
192
<param humanName="Throttle Failsafe Enable" name="ArduPlane:THR_FAILSAFE" documentation="The throttle failsafe allows you to configure a software failsafe activated by a setting on the throttle input channel" user="Standard">
193 194 195 196 197
<values>
<value code="0">Disabled</value>
<value code="1">Enabled</value>
</values>
</param>
198
<param humanName="Throttle Failsafe Value" name="ArduPlane:THR_FS_VALUE" documentation="The PWM level on channel 3 below which throttle sailsafe triggers" user="Standard">
199
</param>
200
<param humanName="Throttle cruise percentage" name="ArduPlane:TRIM_THROTTLE" documentation="The target percentage of throttle to apply for normal flight" user="Standard">
201 202 203 204
<field name="Range">0 100</field>
<field name="Increment">1</field>
<field name="Units">Percent</field>
</param>
205
<param humanName="Throttle nudge enable" name="ArduPlane:THROTTLE_NUDGE" documentation="When enabled, this uses the throttle input in auto-throttle modes to 'nudge' the throttle to higher or lower values" user="Standard">
206 207 208 209 210
<values>
<value code="0">Disabled</value>
<value code="1">Enabled</value>
</values>
</param>
211
<param humanName="Short failsafe action" name="ArduPlane:FS_SHORT_ACTN" documentation="The action to take on a short (1 second) failsafe event" user="Standard">
212 213 214 215 216
<values>
<value code="0">None</value>
<value code="1">ReturnToLaunch</value>
</values>
</param>
217
<param humanName="Long failsafe action" name="ArduPlane:FS_LONG_ACTN" documentation="The action to take on a long (20 second) failsafe event" user="Standard">
218 219 220 221 222
<values>
<value code="0">None</value>
<value code="1">ReturnToLaunch</value>
</values>
</param>
223 224 225 226 227 228
<param humanName="Failsafe battery voltage" name="ArduPlane:FS_BATT_VOLTAGE" documentation="Battery voltage to trigger failsafe. Set to 0 to disable battery voltage failsafe. If the battery voltage drops below this voltage then the plane will RTL" user="Standard">
<field name="Units">Volts</field>
</param>
<param humanName="Failsafe battery milliAmpHours" name="ArduPlane:FS_BATT_MAH" documentation="Battery capacity remaining to trigger failsafe. Set to 0 to disable battery remaining failsafe. If the battery remaining drops below this level then the plane will RTL" user="Standard">
<field name="Units">mAh</field>
</param>
229
<param humanName="GCS failsafe enable" name="ArduPlane:FS_GCS_ENABL" documentation="Enable ground control station telemetry failsafe. Failsafe will trigger after 20 seconds of no MAVLink heartbeat messages. WARNING: Enabling this option opens up the possibility of your plane going into failsafe mode and running the motor on the ground it it loses contact with your ground station. If this option is enabled on an electric plane then either use a separate motor arming switch or remove the propeller in any ground testing." user="Standard">
230 231 232 233 234
<values>
<value code="0">Disabled</value>
<value code="1">Enabled</value>
</values>
</param>
235
<param humanName="Flightmode channel" name="ArduPlane:FLTMODE_CH" documentation="RC Channel to use for flight mode control" user="Advanced">
236
</param>
237
<param humanName="FlightMode1" name="ArduPlane:FLTMODE1" documentation="Flight mode for switch position 1 (910 to 1230 and above 2049)" user="Standard">
238 239 240 241 242 243 244 245 246 247 248 249 250
<values>
<value code="0">Manual</value>
<value code="1">CIRCLE</value>
<value code="2">STABILIZE</value>
<value code="3">TRAINING</value>
<value code="5">FBWA</value>
<value code="6">FBWB</value>
<value code="10">Auto</value>
<value code="11">RTL</value>
<value code="12">Loiter</value>
<value code="15">Guided</value>
</values>
</param>
251
<param humanName="FlightMode2" name="ArduPlane:FLTMODE2" documentation="Flight mode for switch position 2 (1231 to 1360)" user="Standard">
252 253 254 255 256 257 258 259 260 261 262 263 264
<values>
<value code="0">Manual</value>
<value code="1">CIRCLE</value>
<value code="2">STABILIZE</value>
<value code="3">TRAINING</value>
<value code="5">FBWA</value>
<value code="6">FBWB</value>
<value code="10">Auto</value>
<value code="11">RTL</value>
<value code="12">Loiter</value>
<value code="15">Guided</value>
</values>
</param>
265
<param humanName="FlightMode3" name="ArduPlane:FLTMODE3" documentation="Flight mode for switch position 3 (1361 to 1490)" user="Standard">
266 267 268 269 270 271 272 273 274 275 276 277 278
<values>
<value code="0">Manual</value>
<value code="1">CIRCLE</value>
<value code="2">STABILIZE</value>
<value code="3">TRAINING</value>
<value code="5">FBWA</value>
<value code="6">FBWB</value>
<value code="10">Auto</value>
<value code="11">RTL</value>
<value code="12">Loiter</value>
<value code="15">Guided</value>
</values>
</param>
279
<param humanName="FlightMode4" name="ArduPlane:FLTMODE4" documentation="Flight mode for switch position 4 (1491 to 1620)" user="Standard">
280 281 282 283 284 285 286 287 288 289 290 291 292
<values>
<value code="0">Manual</value>
<value code="1">CIRCLE</value>
<value code="2">STABILIZE</value>
<value code="3">TRAINING</value>
<value code="5">FBWA</value>
<value code="6">FBWB</value>
<value code="10">Auto</value>
<value code="11">RTL</value>
<value code="12">Loiter</value>
<value code="15">Guided</value>
</values>
</param>
293
<param humanName="FlightMode5" name="ArduPlane:FLTMODE5" documentation="Flight mode for switch position 5 (1621 to 1749)" user="Standard">
294 295 296 297 298 299 300 301 302 303 304 305 306
<values>
<value code="0">Manual</value>
<value code="1">CIRCLE</value>
<value code="2">STABILIZE</value>
<value code="3">TRAINING</value>
<value code="5">FBWA</value>
<value code="6">FBWB</value>
<value code="10">Auto</value>
<value code="11">RTL</value>
<value code="12">Loiter</value>
<value code="15">Guided</value>
</values>
</param>
307
<param humanName="FlightMode6" name="ArduPlane:FLTMODE6" documentation="Flight mode for switch position 6 (1750 to 2049)" user="Standard">
308 309 310 311 312 313 314 315 316 317 318 319 320
<values>
<value code="0">Manual</value>
<value code="1">CIRCLE</value>
<value code="2">STABILIZE</value>
<value code="3">TRAINING</value>
<value code="5">FBWA</value>
<value code="6">FBWB</value>
<value code="10">Auto</value>
<value code="11">RTL</value>
<value code="12">Loiter</value>
<value code="15">Guided</value>
</values>
</param>
321
<param humanName="Maximum Bank Angle" name="ArduPlane:LIM_ROLL_CD" documentation="The maximum commanded bank angle in either direction" user="Standard">
322 323 324 325
<field name="Range">0 9000</field>
<field name="Increment">1</field>
<field name="Units">centi-Degrees</field>
</param>
326
<param humanName="Maximum Pitch Angle" name="ArduPlane:LIM_PITCH_MAX" documentation="The maximum commanded pitch up angle" user="Standard">
327 328 329 330
<field name="Range">0 9000</field>
<field name="Increment">1</field>
<field name="Units">centi-Degrees</field>
</param>
331
<param humanName="Minimum Pitch Angle" name="ArduPlane:LIM_PITCH_MIN" documentation="The minimum commanded pitch down angle" user="Standard">
332 333 334 335
<field name="Range">-9000 0</field>
<field name="Increment">1</field>
<field name="Units">centi-Degrees</field>
</param>
336
<param humanName="Auto trim" name="ArduPlane:AUTO_TRIM" documentation="Set RC trim PWM levels to current levels when switching away from manual mode" user="Standard">
337 338 339 340 341
<values>
<value code="0">Disabled</value>
<value code="1">Enabled</value>
</values>
</param>
342
<param humanName="Elevon mixing" name="ArduPlane:ELEVON_MIXING" documentation="Enable elevon mixing  on both input and output. To enable just output mixing see the ELEVON_OUTPUT option." user="User">
343 344 345 346 347
<values>
<value code="0">Disabled</value>
<value code="1">Enabled</value>
</values>
</param>
348
<param humanName="Elevon reverse" name="ArduPlane:ELEVON_REVERSE" documentation="Reverse elevon mixing" user="User">
349 350 351 352 353
<values>
<value code="0">Disabled</value>
<value code="1">Enabled</value>
</values>
</param>
354
<param humanName="Elevon reverse" name="ArduPlane:ELEVON_CH1_REV" documentation="Reverse elevon channel 1" user="User">
355 356 357 358 359
<values>
<value code="-1">Disabled</value>
<value code="1">Enabled</value>
</values>
</param>
360
<param humanName="Elevon reverse" name="ArduPlane:ELEVON_CH2_REV" documentation="Reverse elevon channel 2" user="User">
361 362 363 364 365
<values>
<value code="-1">Disabled</value>
<value code="1">Enabled</value>
</values>
</param>
366 367 368 369 370 371 372 373
<param humanName="VTail output" name="ArduPlane:VTAIL_OUTPUT" documentation="Enable VTail output in software. If enabled then the APM will provide software VTail mixing on the elevator and rudder channels. There are 4 different mixing modes available, which refer to the 4 ways the elevator can be mapped to the two VTail servos. Note that you must not use VTail output mixing with hardware pass-through of RC values, such as with channel 8 manual control on an APM1. So if you use an APM1 then set FLTMODE_CH to something other than 8 before you enable VTAIL_OUTPUT." user="User">
<values>
<value code="0">Disabled</value>
<value code="1">UpUp</value>
<value code="2">UpDown</value>
<value code="3">DownUp</value>
<value code="4">DownDown</value>
</values>
374
</param>
375 376 377 378 379 380 381 382 383
<param humanName="Elevon output" name="ArduPlane:ELEVON_OUTPUT" documentation="Enable software elevon output mixer. If enabled then the APM will provide software elevon mixing on the aileron and elevator channels. There are 4 different mixing modes available, which refer to the 4 ways the elevator can be mapped to the two elevon servos. Note that you must not use elevon output mixing with hardware pass-through of RC values, such as with channel 8 manual control on an APM1. So if you use an APM1 then set FLTMODE_CH to something other than 8 before you enable ELEVON_OUTPUT." user="User">
<values>
<value code="0">Disabled</value>
<value code="1">UpUp</value>
<value code="2">UpDown</value>
<value code="3">DownUp</value>
<value code="4">DownDown</value>
</values>
</param>
384
<param humanName="Num Resets" name="ArduPlane:SYS_NUM_RESETS" documentation="Number of APM board resets" user="Advanced">
385
</param>
386 387 388 389 390 391
<param humanName="Log bitmask" name="ArduPlane:LOG_BITMASK" documentation="Two byte bitmap of log types to enable in dataflash" user="Advanced">
<values>
<value code="0">Disabled</value>
<value code="1902">Default</value>
<value code="2030">Default+IMU</value>
</values>
392
</param>
393
<param humanName="Reset Switch Channel" name="ArduPlane:RST_SWITCH_CH" documentation="RC channel to use to reset to last flight mode&#9;after geofence takeover." user="Advanced">
394
</param>
395 396 397
<param humanName="Reset Mission Channel" name="ArduPlane:RST_MISSION_CH" documentation="RC channel to use to reset the mission to the first waypoint. When this channel goes above 1750 the mission is reset. Set RST_MISSION_CH to 0 to disable." user="Advanced">
</param>
<param humanName="Target airspeed" name="ArduPlane:TRIM_ARSPD_CM" documentation="Airspeed in cm/s to aim for when airspeed is enabled in auto mode" user="User">
398 399
<field name="Units">cm/s</field>
</param>
400
<param humanName="speed used for speed scaling calculations" name="ArduPlane:SCALING_SPEED" documentation="Airspeed in m/s to use when calculating surface speed scaling. Note that changing this value will affect all PID values" user="Advanced">
401 402
<field name="Units">m/s</field>
</param>
403
<param humanName="Minimum ground speed" name="ArduPlane:MIN_GNDSPD_CM" documentation="Minimum ground speed in cm/s when under airspeed control" user="Advanced">
404 405
<field name="Units">cm/s</field>
</param>
406
<param humanName="Pitch angle offset" name="ArduPlane:TRIM_PITCH_CD" documentation="offset to add to pitch - used for in-flight pitch trimming. It is recommended that instead of using this parameter you level your plane correctly on the ground for good flight attitude." user="Advanced">
407 408
<field name="Units">centi-Degrees</field>
</param>
409 410 411 412
<param humanName="RTL altitude" name="ArduPlane:ALT_HOLD_RTL" documentation="Return to launch target altitude" user="User">
<field name="Units">centimeters</field>
</param>
<param humanName="Minimum altitude for FBWB mode" name="ArduPlane:ALT_HOLD_FBWCM" documentation="This is the minimum altitude in centimeters that FBWB will allow. If you attempt to descend below this altitude then the plane will level off. A value of zero means no limit." user="User">
413 414
<field name="Units">centimeters</field>
</param>
415
<param humanName="Enable Compass" name="ArduPlane:MAG_ENABLE" documentation="Setting this to Enabled(1) will enable the compass. Setting this to Disabled(0) will disable the compass. Note that this is separate from COMPASS_USE. This will enable the low level senor, and will enable logging of magnetometer data. To use the compass for navigation you must also set COMPASS_USE to 1." user="Standard">
416 417 418 419 420
<values>
<value code="0">Disabled</value>
<value code="1">Enabled</value>
</values>
</param>
421
<param humanName="Apms per volt" name="ArduPlane:APM_PER_VOLT" documentation="Number of amps that a 1V reading on the current sensor corresponds to" user="Standard">
422 423
<field name="Units">A/V</field>
</param>
424
<param humanName="AMP offset" name="ArduPlane:AMP_OFFSET" documentation="Voltage offset at zero current on current sensor" user="Standard">
425 426
<field name="Units">Volts</field>
</param>
427
<param humanName="Battery capacity" name="ArduPlane:BATT_CAPACITY" documentation="Capacity of the battery in mAh when full" user="Standard">
428 429
<field name="Units">mAh</field>
</param>
430
<param humanName="Battery Voltage sensing pin" name="ArduPlane:BATT_VOLT_PIN" documentation="Setting this to 0 ~ 13 will enable battery current sensing on pins A0 ~ A13." user="Standard">
431 432 433 434 435 436 437
<values>
<value code="-1">Disabled</value>
<value code=" 0">A0</value>
<value code=" 1">A1</value>
<value code=" 13">A13</value>
</values>
</param>
438
<param humanName="Battery Current sensing pin" name="ArduPlane:BATT_CURR_PIN" documentation="Setting this to 0 ~ 13 will enable battery current sensing on pins A0 ~ A13." user="Standard">
439 440 441 442 443 444 445
<values>
<value code="-1">Disabled</value>
<value code=" 1">A1</value>
<value code=" 2">A2</value>
<value code=" 12">A12</value>
</values>
</param>
446
<param humanName="Receiver RSSI sensing pin" name="ArduPlane:RSSI_PIN" documentation="This selects an analog pin for the receiver RSSI voltage. It assumes the voltage is 5V for max rssi, 0V for minimum" user="Standard">
447 448 449 450 451 452 453
<values>
<value code="-1">Disabled</value>
<value code=" 0">A0</value>
<value code=" 1">A1</value>
<value code=" 13">A13</value>
</values>
</param>
454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472
<param humanName="Inverted flight channel" name="ArduPlane:INVERTEDFLT_CH" documentation="A RC input channel number to enable inverted flight. If this is non-zero then the APM will monitor the correcponding RC input channel and will enable inverted flight when the channel goes above 1750." user="Standard">
<values>
<value code="0">Disabled</value>
<value code="1">Channel1</value>
<value code="2">Channel2</value>
<value code="3">Channel3</value>
<value code="4">Channel4</value>
<value code="5">Channel5</value>
<value code="6">Channel6</value>
<value code="7">Channel7</value>
<value code="8">Channel8</value>
</values>
</param>
<param humanName="HIL Servos enable" name="ArduPlane:HIL_SERVOS" documentation="This controls whether real servo controls are used in HIL mode. If you enable this then the APM will control the real servos in HIL mode. If disabled it will report servo values, but will not output to the real servos. Be careful that your motor and propeller are not connected if you enable this option." user="Advanced">
<values>
<value code="0">Disabled</value>
<value code="1">Enabled</value>
</values>
</param>
473 474
</parameters>
<parameters name="ArduCopter">
475
<param humanName="Eeprom format version number" name="ArduCopter:SYSID_SW_MREV" documentation="This value is incremented when changes are made to the eeprom format" user="Advanced">
476
</param>
477
<param humanName="Software Type" name="ArduCopter:SYSID_SW_TYPE" documentation="This is used by the ground station to recognise the software type (eg ArduPlane vs ArduCopter)" user="Advanced">
478
</param>
479
<param humanName="Mavlink version" name="ArduCopter:SYSID_THISMAV" documentation="Allows reconising the mavlink version" user="Advanced">
480
</param>
481
<param humanName="My ground station number" name="ArduCopter:SYSID_MYGCS" documentation="Allows restricting radio overrides to only come from my ground station" user="Advanced">
482
</param>
483
<param humanName="Telemetry Baud Rate" name="ArduCopter:SERIAL3_BAUD" documentation="The baud rate used on the telemetry port" user="Standard">
484 485 486 487 488 489 490 491 492 493 494 495
<values>
<value code="1">1200</value>
<value code="2">2400</value>
<value code="4">4800</value>
<value code="9">9600</value>
<value code="19">19200</value>
<value code="38">38400</value>
<value code="57">57600</value>
<value code="111">111100</value>
<value code="115">115200</value>
</values>
</param>
496
<param humanName="Telemetry startup delay" name="ArduCopter:TELEM_DELAY" documentation="The amount of time (in seconds) to delay radio telemetry to prevent an Xbee bricking on power up" user="Standard">
497 498 499 500
<field name="Range">0 10</field>
<field name="Increment">1</field>
<field name="Units">seconds</field>
</param>
501
<param humanName="RTL Altitude" name="ArduCopter:RTL_ALT" documentation="The minimum altitude the model will move to before Returning to Launch.  Set to zero to return at current altitude." user="Standard">
502
<field name="Range">0 8000</field>
503 504 505
<field name="Increment">1</field>
<field name="Units">Centimeters</field>
</param>
506
<param humanName="Enable Sonar" name="ArduCopter:SONAR_ENABLE" documentation="Setting this to Enabled(1) will enable the sonar. Setting this to Disabled(0) will disable the sonar" user="Standard">
507 508 509 510 511
<values>
<value code="0">Disabled</value>
<value code="1">Enabled</value>
</values>
</param>
512
<param humanName="Sonar type" name="ArduCopter:SONAR_TYPE" documentation="Used to adjust scaling to match the sonar used (only Maxbotix sonars are supported at this time)" user="Standard">
513
<values>
514
<value code="0">XL-EZ0 / XL-EZ4</value>
515 516 517 518 519
<value code="1">LV-EZ0</value>
<value code="2">XLL-EZ0</value>
<value code="3">HRLV</value>
</values>
</param>
520 521 522 523
<param humanName="Sonar gain" name="ArduCopter:SONAR_GAIN" documentation="Used to adjust the speed with which the target altitude is changed when objects are sensed below the copter" user="Standard">
<field name="Range">0.01 0.5</field>
<field name="Increment">0.01</field>
</param>
524
<param humanName="Battery monitoring" name="ArduCopter:BATT_MONITOR" documentation="Controls enabling monitoring of the battery's voltage and current" user="Standard">
525 526 527 528 529 530
<values>
<value code="0">Disabled</value>
<value code="3">Voltage Only</value>
<value code="4">Voltage and Current</value>
</values>
</param>
531
<param humanName="Battery Failsafe Enable" name="ArduCopter:FS_BATT_ENABLE" documentation="Controls whether failsafe will be invoked when battery voltage or current runs low" user="Standard">
532 533 534 535 536
<values>
<value code="0">Disabled</value>
<value code="1">Enabled</value>
</values>
</param>
537 538 539 540 541
<param humanName="GPS Failsafe Enable" name="ArduCopter:FS_GPS_ENABLE" documentation="Controls whether failsafe will be invoked when gps signal is lost" user="Standard">
<values>
<value code="0">Disabled</value>
<value code="1">Enabled</value>
</values>
542
</param>
543 544 545 546 547 548 549
<param humanName="Ground Station Failsafe Enable" name="ArduCopter:FS_GCS_ENABLE" documentation="Controls whether failsafe will be invoked (and what action to take) when connection with Ground station is lost for at least 5 seconds" user="Standard">
<values>
<value code="0">Disabled</value>
<value code="1">Enabled always RTL</value>
<value code="2">Enabled Continue with Mission in Auto Mode</value>
</values>
</param>
550
<param humanName="Voltage Divider" name="ArduCopter:VOLT_DIVIDER" documentation="Used to convert the voltage of the voltage sensing pin (BATT_VOLT_PIN) to the actual battery's voltage (pin voltage * INPUT_VOLTS/1024 * VOLT_DIVIDER)" user="Advanced">
551
</param>
552
<param humanName="Current Amps per volt" name="ArduCopter:AMP_PER_VOLT" documentation="Used to convert the voltage on the current sensing pin (BATT_CURR_PIN) to the actual current being consumed in amps (curr pin voltage * INPUT_VOLTS/1024 * AMP_PER_VOLT )" user="Advanced">
553
</param>
554
<param humanName="Battery Capacity" name="ArduCopter:BATT_CAPACITY" documentation="Battery capacity in milliamp-hours (mAh)" user="Standard">
555 556
<field name="Units">mAh</field>
</param>
557
<param humanName="Enable Compass" name="ArduCopter:MAG_ENABLE" documentation="Setting this to Enabled(1) will enable the compass. Setting this to Disabled(0) will disable the compass" user="Standard">
558 559 560 561 562
<values>
<value code="0">Disabled</value>
<value code="1">Enabled</value>
</values>
</param>
563
<param humanName="Enable Optical Flow" name="ArduCopter:FLOW_ENABLE" documentation="Setting this to Enabled(1) will enable optical flow. Setting this to Disabled(0) will disable optical flow" user="Standard">
564 565 566 567 568
<values>
<value code="0">Disabled</value>
<value code="1">Enabled</value>
</values>
</param>
569
<param humanName="Low Voltage" name="ArduCopter:LOW_VOLT" documentation="Set this to the voltage you want to represent low voltage" user="Standard">
570
<field name="Range">0 20</field>
571
<field name="Increment">0.1</field>
572
</param>
573
<param humanName="Enable Super Simple Mode" name="ArduCopter:SUPER_SIMPLE" documentation="Setting this to Enabled(1) will enable Super Simple Mode. Setting this to Disabled(0) will disable Super Simple Mode" user="Standard">
574 575 576 577 578
<values>
<value code="0">Disabled</value>
<value code="1">Enabled</value>
</values>
</param>
579
<param humanName="RTL Final Altitude" name="ArduCopter:RTL_ALT_FINAL" documentation="This is the altitude the vehicle will move to as the final stage of Returning to Launch or after completing a mission.  Set to zero to land." user="Standard">
580 581 582 583
<field name="Range">-1 1000</field>
<field name="Increment">1</field>
<field name="Units">Centimeters</field>
</param>
584
<param humanName="Battery Voltage sensing pin" name="ArduCopter:BATT_VOLT_PIN" documentation="Setting this to 0 ~ 13 will enable battery current sensing on pins A0 ~ A13." user="Standard">
585 586 587 588 589 590 591
<values>
<value code="-1">Disabled</value>
<value code=" 0">A0</value>
<value code=" 1">A1</value>
<value code=" 13">A13</value>
</values>
</param>
592
<param humanName="Battery Current sensing pin" name="ArduCopter:BATT_CURR_PIN" documentation="Setting this to 0 ~ 13 will enable battery current sensing on pins A0 ~ A13." user="Standard">
593 594 595 596 597 598 599
<values>
<value code="-1">Disabled</value>
<value code=" 1">A1</value>
<value code=" 2">A2</value>
<value code=" 12">A12</value>
</values>
</param>
600
<param humanName="Receiver RSSI sensing pin" name="ArduCopter:RSSI_PIN" documentation="This selects an analog pin for the receiver RSSI voltage. It assumes the voltage is 5V for max rssi, 0V for minimum" user="Standard">
601 602 603 604 605 606 607 608
<values>
<value code="-1">Disabled</value>
<value code=" 0">A0</value>
<value code=" 1">A1</value>
<value code=" 2">A2</value>
<value code=" 13">A13</value>
</values>
</param>
609
<param humanName="Enable Accel based throttle controller" name="ArduCopter:THR_ACC_ENABLE" documentation="This allows enabling and disabling the accelerometer based throttle controller.  If disabled a velocity based controller is used." user="Standard">
610 611 612 613 614
<values>
<value code="0">Disabled</value>
<value code=" 1">Enabled</value>
</values>
</param>
615
<param humanName="Yaw behaviour during missions" name="ArduCopter:WP_YAW_BEHAVIOR" documentation="Determines how the autopilot controls the yaw during missions and RTL" user="Advanced">
616
<values>
617 618 619
<value code="0">Never change yaw</value>
<value code=" 1">Face next waypoint</value>
<value code=" 2">Face next waypoint except RTL</value>
620 621
</values>
</param>
622
<param humanName="Waypoint Total" name="ArduCopter:WP_TOTAL" documentation="Total number of commands in the mission stored in the eeprom.  Do not update this parameter directly!" user="Advanced">
623
</param>
624
<param humanName="Waypoint Index" name="ArduCopter:WP_INDEX" documentation="The index number of the command that is currently being executed.  Do not update this parameter directly!" user="Advanced">
625
</param>
626
<param humanName="Circle radius" name="ArduCopter:CIRCLE_RADIUS" documentation="Defines the radius of the circle the vehicle will fly when in Circle flight mode" user="Standard">
627 628 629 630
<field name="Range">1 127</field>
<field name="Increment">1</field>
<field name="Units">Meters</field>
</param>
631 632 633 634 635
<param humanName="Circle rate" name="ArduCopter:CIRCLE_RATE" documentation="Circle mode's turn rate in degrees / second.  Positive to turn clockwise, negative for counter clockwise" user="Standard">
<field name="Range">-90 90</field>
<field name="Increment">1</field>
<field name="Units">Degrees / second</field>
</param>
636
<param humanName="RTL loiter time" name="ArduCopter:RTL_LOIT_TIME" documentation="Time (in milliseconds) to loiter above home before begining final descent" user="Standard">
637 638 639 640
<field name="Range">0 60000</field>
<field name="Increment">1000</field>
<field name="Units">ms</field>
</param>
641
<param humanName="Land speed" name="ArduCopter:LAND_SPEED" documentation="The descent speed for the final stage of landing in cm/s" user="Standard">
642
<field name="Range">20 200</field>
643 644 645
<field name="Increment">10</field>
<field name="Units">Centimeters/Second</field>
</param>
646
<param humanName="Pilot maximum vertical speed" name="ArduCopter:PILOT_VELZ_MAX" documentation="The maximum vertical velocity the pilot may request in cm/s" user="Standard">
647 648 649 650
<field name="Range">10 500</field>
<field name="Increment">10</field>
<field name="Units">Centimeters/Second</field>
</param>
651
<param humanName="Minimum Throttle" name="ArduCopter:THR_MIN" documentation="The minimum throttle that will be sent to the motors to keep them spinning" user="Standard">
652 653 654 655
<field name="Range">0 1000</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
656
<param humanName="Maximum Throttle" name="ArduCopter:THR_MAX" documentation="The maximum throttle that will be sent to the motors" user="Standard">
657 658 659 660
<field name="Range">0 1000</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
661
<param humanName="Throttle Failsafe Enable" name="ArduCopter:FS_THR_ENABLE" documentation="The throttle failsafe allows you to configure a software failsafe activated by a setting on the throttle input channel" user="Standard">
662 663 664 665 666 667
<values>
<value code="0">Disabled</value>
<value code="1">Enabled always RTL</value>
<value code="2">Enabled Continue with Mission in Auto Mode</value>
</values>
</param>
668
<param humanName="Throttle Failsafe Value" name="ArduCopter:FS_THR_VALUE" documentation="The PWM level on channel 3 below which throttle sailsafe triggers" user="Standard">
669
</param>
670
<param humanName="Throttle Trim" name="ArduCopter:TRIM_THROTTLE" documentation="The autopilot's estimate of the throttle required to maintain a level hover.  Calculated automatically from the pilot's throttle input while in stabilize mode" user="Standard">
671 672 673
<field name="Range">0 1000</field>
<field name="Units">PWM</field>
</param>
674
<param humanName="Throttle Mid Position" name="ArduCopter:THR_MID" documentation="The throttle output (0 ~ 1000) when throttle stick is in mid position.  Used to scale the manual throttle so that the mid throttle stick position is close to the throttle required to hover" user="Standard">
675 676 677
<field name="Range">300 700</field>
<field name="Increment">1</field>
</param>
678
<param humanName="Flight Mode 1" name="ArduCopter:FLTMODE1" documentation="Flight mode when Channel 5 pwm is &lt;= 1230" user="Standard">
679 680 681 682 683 684 685 686 687 688 689 690 691 692 693
<values>
<value code="0">Stabilize</value>
<value code="1">Acro</value>
<value code="2">AltHold</value>
<value code="3">Auto</value>
<value code="4">Guided</value>
<value code="5">Loiter</value>
<value code="6">RTL</value>
<value code="7">Circle</value>
<value code="8">Position</value>
<value code="9">Land</value>
<value code="10">OF_Loiter</value>
<value code="11">ToyA</value>
<value code="12">ToyM</value>
</values>
694
</param>
695
<param humanName="Flight Mode 2" name="ArduCopter:FLTMODE2" documentation="Flight mode when Channel 5 pwm is &gt;1230, &lt;= 1360" user="Standard">
696 697 698 699 700 701 702 703 704 705 706 707 708 709 710
<values>
<value code="0">Stabilize</value>
<value code="1">Acro</value>
<value code="2">AltHold</value>
<value code="3">Auto</value>
<value code="4">Guided</value>
<value code="5">Loiter</value>
<value code="6">RTL</value>
<value code="7">Circle</value>
<value code="8">Position</value>
<value code="9">Land</value>
<value code="10">OF_Loiter</value>
<value code="11">ToyA</value>
<value code="12">ToyM</value>
</values>
711
</param>
712
<param humanName="Flight Mode 3" name="ArduCopter:FLTMODE3" documentation="Flight mode when Channel 5 pwm is &gt;1360, &lt;= 1490" user="Standard">
713 714 715 716 717 718 719 720 721 722 723 724 725 726 727
<values>
<value code="0">Stabilize</value>
<value code="1">Acro</value>
<value code="2">AltHold</value>
<value code="3">Auto</value>
<value code="4">Guided</value>
<value code="5">Loiter</value>
<value code="6">RTL</value>
<value code="7">Circle</value>
<value code="8">Position</value>
<value code="9">Land</value>
<value code="10">OF_Loiter</value>
<value code="11">ToyA</value>
<value code="12">ToyM</value>
</values>
728
</param>
729
<param humanName="Flight Mode 4" name="ArduCopter:FLTMODE4" documentation="Flight mode when Channel 5 pwm is &gt;1490, &lt;= 1620" user="Standard">
730 731 732 733 734 735 736 737 738 739 740 741 742 743 744
<values>
<value code="0">Stabilize</value>
<value code="1">Acro</value>
<value code="2">AltHold</value>
<value code="3">Auto</value>
<value code="4">Guided</value>
<value code="5">Loiter</value>
<value code="6">RTL</value>
<value code="7">Circle</value>
<value code="8">Position</value>
<value code="9">Land</value>
<value code="10">OF_Loiter</value>
<value code="11">ToyA</value>
<value code="12">ToyM</value>
</values>
745
</param>
746
<param humanName="Flight Mode 5" name="ArduCopter:FLTMODE5" documentation="Flight mode when Channel 5 pwm is &gt;1620, &lt;= 1749" user="Standard">
747 748 749 750 751 752 753 754 755 756 757 758 759 760 761
<values>
<value code="0">Stabilize</value>
<value code="1">Acro</value>
<value code="2">AltHold</value>
<value code="3">Auto</value>
<value code="4">Guided</value>
<value code="5">Loiter</value>
<value code="6">RTL</value>
<value code="7">Circle</value>
<value code="8">Position</value>
<value code="9">Land</value>
<value code="10">OF_Loiter</value>
<value code="11">ToyA</value>
<value code="12">ToyM</value>
</values>
762
</param>
763
<param humanName="Flight Mode 6" name="ArduCopter:FLTMODE6" documentation="Flight mode when Channel 5 pwm is &gt;=1750" user="Standard">
764 765 766 767 768 769 770 771 772 773 774 775 776 777 778
<values>
<value code="0">Stabilize</value>
<value code="1">Acro</value>
<value code="2">AltHold</value>
<value code="3">Auto</value>
<value code="4">Guided</value>
<value code="5">Loiter</value>
<value code="6">RTL</value>
<value code="7">Circle</value>
<value code="8">Position</value>
<value code="9">Land</value>
<value code="10">OF_Loiter</value>
<value code="11">ToyA</value>
<value code="12">ToyM</value>
</values>
779
</param>
780
<param humanName="Simple mode bitmask" name="ArduCopter:SIMPLE" documentation="Bitmask which holds which flight modes use simple heading mode (eg bit 0 = 1 means Flight Mode 0 uses simple mode)" user="Advanced">
781
</param>
782
<param humanName="Log bitmask" name="ArduCopter:LOG_BITMASK" documentation="2 byte bitmap of log types to enable" user="Advanced">
783 784 785 786 787 788 789
<values>
<value code="0">Disabled</value>
<value code="830">Default</value>
<value code="958">Default+IMU</value>
<value code="1854">Default+Motors</value>
<value code="17214">Default+INav</value>
</values>
790
</param>
791
<param humanName="Toy Yaw Rate" name="ArduCopter:TOY_RATE" documentation="Controls yaw rate in Toy mode.  Higher values will cause a slower yaw rate.  Do not set to zero!" user="Advanced">
792 793
<field name="Range">1 10</field>
</param>
794
<param humanName="ESC Calibration" name="ArduCopter:ESC" documentation="Controls whether ArduCopter will enter ESC calibration on the next restart.  Do not adjust this parameter manually." user="Advanced">
795 796 797 798 799
<values>
<value code="0">Normal Start-up</value>
<value code="1">Start-up in ESC Calibration mode</value>
</values>
</param>
800
<param humanName="Channel 6 Tuning" name="ArduCopter:TUNE" documentation="Controls which parameters (normally PID gains) are being tuned with transmitter's channel 6 knob" user="Standard">
801 802 803 804 805 806 807 808 809 810
<values>
<value code="0">CH6_NONE</value>
<value code="1">CH6_STABILIZE_KP</value>
<value code="2">CH6_STABILIZE_KI</value>
<value code="3">CH6_YAW_KP</value>
<value code="4">CH6_RATE_KP</value>
<value code="5">CH6_RATE_KI</value>
<value code="6">CH6_YAW_RATE_KP</value>
<value code="7">CH6_THROTTLE_KP</value>
<value code="9">CH6_RELAY</value>
811
<value code="10">CH6_WP_SPEED</value>
812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833
<value code="12">CH6_LOITER_KP</value>
<value code="13">CH6_HELI_EXTERNAL_GYRO</value>
<value code="14">CH6_THR_HOLD_KP</value>
<value code="17">CH6_OPTFLOW_KP</value>
<value code="18">CH6_OPTFLOW_KI</value>
<value code="19">CH6_OPTFLOW_KD</value>
<value code="21">CH6_RATE_KD</value>
<value code="22">CH6_LOITER_RATE_KP</value>
<value code="23">CH6_LOITER_RATE_KD</value>
<value code="24">CH6_YAW_KI</value>
<value code="25">CH6_ACRO_KP</value>
<value code="26">CH6_YAW_RATE_KD</value>
<value code="27">CH6_LOITER_KI</value>
<value code="28">CH6_LOITER_RATE_KI</value>
<value code="29">CH6_STABILIZE_KD</value>
<value code="30">CH6_AHRS_YAW_KP</value>
<value code="31">CH6_AHRS_KP</value>
<value code="32">CH6_INAV_TC</value>
<value code="33">CH6_THROTTLE_KI</value>
<value code="34">CH6_THR_ACCEL_KP</value>
<value code="35">CH6_THR_ACCEL_KI</value>
<value code="36">CH6_THR_ACCEL_KD</value>
834
<value code="38">CH6_DECLINATION</value>
835
<value code="39">CH6_CIRCLE_RATE</value>
836 837
</values>
</param>
838
<param humanName="Tuning minimum" name="ArduCopter:TUNE_LOW" documentation="The minimum value that will be applied to the parameter currently being tuned with the transmitter's channel 6 knob" user="Standard">
839 840
<field name="Range">0 32767</field>
</param>
841
<param humanName="Tuning maximum" name="ArduCopter:TUNE_HIGH" documentation="The maximum value that will be applied to the parameter currently being tuned with the transmitter's channel 6 knob" user="Standard">
842 843
<field name="Range">0 32767</field>
</param>
844
<param humanName="Frame Orientation (+, X or V)" name="ArduCopter:FRAME" documentation="Controls motor mixing for multicopters.  Not used for Tri or Traditional Helicopters." user="Standard">
845 846 847 848
<values>
<value code="0">Plus</value>
<value code=" 1">X</value>
<value code=" 2">V</value>
849
<value code=" 3">H</value>
850 851
</values>
</param>
852
<param humanName="Channel 7 option" name="ArduCopter:CH7_OPT" documentation="Select which function if performed when CH7 is above 1800 pwm" user="Standard">
853 854 855 856 857 858 859
<values>
<value code="0">Do Nothing</value>
<value code=" 2">Flip</value>
<value code=" 3">Simple Mode</value>
<value code=" 4">RTL</value>
<value code=" 5">Save Trim</value>
<value code=" 7">Save WP</value>
860
<value code=" 8">Multi Mode</value>
861 862
<value code=" 9">Camera Trigger</value>
<value code=" 10">Sonar</value>
863 864
<value code=" 11">Fence</value>
<value code=" 12">ResetToArmedYaw</value>
865 866
</values>
</param>
867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895
<param humanName="Channel 8 option" name="ArduCopter:CH8_OPT" documentation="Select which function if performed when CH8 is above 1800 pwm" user="Standard">
<values>
<value code="0">Do Nothing</value>
<value code=" 2">Flip</value>
<value code=" 3">Simple Mode</value>
<value code=" 4">RTL</value>
<value code=" 5">Save Trim</value>
<value code=" 7">Save WP</value>
<value code=" 8">Multi Mode</value>
<value code=" 9">Camera Trigger</value>
<value code=" 10">Sonar</value>
<value code=" 11">Fence</value>
<value code=" 12">ResetToArmedYaw</value>
</values>
</param>
<param humanName="Arming check" name="ArduCopter:ARMING_CHECK" documentation="Allows enabling or disabling of pre-arming checks of receiver, accelerometer, barometer and compass" user="Standard">
<values>
<value code="0">Disabled</value>
<value code=" 1">Enabled</value>
</values>
</param>
<param humanName="Rate Pitch Feed Forward" name="ArduCopter:RATE_PIT_FF" documentation="Rate Pitch Feed Forward (for TradHeli Only)" user="Standard">
<field name="Range">0 10</field>
</param>
<param humanName="Rate Roll Feed Forward" name="ArduCopter:RATE_RLL_FF" documentation="Rate Roll Feed Forward (for TradHeli Only)" user="Standard">
<field name="Range">0 10</field>
</param>
<param humanName="Rate Yaw Feed Forward" name="ArduCopter:RATE_YAW_FF" documentation="Rate Yaw Feed Forward (for TradHeli Only)" user="Standard">
<field name="Range">0 10</field>
896
</param>
897
<param humanName="ESC Update Speed" name="ArduCopter:RC_SPEED" documentation="This is the speed in Hertz that your ESCs will receive updates" user="Advanced">
898 899 900
<field name="Range">50 490</field>
<field name="Increment">1</field>
<field name="Units">Hz</field>
901
</param>
902
<param humanName="Acro P gain" name="ArduCopter:ACRO_P" documentation="Used to convert pilot roll, pitch and yaw input into a dssired rate of rotation in ACRO mode.  Higher values mean faster rate of rotation." user="Standard">
903 904
<field name="Range">1 10</field>
</param>
905
<param humanName="Acro Axis" name="ArduCopter:AXIS_ENABLE" documentation="Used to control whether acro mode actively maintains the current angle when control sticks are released (Enabled = maintains current angle)" user="Standard">
906 907 908 909 910
<values>
<value code="0">Disabled</value>
<value code=" 1">Enabled</value>
</values>
</param>
911
<param humanName="Acro Balance Roll" name="ArduCopter:ACRO_BAL_ROLL" documentation="rate at which roll angle returns to level in acro mode" user="Advanced">
912 913 914
<field name="Range">0 300</field>
<field name="Increment">1</field>
</param>
915
<param humanName="Acro Balance Pitch" name="ArduCopter:ACRO_BAL_PITCH" documentation="rate at which pitch angle returns to level in acro mode" user="Advanced">
916 917 918
<field name="Range">0 300</field>
<field name="Increment">1</field>
</param>
919
<param humanName="Acro Trainer Enabled" name="ArduCopter:ACRO_TRAINER" documentation="Set to 1 (Enabled) to make roll return to within 45 degrees of level automatically" user="Advanced">
920 921 922 923 924
<values>
<value code="0">Disabled</value>
<value code="1">Enabled</value>
</values>
</param>
925
<param humanName="Copter LED Mode" name="ArduCopter:LED_MODE" documentation="bitmap to control the copter led mode" user="Standard">
926 927 928 929 930 931 932 933 934 935 936
<values>
<value code="0">Disabled</value>
<value code="1">Enable</value>
<value code="2">GPS On</value>
<value code="4">Aux</value>
<value code="8">Buzzer</value>
<value code="16">Oscillate</value>
<value code="32">Nav Blink</value>
<value code="64">GPS Nav Blink</value>
</values>
</param>
937 938 939 940 941 942 943 944 945 946 947
<param humanName="Roll axis rate controller P gain" name="ArduCopter:RATE_RLL_P" documentation="Roll axis rate controller P gain.  Converts the difference between desired roll rate and actual roll rate into a motor speed output" user="Standard">
<field name="Range">0.08 0.20</field>
</param>
<param humanName="Roll axis rate controller I gain" name="ArduCopter:RATE_RLL_I" documentation="Roll axis rate controller I gain.  Corrects long-term difference in desired roll rate vs actual roll rate" user="Standard">
<field name="Range">0.01 0.5</field>
</param>
<param humanName="Roll axis rate controller I gain maximum" name="ArduCopter:RATE_RLL_IMAX" documentation="Roll axis rate controller I gain maximum.  Constrains the maximum motor output that the I gain will output" user="Standard">
<field name="Range">0 500</field>
<field name="Units">PWM</field>
</param>
<param humanName="Roll axis rate controller D gain" name="ArduCopter:RATE_RLL_D" documentation="Roll axis rate controller D gain.  Compensates for short-term change in desired roll rate vs actual roll rate" user="Standard">
948 949
<field name="Range">0.001 0.008</field>
</param>
950 951 952 953 954 955 956 957 958 959 960
<param humanName="Pitch axis rate controller P gain" name="ArduCopter:RATE_PIT_P" documentation="Pitch axis rate controller P gain.  Converts the difference between desired pitch rate and actual pitch rate into a motor speed output" user="Standard">
<field name="Range">0.08 0.20</field>
</param>
<param humanName="Pitch axis rate controller I gain" name="ArduCopter:RATE_PIT_I" documentation="Pitch axis rate controller I gain.  Corrects long-term difference in desired pitch rate vs actual pitch rate" user="Standard">
<field name="Range">0.01 0.5</field>
</param>
<param humanName="Pitch axis rate controller I gain maximum" name="ArduCopter:RATE_PIT_IMAX" documentation="Pitch axis rate controller I gain maximum.  Constrains the maximum motor output that the I gain will output" user="Standard">
<field name="Range">0 500</field>
<field name="Units">PWM</field>
</param>
<param humanName="Pitch axis rate controller D gain" name="ArduCopter:RATE_PIT_D" documentation="Pitch axis rate controller D gain.  Compensates for short-term change in desired pitch rate vs actual pitch rate" user="Standard">
961 962
<field name="Range">0.001 0.008</field>
</param>
963 964 965 966 967 968 969 970 971 972 973
<param humanName="Yaw axis rate controller P gain" name="ArduCopter:RATE_YAW_P" documentation="Yaw axis rate controller P gain.  Converts the difference between desired yaw rate and actual yaw rate into a motor speed output" user="Standard">
<field name="Range">0.150 0.250</field>
</param>
<param humanName="Yaw axis rate controller I gain" name="ArduCopter:RATE_YAW_I" documentation="Yaw axis rate controller I gain.  Corrects long-term difference in desired yaw rate vs actual yaw rate" user="Standard">
<field name="Range">0.010 0.020</field>
</param>
<param humanName="Yaw axis rate controller I gain maximum" name="ArduCopter:RATE_YAW_IMAX" documentation="Yaw axis rate controller I gain maximum.  Constrains the maximum motor output that the I gain will output" user="Standard">
<field name="Range">0 500</field>
<field name="Units">PWM</field>
</param>
<param humanName="Yaw axis rate controller D gain" name="ArduCopter:RATE_YAW_D" documentation="Yaw axis rate controller D gain.  Compensates for short-term change in desired yaw rate vs actual yaw rate" user="Standard">
974 975
<field name="Range">0.000 0.001</field>
</param>
976 977 978 979 980 981 982 983 984 985 986
<param humanName="Loiter latitude rate controller P gain" name="ArduCopter:LOITER_LAT_P" documentation="Loiter latitude rate controller P gain.  Converts the difference between desired speed and actual speed into a lean angle in the latitude direction" user="Standard">
<field name="Range">2.000 6.000</field>
</param>
<param humanName="Loiter latitude rate controller I gain" name="ArduCopter:LOITER_LAT_I" documentation="Loiter latitude rate controller I gain.  Corrects long-term difference in desired speed and actual speed in the latitude direction" user="Standard">
<field name="Range">0.020 0.060</field>
</param>
<param humanName="Loiter rate controller I gain maximum" name="ArduCopter:LOITER_LAT_IMAX" documentation="Loiter rate controller I gain maximum.  Constrains the lean angle that the I gain will output" user="Standard">
<field name="Range">0 4500</field>
<field name="Units">Centi-Degrees</field>
</param>
<param humanName="Loiter latitude rate controller D gain" name="ArduCopter:LOITER_LAT_D" documentation="Loiter latitude rate controller D gain.  Compensates for short-term change in desired speed vs actual speed" user="Standard">
987 988
<field name="Range">0.200 0.600</field>
</param>
989 990 991 992 993 994 995 996 997 998 999
<param humanName="Loiter longitude rate controller P gain" name="ArduCopter:LOITER_LON_P" documentation="Loiter longitude rate controller P gain.  Converts the difference between desired speed and actual speed into a lean angle in the longitude direction" user="Standard">
<field name="Range">2.000 6.000</field>
</param>
<param humanName="Loiter longitude rate controller I gain" name="ArduCopter:LOITER_LON_I" documentation="Loiter longitude rate controller I gain.  Corrects long-term difference in desired speed and actual speed in the longitude direction" user="Standard">
<field name="Range">0.020 0.060</field>
</param>
<param humanName="Loiter longitude rate controller I gain maximum" name="ArduCopter:LOITER_LON_IMAX" documentation="Loiter longitude rate controller I gain maximum.  Constrains the lean angle that the I gain will output" user="Standard">
<field name="Range">0 4500</field>
<field name="Units">Centi-Degrees</field>
</param>
<param humanName="Loiter longituderate controller D gain" name="ArduCopter:LOITER_LON_D" documentation="Loiter longitude rate controller D gain.  Compensates for short-term change in desired speed vs actual speed" user="Standard">
1000 1001
<field name="Range">0.200 0.600</field>
</param>
1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012
<param humanName="Throttle rate controller P gain" name="ArduCopter:THR_RATE_P" documentation="Throttle rate controller P gain.  Converts the difference between desired vertical speed and actual speed into a desired acceleration that is passed to the throttle acceleration controller" user="Standard">
<field name="Range">1.000 8.000</field>
</param>
<param humanName="Throttle rate controller I gain" name="ArduCopter:THR_RATE_I" documentation="Throttle rate controller I gain.  Corrects long-term difference in desired vertical speed and actual speed" user="Standard">
<field name="Range">0.000 0.100</field>
</param>
<param humanName="Throttle rate controller I gain maximum" name="ArduCopter:THR_RATE_IMAX" documentation="Throttle rate controller I gain maximum.  Constrains the desired acceleration that the I gain will generate" user="Standard">
<field name="Range">0 500</field>
<field name="Units">cm/s/s</field>
</param>
<param humanName="Throttle rate controller D gain" name="ArduCopter:THR_RATE_D" documentation="Throttle rate controller D gain.  Compensates for short-term change in desired vertical speed vs actual speed" user="Standard">
1013 1014
<field name="Range">0.000 0.400</field>
</param>
1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025
<param humanName="Throttle acceleration controller P gain" name="ArduCopter:THR_ACCEL_P" documentation="Throttle acceleration controller P gain.  Converts the difference between desired vertical acceleration and actual acceleration into a motor output" user="Standard">
<field name="Range">0.500 1.500</field>
</param>
<param humanName="Throttle acceleration controller I gain" name="ArduCopter:THR_ACCEL_I" documentation="Throttle acceleration controller I gain.  Corrects long-term difference in desired vertical acceleration and actual acceleration" user="Standard">
<field name="Range">0.000 3.000</field>
</param>
<param humanName="Throttle acceleration controller I gain maximum" name="ArduCopter:THR_ACCEL_IMAX" documentation="Throttle acceleration controller I gain maximum.  Constrains the maximum pwm that the I term will generate" user="Standard">
<field name="Range">0 500</field>
<field name="Units">PWM</field>
</param>
<param humanName="Throttle acceleration controller D gain" name="ArduCopter:THR_ACCEL_D" documentation="Throttle acceleration controller D gain.  Compensates for short-term change in desired vertical acceleration vs actual acceleration" user="Standard">
1026 1027
<field name="Range">0.000 0.400</field>
</param>
1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038
<param humanName="Optical Flow based loiter controller roll axis P gain" name="ArduCopter:OF_RLL_P" documentation="Optical Flow based loiter controller roll axis P gain.  Converts the position error from the target point to a roll angle" user="Standard">
<field name="Range">2.000 3.000</field>
</param>
<param humanName="Optical Flow based loiter controller roll axis I gain" name="ArduCopter:OF_RLL_I" documentation="Optical Flow based loiter controller roll axis I gain.  Corrects long-term position error by more persistently rolling left or right" user="Standard">
<field name="Range">0.250 0.750</field>
</param>
<param humanName="Optical Flow based loiter controller roll axis I gain maximum" name="ArduCopter:OF_RLL_IMAX" documentation="Optical Flow based loiter controller roll axis I gain maximum.  Constrains the maximum roll angle that the I term will generate" user="Standard">
<field name="Range">0 4500</field>
<field name="Units">Centi-Degrees</field>
</param>
<param humanName="Optical Flow based loiter controller roll axis D gain" name="ArduCopter:OF_RLL_D" documentation="Optical Flow based loiter controller roll axis D gain.  Compensates for short-term change in speed in the roll direction" user="Standard">
1039 1040
<field name="Range">0.100 0.140</field>
</param>
1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051
<param humanName="Optical Flow based loiter controller pitch axis P gain" name="ArduCopter:OF_PIT_P" documentation="Optical Flow based loiter controller pitch axis P gain.  Converts the position error from the target point to a pitch angle" user="Standard">
<field name="Range">2.000 3.000</field>
</param>
<param humanName="Optical Flow based loiter controller pitch axis I gain" name="ArduCopter:OF_PIT_I" documentation="Optical Flow based loiter controller pitch axis I gain.  Corrects long-term position error by more persistently pitching left or right" user="Standard">
<field name="Range">0.250 0.750</field>
</param>
<param humanName="Optical Flow based loiter controller pitch axis I gain maximum" name="ArduCopter:OF_PIT_IMAX" documentation="Optical Flow based loiter controller pitch axis I gain maximum.  Constrains the maximum pitch angle that the I term will generate" user="Standard">
<field name="Range">0 4500</field>
<field name="Units">Centi-Degrees</field>
</param>
<param humanName="Optical Flow based loiter controller pitch axis D gain" name="ArduCopter:OF_PIT_D" documentation="Optical Flow based loiter controller pitch axis D gain.  Compensates for short-term change in speed in the pitch direction" user="Standard">
1052 1053
<field name="Range">0.100 0.140</field>
</param>
1054 1055 1056 1057 1058 1059 1060
<param humanName="Roll axis stabilize controller P gain" name="ArduCopter:STB_RLL_P" documentation="Roll axis stabilize (i.e. angle) controller P gain.  Converts the error between the desired roll angle and actual angle to a desired roll rate" user="Standard">
<field name="Range">3.000 6.000</field>
</param>
<param humanName="Roll axis stabilize controller I gain" name="ArduCopter:STB_RLL_I" documentation="Roll axis stabilize (i.e. angle) controller I gain.  Corrects for longer-term difference in desired roll angle and actual angle" user="Standard">
<field name="Range">0.000 0.100</field>
</param>
<param humanName="Roll axis stabilize controller I gain maximum" name="ArduCopter:STB_RLL_IMAX" documentation="Roll axis stabilize (i.e. angle) controller I gain maximum.  Constrains the maximum roll rate that the I term will generate" user="Standard">
1061
<field name="Range">0 4500</field>
1062
<field name="Units">Centi-Degrees/Sec</field>
1063
</param>
1064 1065 1066 1067 1068 1069 1070
<param humanName="Pitch axis stabilize controller P gain" name="ArduCopter:STB_PIT_P" documentation="Pitch axis stabilize (i.e. angle) controller P gain.  Converts the error between the desired pitch angle and actual angle to a desired pitch rate" user="Standard">
<field name="Range">3.000 6.000</field>
</param>
<param humanName="Pitch axis stabilize controller I gain" name="ArduCopter:STB_PIT_I" documentation="Pitch axis stabilize (i.e. angle) controller I gain.  Corrects for longer-term difference in desired pitch angle and actual angle" user="Standard">
<field name="Range">0.000 0.100</field>
</param>
<param humanName="Pitch axis stabilize controller I gain maximum" name="ArduCopter:STB_PIT_IMAX" documentation="Pitch axis stabilize (i.e. angle) controller I gain maximum.  Constrains the maximum pitch rate that the I term will generate" user="Standard">
1071
<field name="Range">0 4500</field>
1072 1073 1074 1075 1076 1077 1078
<field name="Units">Centi-Degrees/Sec</field>
</param>
<param humanName="Yaw axis stabilize controller P gain" name="ArduCopter:STB_YAW_P" documentation="Yaw axis stabilize (i.e. angle) controller P gain.  Converts the error between the desired yaw angle and actual angle to a desired yaw rate" user="Standard">
<field name="Range">3.000 6.000</field>
</param>
<param humanName="Yaw axis stabilize controller I gain" name="ArduCopter:STB_YAW_I" documentation="Yaw axis stabilize (i.e. angle) controller I gain.  Corrects for longer-term difference in desired yaw angle and actual angle" user="Standard">
<field name="Range">0.000 0.100</field>
1079
</param>
1080
<param humanName="Yaw axis stabilize controller I gain maximum" name="ArduCopter:STB_YAW_IMAX" documentation="Yaw axis stabilize (i.e. angle) controller I gain maximum.  Constrains the maximum yaw rate that the I term will generate" user="Standard">
1081
<field name="Range">0 4500</field>
1082
<field name="Units">Centi-Degrees/Sec</field>
1083
</param>
1084 1085 1086 1087 1088 1089 1090
<param humanName="Altitude controller P gain" name="ArduCopter:THR_ALT_P" documentation="Altitude controller P gain.  Converts the difference between the desired altitude and actual altitude into a climb or descent rate which is passed to the throttle rate controller" user="Standard">
<field name="Range">1.000 3.000</field>
</param>
<param humanName="Altitude controller I gain" name="ArduCopter:THR_ALT_I" documentation="Altitude controller I gain.  Corrects for longer-term difference in desired altitude and actual altitude" user="Standard">
<field name="Range">0.000 0.100</field>
</param>
<param humanName="Altitude controller I gain maximum" name="ArduCopter:THR_ALT_IMAX" documentation="Altitude controller I gain maximum.  Constrains the maximum climb rate rate that the I term will generate" user="Standard">
1091
<field name="Range">0 500</field>
1092 1093 1094 1095
<field name="Units">cm/s</field>
</param>
<param humanName="Loiter latitude position controller P gain" name="ArduCopter:HLD_LAT_P" documentation="Loiter latitude position controller P gain.  Converts the distance (in the latitude direction) to the target location into a desired speed which is then passed to the loiter latitude rate controller" user="Standard">
<field name="Range">0.100 0.300</field>
1096
</param>
1097 1098 1099 1100
<param humanName="Loiter latitude position controller I gain" name="ArduCopter:HLD_LAT_I" documentation="Loiter latitude position controller I gain.  Corrects for longer-term distance (in latitude) to the target location" user="Standard">
<field name="Range">0.000 0.100</field>
</param>
<param humanName="Loiter latitude position controller I gain maximum" name="ArduCopter:HLD_LAT_IMAX" documentation="Loiter latitude position controller I gain maximum.  Constrains the maximum desired speed that the I term will generate" user="Standard">
1101
<field name="Range">0 3000</field>
1102 1103 1104 1105 1106 1107 1108
<field name="Units">cm/s</field>
</param>
<param humanName="Loiter longitude position controller P gain" name="ArduCopter:HLD_LON_P" documentation="Loiter longitude position controller P gain.  Converts the distance (in the longitude direction) to the target location into a desired speed which is then passed to the loiter longitude rate controller" user="Standard">
<field name="Range">0.100 0.300</field>
</param>
<param humanName="Loiter longitude position controller I gain" name="ArduCopter:HLD_LON_I" documentation="Loiter longitude position controller I gain.  Corrects for longer-term distance (in longitude direction) to the target location" user="Standard">
<field name="Range">0.000 0.100</field>
1109
</param>
1110
<param humanName="Loiter longitudeposition controller I gain maximum" name="ArduCopter:HLD_LON_IMAX" documentation="Loiter  longitudeposition controller I gain maximum.  Constrains the maximum desired speed that the I term will generate" user="Standard">
1111
<field name="Range">0 3000</field>
1112
<field name="Units">cm/s</field>
1113 1114 1115
</param>
</parameters>
<parameters name="APMrover2">
1116 1117 1118 1119 1120 1121 1122
<param humanName="Log bitmask" name="APMrover2:LOG_BITMASK" documentation="Two byte bitmap of log types to enable in dataflash" user="Advanced">
<values>
<value code="0">Disabled</value>
<value code="3950">Default</value>
<value code="4078">Default+IMU</value>
</values>
</param>
1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133
<param humanName="Initial driving mode" name="APMrover2:INITIAL_MODE" documentation="This selects the mode to start in on boot. This is useful for when you want to start in AUTO mode on boot without a receiver. Usuallly used in combination with when AUTO_TRIGGER_PIN or AUTO_KICKSTART." user="Advanced">
<values>
<value code="0">MANUAL</value>
<value code="2">LEARNING</value>
<value code="3">STEERING</value>
<value code="4">HOLD</value>
<value code="10">AUTO</value>
<value code="11">RTL</value>
<value code="15">GUIDED</value>
</values>
</param>
1134
<param humanName="Receiver RSSI sensing pin" name="APMrover2:RSSI_PIN" documentation="This selects an analog pin for the receiver RSSI voltage. It assumes the voltage is 5V for max rssi, 0V for minimum" user="Standard">
1135 1136 1137 1138 1139 1140 1141
<values>
<value code="-1">Disabled</value>
<value code=" 0">A0</value>
<value code=" 1">A1</value>
<value code=" 13">A13</value>
</values>
</param>
1142
<param humanName="Battery Voltage sensing pin" name="APMrover2:BATT_VOLT_PIN" documentation="Setting this to 0 ~ 13 will enable battery current sensing on pins A0 ~ A13." user="Standard">
1143 1144 1145 1146 1147 1148 1149
<values>
<value code="-1">Disabled</value>
<value code=" 0">A0</value>
<value code=" 1">A1</value>
<value code=" 13">A13</value>
</values>
</param>
1150
<param humanName="Battery Current sensing pin" name="APMrover2:BATT_CURR_PIN" documentation="Setting this to 0 ~ 13 will enable battery current sensing on pins A0 ~ A13." user="Standard">
1151 1152 1153 1154 1155 1156 1157
<values>
<value code="-1">Disabled</value>
<value code=" 1">A1</value>
<value code=" 2">A2</value>
<value code=" 12">A12</value>
</values>
</param>
1158
<param humanName="MAVLink system ID" name="APMrover2:SYSID_THIS_MAV" documentation="ID used in MAVLink protocol to identify this vehicle" user="Advanced">
1159
</param>
1160
<param humanName="MAVLink ground station ID" name="APMrover2:SYSID_MYGCS" documentation="ID used in MAVLink protocol to identify the controlling ground station" user="Advanced">
1161
</param>
1162
<param humanName="USB Console Baud Rate" name="APMrover2:SERIAL0_BAUD" documentation="The baud rate used on the first serial port" user="Standard">
1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174
<values>
<value code="1">1200</value>
<value code="2">2400</value>
<value code="4">4800</value>
<value code="9">9600</value>
<value code="19">19200</value>
<value code="38">38400</value>
<value code="57">57600</value>
<value code="111">111100</value>
<value code="115">115200</value>
</values>
</param>
1175
<param humanName="Telemetry Baud Rate" name="APMrover2:SERIAL3_BAUD" documentation="The baud rate used on the telemetry port" user="Standard">
1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187
<values>
<value code="1">1200</value>
<value code="2">2400</value>
<value code="4">4800</value>
<value code="9">9600</value>
<value code="19">19200</value>
<value code="38">38400</value>
<value code="57">57600</value>
<value code="111">111100</value>
<value code="115">115200</value>
</values>
</param>
1188
<param humanName="Telemetry startup delay " name="APMrover2:TELEM_DELAY" documentation="The amount of time (in seconds) to delay radio telemetry to prevent an Xbee bricking on power up" user="Standard">
1189 1190 1191 1192
<field name="Range">0 10</field>
<field name="Increment">1</field>
<field name="Units">seconds</field>
</param>
1193
<param humanName="Magnetometer (compass) enabled" name="APMrover2:MAG_ENABLED" documentation="This should be set to 1 if a compass is installed" user="Standard">
1194 1195 1196 1197 1198
<values>
<value code="0">Disabled</value>
<value code="1">Enabled</value>
</values>
</param>
1199
<param humanName="Battery monitoring" name="APMrover2:BATT_MONITOR" documentation="Controls enabling monitoring of the battery's voltage and current" user="Standard">
1200 1201 1202 1203 1204 1205
<values>
<value code="0">Disabled</value>
<value code="3">Voltage Only</value>
<value code="4">Voltage and Current</value>
</values>
</param>
1206
<param humanName="Voltage Divider" name="APMrover2:VOLT_DIVIDER" documentation="Used to convert the voltage of the voltage sensing pin (BATT_VOLT_PIN) to the actual battery's voltage (pin voltage * INPUT_VOLTS/1024 * VOLT_DIVIDER)" user="Advanced">
1207
</param>
1208
<param humanName="Current Amps per volt" name="APMrover2:AMP_PER_VOLT" documentation="Used to convert the voltage on the current sensing pin (BATT_CURR_PIN) to the actual current being consumed in amps (curr pin voltage * INPUT_VOLTS/1024 * AMP_PER_VOLT )" user="Advanced">
1209
</param>
1210
<param humanName="Battery Capacity" name="APMrover2:BATT_CAPACITY" documentation="Battery capacity in milliamp-hours (mAh)" user="Standard">
1211 1212
<field name="Units">mAh</field>
</param>
1213
<param humanName="Crosstrack Gain" name="APMrover2:XTRK_GAIN_SC" documentation="This controls how hard the Rover tries to follow the lines between waypoints, as opposed to driving directly to the next waypoint. The value is the scale between distance off the line and angle to meet the line (in Degrees * 100)" user="Standard">
1214 1215 1216
<field name="Range">0 2000</field>
<field name="Increment">1</field>
</param>
1217
<param humanName="Crosstrack Entry Angle" name="APMrover2:XTRK_ANGLE_CD" documentation="Maximum angle used to correct for track following." user="Standard">
1218 1219 1220 1221
<field name="Range">0 9000</field>
<field name="Increment">1</field>
<field name="Units">centi-Degrees</field>
</param>
1222
<param humanName="Auto mode trigger pin" name="APMrover2:AUTO_TRIGGER_PIN" documentation="pin number to use to trigger start of auto mode. If set to -1 then don't use a trigger, otherwise this is a pin number which if held low in auto mode will start the motor, and otherwise will force the throttle off. This can be used in combination with INITIAL_MODE to give a 'press button to start' rover with no receiver." user="standard">
1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233
<values>
<value code="-1">Disabled</value>
<value code="0-9">TiggerPin</value>
</values>
</param>
<param humanName="Auto mode trigger kickstart acceleration" name="APMrover2:AUTO_KICKSTART" documentation="X acceleration in meters/second/second to use to trigger the motor start in auto mode. If set to zero then auto throttle starts immediately when the mode switch happens, otherwise the rover waits for the X acceleration to go above this value before it will start the motor" user="standard">
<field name="Range">0 20</field>
<field name="Increment">0.1</field>
<field name="Units">m/s/s</field>
</param>
<param humanName="Target cruise speed in auto modes" name="APMrover2:CRUISE_SPEED" documentation="The target speed in auto missions." user="Standard">
1234 1235 1236 1237
<field name="Range">0 100</field>
<field name="Increment">0.1</field>
<field name="Units">m/s</field>
</param>
1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248
<param humanName="Target speed reduction while turning" name="APMrover2:SPEED_TURN_GAIN" documentation="The percentage to reduce the throttle while turning. If this is 100% then the target speed is not reduced while turning. If this is 50% then the target speed is reduced in proportion to the turn rate, with a reduction of 50% when the steering is maximally deflected." user="Standard">
<field name="Range">0 100</field>
<field name="Increment">1</field>
<field name="Units">percent</field>
</param>
<param humanName="Distance to turn to start reducing speed" name="APMrover2:SPEED_TURN_DIST" documentation="The distance to the next turn at which the rover reduces its target speed by the SPEED_TURN_GAIN" user="Standard">
<field name="Range">0 100</field>
<field name="Increment">0.1</field>
<field name="Units">meters</field>
</param>
<param humanName="Channel 7 option" name="APMrover2:CH7_OPTION" documentation="What to do use channel 7 for" user="Standard">
1249 1250 1251 1252 1253
<values>
<value code="0">Nothing</value>
<value code="1">LearnWaypoint</value>
</values>
</param>
1254
<param humanName="Minimum Throttle" name="APMrover2:THR_MIN" documentation="The minimum throttle setting to which the autopilot will apply. This is mostly useful for rovers with internal combustion motors, to prevent the motor from cutting out in auto mode." user="Standard">
1255 1256 1257 1258
<field name="Range">0 100</field>
<field name="Increment">1</field>
<field name="Units">Percent</field>
</param>
1259
<param humanName="Maximum Throttle" name="APMrover2:THR_MAX" documentation="The maximum throttle setting to which the autopilot will apply. This can be used to prevent overheating a ESC or motor on an electric rover." user="Standard">
1260 1261 1262 1263
<field name="Range">0 100</field>
<field name="Increment">1</field>
<field name="Units">Percent</field>
</param>
1264
<param humanName="Base throttle percentage in auto" name="APMrover2:CRUISE_THROTTLE" documentation="The base throttle percentage to use in auto mode. The CRUISE_SPEED parameter controls the target speed, but the rover starts with the CRUISE_THROTTLE setting as the initial estimate for how much throttle is needed to achieve that speed. It then adjusts the throttle based on how fast the rover is actually going." user="Standard">
1265 1266 1267 1268
<field name="Range">0 100</field>
<field name="Increment">1</field>
<field name="Units">Percent</field>
</param>
1269
<param humanName="Throttle slew rate" name="APMrover2:THR_SLEWRATE" documentation="maximum percentage change in throttle per second. A setting of 10 means to not change the throttle by more than 10% of the full throttle range in one second. A value of zero means no limit." user="Standard">
1270 1271 1272 1273
<field name="Range">0 100</field>
<field name="Increment">1</field>
<field name="Units">Percent</field>
</param>
1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286
<param humanName="Skid steering output" name="APMrover2:SKID_STEER_OUT" documentation="Set this to 1 for skid steering controlled rovers (tank track style). When enabled, servo1 is used for the left track control, servo3 is used for right track control" user="Standard">
<values>
<value code="0">Disabled</value>
<value code=" 1">SkidSteeringOutput</value>
</values>
</param>
<param humanName="Skid steering input" name="APMrover2:SKID_STEER_IN" documentation="Set this to 1 for skid steering input rovers (tank track style in RC controller). When enabled, servo1 is used for the left track control, servo3 is used for right track control" user="Standard">
<values>
<value code="0">Disabled</value>
<value code=" 1">SkidSteeringInput</value>
</values>
</param>
<param humanName="Failsafe Action" name="APMrover2:FS_ACTION" documentation="What to do on a failsafe event" user="Standard">
1287 1288 1289
<values>
<value code="0">Nothing</value>
<value code="1">RTL</value>
1290
<value code="2">HOLD</value>
1291 1292
</values>
</param>
1293
<param humanName="Failsafe timeout" name="APMrover2:FS_TIMEOUT" documentation="How long a failsafe event need to happen for before we trigger the failsafe action" user="Standard">
1294 1295
<field name="Units">seconds</field>
</param>
1296
<param humanName="Throttle Failsafe Enable" name="APMrover2:FS_THR_ENABLE" documentation="The throttle failsafe allows you to configure a software failsafe activated by a setting on the throttle input channel to a low value. This can be used to detect the RC transmitter going out of range. Failsafe will be triggered when the throttle channel goes below the FS_THR_VALUE for FS_TIMEOUT seconds." user="Standard">
1297 1298 1299 1300 1301
<values>
<value code="0">Disabled</value>
<value code="1">Enabled</value>
</values>
</param>
1302
<param humanName="Throttle Failsafe Value" name="APMrover2:FS_THR_VALUE" documentation="The PWM level on channel 3 below which throttle sailsafe triggers." user="Standard">
1303
</param>
1304
<param humanName="GCS failsafe enable" name="APMrover2:FS_GCS_ENABLE" documentation="Enable ground control station telemetry failsafe. When enabled the Rover will execute the FS_ACTION when it fails to receive MAVLink heartbeat packets for FS_TIMEOUT seconds." user="Standard">
1305 1306 1307 1308 1309
<values>
<value code="0">Disabled</value>
<value code="1">Enabled</value>
</values>
</param>
1310 1311 1312 1313 1314 1315 1316 1317 1318
<param humanName="Sonar trigger distance" name="APMrover2:SONAR_TRIGGER_CM" documentation="The distance from an obstacle in centimeters at which the sonar triggers a turn to avoid the obstacle" user="Standard">
<field name="Range">0 1000</field>
<field name="Increment">1</field>
<field name="Units">centimeters</field>
</param>
<param humanName="Sonar trigger angle" name="APMrover2:SONAR_TURN_ANGLE" documentation="The course deviation in degrees to apply while avoiding an obstacle detected with the sonar. A positive number means to turn right, and a negative angle means to turn left." user="Standard">
<field name="Range">-45 45</field>
<field name="Increment">1</field>
<field name="Units">centimeters</field>
1319
</param>
1320 1321 1322 1323
<param humanName="Sonar turn time" name="APMrover2:SONAR_TURN_TIME" documentation="The amount of time in seconds to apply the SONAR_TURN_ANGLE after detecting an obstacle." user="Standard">
<field name="Range">0 100</field>
<field name="Increment">0.1</field>
<field name="Units">seconds</field>
1324
</param>
1325 1326 1327 1328 1329 1330 1331
<param humanName="Sonar debounce count" name="APMrover2:SONAR_DEBOUNCE" documentation="The number of 50Hz sonar hits needed to trigger an obstacle avoidance event. If you get a lot of false sonar events then raise this number, but if you make it too large then it will cause lag in detecting obstacles, which could cause you go hit the obstacle." user="Standard">
<field name="Range">1 100</field>
<field name="Increment">1</field>
</param>
<param humanName="Mode channel" name="APMrover2:MODE_CH" documentation="RC Channel to use for driving mode control" user="Advanced">
</param>
<param humanName="Mode1" name="APMrover2:MODE1" documentation="Driving mode for switch position 1 (910 to 1230 and above 2049)" user="Standard">
1332 1333 1334
<values>
<value code="0">Manual</value>
<value code="2">LEARNING</value>
1335 1336
<value code="3">STEERING</value>
<value code="4">HOLD</value>
1337 1338 1339 1340 1341
<value code="10">Auto</value>
<value code="11">RTL</value>
<value code="15">Guided</value>
</values>
</param>
1342
<param humanName="Mode2" name="APMrover2:MODE2" documentation="Driving mode for switch position 2 (1231 to 1360)" user="Standard">
1343 1344 1345
<values>
<value code="0">Manual</value>
<value code="2">LEARNING</value>
1346 1347
<value code="3">STEERING</value>
<value code="4">HOLD</value>
1348 1349 1350 1351 1352
<value code="10">Auto</value>
<value code="11">RTL</value>
<value code="15">Guided</value>
</values>
</param>
1353
<param humanName="Mode3" name="APMrover2:MODE3" documentation="Driving mode for switch position 3 (1361 to 1490)" user="Standard">
1354 1355 1356
<values>
<value code="0">Manual</value>
<value code="2">LEARNING</value>
1357 1358
<value code="3">STEERING</value>
<value code="4">HOLD</value>
1359 1360 1361 1362 1363
<value code="10">Auto</value>
<value code="11">RTL</value>
<value code="15">Guided</value>
</values>
</param>
1364
<param humanName="Mode4" name="APMrover2:MODE4" documentation="Driving mode for switch position 4 (1491 to 1620)" user="Standard">
1365 1366 1367
<values>
<value code="0">Manual</value>
<value code="2">LEARNING</value>
1368 1369
<value code="3">STEERING</value>
<value code="4">HOLD</value>
1370 1371 1372 1373 1374
<value code="10">Auto</value>
<value code="11">RTL</value>
<value code="15">Guided</value>
</values>
</param>
1375
<param humanName="Mode5" name="APMrover2:MODE5" documentation="Driving mode for switch position 5 (1621 to 1749)" user="Standard">
1376 1377 1378
<values>
<value code="0">Manual</value>
<value code="2">LEARNING</value>
1379 1380
<value code="3">STEERING</value>
<value code="4">HOLD</value>
1381 1382 1383 1384 1385
<value code="10">Auto</value>
<value code="11">RTL</value>
<value code="15">Guided</value>
</values>
</param>
1386
<param humanName="Mode6" name="APMrover2:MODE6" documentation="Driving mode for switch position 6 (1750 to 2049)" user="Standard">
1387 1388 1389
<values>
<value code="0">Manual</value>
<value code="2">LEARNING</value>
1390 1391
<value code="3">STEERING</value>
<value code="4">HOLD</value>
1392 1393 1394 1395 1396
<value code="10">Auto</value>
<value code="11">RTL</value>
<value code="15">Guided</value>
</values>
</param>
1397
<param humanName="Waypoint radius" name="APMrover2:WP_RADIUS" documentation="The distance in meters from a waypoint when we consider the waypoint has been reached. This determines when the rover will turn along the next waypoint path." user="Standard">
1398 1399 1400 1401 1402
<field name="Range">0 1000</field>
<field name="Increment">0.1</field>
<field name="Units">meters</field>
</param>
</parameters>
1403 1404 1405 1406 1407 1408 1409 1410 1411
</vehicles><libraries><parameters name="GND_">
<param humanName="Absolute Pressure" name="GND_ABS_PRESS" documentation="calibrated ground pressure">
<field name="Increment">1</field>
</param>
<param humanName="ground temperature" name="GND_ABS_PRESS" documentation="calibrated ground temperature">
<field name="Increment">1</field>
</param>
</parameters>
<parameters name="CAM_">
1412
<param humanName="Camera shutter (trigger) type" name="CAM_TRIGG_TYPE" documentation="how to trigger the camera to take a picture" user="Standard">
1413 1414 1415 1416 1417 1418 1419 1420
<values>
<value code="0">Servo</value>
<value code="1">Relay</value>
<value code="2">Servo and turn off throttle</value>
<value code="3">Servo when 3m from waypoint</value>
<value code="4">transistor</value>
</values>
</param>
1421
<param humanName="Duration that shutter is held open" name="CAM_DURATION" documentation="How long the shutter will be held open in 10ths of a second (i.e. enter 10 for 1second, 50 for 5seconds)" user="Standard">
1422 1423
<field name="Range">0 50</field>
</param>
1424
<param humanName="Servo ON PWM value" name="CAM_SERVO_ON" documentation="PWM value to move servo to when shutter is activated" user="Standard">
1425 1426
<field name="Range">1000 2000</field>
</param>
1427
<param humanName="Servo OFF PWM value" name="CAM_SERVO_OFF" documentation="PWM value to move servo to when shutter is deactivated" user="Standard">
1428 1429 1430 1431
<field name="Range">1000 2000</field>
</param>
</parameters>
<parameters name="RC1_">
1432
<param humanName="RC min PWM" name="RC1_MIN" documentation="RC minimum PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit." user="Advanced">
1433 1434 1435 1436
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
1437
<param humanName="RC trim PWM" name="RC1_TRIM" documentation="RC trim (neutral) PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit." user="Advanced">
1438 1439 1440 1441
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
1442
<param humanName="RC max PWM" name="RC1_MAX" documentation="RC maximum PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit." user="Advanced">
1443 1444 1445 1446
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
1447
<param humanName="RC reverse" name="RC1_REV" documentation="Reverse servo operation. Ignored on APM1 unless dip-switches are disabled." user="Advanced">
1448 1449 1450 1451 1452
<values>
<value code="-1">Reversed</value>
<value code="1">Normal</value>
</values>
</param>
1453
<param humanName="RC dead-zone" name="RC1_DZ" documentation="dead zone around trim." user="Advanced">
1454 1455 1456
</param>
</parameters>
<parameters name="RC2_">
1457
<param humanName="RC min PWM" name="RC2_MIN" documentation="RC minimum PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit." user="Advanced">
1458 1459 1460 1461
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
1462
<param humanName="RC trim PWM" name="RC2_TRIM" documentation="RC trim (neutral) PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit." user="Advanced">
1463 1464 1465 1466
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
1467
<param humanName="RC max PWM" name="RC2_MAX" documentation="RC maximum PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit." user="Advanced">
1468 1469 1470 1471
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
1472
<param humanName="RC reverse" name="RC2_REV" documentation="Reverse servo operation. Ignored on APM1 unless dip-switches are disabled." user="Advanced">
1473 1474 1475 1476 1477
<values>
<value code="-1">Reversed</value>
<value code="1">Normal</value>
</values>
</param>
1478
<param humanName="RC dead-zone" name="RC2_DZ" documentation="dead zone around trim." user="Advanced">
1479 1480 1481
</param>
</parameters>
<parameters name="RC3_">
1482
<param humanName="RC min PWM" name="RC3_MIN" documentation="RC minimum PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit." user="Advanced">
1483 1484 1485 1486
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
1487
<param humanName="RC trim PWM" name="RC3_TRIM" documentation="RC trim (neutral) PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit." user="Advanced">
1488 1489 1490 1491
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
1492
<param humanName="RC max PWM" name="RC3_MAX" documentation="RC maximum PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit." user="Advanced">
1493 1494 1495 1496
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
1497
<param humanName="RC reverse" name="RC3_REV" documentation="Reverse servo operation. Ignored on APM1 unless dip-switches are disabled." user="Advanced">
1498 1499 1500 1501 1502
<values>
<value code="-1">Reversed</value>
<value code="1">Normal</value>
</values>
</param>
1503
<param humanName="RC dead-zone" name="RC3_DZ" documentation="dead zone around trim." user="Advanced">
1504 1505 1506
</param>
</parameters>
<parameters name="RC4_">
1507
<param humanName="RC min PWM" name="RC4_MIN" documentation="RC minimum PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit." user="Advanced">
1508 1509 1510 1511
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
1512
<param humanName="RC trim PWM" name="RC4_TRIM" documentation="RC trim (neutral) PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit." user="Advanced">
1513 1514 1515 1516
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
1517
<param humanName="RC max PWM" name="RC4_MAX" documentation="RC maximum PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit." user="Advanced">
1518 1519 1520 1521
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
1522
<param humanName="RC reverse" name="RC4_REV" documentation="Reverse servo operation. Ignored on APM1 unless dip-switches are disabled." user="Advanced">
1523 1524 1525 1526 1527
<values>
<value code="-1">Reversed</value>
<value code="1">Normal</value>
</values>
</param>
1528
<param humanName="RC dead-zone" name="RC4_DZ" documentation="dead zone around trim." user="Advanced">
1529 1530 1531
</param>
</parameters>
<parameters name="RC5_">
1532
<param humanName="Servo out function" name="RC5_FUNCTION" documentation="Setting this to Disabled(0) will disable this output, any other value will enable the corresponding function" user="Standard">
1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556
<values>
<value code="0">Disabled</value>
<value code="1">Manual</value>
<value code="2">Flap</value>
<value code="3">Flap_auto</value>
<value code="4">Aileron</value>
<value code="5">flaperon</value>
<value code="6">mount_pan</value>
<value code="7">mount_tilt</value>
<value code="8">mount_roll</value>
<value code="9">mount_open</value>
<value code="10">camera_trigger</value>
<value code="11">release</value>
<value code="12">mount2_pan</value>
<value code="13">mount2_tilt</value>
<value code="14">mount2_roll</value>
<value code="15">mount2_open</value>
<value code="16">DifferentialSpoiler1</value>
<value code="17">DifferentialSpoiler2</value>
<value code="18">AileronWithInput</value>
<value code="19">Elevator</value>
<value code="20">ElevatorWithInput</value>
</values>
</param>
1557
<param humanName="Servo out function" name="RC5_FUNCTION" documentation="Setting this to Disabled(0) will disable this output, any other value will enable the corresponding function" user="Standard">
1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582
<values>
<value code="0">Disabled</value>
<value code="1">Manual</value>
<value code="2">Flap</value>
<value code="3">Flap_auto</value>
<value code="4">Aileron</value>
<value code="5">flaperon</value>
<value code="6">mount_pan</value>
<value code="7">mount_tilt</value>
<value code="8">mount_roll</value>
<value code="9">mount_open</value>
<value code="10">camera_trigger</value>
<value code="11">release</value>
<value code="12">mount2_pan</value>
<value code="13">mount2_tilt</value>
<value code="14">mount2_roll</value>
<value code="15">mount2_open</value>
<value code="16">DifferentialSpoiler1</value>
<value code="17">DifferentialSpoiler2</value>
<value code="18">AileronWithInput</value>
<value code="19">Elevator</value>
<value code="20">ElevatorWithInput</value>
</values>
</param>
</parameters>
1583 1584
<parameters name="RC6_">
<param humanName="Servo out function" name="RC6_FUNCTION" documentation="Setting this to Disabled(0) will disable this output, any other value will enable the corresponding function" user="Standard">
1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608
<values>
<value code="0">Disabled</value>
<value code="1">Manual</value>
<value code="2">Flap</value>
<value code="3">Flap_auto</value>
<value code="4">Aileron</value>
<value code="5">flaperon</value>
<value code="6">mount_pan</value>
<value code="7">mount_tilt</value>
<value code="8">mount_roll</value>
<value code="9">mount_open</value>
<value code="10">camera_trigger</value>
<value code="11">release</value>
<value code="12">mount2_pan</value>
<value code="13">mount2_tilt</value>
<value code="14">mount2_roll</value>
<value code="15">mount2_open</value>
<value code="16">DifferentialSpoiler1</value>
<value code="17">DifferentialSpoiler2</value>
<value code="18">AileronWithInput</value>
<value code="19">Elevator</value>
<value code="20">ElevatorWithInput</value>
</values>
</param>
1609
<param humanName="Servo out function" name="RC6_FUNCTION" documentation="Setting this to Disabled(0) will disable this output, any other value will enable the corresponding function" user="Standard">
1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634
<values>
<value code="0">Disabled</value>
<value code="1">Manual</value>
<value code="2">Flap</value>
<value code="3">Flap_auto</value>
<value code="4">Aileron</value>
<value code="5">flaperon</value>
<value code="6">mount_pan</value>
<value code="7">mount_tilt</value>
<value code="8">mount_roll</value>
<value code="9">mount_open</value>
<value code="10">camera_trigger</value>
<value code="11">release</value>
<value code="12">mount2_pan</value>
<value code="13">mount2_tilt</value>
<value code="14">mount2_roll</value>
<value code="15">mount2_open</value>
<value code="16">DifferentialSpoiler1</value>
<value code="17">DifferentialSpoiler2</value>
<value code="18">AileronWithInput</value>
<value code="19">Elevator</value>
<value code="20">ElevatorWithInput</value>
</values>
</param>
</parameters>
1635 1636
<parameters name="RC7_">
<param humanName="Servo out function" name="RC7_FUNCTION" documentation="Setting this to Disabled(0) will disable this output, any other value will enable the corresponding function" user="Standard">
1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660
<values>
<value code="0">Disabled</value>
<value code="1">Manual</value>
<value code="2">Flap</value>
<value code="3">Flap_auto</value>
<value code="4">Aileron</value>
<value code="5">flaperon</value>
<value code="6">mount_pan</value>
<value code="7">mount_tilt</value>
<value code="8">mount_roll</value>
<value code="9">mount_open</value>
<value code="10">camera_trigger</value>
<value code="11">release</value>
<value code="12">mount2_pan</value>
<value code="13">mount2_tilt</value>
<value code="14">mount2_roll</value>
<value code="15">mount2_open</value>
<value code="16">DifferentialSpoiler1</value>
<value code="17">DifferentialSpoiler2</value>
<value code="18">AileronWithInput</value>
<value code="19">Elevator</value>
<value code="20">ElevatorWithInput</value>
</values>
</param>
1661
<param humanName="Servo out function" name="RC7_FUNCTION" documentation="Setting this to Disabled(0) will disable this output, any other value will enable the corresponding function" user="Standard">
1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685
<values>
<value code="0">Disabled</value>
<value code="1">Manual</value>
<value code="2">Flap</value>
<value code="3">Flap_auto</value>
<value code="4">Aileron</value>
<value code="5">flaperon</value>
<value code="6">mount_pan</value>
<value code="7">mount_tilt</value>
<value code="8">mount_roll</value>
<value code="9">mount_open</value>
<value code="10">camera_trigger</value>
<value code="11">release</value>
<value code="12">mount2_pan</value>
<value code="13">mount2_tilt</value>
<value code="14">mount2_roll</value>
<value code="15">mount2_open</value>
<value code="16">DifferentialSpoiler1</value>
<value code="17">DifferentialSpoiler2</value>
<value code="18">AileronWithInput</value>
<value code="19">Elevator</value>
<value code="20">ElevatorWithInput</value>
</values>
</param>
1686 1687 1688
</parameters>
<parameters name="RC8_">
<param humanName="Servo out function" name="RC8_FUNCTION" documentation="Setting this to Disabled(0) will disable this output, any other value will enable the corresponding function" user="Standard">
1689
<values>
1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710
<value code="0">Disabled</value>
<value code="1">Manual</value>
<value code="2">Flap</value>
<value code="3">Flap_auto</value>
<value code="4">Aileron</value>
<value code="5">flaperon</value>
<value code="6">mount_pan</value>
<value code="7">mount_tilt</value>
<value code="8">mount_roll</value>
<value code="9">mount_open</value>
<value code="10">camera_trigger</value>
<value code="11">release</value>
<value code="12">mount2_pan</value>
<value code="13">mount2_tilt</value>
<value code="14">mount2_roll</value>
<value code="15">mount2_open</value>
<value code="16">DifferentialSpoiler1</value>
<value code="17">DifferentialSpoiler2</value>
<value code="18">AileronWithInput</value>
<value code="19">Elevator</value>
<value code="20">ElevatorWithInput</value>
1711 1712
</values>
</param>
1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736
<param humanName="Servo out function" name="RC8_FUNCTION" documentation="Setting this to Disabled(0) will disable this output, any other value will enable the corresponding function" user="Standard">
<values>
<value code="0">Disabled</value>
<value code="1">Manual</value>
<value code="2">Flap</value>
<value code="3">Flap_auto</value>
<value code="4">Aileron</value>
<value code="5">flaperon</value>
<value code="6">mount_pan</value>
<value code="7">mount_tilt</value>
<value code="8">mount_roll</value>
<value code="9">mount_open</value>
<value code="10">camera_trigger</value>
<value code="11">release</value>
<value code="12">mount2_pan</value>
<value code="13">mount2_tilt</value>
<value code="14">mount2_roll</value>
<value code="15">mount2_open</value>
<value code="16">DifferentialSpoiler1</value>
<value code="17">DifferentialSpoiler2</value>
<value code="18">AileronWithInput</value>
<value code="19">Elevator</value>
<value code="20">ElevatorWithInput</value>
</values>
1737 1738
</param>
</parameters>
1739 1740
<parameters name="RC9_">
<param humanName="Servo out function" name="RC9_FUNCTION" documentation="Setting this to Disabled(0) will disable this output, any other value will enable the corresponding function" user="Standard">
1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764
<values>
<value code="0">Disabled</value>
<value code="1">Manual</value>
<value code="2">Flap</value>
<value code="3">Flap_auto</value>
<value code="4">Aileron</value>
<value code="5">flaperon</value>
<value code="6">mount_pan</value>
<value code="7">mount_tilt</value>
<value code="8">mount_roll</value>
<value code="9">mount_open</value>
<value code="10">camera_trigger</value>
<value code="11">release</value>
<value code="12">mount2_pan</value>
<value code="13">mount2_tilt</value>
<value code="14">mount2_roll</value>
<value code="15">mount2_open</value>
<value code="16">DifferentialSpoiler1</value>
<value code="17">DifferentialSpoiler2</value>
<value code="18">AileronWithInput</value>
<value code="19">Elevator</value>
<value code="20">ElevatorWithInput</value>
</values>
</param>
1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788
<param humanName="Servo out function" name="RC9_FUNCTION" documentation="Setting this to Disabled(0) will disable this output, any other value will enable the corresponding function" user="Standard">
<values>
<value code="0">Disabled</value>
<value code="1">Manual</value>
<value code="2">Flap</value>
<value code="3">Flap_auto</value>
<value code="4">Aileron</value>
<value code="5">flaperon</value>
<value code="6">mount_pan</value>
<value code="7">mount_tilt</value>
<value code="8">mount_roll</value>
<value code="9">mount_open</value>
<value code="10">camera_trigger</value>
<value code="11">release</value>
<value code="12">mount2_pan</value>
<value code="13">mount2_tilt</value>
<value code="14">mount2_roll</value>
<value code="15">mount2_open</value>
<value code="16">DifferentialSpoiler1</value>
<value code="17">DifferentialSpoiler2</value>
<value code="18">AileronWithInput</value>
<value code="19">Elevator</value>
<value code="20">ElevatorWithInput</value>
</values>
1789
</param>
1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815
</parameters>
<parameters name="RC10_">
<param humanName="Servo out function" name="RC10_FUNCTION" documentation="Setting this to Disabled(0) will disable this output, any other value will enable the corresponding function" user="Standard">
<values>
<value code="0">Disabled</value>
<value code="1">Manual</value>
<value code="2">Flap</value>
<value code="3">Flap_auto</value>
<value code="4">Aileron</value>
<value code="5">flaperon</value>
<value code="6">mount_pan</value>
<value code="7">mount_tilt</value>
<value code="8">mount_roll</value>
<value code="9">mount_open</value>
<value code="10">camera_trigger</value>
<value code="11">release</value>
<value code="12">mount2_pan</value>
<value code="13">mount2_tilt</value>
<value code="14">mount2_roll</value>
<value code="15">mount2_open</value>
<value code="16">DifferentialSpoiler1</value>
<value code="17">DifferentialSpoiler2</value>
<value code="18">AileronWithInput</value>
<value code="19">Elevator</value>
<value code="20">ElevatorWithInput</value>
</values>
1816
</param>
1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840
<param humanName="Servo out function" name="RC10_FUNCTION" documentation="Setting this to Disabled(0) will disable this output, any other value will enable the corresponding function" user="Standard">
<values>
<value code="0">Disabled</value>
<value code="1">Manual</value>
<value code="2">Flap</value>
<value code="3">Flap_auto</value>
<value code="4">Aileron</value>
<value code="5">flaperon</value>
<value code="6">mount_pan</value>
<value code="7">mount_tilt</value>
<value code="8">mount_roll</value>
<value code="9">mount_open</value>
<value code="10">camera_trigger</value>
<value code="11">release</value>
<value code="12">mount2_pan</value>
<value code="13">mount2_tilt</value>
<value code="14">mount2_roll</value>
<value code="15">mount2_open</value>
<value code="16">DifferentialSpoiler1</value>
<value code="17">DifferentialSpoiler2</value>
<value code="18">AileronWithInput</value>
<value code="19">Elevator</value>
<value code="20">ElevatorWithInput</value>
</values>
1841
</param>
1842 1843 1844
</parameters>
<parameters name="RC11_">
<param humanName="Servo out function" name="RC11_FUNCTION" documentation="Setting this to Disabled(0) will disable this output, any other value will enable the corresponding function" user="Standard">
1845
<values>
1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866
<value code="0">Disabled</value>
<value code="1">Manual</value>
<value code="2">Flap</value>
<value code="3">Flap_auto</value>
<value code="4">Aileron</value>
<value code="5">flaperon</value>
<value code="6">mount_pan</value>
<value code="7">mount_tilt</value>
<value code="8">mount_roll</value>
<value code="9">mount_open</value>
<value code="10">camera_trigger</value>
<value code="11">release</value>
<value code="12">mount2_pan</value>
<value code="13">mount2_tilt</value>
<value code="14">mount2_roll</value>
<value code="15">mount2_open</value>
<value code="16">DifferentialSpoiler1</value>
<value code="17">DifferentialSpoiler2</value>
<value code="18">AileronWithInput</value>
<value code="19">Elevator</value>
<value code="20">ElevatorWithInput</value>
1867 1868
</values>
</param>
1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892
<param humanName="Servo out function" name="RC11_FUNCTION" documentation="Setting this to Disabled(0) will disable this output, any other value will enable the corresponding function" user="Standard">
<values>
<value code="0">Disabled</value>
<value code="1">Manual</value>
<value code="2">Flap</value>
<value code="3">Flap_auto</value>
<value code="4">Aileron</value>
<value code="5">flaperon</value>
<value code="6">mount_pan</value>
<value code="7">mount_tilt</value>
<value code="8">mount_roll</value>
<value code="9">mount_open</value>
<value code="10">camera_trigger</value>
<value code="11">release</value>
<value code="12">mount2_pan</value>
<value code="13">mount2_tilt</value>
<value code="14">mount2_roll</value>
<value code="15">mount2_open</value>
<value code="16">DifferentialSpoiler1</value>
<value code="17">DifferentialSpoiler2</value>
<value code="18">AileronWithInput</value>
<value code="19">Elevator</value>
<value code="20">ElevatorWithInput</value>
</values>
1893 1894
</param>
</parameters>
1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920
<parameters name="RC12_">
<param humanName="Servo out function" name="RC12_FUNCTION" documentation="Setting this to Disabled(0) will disable this output, any other value will enable the corresponding function" user="Standard">
<values>
<value code="0">Disabled</value>
<value code="1">Manual</value>
<value code="2">Flap</value>
<value code="3">Flap_auto</value>
<value code="4">Aileron</value>
<value code="5">flaperon</value>
<value code="6">mount_pan</value>
<value code="7">mount_tilt</value>
<value code="8">mount_roll</value>
<value code="9">mount_open</value>
<value code="10">camera_trigger</value>
<value code="11">release</value>
<value code="12">mount2_pan</value>
<value code="13">mount2_tilt</value>
<value code="14">mount2_roll</value>
<value code="15">mount2_open</value>
<value code="16">DifferentialSpoiler1</value>
<value code="17">DifferentialSpoiler2</value>
<value code="18">AileronWithInput</value>
<value code="19">Elevator</value>
<value code="20">ElevatorWithInput</value>
</values>
</param>
1921
<param humanName="Servo out function" name="RC12_FUNCTION" documentation="Setting this to Disabled(0) will disable this output, any other value will enable the corresponding function" user="Standard">
1922
<values>
1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943
<value code="0">Disabled</value>
<value code="1">Manual</value>
<value code="2">Flap</value>
<value code="3">Flap_auto</value>
<value code="4">Aileron</value>
<value code="5">flaperon</value>
<value code="6">mount_pan</value>
<value code="7">mount_tilt</value>
<value code="8">mount_roll</value>
<value code="9">mount_open</value>
<value code="10">camera_trigger</value>
<value code="11">release</value>
<value code="12">mount2_pan</value>
<value code="13">mount2_tilt</value>
<value code="14">mount2_roll</value>
<value code="15">mount2_open</value>
<value code="16">DifferentialSpoiler1</value>
<value code="17">DifferentialSpoiler2</value>
<value code="18">AileronWithInput</value>
<value code="19">Elevator</value>
<value code="20">ElevatorWithInput</value>
1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019
</values>
</param>
</parameters>
<parameters name="CTL_RLL_">
<param humanName="Roll rate gain" name="CTL_RLL_OMEGA" documentation="This is the gain from pitch angle error to demanded pitch rate. It controls the time constant from demanded to achieved pitch angle. For example if a time constant from demanded to achieved pitch of 0.5 sec was required, this gain would be set to 1/0.5 = 2.0. A value of 1.0 is a good default and will work with nearly all models. Advanced users may want to increase this to obtain a faster response." user="Advanced">
<field name="Range">0.8 2.5</field>
<field name="Increment">0.1</field>
</param>
<param humanName="Roll demand gain" name="CTL_RLL_K_P" documentation="This is the gain from demanded roll rate to demanded aileron. Provided CTL_RLL_OMEGA is set to 1.0, then this gain works the same way as the P term in the old PID (RLL2SRV_P) and can be set to the same value." user="User">
<field name="Range">0.1 2</field>
<field name="Increment">0.1</field>
</param>
<param humanName="Roll derivative gain" name="CTL_RLL_K_D" documentation="This is the gain from pitch rate error to demanded elevator. This adjusts the damping of the roll control loop. It has the same effect as the D term in the old PID (RLL2SRV_D) but without the large spikes in servo demands. This will be set to 0 as a default. This should be increased in 0.01 increments as too high a value can lead to high frequency roll oscillation." user="User">
<field name="Range">0 0.1</field>
<field name="Increment">0.01</field>
</param>
<param humanName="Roll integration gain" name="CTL_RLL_K_I" documentation="This is the gain for integration of the roll rate error. It has essentially the same effect as the I term in the old PID (RLL2SRV_I). This can be set to 0 as a default, however users can increment this to enable the controller trim out any roll trim offset." user="User">
<field name="Range">0 0.2</field>
<field name="Increment">0.01</field>
</param>
<param humanName="Roll max rate" name="CTL_RLL_RMAX" documentation="This sets the maximum roll rate that the controller will demand (degrees/sec). Setting it to zero disables the limit. If this value is set too low, then the roll can't keep up with the navigation demands and the plane will start weaving. If it is set too high (or disabled by setting to zero) then ailerons will get large inputs at the start of turns. A limit of 60 degrees/sec is a good default." user="User">
<field name="Range">0 180</field>
<field name="Increment">1</field>
<field name="Units">degrees/second</field>
</param>
</parameters>
<parameters name="CTL_PTCH_">
<param humanName="Pitch to rate gain" name="CTL_PTCH_OMEGA" documentation="This is the gain from pitch angle error to demanded pitch rate. It controls the time constant from demanded to achieved pitch angle. For example if a time constant from demanded to achieved pitch of 0.5 sec was required, this gain would be set to 1/0.5 = 2.0. A value of 1.0 is a good default and will work with nearly all models. Advanced users may want to increase this to obtain a faster response." user="Advanced">
<field name="Range">0.8 2.5</field>
<field name="Increment">0.1</field>
</param>
<param humanName="Pitch to elevator gain" name="CTL_PTCH_K_P" documentation="This is the gain from demanded pitch rate to demanded elevator. Provided CTL_PTCH_OMEGA is set to 1.0, then this gain works the same way as the P term in the old PID (PTCH2SRV_P) and can be set to the same value." user="User">
<field name="Range">0.1 2</field>
<field name="Increment">0.1</field>
</param>
<param humanName="Pitch damping gain" name="CTL_PTCH_K_D" documentation="This is the gain from pitch rate error to demanded elevator. This adjusts the damping of the pitch control loop. It has the same effect as the D term in the old PID (PTCH2SRV_D) but without the large spikes in servo demands. This will be set to 0 as a default. Some airframes such as flying wings that have poor pitch damping can benefit from a small value of up to 0.1 on this gain term. This should be increased in 0.01 increments as to high a value can lead to a high frequency pitch oscillation that could overstress the airframe." user="User">
<field name="Range">0 0.1</field>
<field name="Increment">0.01</field>
</param>
<param humanName="Pitch integrator gain" name="CTL_PTCH_K_I" documentation="This is the gain for integration of the pitch rate error. It has essentially the same effect as the I term in the old PID (PTCH2SRV_I). This can be set to 0 as a default, however users can increment this to make the pitch angle tracking more accurate." user="User">
<field name="Range">0 0.3</field>
<field name="Increment">0.01</field>
</param>
<param humanName="Pitch up max rate" name="CTL_PTCH_RMAX_U" documentation="This sets the maximum nose up pitch rate that the controller will demand (degrees/sec). Setting it to zero disables the limit." user="User">
<field name="Range">0 100</field>
<field name="Increment">1</field>
<field name="Units">degrees/second</field>
</param>
<param humanName="Pitch down max rate" name="CTL_PTCH_RMAX_D" documentation="This sets the maximum nose down pitch rate that the controller will demand (degrees/sec). Setting it to zero disables the limit." user="User">
<field name="Range">0 100</field>
<field name="Increment">1</field>
<field name="Units">degrees/second</field>
</param>
<param humanName="Roll compensation" name="CTL_PTCH_K_RLL" documentation="This is the gain term that is applied to the pitch rate offset calculated as required to keep the nose level during turns. The default value is 1 which will work for all models. Advanced users can use it to correct for height variation in turns. If height is lost initially in turns this can be increased in small increments of 0.05 to compensate. If height is gained initially in turns then it can be decreased." user="User">
<field name="Range">0.7 1.5</field>
<field name="Increment">0.05</field>
</param>
</parameters>
<parameters name="CTL_YAW_">
<param humanName="Sideslip control gain" name="CTL_YAW_K_A" documentation="This is the gain from measured lateral acceleration to demanded yaw rate. It should be set to zero unless active control of sideslip is desired. This will only work effectively if there is enough fuselage side area to generate a measureable lateral acceleration when the model sideslips. Flying wings and most gliders cannot use this term. This term should only be adjusted after the basic yaw damper gain K_D is tuned and the K_I integrator gain has been set. Set this gain to zero if only yaw damping is required.">
<field name="Range">0 4</field>
<field name="Increment">0.25</field>
</param>
<param humanName="Sidelsip control integrator" name="CTL_YAW_K_I" documentation="This is the integral gain from lateral acceleration error. This gain should only be non-zero if active control over sideslip is desired. If active control over sideslip is required then this can be set to 1.0 as a first try.">
<field name="Range">0 2</field>
<field name="Increment">0.25</field>
</param>
<param humanName="Yaw damping" name="CTL_YAW_K_D" documentation="This is the gain from yaw rate to rudder. It acts as a damper on yaw motion. If a basic yaw damper is required, this gain term can be incremented, whilst leaving the K_A and K_I gains at zero.">
<field name="Range">0 2</field>
<field name="Increment">0.25</field>
</param>
<param humanName="Yaw coordination gain" name="CTL_YAW_K_RLL" documentation="This is the gain term that is applied to the yaw rate offset calculated as required to keep the yaw rate consistent with the turn rate for a coordinated turn. The default value is 1 which will work for all models. Advanced users can use it to correct for any tendency to yaw away from or into the turn once the turn is established. Increase to make the model yaw more initially and decrease to make the model yaw less initially. If values greater than 1.1 or less than 0.9 are required then it normally indicates a problem with the airspeed calibration.">
<field name="Range">0.8 1.2</field>
<field name="Increment">0.05</field>
</param>
</parameters>
2020
<parameters name="COMPASS_">
2021 2022 2023 2024 2025 2026 2027 2028 2029
<param humanName="Compass offsets on the X axis" name="COMPASS_OFS_X" documentation="Offset to be added to the compass x-axis values to compensate for metal in the frame">
<field name="Range">-400 400</field>
<field name="Increment">1</field>
</param>
<param humanName="Compass offsets on the Y axis" name="COMPASS_OFS_Y" documentation="Offset to be added to the compass y-axis values to compensate for metal in the frame">
<field name="Range">-400 400</field>
<field name="Increment">1</field>
</param>
<param humanName="Compass offsets on the Z axis" name="COMPASS_OFS_Z" documentation="Offset to be added to the compass z-axis values to compensate for metal in the frame">
2030 2031 2032
<field name="Range">-400 400</field>
<field name="Increment">1</field>
</param>
2033
<param humanName="Compass declination" name="COMPASS_DEC" documentation="An angle to compensate between the true north and magnetic north" user="Standard">
2034 2035 2036 2037
<field name="Range">-3.142 3.142</field>
<field name="Increment">0.01</field>
<field name="Units">Radians</field>
</param>
2038
<param humanName="Learn compass offsets automatically" name="COMPASS_LEARN" documentation="Enable or disable the automatic learning of compass offsets" user="Advanced">
2039 2040 2041 2042 2043
<values>
<value code="0">Disabled</value>
<value code="1">Enabled</value>
</values>
</param>
2044
<param humanName="Use compass for yaw" name="COMPASS_USE" documentation="Enable or disable the use of the compass (instead of the GPS) for determining heading" user="Advanced">
2045 2046 2047 2048 2049
<values>
<value code="0">Disabled</value>
<value code="1">Enabled</value>
</values>
</param>
2050
<param humanName="Auto Declination" name="COMPASS_AUTODEC" documentation="Enable or disable the automatic calculation of the declination based on gps location" user="Advanced">
2051 2052 2053 2054 2055
<values>
<value code="0">Disabled</value>
<value code="1">Enabled</value>
</values>
</param>
2056
<param humanName="Motor interference compensation type" name="COMPASS_MOTCT" documentation="Set motor interference compensation type to disabled, throttle or current.  Do not change manually.">
2057 2058 2059 2060 2061 2062 2063
<values>
<value code="0">Disabled</value>
<value code="1">Use Throttle</value>
<value code="2">Use Current</value>
</values>
<field name="Increment">1</field>
</param>
2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074
<param humanName="Motor interference compensation for body frame X axis" name="COMPASS_MOT_X" documentation="Multiplied by the current throttle and added to the compass's x-axis values to compensate for motor interference">
<field name="Range">-1000 1000</field>
<field name="Increment">1</field>
<field name="Units">Offset per Amp or at Full Throttle</field>
</param>
<param humanName="Motor interference compensation for body frame Y axis" name="COMPASS_MOT_Y" documentation="Multiplied by the current throttle and added to the compass's y-axis values to compensate for motor interference">
<field name="Range">-1000 1000</field>
<field name="Increment">1</field>
<field name="Units">Offset per Amp or at Full Throttle</field>
</param>
<param humanName="Motor interference compensation for body frame Z axis" name="COMPASS_MOT_Z" documentation="Multiplied by the current throttle and added to the compass's z-axis values to compensate for motor interference">
2075 2076
<field name="Range">-1000 1000</field>
<field name="Increment">1</field>
2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106
<field name="Units">Offset per Amp or at Full Throttle</field>
</param>
<param humanName="Compass orientation" name="COMPASS_ORIENT" documentation="The orientation of the compass relative to the autopilot board. This will default to the right value for each board type, but can be changed if you have an external compass. See the documentation for your external compass for the right value. The correct orientation should give the X axis forward, the Y axis to the right and the Z axis down. So if your aircraft is pointing west it should show a position value for the Y axis, and a value close to zero for the X axis. NOTE: This orientation is combined with any AHRS_ORIENTATION setting. ">
<values>
<value code="0">None</value>
<value code="1">Yaw45</value>
<value code="2">Yaw90</value>
<value code="3">Yaw135</value>
<value code="4">Yaw180</value>
<value code="5">Yaw225</value>
<value code="6">Yaw270</value>
<value code="7">Yaw315</value>
<value code="8">Roll180</value>
<value code="9">Roll180Yaw45</value>
<value code="10">Roll180Yaw90</value>
<value code="11">Roll180Yaw135</value>
<value code="12">Pitch180</value>
<value code="13">Roll180Yaw225</value>
<value code="14">Roll180Yaw270</value>
<value code="15">Roll180Yaw315</value>
<value code="16">Roll90</value>
<value code="17">Roll90Yaw45</value>
<value code="18">Roll90Yaw135</value>
<value code="19">Roll270</value>
<value code="20">Roll270Yaw45</value>
<value code="21">Roll270Yaw90</value>
<value code="22">Roll270Yaw136</value>
<value code="23">Pitch90</value>
<value code="24">Pitch270</value>
</values>
2107
</param>
2108 2109
</parameters>
<parameters name="INS_">
2110
<param humanName="IMU Product ID" name="INS_PRODUCT_ID" documentation="Which type of IMU is installed (read-only)" user="Standard">
2111
</param>
2112 2113 2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125
<param humanName="Accelerometer scaling of X axis" name="INS_ACCSCAL_X" documentation="Accelerometer scaling of X axis.  Calculated during acceleration calibration routine" user="Advanced">
<field name="Range">0.8 1.2</field>
</param>
<param humanName="Accelerometer scaling of Y axis" name="INS_ACCSCAL_Y" documentation="Accelerometer scaling of Y axis  Calculated during acceleration calibration routine" user="Advanced">
<field name="Range">0.8 1.2</field>
</param>
<param humanName="Accelerometer scaling of Z axis" name="INS_ACCSCAL_Z" documentation="Accelerometer scaling of Z axis  Calculated during acceleration calibration routine" user="Advanced">
<field name="Range">0.8 1.2</field>
</param>
<param humanName="Accelerometer offsets of X axis" name="INS_ACCOFFS_X" documentation="Accelerometer offsets of X axis. This is setup using the acceleration calibration or level operations" user="Advanced">
<field name="Range">-300 300</field>
<field name="Units">m/s/s</field>
</param>
<param humanName="Accelerometer offsets of Y axis" name="INS_ACCOFFS_Y" documentation="Accelerometer offsets of Y axis. This is setup using the acceleration calibration or level operations" user="Advanced">
2126 2127 2128
<field name="Range">-300 300</field>
<field name="Units">m/s/s</field>
</param>
2129 2130 2131 2132 2133 2134 2135 2136 2137 2138 2139
<param humanName="Accelerometer offsets of Z axis" name="INS_ACCOFFS_Z" documentation="Accelerometer offsets of Z axis. This is setup using the acceleration calibration or level operations" user="Advanced">
<field name="Range">-300 300</field>
<field name="Units">m/s/s</field>
</param>
<param humanName="Gyro offsets of X axis" name="INS_GYROFFS_X" documentation="Gyro sensor offsets of X axis. This is setup on each boot during gyro calibrations" user="Advanced">
<field name="Units">rad/s</field>
</param>
<param humanName="Gyro offsets of Y axis" name="INS_GYROFFS_Y" documentation="Gyro sensor offsets of Y axis. This is setup on each boot during gyro calibrations" user="Advanced">
<field name="Units">rad/s</field>
</param>
<param humanName="Gyro offsets of Z axis" name="INS_GYROFFS_Z" documentation="Gyro sensor offsets of Z axis. This is setup on each boot during gyro calibrations" user="Advanced">
2140 2141
<field name="Units">rad/s</field>
</param>
2142
<param humanName="MPU6000 filter frequency" name="INS_MPU6K_FILTER" documentation="Filter frequency to ask the MPU6000 to apply to samples. This can be set to a lower value to try to cope with very high vibration levels in aircraft. The default value on ArduPlane, APMrover2 and ArduCopter is 20Hz. This option takes effect on the next reboot or gyro initialisation" user="Advanced">
2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158
<values>
<value code="0">Default</value>
<value code="5">5Hz</value>
<value code="10">10Hz</value>
<value code="20">20Hz</value>
<value code="42">42Hz</value>
<value code="98">98Hz</value>
</values>
<field name="Units">Hz</field>
</param>
</parameters>
<parameters name="AHRS_">
<param humanName="AHRS GPS gain" name="AHRS_GPS_GAIN" documentation="This controls how how much to use the GPS to correct the attitude. This should never be set to zero for a plane as it would result in the plane losing control in turns. For a plane please use the default value of 1.0.">
<field name="Range">0.0 1.0</field>
<field name="Increment">.01</field>
</param>
2159
<param humanName="AHRS use GPS for navigation" name="AHRS_GPS_USE" documentation="This controls whether to use dead-reckoning or GPS based navigation. If set to 0 then the GPS won't be used for navigation, and only dead reckoning will be used. A value of zero should never be used for normal flight." user="Advanced">
2160 2161 2162 2163
<values>
<value code="0">Disabled</value>
<value code="1">Enabled</value>
</values>
2164 2165 2166 2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 2177
</param>
<param humanName="Yaw P" name="AHRS_YAW_P" documentation="This controls the weight the compass or GPS has on the heading. A higher value means the heading will track the yaw source (GPS or compass) more rapidly.">
<field name="Range">0.1 0.4</field>
<field name="Increment">.01</field>
</param>
<param humanName="AHRS RP_P" name="AHRS_RP_P" documentation="This controls how fast the accelerometers correct the attitude">
<field name="Range">0.1 0.4</field>
<field name="Increment">.01</field>
</param>
<param humanName="Maximum wind" name="AHRS_WIND_MAX" documentation="This sets the maximum allowable difference between ground speed and airspeed. This allows the plane to cope with a failing airspeed sensor. A value of zero means to use the airspeed as is.">
<field name="Range">0 127</field>
<field name="Increment">1</field>
<field name="Units">m/s</field>
</param>
2178 2179 2180 2181 2182 2183 2184 2185 2186 2187
<param humanName="AHRS Trim Roll" name="AHRS_TRIM_X" documentation="Compensates for the roll angle difference between the control board and the frame" user="Advanced">
<field name="Range">-10 10</field>
<field name="Units">Radians</field>
</param>
<param humanName="AHRS Trim Pitch" name="AHRS_TRIM_Y" documentation="Compensates for the pitch angle difference between the control board and the frame" user="Advanced">
<field name="Range">-10 10</field>
<field name="Units">Radians</field>
</param>
<param humanName="AHRS Trim Yaw" name="AHRS_TRIM_Z" documentation="Not Used" user="Advanced">
<field name="Range">-10 10</field>
2188 2189
<field name="Units">Radians</field>
</param>
2190
<param humanName="Board Orientation" name="AHRS_ORIENTATION" documentation="Overall board orientation relative to the standard orientation for the board type. This rotates the IMU and compass readings to allow the board to be oriented in your vehicle at any 90 or 45 degree angle. This option takes affect on next boot. After changing you will need to re-level your vehicle." user="Advanced">
2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 2212 2213 2214 2215 2216 2217 2218
<values>
<value code="0">None</value>
<value code="1">Yaw45</value>
<value code="2">Yaw90</value>
<value code="3">Yaw135</value>
<value code="4">Yaw180</value>
<value code="5">Yaw225</value>
<value code="6">Yaw270</value>
<value code="7">Yaw315</value>
<value code="8">Roll180</value>
<value code="9">Roll180Yaw45</value>
<value code="10">Roll180Yaw90</value>
<value code="11">Roll180Yaw135</value>
<value code="12">Pitch180</value>
<value code="13">Roll180Yaw225</value>
<value code="14">Roll180Yaw270</value>
<value code="15">Roll180Yaw315</value>
<value code="16">Roll90</value>
<value code="17">Roll90Yaw45</value>
<value code="18">Roll90Yaw135</value>
<value code="19">Roll270</value>
<value code="20">Roll270Yaw45</value>
<value code="21">Roll270Yaw90</value>
<value code="22">Roll270Yaw136</value>
<value code="23">Pitch90</value>
<value code="24">Pitch270</value>
</values>
</param>
2219
<param humanName="AHRS Velocity Complmentary Filter Beta Coefficient" name="AHRS_COMP_BETA" documentation="This controls the time constant for the cross-over frequency used to fuse AHRS (airspeed and heading) and GPS data to estimate ground velocity. Time constant is 0.1/beta. A larger time constant will use GPS data less and a small time constant will use air data less." user="Advanced">
2220 2221 2222
<field name="Range">0.001 0.5</field>
<field name="Increment">.01</field>
</param>
2223 2224
<param humanName="AHRS GPS Minimum satellites" name="AHRS_GPS_MINSATS" documentation="Minimum number of satellites visible to use GPS for velocity based corrections attitude correction. This defaults to 6, which is about the point at which the velocity numbers from a GPS become too unreliable for accurate correction of the accelerometers." user="Advanced">
<field name="Range">0 10</field>
2225
<field name="Increment">1</field>
2226
</param>
2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238 2239 2240 2241 2242 2243 2244 2245 2246 2247
</parameters>
<parameters name="ARSPD_">
<param humanName="Airspeed enable" name="ARSPD_ENABLE" documentation="enable airspeed sensor">
<values>
<value code="0">Disable</value>
<value code="1">Enable</value>
</values>
</param>
<param humanName="Airspeed use" name="ARSPD_USE" documentation="use airspeed for flight control">
<values>
<value code="1">Use</value>
<value code="0">Don't Use</value>
</values>
</param>
<param humanName="Airspeed offset" name="ARSPD_OFFSET" documentation="Airspeed calibration offset">
<field name="Increment">0.1</field>
</param>
<param humanName="Airspeed ratio" name="ARSPD_RATIO" documentation="Airspeed calibration ratio">
<field name="Increment">0.1</field>
</param>
</parameters>
2248 2249 2250 2251 2252 2253
<parameters name="NAVL1_">
<param humanName="L1 control period" name="NAVL1_PERIOD" documentation="Period in seconds of L1 tracking loop. This needs to be larger for less responsive airframes. The default of 30 is very conservative, and for most RC aircraft will lead to slow and lazy turns. For smaller more agile aircraft a value closer to 20 is appropriate. When tuning, change this value in small increments, as a value that is much too small (say 5 or 10 below the right value) can lead to very radical turns, and a risk of stalling.">
<field name="Range">1-60</field>
<field name="Increment">1</field>
<field name="Units">seconds</field>
</param>
2254
<param humanName="L1 control damping ratio" name="NAVL1_DAMPING" documentation="Damping ratio for L1 control. Increase this in increments of 0.05 if you are getting overshoot in path tracking. You should not need a value below 0.7 or above 0.85.">
2255 2256 2257 2258
<field name="Range">0.6-1.0</field>
<field name="Increment">0.05</field>
</param>
</parameters>
2259
<parameters name="MNT_">
2260
<param humanName="Mount operation mode" name="MNT_MODE" documentation="Camera or antenna mount operation mode" user="Standard">
2261 2262 2263 2264 2265 2266 2267 2268
<values>
<value code="0">retract</value>
<value code="1">neutral</value>
<value code="2">MavLink_targeting</value>
<value code="3">RC_targeting</value>
<value code="4">GPS_point</value>
</values>
</param>
2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299
<param humanName="Mount roll angle when in retracted position" name="MNT_RETRACT_X" documentation="Mount roll angle when in retracted position" user="Standard">
<field name="Range">-18000 17999</field>
<field name="Increment">1</field>
<field name="Units">Centi-Degrees</field>
</param>
<param humanName="Mount tilt/pitch angle when in retracted position" name="MNT_RETRACT_Y" documentation="Mount tilt/pitch angle when in retracted position" user="Standard">
<field name="Range">-18000 17999</field>
<field name="Increment">1</field>
<field name="Units">Centi-Degrees</field>
</param>
<param humanName="Mount yaw/pan angle when in retracted position" name="MNT_RETRACT_Z" documentation="Mount yaw/pan angle when in retracted position" user="Standard">
<field name="Range">-18000 17999</field>
<field name="Increment">1</field>
<field name="Units">Centi-Degrees</field>
</param>
<param humanName="Mount roll angle when in neutral position" name="MNT_NEUTRAL_X" documentation="Mount roll angle when in neutral position" user="Standard">
<field name="Range">-18000 17999</field>
<field name="Increment">1</field>
<field name="Units">Centi-Degrees</field>
</param>
<param humanName="Mount tilt/pitch angle when in neutral position" name="MNT_NEUTRAL_Y" documentation="Mount tilt/pitch angle when in neutral position" user="Standard">
<field name="Range">-18000 17999</field>
<field name="Increment">1</field>
<field name="Units">Centi-Degrees</field>
</param>
<param humanName="Mount pan/yaw angle when in neutral position" name="MNT_NEUTRAL_Z" documentation="Mount pan/yaw angle when in neutral position" user="Standard">
<field name="Range">-18000 17999</field>
<field name="Increment">1</field>
<field name="Units">Centi-Degrees</field>
</param>
<param humanName="Mount roll angle command from groundstation" name="MNT_CONTROL_X" documentation="Mount roll angle when in MavLink or RC control operation mode">
2300 2301 2302 2303
<field name="Range">-18000 17999</field>
<field name="Increment">1</field>
<field name="Units">Centi-Degrees</field>
</param>
2304
<param humanName="Mount tilt/pitch angle command from groundstation" name="MNT_CONTROL_Y" documentation="Mount tilt/pitch angle when in MavLink or RC control operation mode">
2305 2306 2307 2308
<field name="Range">-18000 17999</field>
<field name="Increment">1</field>
<field name="Units">Centi-Degrees</field>
</param>
2309
<param humanName="Mount pan/yaw angle command from groundstation" name="MNT_CONTROL_Z" documentation="Mount pan/yaw angle when in MavLink or RC control operation mode">
2310 2311 2312 2313
<field name="Range">-18000 17999</field>
<field name="Increment">1</field>
<field name="Units">Centi-Degrees</field>
</param>
2314
<param humanName="Stabilize mount's pitch/tilt angle" name="MNT_STAB_TILT" documentation="enable tilt/pitch stabilisation relative to Earth" user="Standard">
2315 2316 2317 2318 2319
<values>
<value code="0">Disabled</value>
<value code="1">Enabled</value>
</values>
</param>
2320
<param humanName="Stabilize mount pan/yaw angle" name="MNT_STAB_PAN" documentation="enable pan/yaw stabilisation relative to Earth" user="Standard">
2321 2322 2323 2324 2325
<values>
<value code="0">Disabled</value>
<value code="1">Enabled</value>
</values>
</param>
2326
<param humanName="roll RC input channel" name="MNT_RC_IN_ROLL" documentation="0 for none, any other for the RC channel to be used to control roll movements" user="Standard">
2327 2328 2329 2330 2331 2332 2333 2334
<values>
<value code="0">Disabled</value>
<value code="5">RC5</value>
<value code="6">RC6</value>
<value code="7">RC7</value>
<value code="8">RC8</value>
</values>
</param>
2335
<param humanName="Minimum roll angle" name="MNT_ANGMIN_ROL" documentation="Minimum physical roll angular position of mount." user="Standard">
2336 2337 2338 2339
<field name="Range">-18000 17999</field>
<field name="Increment">1</field>
<field name="Units">Centi-Degrees</field>
</param>
2340
<param humanName="Maximum roll angle" name="MNT_ANGMAX_ROL" documentation="Maximum physical roll angular position of the mount" user="Standard">
2341 2342 2343 2344
<field name="Range">-18000 17999</field>
<field name="Increment">1</field>
<field name="Units">Centi-Degrees</field>
</param>
2345
<param humanName="tilt (pitch) RC input channel" name="MNT_RC_IN_TILT" documentation="0 for none, any other for the RC channel to be used to control tilt (pitch) movements" user="Standard">
2346 2347 2348 2349 2350 2351 2352 2353
<values>
<value code="0">Disabled</value>
<value code="5">RC5</value>
<value code="6">RC6</value>
<value code="7">RC7</value>
<value code="8">RC8</value>
</values>
</param>
2354
<param humanName="Minimum tilt angle" name="MNT_ANGMIN_TIL" documentation="Minimum physical tilt (pitch) angular position of mount." user="Standard">
2355 2356 2357 2358
<field name="Range">-18000 17999</field>
<field name="Increment">1</field>
<field name="Units">Centi-Degrees</field>
</param>
2359
<param humanName="Maximum tilt angle" name="MNT_ANGMAX_TIL" documentation="Maximum physical tilt (pitch) angular position of the mount" user="Standard">
2360 2361 2362 2363
<field name="Range">-18000 17999</field>
<field name="Increment">1</field>
<field name="Units">Centi-Degrees</field>
</param>
2364
<param humanName="pan (yaw) RC input channel" name="MNT_RC_IN_PAN" documentation="0 for none, any other for the RC channel to be used to control pan (yaw) movements" user="Standard">
2365 2366 2367 2368 2369 2370 2371 2372
<values>
<value code="0">Disabled</value>
<value code="5">RC5</value>
<value code="6">RC6</value>
<value code="7">RC7</value>
<value code="8">RC8</value>
</values>
</param>
2373
<param humanName="Minimum pan angle" name="MNT_ANGMIN_PAN" documentation="Minimum physical pan (yaw) angular position of mount." user="Standard">
2374 2375 2376 2377
<field name="Range">-18000 17999</field>
<field name="Increment">1</field>
<field name="Units">Centi-Degrees</field>
</param>
2378
<param humanName="Maximum pan angle" name="MNT_ANGMAX_PAN" documentation="Maximum physical pan (yaw) angular position of the mount" user="Standard">
2379 2380 2381 2382
<field name="Range">-18000 17999</field>
<field name="Increment">1</field>
<field name="Units">Centi-Degrees</field>
</param>
2383 2384
<param humanName="mount joystick speed" name="MNT_JSTICK_SPD" documentation="0 for position control, small for low speeds, 100 for max speed. A good general value is 10 which gives a movement speed of 3 degrees per second." user="Standard">
<field name="Range">0 100</field>
2385 2386 2387 2388
<field name="Increment">1</field>
</param>
</parameters>
<parameters name="MNT2_">
2389
<param humanName="Mount operation mode" name="MNT2_MODE" documentation="Camera or antenna mount operation mode" user="Standard">
2390 2391 2392 2393 2394 2395 2396 2397
<values>
<value code="0">retract</value>
<value code="1">neutral</value>
<value code="2">MavLink_targeting</value>
<value code="3">RC_targeting</value>
<value code="4">GPS_point</value>
</values>
</param>
2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 2408 2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 2428
<param humanName="Mount roll angle when in retracted position" name="MNT2_RETRACT_X" documentation="Mount roll angle when in retracted position" user="Standard">
<field name="Range">-18000 17999</field>
<field name="Increment">1</field>
<field name="Units">Centi-Degrees</field>
</param>
<param humanName="Mount tilt/pitch angle when in retracted position" name="MNT2_RETRACT_Y" documentation="Mount tilt/pitch angle when in retracted position" user="Standard">
<field name="Range">-18000 17999</field>
<field name="Increment">1</field>
<field name="Units">Centi-Degrees</field>
</param>
<param humanName="Mount yaw/pan angle when in retracted position" name="MNT2_RETRACT_Z" documentation="Mount yaw/pan angle when in retracted position" user="Standard">
<field name="Range">-18000 17999</field>
<field name="Increment">1</field>
<field name="Units">Centi-Degrees</field>
</param>
<param humanName="Mount roll angle when in neutral position" name="MNT2_NEUTRAL_X" documentation="Mount roll angle when in neutral position" user="Standard">
<field name="Range">-18000 17999</field>
<field name="Increment">1</field>
<field name="Units">Centi-Degrees</field>
</param>
<param humanName="Mount tilt/pitch angle when in neutral position" name="MNT2_NEUTRAL_Y" documentation="Mount tilt/pitch angle when in neutral position" user="Standard">
<field name="Range">-18000 17999</field>
<field name="Increment">1</field>
<field name="Units">Centi-Degrees</field>
</param>
<param humanName="Mount pan/yaw angle when in neutral position" name="MNT2_NEUTRAL_Z" documentation="Mount pan/yaw angle when in neutral position" user="Standard">
<field name="Range">-18000 17999</field>
<field name="Increment">1</field>
<field name="Units">Centi-Degrees</field>
</param>
<param humanName="Mount roll angle command from groundstation" name="MNT2_CONTROL_X" documentation="Mount roll angle when in MavLink or RC control operation mode">
2429 2430 2431 2432
<field name="Range">-18000 17999</field>
<field name="Increment">1</field>
<field name="Units">Centi-Degrees</field>
</param>
2433
<param humanName="Mount tilt/pitch angle command from groundstation" name="MNT2_CONTROL_Y" documentation="Mount tilt/pitch angle when in MavLink or RC control operation mode">
2434 2435 2436 2437
<field name="Range">-18000 17999</field>
<field name="Increment">1</field>
<field name="Units">Centi-Degrees</field>
</param>
2438
<param humanName="Mount pan/yaw angle command from groundstation" name="MNT2_CONTROL_Z" documentation="Mount pan/yaw angle when in MavLink or RC control operation mode">
2439 2440 2441 2442
<field name="Range">-18000 17999</field>
<field name="Increment">1</field>
<field name="Units">Centi-Degrees</field>
</param>
2443
<param humanName="Stabilize mount's pitch/tilt angle" name="MNT2_STAB_TILT" documentation="enable tilt/pitch stabilisation relative to Earth" user="Standard">
2444 2445 2446 2447 2448
<values>
<value code="0">Disabled</value>
<value code="1">Enabled</value>
</values>
</param>
2449
<param humanName="Stabilize mount pan/yaw angle" name="MNT2_STAB_PAN" documentation="enable pan/yaw stabilisation relative to Earth" user="Standard">
2450 2451 2452 2453 2454
<values>
<value code="0">Disabled</value>
<value code="1">Enabled</value>
</values>
</param>
2455
<param humanName="roll RC input channel" name="MNT2_RC_IN_ROLL" documentation="0 for none, any other for the RC channel to be used to control roll movements" user="Standard">
2456 2457 2458 2459 2460 2461 2462 2463
<values>
<value code="0">Disabled</value>
<value code="5">RC5</value>
<value code="6">RC6</value>
<value code="7">RC7</value>
<value code="8">RC8</value>
</values>
</param>
2464
<param humanName="Minimum roll angle" name="MNT2_ANGMIN_ROL" documentation="Minimum physical roll angular position of mount." user="Standard">
2465 2466 2467 2468
<field name="Range">-18000 17999</field>
<field name="Increment">1</field>
<field name="Units">Centi-Degrees</field>
</param>
2469
<param humanName="Maximum roll angle" name="MNT2_ANGMAX_ROL" documentation="Maximum physical roll angular position of the mount" user="Standard">
2470 2471 2472 2473
<field name="Range">-18000 17999</field>
<field name="Increment">1</field>
<field name="Units">Centi-Degrees</field>
</param>
2474
<param humanName="tilt (pitch) RC input channel" name="MNT2_RC_IN_TILT" documentation="0 for none, any other for the RC channel to be used to control tilt (pitch) movements" user="Standard">
2475 2476 2477 2478 2479 2480 2481 2482
<values>
<value code="0">Disabled</value>
<value code="5">RC5</value>
<value code="6">RC6</value>
<value code="7">RC7</value>
<value code="8">RC8</value>
</values>
</param>
2483
<param humanName="Minimum tilt angle" name="MNT2_ANGMIN_TIL" documentation="Minimum physical tilt (pitch) angular position of mount." user="Standard">
2484 2485 2486 2487
<field name="Range">-18000 17999</field>
<field name="Increment">1</field>
<field name="Units">Centi-Degrees</field>
</param>
2488
<param humanName="Maximum tilt angle" name="MNT2_ANGMAX_TIL" documentation="Maximum physical tilt (pitch) angular position of the mount" user="Standard">
2489 2490 2491 2492
<field name="Range">-18000 17999</field>
<field name="Increment">1</field>
<field name="Units">Centi-Degrees</field>
</param>
2493
<param humanName="pan (yaw) RC input channel" name="MNT2_RC_IN_PAN" documentation="0 for none, any other for the RC channel to be used to control pan (yaw) movements" user="Standard">
2494
<values>
2495 2496 2497 2498 2499 2500 2501 2502 2503 2504 2505 2506 2507 2508 2509 2510 2511 2512 2513 2514 2515 2516 2517 2518 2519 2520 2521 2522 2523 2524 2525 2526 2527 2528 2529 2530 2531 2532 2533 2534 2535 2536 2537 2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 2571 2572 2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586
<value code="0">Disabled</value>
<value code="5">RC5</value>
<value code="6">RC6</value>
<value code="7">RC7</value>
<value code="8">RC8</value>
</values>
</param>
<param humanName="Minimum pan angle" name="MNT2_ANGMIN_PAN" documentation="Minimum physical pan (yaw) angular position of mount." user="Standard">
<field name="Range">-18000 17999</field>
<field name="Increment">1</field>
<field name="Units">Centi-Degrees</field>
</param>
<param humanName="Maximum pan angle" name="MNT2_ANGMAX_PAN" documentation="Maximum physical pan (yaw) angular position of the mount" user="Standard">
<field name="Range">-18000 17999</field>
<field name="Increment">1</field>
<field name="Units">Centi-Degrees</field>
</param>
<param humanName="mount joystick speed" name="MNT2_JSTICK_SPD" documentation="0 for position control, small for low speeds, 100 for max speed. A good general value is 10 which gives a movement speed of 3 degrees per second." user="Standard">
<field name="Range">0 100</field>
<field name="Increment">1</field>
</param>
</parameters>
<parameters name="HS1_">
<param humanName="RC min PWM" name="HS1_MIN" documentation="RC minimum PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit." user="Advanced">
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
<param humanName="RC trim PWM" name="HS1_TRIM" documentation="RC trim (neutral) PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit." user="Advanced">
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
<param humanName="RC max PWM" name="HS1_MAX" documentation="RC maximum PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit." user="Advanced">
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
<param humanName="RC reverse" name="HS1_REV" documentation="Reverse servo operation. Ignored on APM1 unless dip-switches are disabled." user="Advanced">
<values>
<value code="-1">Reversed</value>
<value code="1">Normal</value>
</values>
</param>
<param humanName="RC dead-zone" name="HS1_DZ" documentation="dead zone around trim." user="Advanced">
</param>
</parameters>
<parameters name="HS2_">
<param humanName="RC min PWM" name="HS2_MIN" documentation="RC minimum PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit." user="Advanced">
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
<param humanName="RC trim PWM" name="HS2_TRIM" documentation="RC trim (neutral) PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit." user="Advanced">
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
<param humanName="RC max PWM" name="HS2_MAX" documentation="RC maximum PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit." user="Advanced">
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
<param humanName="RC reverse" name="HS2_REV" documentation="Reverse servo operation. Ignored on APM1 unless dip-switches are disabled." user="Advanced">
<values>
<value code="-1">Reversed</value>
<value code="1">Normal</value>
</values>
</param>
<param humanName="RC dead-zone" name="HS2_DZ" documentation="dead zone around trim." user="Advanced">
</param>
</parameters>
<parameters name="HS3_">
<param humanName="RC min PWM" name="HS3_MIN" documentation="RC minimum PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit." user="Advanced">
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
<param humanName="RC trim PWM" name="HS3_TRIM" documentation="RC trim (neutral) PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit." user="Advanced">
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
<param humanName="RC max PWM" name="HS3_MAX" documentation="RC maximum PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit." user="Advanced">
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
<param humanName="RC reverse" name="HS3_REV" documentation="Reverse servo operation. Ignored on APM1 unless dip-switches are disabled." user="Advanced">
<values>
<value code="-1">Reversed</value>
<value code="1">Normal</value>
2587 2588
</values>
</param>
2589 2590 2591 2592 2593 2594
<param humanName="RC dead-zone" name="HS3_DZ" documentation="dead zone around trim." user="Advanced">
</param>
</parameters>
<parameters name="HS4_">
<param humanName="RC min PWM" name="HS4_MIN" documentation="RC minimum PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit." user="Advanced">
<field name="Range">800 2200</field>
2595
<field name="Increment">1</field>
2596
<field name="Units">ms</field>
2597
</param>
2598 2599
<param humanName="RC trim PWM" name="HS4_TRIM" documentation="RC trim (neutral) PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit." user="Advanced">
<field name="Range">800 2200</field>
2600
<field name="Increment">1</field>
2601
<field name="Units">ms</field>
2602
</param>
2603 2604
<param humanName="RC max PWM" name="HS4_MAX" documentation="RC maximum PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit." user="Advanced">
<field name="Range">800 2200</field>
2605
<field name="Increment">1</field>
2606 2607 2608 2609 2610 2611 2612 2613 2614
<field name="Units">ms</field>
</param>
<param humanName="RC reverse" name="HS4_REV" documentation="Reverse servo operation. Ignored on APM1 unless dip-switches are disabled." user="Advanced">
<values>
<value code="-1">Reversed</value>
<value code="1">Normal</value>
</values>
</param>
<param humanName="RC dead-zone" name="HS4_DZ" documentation="dead zone around trim." user="Advanced">
2615 2616 2617
</param>
</parameters>
<parameters name="RC1_">
2618
<param humanName="RC min PWM" name="RC1_MIN" documentation="RC minimum PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit." user="Advanced">
2619 2620 2621 2622
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
2623
<param humanName="RC trim PWM" name="RC1_TRIM" documentation="RC trim (neutral) PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit." user="Advanced">
2624 2625 2626 2627
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
2628
<param humanName="RC max PWM" name="RC1_MAX" documentation="RC maximum PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit." user="Advanced">
2629 2630 2631 2632
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
2633
<param humanName="RC reverse" name="RC1_REV" documentation="Reverse servo operation. Ignored on APM1 unless dip-switches are disabled." user="Advanced">
2634 2635 2636 2637 2638
<values>
<value code="-1">Reversed</value>
<value code="1">Normal</value>
</values>
</param>
2639
<param humanName="RC dead-zone" name="RC1_DZ" documentation="dead zone around trim." user="Advanced">
2640 2641 2642
</param>
</parameters>
<parameters name="RC2_">
2643
<param humanName="RC min PWM" name="RC2_MIN" documentation="RC minimum PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit." user="Advanced">
2644 2645 2646 2647
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
2648
<param humanName="RC trim PWM" name="RC2_TRIM" documentation="RC trim (neutral) PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit." user="Advanced">
2649 2650 2651 2652
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
2653
<param humanName="RC max PWM" name="RC2_MAX" documentation="RC maximum PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit." user="Advanced">
2654 2655 2656 2657
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
2658
<param humanName="RC reverse" name="RC2_REV" documentation="Reverse servo operation. Ignored on APM1 unless dip-switches are disabled." user="Advanced">
2659 2660 2661 2662 2663
<values>
<value code="-1">Reversed</value>
<value code="1">Normal</value>
</values>
</param>
2664
<param humanName="RC dead-zone" name="RC2_DZ" documentation="dead zone around trim." user="Advanced">
2665 2666 2667
</param>
</parameters>
<parameters name="RC3_">
2668
<param humanName="RC min PWM" name="RC3_MIN" documentation="RC minimum PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit." user="Advanced">
2669 2670 2671 2672
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
2673
<param humanName="RC trim PWM" name="RC3_TRIM" documentation="RC trim (neutral) PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit." user="Advanced">
2674 2675 2676 2677
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
2678
<param humanName="RC max PWM" name="RC3_MAX" documentation="RC maximum PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit." user="Advanced">
2679 2680 2681 2682
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
2683
<param humanName="RC reverse" name="RC3_REV" documentation="Reverse servo operation. Ignored on APM1 unless dip-switches are disabled." user="Advanced">
2684 2685 2686 2687 2688
<values>
<value code="-1">Reversed</value>
<value code="1">Normal</value>
</values>
</param>
2689
<param humanName="RC dead-zone" name="RC3_DZ" documentation="dead zone around trim." user="Advanced">
2690 2691 2692
</param>
</parameters>
<parameters name="RC4_">
2693
<param humanName="RC min PWM" name="RC4_MIN" documentation="RC minimum PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit." user="Advanced">
2694 2695 2696 2697
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
2698
<param humanName="RC trim PWM" name="RC4_TRIM" documentation="RC trim (neutral) PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit." user="Advanced">
2699 2700 2701 2702
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
2703
<param humanName="RC max PWM" name="RC4_MAX" documentation="RC maximum PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit." user="Advanced">
2704 2705 2706 2707
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
2708
<param humanName="RC reverse" name="RC4_REV" documentation="Reverse servo operation. Ignored on APM1 unless dip-switches are disabled." user="Advanced">
2709 2710 2711 2712 2713
<values>
<value code="-1">Reversed</value>
<value code="1">Normal</value>
</values>
</param>
2714
<param humanName="RC dead-zone" name="RC4_DZ" documentation="dead zone around trim." user="Advanced">
2715 2716 2717
</param>
</parameters>
<parameters name="RC5_">
2718
<param humanName="RC min PWM" name="RC5_MIN" documentation="RC minimum PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit." user="Advanced">
2719 2720 2721 2722
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
2723
<param humanName="RC trim PWM" name="RC5_TRIM" documentation="RC trim (neutral) PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit." user="Advanced">
2724 2725 2726 2727
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
2728
<param humanName="RC max PWM" name="RC5_MAX" documentation="RC maximum PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit." user="Advanced">
2729 2730 2731 2732
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
2733
<param humanName="RC reverse" name="RC5_REV" documentation="Reverse servo operation. Ignored on APM1 unless dip-switches are disabled." user="Advanced">
2734 2735 2736 2737 2738
<values>
<value code="-1">Reversed</value>
<value code="1">Normal</value>
</values>
</param>
2739
<param humanName="RC dead-zone" name="RC5_DZ" documentation="dead zone around trim." user="Advanced">
2740
</param>
2741
<param humanName="Servo out function" name="RC5_FUNCTION" documentation="Setting this to Disabled(0) will disable this output, any other value will enable the corresponding function" user="Standard">
2742 2743 2744 2745 2746 2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 2757 2758 2759 2760 2761 2762 2763 2764 2765 2766 2767
<values>
<value code="0">Disabled</value>
<value code="1">Manual</value>
<value code="2">Flap</value>
<value code="3">Flap_auto</value>
<value code="4">Aileron</value>
<value code="5">flaperon</value>
<value code="6">mount_pan</value>
<value code="7">mount_tilt</value>
<value code="8">mount_roll</value>
<value code="9">mount_open</value>
<value code="10">camera_trigger</value>
<value code="11">release</value>
<value code="12">mount2_pan</value>
<value code="13">mount2_tilt</value>
<value code="14">mount2_roll</value>
<value code="15">mount2_open</value>
<value code="16">DifferentialSpoiler1</value>
<value code="17">DifferentialSpoiler2</value>
<value code="18">AileronWithInput</value>
<value code="19">Elevator</value>
<value code="20">ElevatorWithInput</value>
</values>
</param>
</parameters>
<parameters name="RC6_">
2768
<param humanName="RC min PWM" name="RC6_MIN" documentation="RC minimum PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit." user="Advanced">
2769 2770 2771 2772
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
2773
<param humanName="RC trim PWM" name="RC6_TRIM" documentation="RC trim (neutral) PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit." user="Advanced">
2774 2775 2776 2777
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
2778
<param humanName="RC max PWM" name="RC6_MAX" documentation="RC maximum PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit." user="Advanced">
2779 2780 2781 2782
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
2783
<param humanName="RC reverse" name="RC6_REV" documentation="Reverse servo operation. Ignored on APM1 unless dip-switches are disabled." user="Advanced">
2784 2785 2786 2787 2788
<values>
<value code="-1">Reversed</value>
<value code="1">Normal</value>
</values>
</param>
2789
<param humanName="RC dead-zone" name="RC6_DZ" documentation="dead zone around trim." user="Advanced">
2790
</param>
2791
<param humanName="Servo out function" name="RC6_FUNCTION" documentation="Setting this to Disabled(0) will disable this output, any other value will enable the corresponding function" user="Standard">
2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 2812 2813 2814 2815 2816 2817
<values>
<value code="0">Disabled</value>
<value code="1">Manual</value>
<value code="2">Flap</value>
<value code="3">Flap_auto</value>
<value code="4">Aileron</value>
<value code="5">flaperon</value>
<value code="6">mount_pan</value>
<value code="7">mount_tilt</value>
<value code="8">mount_roll</value>
<value code="9">mount_open</value>
<value code="10">camera_trigger</value>
<value code="11">release</value>
<value code="12">mount2_pan</value>
<value code="13">mount2_tilt</value>
<value code="14">mount2_roll</value>
<value code="15">mount2_open</value>
<value code="16">DifferentialSpoiler1</value>
<value code="17">DifferentialSpoiler2</value>
<value code="18">AileronWithInput</value>
<value code="19">Elevator</value>
<value code="20">ElevatorWithInput</value>
</values>
</param>
</parameters>
<parameters name="RC7_">
2818
<param humanName="RC min PWM" name="RC7_MIN" documentation="RC minimum PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit." user="Advanced">
2819 2820 2821 2822
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
2823
<param humanName="RC trim PWM" name="RC7_TRIM" documentation="RC trim (neutral) PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit." user="Advanced">
2824 2825 2826 2827
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
2828
<param humanName="RC max PWM" name="RC7_MAX" documentation="RC maximum PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit." user="Advanced">
2829 2830 2831 2832
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
2833
<param humanName="RC reverse" name="RC7_REV" documentation="Reverse servo operation. Ignored on APM1 unless dip-switches are disabled." user="Advanced">
2834 2835 2836 2837 2838
<values>
<value code="-1">Reversed</value>
<value code="1">Normal</value>
</values>
</param>
2839
<param humanName="RC dead-zone" name="RC7_DZ" documentation="dead zone around trim." user="Advanced">
2840
</param>
2841
<param humanName="Servo out function" name="RC7_FUNCTION" documentation="Setting this to Disabled(0) will disable this output, any other value will enable the corresponding function" user="Standard">
2842 2843 2844 2845 2846 2847 2848 2849 2850 2851 2852 2853 2854 2855 2856 2857 2858 2859 2860 2861 2862 2863 2864 2865 2866 2867
<values>
<value code="0">Disabled</value>
<value code="1">Manual</value>
<value code="2">Flap</value>
<value code="3">Flap_auto</value>
<value code="4">Aileron</value>
<value code="5">flaperon</value>
<value code="6">mount_pan</value>
<value code="7">mount_tilt</value>
<value code="8">mount_roll</value>
<value code="9">mount_open</value>
<value code="10">camera_trigger</value>
<value code="11">release</value>
<value code="12">mount2_pan</value>
<value code="13">mount2_tilt</value>
<value code="14">mount2_roll</value>
<value code="15">mount2_open</value>
<value code="16">DifferentialSpoiler1</value>
<value code="17">DifferentialSpoiler2</value>
<value code="18">AileronWithInput</value>
<value code="19">Elevator</value>
<value code="20">ElevatorWithInput</value>
</values>
</param>
</parameters>
<parameters name="RC8_">
2868
<param humanName="RC min PWM" name="RC8_MIN" documentation="RC minimum PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit." user="Advanced">
2869 2870 2871 2872
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
2873
<param humanName="RC trim PWM" name="RC8_TRIM" documentation="RC trim (neutral) PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit." user="Advanced">
2874 2875 2876 2877
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
2878
<param humanName="RC max PWM" name="RC8_MAX" documentation="RC maximum PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit." user="Advanced">
2879 2880 2881 2882
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
2883
<param humanName="RC reverse" name="RC8_REV" documentation="Reverse servo operation. Ignored on APM1 unless dip-switches are disabled." user="Advanced">
2884 2885 2886 2887 2888
<values>
<value code="-1">Reversed</value>
<value code="1">Normal</value>
</values>
</param>
2889
<param humanName="RC dead-zone" name="RC8_DZ" documentation="dead zone around trim." user="Advanced">
2890
</param>
2891
<param humanName="Servo out function" name="RC8_FUNCTION" documentation="Setting this to Disabled(0) will disable this output, any other value will enable the corresponding function" user="Standard">
2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 2903 2904 2905 2906 2907 2908 2909 2910 2911 2912 2913 2914 2915 2916 2917
<values>
<value code="0">Disabled</value>
<value code="1">Manual</value>
<value code="2">Flap</value>
<value code="3">Flap_auto</value>
<value code="4">Aileron</value>
<value code="5">flaperon</value>
<value code="6">mount_pan</value>
<value code="7">mount_tilt</value>
<value code="8">mount_roll</value>
<value code="9">mount_open</value>
<value code="10">camera_trigger</value>
<value code="11">release</value>
<value code="12">mount2_pan</value>
<value code="13">mount2_tilt</value>
<value code="14">mount2_roll</value>
<value code="15">mount2_open</value>
<value code="16">DifferentialSpoiler1</value>
<value code="17">DifferentialSpoiler2</value>
<value code="18">AileronWithInput</value>
<value code="19">Elevator</value>
<value code="20">ElevatorWithInput</value>
</values>
</param>
</parameters>
<parameters name="RC10_">
2918
<param humanName="RC min PWM" name="RC10_MIN" documentation="RC minimum PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit." user="Advanced">
2919 2920 2921 2922
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
2923
<param humanName="RC trim PWM" name="RC10_TRIM" documentation="RC trim (neutral) PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit." user="Advanced">
2924 2925 2926 2927
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
2928
<param humanName="RC max PWM" name="RC10_MAX" documentation="RC maximum PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit." user="Advanced">
2929 2930 2931 2932
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
2933
<param humanName="RC reverse" name="RC10_REV" documentation="Reverse servo operation. Ignored on APM1 unless dip-switches are disabled." user="Advanced">
2934 2935 2936 2937 2938
<values>
<value code="-1">Reversed</value>
<value code="1">Normal</value>
</values>
</param>
2939
<param humanName="RC dead-zone" name="RC10_DZ" documentation="dead zone around trim." user="Advanced">
2940
</param>
2941
<param humanName="Servo out function" name="RC10_FUNCTION" documentation="Setting this to Disabled(0) will disable this output, any other value will enable the corresponding function" user="Standard">
2942 2943 2944 2945 2946 2947 2948 2949 2950 2951 2952 2953 2954 2955 2956 2957 2958 2959 2960 2961 2962 2963 2964 2965 2966 2967
<values>
<value code="0">Disabled</value>
<value code="1">Manual</value>
<value code="2">Flap</value>
<value code="3">Flap_auto</value>
<value code="4">Aileron</value>
<value code="5">flaperon</value>
<value code="6">mount_pan</value>
<value code="7">mount_tilt</value>
<value code="8">mount_roll</value>
<value code="9">mount_open</value>
<value code="10">camera_trigger</value>
<value code="11">release</value>
<value code="12">mount2_pan</value>
<value code="13">mount2_tilt</value>
<value code="14">mount2_roll</value>
<value code="15">mount2_open</value>
<value code="16">DifferentialSpoiler1</value>
<value code="17">DifferentialSpoiler2</value>
<value code="18">AileronWithInput</value>
<value code="19">Elevator</value>
<value code="20">ElevatorWithInput</value>
</values>
</param>
</parameters>
<parameters name="RC11_">
2968
<param humanName="RC min PWM" name="RC11_MIN" documentation="RC minimum PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit." user="Advanced">
2969 2970 2971 2972
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
2973
<param humanName="RC trim PWM" name="RC11_TRIM" documentation="RC trim (neutral) PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit." user="Advanced">
2974 2975 2976 2977
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
2978
<param humanName="RC max PWM" name="RC11_MAX" documentation="RC maximum PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit." user="Advanced">
2979 2980 2981 2982
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
2983
<param humanName="RC reverse" name="RC11_REV" documentation="Reverse servo operation. Ignored on APM1 unless dip-switches are disabled." user="Advanced">
2984 2985 2986 2987 2988
<values>
<value code="-1">Reversed</value>
<value code="1">Normal</value>
</values>
</param>
2989
<param humanName="RC dead-zone" name="RC11_DZ" documentation="dead zone around trim." user="Advanced">
2990
</param>
2991
<param humanName="Servo out function" name="RC11_FUNCTION" documentation="Setting this to Disabled(0) will disable this output, any other value will enable the corresponding function" user="Standard">
2992 2993 2994 2995 2996 2997 2998 2999 3000 3001 3002 3003 3004 3005 3006 3007 3008 3009 3010 3011 3012 3013 3014 3015 3016
<values>
<value code="0">Disabled</value>
<value code="1">Manual</value>
<value code="2">Flap</value>
<value code="3">Flap_auto</value>
<value code="4">Aileron</value>
<value code="5">flaperon</value>
<value code="6">mount_pan</value>
<value code="7">mount_tilt</value>
<value code="8">mount_roll</value>
<value code="9">mount_open</value>
<value code="10">camera_trigger</value>
<value code="11">release</value>
<value code="12">mount2_pan</value>
<value code="13">mount2_tilt</value>
<value code="14">mount2_roll</value>
<value code="15">mount2_open</value>
<value code="16">DifferentialSpoiler1</value>
<value code="17">DifferentialSpoiler2</value>
<value code="18">AileronWithInput</value>
<value code="19">Elevator</value>
<value code="20">ElevatorWithInput</value>
</values>
</param>
</parameters>
3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 3073 3074 3075 3076 3077 3078 3079 3080 3081 3082 3083 3084 3085 3086 3087 3088 3089 3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 3103 3104 3105 3106 3107 3108 3109 3110 3111 3112 3113 3114 3115 3116
<parameters name="RC9_">
<param humanName="RC min PWM" name="RC9_MIN" documentation="RC minimum PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit." user="Advanced">
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
<param humanName="RC trim PWM" name="RC9_TRIM" documentation="RC trim (neutral) PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit." user="Advanced">
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
<param humanName="RC max PWM" name="RC9_MAX" documentation="RC maximum PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit." user="Advanced">
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
<param humanName="RC reverse" name="RC9_REV" documentation="Reverse servo operation. Ignored on APM1 unless dip-switches are disabled." user="Advanced">
<values>
<value code="-1">Reversed</value>
<value code="1">Normal</value>
</values>
</param>
<param humanName="RC dead-zone" name="RC9_DZ" documentation="dead zone around trim." user="Advanced">
</param>
<param humanName="Servo out function" name="RC9_FUNCTION" documentation="Setting this to Disabled(0) will disable this output, any other value will enable the corresponding function" user="Standard">
<values>
<value code="0">Disabled</value>
<value code="1">Manual</value>
<value code="2">Flap</value>
<value code="3">Flap_auto</value>
<value code="4">Aileron</value>
<value code="5">flaperon</value>
<value code="6">mount_pan</value>
<value code="7">mount_tilt</value>
<value code="8">mount_roll</value>
<value code="9">mount_open</value>
<value code="10">camera_trigger</value>
<value code="11">release</value>
<value code="12">mount2_pan</value>
<value code="13">mount2_tilt</value>
<value code="14">mount2_roll</value>
<value code="15">mount2_open</value>
<value code="16">DifferentialSpoiler1</value>
<value code="17">DifferentialSpoiler2</value>
<value code="18">AileronWithInput</value>
<value code="19">Elevator</value>
<value code="20">ElevatorWithInput</value>
</values>
</param>
</parameters>
<parameters name="RC12_">
<param humanName="RC min PWM" name="RC12_MIN" documentation="RC minimum PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit." user="Advanced">
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
<param humanName="RC trim PWM" name="RC12_TRIM" documentation="RC trim (neutral) PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit." user="Advanced">
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
<param humanName="RC max PWM" name="RC12_MAX" documentation="RC maximum PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit." user="Advanced">
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
<param humanName="RC reverse" name="RC12_REV" documentation="Reverse servo operation. Ignored on APM1 unless dip-switches are disabled." user="Advanced">
<values>
<value code="-1">Reversed</value>
<value code="1">Normal</value>
</values>
</param>
<param humanName="RC dead-zone" name="RC12_DZ" documentation="dead zone around trim." user="Advanced">
</param>
<param humanName="Servo out function" name="RC12_FUNCTION" documentation="Setting this to Disabled(0) will disable this output, any other value will enable the corresponding function" user="Standard">
<values>
<value code="0">Disabled</value>
<value code="1">Manual</value>
<value code="2">Flap</value>
<value code="3">Flap_auto</value>
<value code="4">Aileron</value>
<value code="5">flaperon</value>
<value code="6">mount_pan</value>
<value code="7">mount_tilt</value>
<value code="8">mount_roll</value>
<value code="9">mount_open</value>
<value code="10">camera_trigger</value>
<value code="11">release</value>
<value code="12">mount2_pan</value>
<value code="13">mount2_tilt</value>
<value code="14">mount2_roll</value>
<value code="15">mount2_open</value>
<value code="16">DifferentialSpoiler1</value>
<value code="17">DifferentialSpoiler2</value>
<value code="18">AileronWithInput</value>
<value code="19">Elevator</value>
<value code="20">ElevatorWithInput</value>
</values>
</param>
</parameters>
3117
<parameters name="CAM_">
3118
<param humanName="Camera shutter (trigger) type" name="CAM_TRIGG_TYPE" documentation="how to trigger the camera to take a picture" user="Standard">
3119 3120 3121 3122 3123 3124 3125 3126
<values>
<value code="0">Servo</value>
<value code="1">Relay</value>
<value code="2">Servo and turn off throttle</value>
<value code="3">Servo when 3m from waypoint</value>
<value code="4">transistor</value>
</values>
</param>
3127
<param humanName="Duration that shutter is held open" name="CAM_DURATION" documentation="How long the shutter will be held open in 10ths of a second (i.e. enter 10 for 1second, 50 for 5seconds)" user="Standard">
3128 3129
<field name="Range">0 50</field>
</param>
3130
<param humanName="Servo ON PWM value" name="CAM_SERVO_ON" documentation="PWM value to move servo to when shutter is activated" user="Standard">
3131 3132
<field name="Range">1000 2000</field>
</param>
3133
<param humanName="Servo OFF PWM value" name="CAM_SERVO_OFF" documentation="PWM value to move servo to when shutter is deactivated" user="Standard">
3134 3135 3136 3137
<field name="Range">1000 2000</field>
</param>
</parameters>
<parameters name="COMPASS_">
3138 3139 3140 3141 3142 3143 3144 3145 3146
<param humanName="Compass offsets on the X axis" name="COMPASS_OFS_X" documentation="Offset to be added to the compass x-axis values to compensate for metal in the frame">
<field name="Range">-400 400</field>
<field name="Increment">1</field>
</param>
<param humanName="Compass offsets on the Y axis" name="COMPASS_OFS_Y" documentation="Offset to be added to the compass y-axis values to compensate for metal in the frame">
<field name="Range">-400 400</field>
<field name="Increment">1</field>
</param>
<param humanName="Compass offsets on the Z axis" name="COMPASS_OFS_Z" documentation="Offset to be added to the compass z-axis values to compensate for metal in the frame">
3147 3148 3149
<field name="Range">-400 400</field>
<field name="Increment">1</field>
</param>
3150
<param humanName="Compass declination" name="COMPASS_DEC" documentation="An angle to compensate between the true north and magnetic north" user="Standard">
3151 3152 3153 3154
<field name="Range">-3.142 3.142</field>
<field name="Increment">0.01</field>
<field name="Units">Radians</field>
</param>
3155
<param humanName="Learn compass offsets automatically" name="COMPASS_LEARN" documentation="Enable or disable the automatic learning of compass offsets" user="Advanced">
3156 3157 3158 3159 3160
<values>
<value code="0">Disabled</value>
<value code="1">Enabled</value>
</values>
</param>
3161
<param humanName="Use compass for yaw" name="COMPASS_USE" documentation="Enable or disable the use of the compass (instead of the GPS) for determining heading" user="Advanced">
3162 3163 3164 3165 3166
<values>
<value code="0">Disabled</value>
<value code="1">Enabled</value>
</values>
</param>
3167
<param humanName="Auto Declination" name="COMPASS_AUTODEC" documentation="Enable or disable the automatic calculation of the declination based on gps location" user="Advanced">
3168 3169 3170 3171 3172
<values>
<value code="0">Disabled</value>
<value code="1">Enabled</value>
</values>
</param>
3173
<param humanName="Motor interference compensation type" name="COMPASS_MOTCT" documentation="Set motor interference compensation type to disabled, throttle or current.  Do not change manually.">
3174 3175 3176 3177 3178 3179 3180
<values>
<value code="0">Disabled</value>
<value code="1">Use Throttle</value>
<value code="2">Use Current</value>
</values>
<field name="Increment">1</field>
</param>
3181 3182 3183 3184 3185 3186 3187 3188 3189 3190 3191
<param humanName="Motor interference compensation for body frame X axis" name="COMPASS_MOT_X" documentation="Multiplied by the current throttle and added to the compass's x-axis values to compensate for motor interference">
<field name="Range">-1000 1000</field>
<field name="Increment">1</field>
<field name="Units">Offset per Amp or at Full Throttle</field>
</param>
<param humanName="Motor interference compensation for body frame Y axis" name="COMPASS_MOT_Y" documentation="Multiplied by the current throttle and added to the compass's y-axis values to compensate for motor interference">
<field name="Range">-1000 1000</field>
<field name="Increment">1</field>
<field name="Units">Offset per Amp or at Full Throttle</field>
</param>
<param humanName="Motor interference compensation for body frame Z axis" name="COMPASS_MOT_Z" documentation="Multiplied by the current throttle and added to the compass's z-axis values to compensate for motor interference">
3192 3193
<field name="Range">-1000 1000</field>
<field name="Increment">1</field>
3194 3195 3196 3197 3198 3199 3200 3201 3202 3203 3204 3205 3206 3207 3208 3209 3210 3211 3212 3213 3214 3215 3216 3217 3218 3219 3220 3221 3222 3223
<field name="Units">Offset per Amp or at Full Throttle</field>
</param>
<param humanName="Compass orientation" name="COMPASS_ORIENT" documentation="The orientation of the compass relative to the autopilot board. This will default to the right value for each board type, but can be changed if you have an external compass. See the documentation for your external compass for the right value. The correct orientation should give the X axis forward, the Y axis to the right and the Z axis down. So if your aircraft is pointing west it should show a position value for the Y axis, and a value close to zero for the X axis. NOTE: This orientation is combined with any AHRS_ORIENTATION setting. ">
<values>
<value code="0">None</value>
<value code="1">Yaw45</value>
<value code="2">Yaw90</value>
<value code="3">Yaw135</value>
<value code="4">Yaw180</value>
<value code="5">Yaw225</value>
<value code="6">Yaw270</value>
<value code="7">Yaw315</value>
<value code="8">Roll180</value>
<value code="9">Roll180Yaw45</value>
<value code="10">Roll180Yaw90</value>
<value code="11">Roll180Yaw135</value>
<value code="12">Pitch180</value>
<value code="13">Roll180Yaw225</value>
<value code="14">Roll180Yaw270</value>
<value code="15">Roll180Yaw315</value>
<value code="16">Roll90</value>
<value code="17">Roll90Yaw45</value>
<value code="18">Roll90Yaw135</value>
<value code="19">Roll270</value>
<value code="20">Roll270Yaw45</value>
<value code="21">Roll270Yaw90</value>
<value code="22">Roll270Yaw136</value>
<value code="23">Pitch90</value>
<value code="24">Pitch270</value>
</values>
3224
</param>
3225
</parameters>
3226 3227
<parameters name="INS_">
<param humanName="IMU Product ID" name="INS_PRODUCT_ID" documentation="Which type of IMU is installed (read-only)" user="Standard">
3228
</param>
3229 3230
<param humanName="Accelerometer scaling of X axis" name="INS_ACCSCAL_X" documentation="Accelerometer scaling of X axis.  Calculated during acceleration calibration routine" user="Advanced">
<field name="Range">0.8 1.2</field>
3231
</param>
3232 3233
<param humanName="Accelerometer scaling of Y axis" name="INS_ACCSCAL_Y" documentation="Accelerometer scaling of Y axis  Calculated during acceleration calibration routine" user="Advanced">
<field name="Range">0.8 1.2</field>
3234
</param>
3235 3236
<param humanName="Accelerometer scaling of Z axis" name="INS_ACCSCAL_Z" documentation="Accelerometer scaling of Z axis  Calculated during acceleration calibration routine" user="Advanced">
<field name="Range">0.8 1.2</field>
3237
</param>
3238 3239 3240
<param humanName="Accelerometer offsets of X axis" name="INS_ACCOFFS_X" documentation="Accelerometer offsets of X axis. This is setup using the acceleration calibration or level operations" user="Advanced">
<field name="Range">-300 300</field>
<field name="Units">m/s/s</field>
3241
</param>
3242 3243 3244
<param humanName="Accelerometer offsets of Y axis" name="INS_ACCOFFS_Y" documentation="Accelerometer offsets of Y axis. This is setup using the acceleration calibration or level operations" user="Advanced">
<field name="Range">-300 300</field>
<field name="Units">m/s/s</field>
3245
</param>
3246 3247 3248
<param humanName="Accelerometer offsets of Z axis" name="INS_ACCOFFS_Z" documentation="Accelerometer offsets of Z axis. This is setup using the acceleration calibration or level operations" user="Advanced">
<field name="Range">-300 300</field>
<field name="Units">m/s/s</field>
3249
</param>
3250 3251
<param humanName="Gyro offsets of X axis" name="INS_GYROFFS_X" documentation="Gyro sensor offsets of X axis. This is setup on each boot during gyro calibrations" user="Advanced">
<field name="Units">rad/s</field>
3252
</param>
3253 3254
<param humanName="Gyro offsets of Y axis" name="INS_GYROFFS_Y" documentation="Gyro sensor offsets of Y axis. This is setup on each boot during gyro calibrations" user="Advanced">
<field name="Units">rad/s</field>
3255
</param>
3256 3257
<param humanName="Gyro offsets of Z axis" name="INS_GYROFFS_Z" documentation="Gyro sensor offsets of Z axis. This is setup on each boot during gyro calibrations" user="Advanced">
<field name="Units">rad/s</field>
3258
</param>
3259 3260 3261 3262 3263 3264 3265 3266 3267 3268
<param humanName="MPU6000 filter frequency" name="INS_MPU6K_FILTER" documentation="Filter frequency to ask the MPU6000 to apply to samples. This can be set to a lower value to try to cope with very high vibration levels in aircraft. The default value on ArduPlane, APMrover2 and ArduCopter is 20Hz. This option takes effect on the next reboot or gyro initialisation" user="Advanced">
<values>
<value code="0">Default</value>
<value code="5">5Hz</value>
<value code="10">10Hz</value>
<value code="20">20Hz</value>
<value code="42">42Hz</value>
<value code="98">98Hz</value>
</values>
<field name="Units">Hz</field>
3269
</param>
3270
</parameters>
3271 3272 3273 3274
<parameters name="INAV_">
<param humanName="Horizontal Time Constant" name="INAV_TC_XY" documentation="Time constant for GPS and accel mixing. Higher TC decreases GPS impact on position estimate">
<field name="Range">0 10</field>
<field name="Increment">0.1</field>
3275
</param>
3276 3277 3278
<param humanName="Vertical Time Constant" name="INAV_TC_Z" documentation="Time constant for baro and accel mixing. Higher TC decreases barometers impact on altitude estimate">
<field name="Range">0 10</field>
<field name="Increment">0.1</field>
3279
</param>
3280 3281 3282 3283 3284
</parameters>
<parameters name="SR0_">
<param humanName="Horizontal Time Constant" name="SR0_TC_XY" documentation="Time constant for GPS and accel mixing. Higher TC decreases GPS impact on position estimate">
<field name="Range">0 10</field>
<field name="Increment">0.1</field>
3285
</param>
3286 3287 3288
<param humanName="Vertical Time Constant" name="SR0_TC_Z" documentation="Time constant for baro and accel mixing. Higher TC decreases barometers impact on altitude estimate">
<field name="Range">0 10</field>
<field name="Increment">0.1</field>
3289
</param>
3290 3291 3292 3293 3294 3295 3296 3297 3298
</parameters>
<parameters name="SR3_">
<param humanName="Horizontal Time Constant" name="SR3_TC_XY" documentation="Time constant for GPS and accel mixing. Higher TC decreases GPS impact on position estimate">
<field name="Range">0 10</field>
<field name="Increment">0.1</field>
</param>
<param humanName="Vertical Time Constant" name="SR3_TC_Z" documentation="Time constant for baro and accel mixing. Higher TC decreases barometers impact on altitude estimate">
<field name="Range">0 10</field>
<field name="Increment">0.1</field>
3299
</param>
3300 3301 3302 3303 3304 3305
</parameters>
<parameters name="AHRS_">
<param humanName="AHRS GPS gain" name="AHRS_GPS_GAIN" documentation="This controls how how much to use the GPS to correct the attitude. This should never be set to zero for a plane as it would result in the plane losing control in turns. For a plane please use the default value of 1.0.">
<field name="Range">0.0 1.0</field>
<field name="Increment">.01</field>
</param>
3306
<param humanName="AHRS use GPS for navigation" name="AHRS_GPS_USE" documentation="This controls whether to use dead-reckoning or GPS based navigation. If set to 0 then the GPS won't be used for navigation, and only dead reckoning will be used. A value of zero should never be used for normal flight." user="Advanced">
3307 3308 3309 3310
<values>
<value code="0">Disabled</value>
<value code="1">Enabled</value>
</values>
3311 3312 3313 3314 3315 3316 3317 3318 3319 3320 3321 3322 3323 3324
</param>
<param humanName="Yaw P" name="AHRS_YAW_P" documentation="This controls the weight the compass or GPS has on the heading. A higher value means the heading will track the yaw source (GPS or compass) more rapidly.">
<field name="Range">0.1 0.4</field>
<field name="Increment">.01</field>
</param>
<param humanName="AHRS RP_P" name="AHRS_RP_P" documentation="This controls how fast the accelerometers correct the attitude">
<field name="Range">0.1 0.4</field>
<field name="Increment">.01</field>
</param>
<param humanName="Maximum wind" name="AHRS_WIND_MAX" documentation="This sets the maximum allowable difference between ground speed and airspeed. This allows the plane to cope with a failing airspeed sensor. A value of zero means to use the airspeed as is.">
<field name="Range">0 127</field>
<field name="Increment">1</field>
<field name="Units">m/s</field>
</param>
3325 3326 3327 3328 3329 3330 3331 3332 3333 3334
<param humanName="AHRS Trim Roll" name="AHRS_TRIM_X" documentation="Compensates for the roll angle difference between the control board and the frame" user="Advanced">
<field name="Range">-10 10</field>
<field name="Units">Radians</field>
</param>
<param humanName="AHRS Trim Pitch" name="AHRS_TRIM_Y" documentation="Compensates for the pitch angle difference between the control board and the frame" user="Advanced">
<field name="Range">-10 10</field>
<field name="Units">Radians</field>
</param>
<param humanName="AHRS Trim Yaw" name="AHRS_TRIM_Z" documentation="Not Used" user="Advanced">
<field name="Range">-10 10</field>
3335 3336
<field name="Units">Radians</field>
</param>
3337
<param humanName="Board Orientation" name="AHRS_ORIENTATION" documentation="Overall board orientation relative to the standard orientation for the board type. This rotates the IMU and compass readings to allow the board to be oriented in your vehicle at any 90 or 45 degree angle. This option takes affect on next boot. After changing you will need to re-level your vehicle." user="Advanced">
3338 3339 3340 3341 3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 3352 3353 3354 3355 3356 3357 3358 3359 3360 3361 3362 3363 3364 3365
<values>
<value code="0">None</value>
<value code="1">Yaw45</value>
<value code="2">Yaw90</value>
<value code="3">Yaw135</value>
<value code="4">Yaw180</value>
<value code="5">Yaw225</value>
<value code="6">Yaw270</value>
<value code="7">Yaw315</value>
<value code="8">Roll180</value>
<value code="9">Roll180Yaw45</value>
<value code="10">Roll180Yaw90</value>
<value code="11">Roll180Yaw135</value>
<value code="12">Pitch180</value>
<value code="13">Roll180Yaw225</value>
<value code="14">Roll180Yaw270</value>
<value code="15">Roll180Yaw315</value>
<value code="16">Roll90</value>
<value code="17">Roll90Yaw45</value>
<value code="18">Roll90Yaw135</value>
<value code="19">Roll270</value>
<value code="20">Roll270Yaw45</value>
<value code="21">Roll270Yaw90</value>
<value code="22">Roll270Yaw136</value>
<value code="23">Pitch90</value>
<value code="24">Pitch270</value>
</values>
</param>
3366
<param humanName="AHRS Velocity Complmentary Filter Beta Coefficient" name="AHRS_COMP_BETA" documentation="This controls the time constant for the cross-over frequency used to fuse AHRS (airspeed and heading) and GPS data to estimate ground velocity. Time constant is 0.1/beta. A larger time constant will use GPS data less and a small time constant will use air data less." user="Advanced">
3367 3368 3369
<field name="Range">0.001 0.5</field>
<field name="Increment">.01</field>
</param>
3370 3371
<param humanName="AHRS GPS Minimum satellites" name="AHRS_GPS_MINSATS" documentation="Minimum number of satellites visible to use GPS for velocity based corrections attitude correction. This defaults to 6, which is about the point at which the velocity numbers from a GPS become too unreliable for accurate correction of the accelerometers." user="Advanced">
<field name="Range">0 10</field>
3372
<field name="Increment">1</field>
3373
</param>
3374 3375
</parameters>
<parameters name="MNT_">
3376
<param humanName="Mount operation mode" name="MNT_MODE" documentation="Camera or antenna mount operation mode" user="Standard">
3377 3378 3379 3380 3381 3382 3383 3384
<values>
<value code="0">retract</value>
<value code="1">neutral</value>
<value code="2">MavLink_targeting</value>
<value code="3">RC_targeting</value>
<value code="4">GPS_point</value>
</values>
</param>
3385 3386 3387 3388 3389 3390 3391 3392 3393 3394 3395 3396 3397 3398 3399 3400 3401 3402 3403 3404 3405 3406 3407 3408 3409 3410 3411 3412 3413 3414 3415
<param humanName="Mount roll angle when in retracted position" name="MNT_RETRACT_X" documentation="Mount roll angle when in retracted position" user="Standard">
<field name="Range">-18000 17999</field>
<field name="Increment">1</field>
<field name="Units">Centi-Degrees</field>
</param>
<param humanName="Mount tilt/pitch angle when in retracted position" name="MNT_RETRACT_Y" documentation="Mount tilt/pitch angle when in retracted position" user="Standard">
<field name="Range">-18000 17999</field>
<field name="Increment">1</field>
<field name="Units">Centi-Degrees</field>
</param>
<param humanName="Mount yaw/pan angle when in retracted position" name="MNT_RETRACT_Z" documentation="Mount yaw/pan angle when in retracted position" user="Standard">
<field name="Range">-18000 17999</field>
<field name="Increment">1</field>
<field name="Units">Centi-Degrees</field>
</param>
<param humanName="Mount roll angle when in neutral position" name="MNT_NEUTRAL_X" documentation="Mount roll angle when in neutral position" user="Standard">
<field name="Range">-18000 17999</field>
<field name="Increment">1</field>
<field name="Units">Centi-Degrees</field>
</param>
<param humanName="Mount tilt/pitch angle when in neutral position" name="MNT_NEUTRAL_Y" documentation="Mount tilt/pitch angle when in neutral position" user="Standard">
<field name="Range">-18000 17999</field>
<field name="Increment">1</field>
<field name="Units">Centi-Degrees</field>
</param>
<param humanName="Mount pan/yaw angle when in neutral position" name="MNT_NEUTRAL_Z" documentation="Mount pan/yaw angle when in neutral position" user="Standard">
<field name="Range">-18000 17999</field>
<field name="Increment">1</field>
<field name="Units">Centi-Degrees</field>
</param>
<param humanName="Mount roll angle command from groundstation" name="MNT_CONTROL_X" documentation="Mount roll angle when in MavLink or RC control operation mode">
3416 3417 3418 3419
<field name="Range">-18000 17999</field>
<field name="Increment">1</field>
<field name="Units">Centi-Degrees</field>
</param>
3420
<param humanName="Mount tilt/pitch angle command from groundstation" name="MNT_CONTROL_Y" documentation="Mount tilt/pitch angle when in MavLink or RC control operation mode">
3421 3422 3423 3424
<field name="Range">-18000 17999</field>
<field name="Increment">1</field>
<field name="Units">Centi-Degrees</field>
</param>
3425
<param humanName="Mount pan/yaw angle command from groundstation" name="MNT_CONTROL_Z" documentation="Mount pan/yaw angle when in MavLink or RC control operation mode">
3426 3427 3428 3429
<field name="Range">-18000 17999</field>
<field name="Increment">1</field>
<field name="Units">Centi-Degrees</field>
</param>
3430
<param humanName="Stabilize mount's pitch/tilt angle" name="MNT_STAB_TILT" documentation="enable tilt/pitch stabilisation relative to Earth" user="Standard">
3431 3432 3433 3434 3435
<values>
<value code="0">Disabled</value>
<value code="1">Enabled</value>
</values>
</param>
3436
<param humanName="Stabilize mount pan/yaw angle" name="MNT_STAB_PAN" documentation="enable pan/yaw stabilisation relative to Earth" user="Standard">
3437 3438 3439 3440 3441
<values>
<value code="0">Disabled</value>
<value code="1">Enabled</value>
</values>
</param>
3442
<param humanName="roll RC input channel" name="MNT_RC_IN_ROLL" documentation="0 for none, any other for the RC channel to be used to control roll movements" user="Standard">
3443 3444 3445 3446 3447 3448 3449 3450
<values>
<value code="0">Disabled</value>
<value code="5">RC5</value>
<value code="6">RC6</value>
<value code="7">RC7</value>
<value code="8">RC8</value>
</values>
</param>
3451
<param humanName="Minimum roll angle" name="MNT_ANGMIN_ROL" documentation="Minimum physical roll angular position of mount." user="Standard">
3452 3453 3454 3455
<field name="Range">-18000 17999</field>
<field name="Increment">1</field>
<field name="Units">Centi-Degrees</field>
</param>
3456
<param humanName="Maximum roll angle" name="MNT_ANGMAX_ROL" documentation="Maximum physical roll angular position of the mount" user="Standard">
3457 3458 3459 3460
<field name="Range">-18000 17999</field>
<field name="Increment">1</field>
<field name="Units">Centi-Degrees</field>
</param>
3461
<param humanName="tilt (pitch) RC input channel" name="MNT_RC_IN_TILT" documentation="0 for none, any other for the RC channel to be used to control tilt (pitch) movements" user="Standard">
3462 3463 3464 3465 3466 3467 3468 3469
<values>
<value code="0">Disabled</value>
<value code="5">RC5</value>
<value code="6">RC6</value>
<value code="7">RC7</value>
<value code="8">RC8</value>
</values>
</param>
3470
<param humanName="Minimum tilt angle" name="MNT_ANGMIN_TIL" documentation="Minimum physical tilt (pitch) angular position of mount." user="Standard">
3471 3472 3473 3474
<field name="Range">-18000 17999</field>
<field name="Increment">1</field>
<field name="Units">Centi-Degrees</field>
</param>
3475
<param humanName="Maximum tilt angle" name="MNT_ANGMAX_TIL" documentation="Maximum physical tilt (pitch) angular position of the mount" user="Standard">
3476 3477 3478 3479
<field name="Range">-18000 17999</field>
<field name="Increment">1</field>
<field name="Units">Centi-Degrees</field>
</param>
3480
<param humanName="pan (yaw) RC input channel" name="MNT_RC_IN_PAN" documentation="0 for none, any other for the RC channel to be used to control pan (yaw) movements" user="Standard">
3481 3482 3483 3484 3485 3486 3487 3488
<values>
<value code="0">Disabled</value>
<value code="5">RC5</value>
<value code="6">RC6</value>
<value code="7">RC7</value>
<value code="8">RC8</value>
</values>
</param>
3489
<param humanName="Minimum pan angle" name="MNT_ANGMIN_PAN" documentation="Minimum physical pan (yaw) angular position of mount." user="Standard">
3490 3491 3492 3493
<field name="Range">-18000 17999</field>
<field name="Increment">1</field>
<field name="Units">Centi-Degrees</field>
</param>
3494
<param humanName="Maximum pan angle" name="MNT_ANGMAX_PAN" documentation="Maximum physical pan (yaw) angular position of the mount" user="Standard">
3495 3496 3497 3498
<field name="Range">-18000 17999</field>
<field name="Increment">1</field>
<field name="Units">Centi-Degrees</field>
</param>
3499 3500
<param humanName="mount joystick speed" name="MNT_JSTICK_SPD" documentation="0 for position control, small for low speeds, 100 for max speed. A good general value is 10 which gives a movement speed of 3 degrees per second." user="Standard">
<field name="Range">0 100</field>
3501 3502 3503 3504
<field name="Increment">1</field>
</param>
</parameters>
<parameters name="MNT2_">
3505
<param humanName="Mount operation mode" name="MNT2_MODE" documentation="Camera or antenna mount operation mode" user="Standard">
3506 3507 3508 3509 3510 3511 3512 3513
<values>
<value code="0">retract</value>
<value code="1">neutral</value>
<value code="2">MavLink_targeting</value>
<value code="3">RC_targeting</value>
<value code="4">GPS_point</value>
</values>
</param>
3514 3515 3516 3517 3518 3519 3520 3521 3522 3523 3524 3525 3526 3527 3528 3529 3530 3531 3532 3533 3534 3535 3536 3537 3538 3539 3540 3541 3542 3543 3544
<param humanName="Mount roll angle when in retracted position" name="MNT2_RETRACT_X" documentation="Mount roll angle when in retracted position" user="Standard">
<field name="Range">-18000 17999</field>
<field name="Increment">1</field>
<field name="Units">Centi-Degrees</field>
</param>
<param humanName="Mount tilt/pitch angle when in retracted position" name="MNT2_RETRACT_Y" documentation="Mount tilt/pitch angle when in retracted position" user="Standard">
<field name="Range">-18000 17999</field>
<field name="Increment">1</field>
<field name="Units">Centi-Degrees</field>
</param>
<param humanName="Mount yaw/pan angle when in retracted position" name="MNT2_RETRACT_Z" documentation="Mount yaw/pan angle when in retracted position" user="Standard">
<field name="Range">-18000 17999</field>
<field name="Increment">1</field>
<field name="Units">Centi-Degrees</field>
</param>
<param humanName="Mount roll angle when in neutral position" name="MNT2_NEUTRAL_X" documentation="Mount roll angle when in neutral position" user="Standard">
<field name="Range">-18000 17999</field>
<field name="Increment">1</field>
<field name="Units">Centi-Degrees</field>
</param>
<param humanName="Mount tilt/pitch angle when in neutral position" name="MNT2_NEUTRAL_Y" documentation="Mount tilt/pitch angle when in neutral position" user="Standard">
<field name="Range">-18000 17999</field>
<field name="Increment">1</field>
<field name="Units">Centi-Degrees</field>
</param>
<param humanName="Mount pan/yaw angle when in neutral position" name="MNT2_NEUTRAL_Z" documentation="Mount pan/yaw angle when in neutral position" user="Standard">
<field name="Range">-18000 17999</field>
<field name="Increment">1</field>
<field name="Units">Centi-Degrees</field>
</param>
<param humanName="Mount roll angle command from groundstation" name="MNT2_CONTROL_X" documentation="Mount roll angle when in MavLink or RC control operation mode">
3545 3546 3547 3548
<field name="Range">-18000 17999</field>
<field name="Increment">1</field>
<field name="Units">Centi-Degrees</field>
</param>
3549
<param humanName="Mount tilt/pitch angle command from groundstation" name="MNT2_CONTROL_Y" documentation="Mount tilt/pitch angle when in MavLink or RC control operation mode">
3550 3551 3552 3553
<field name="Range">-18000 17999</field>
<field name="Increment">1</field>
<field name="Units">Centi-Degrees</field>
</param>
3554
<param humanName="Mount pan/yaw angle command from groundstation" name="MNT2_CONTROL_Z" documentation="Mount pan/yaw angle when in MavLink or RC control operation mode">
3555 3556 3557 3558
<field name="Range">-18000 17999</field>
<field name="Increment">1</field>
<field name="Units">Centi-Degrees</field>
</param>
3559
<param humanName="Stabilize mount's pitch/tilt angle" name="MNT2_STAB_TILT" documentation="enable tilt/pitch stabilisation relative to Earth" user="Standard">
3560 3561 3562 3563 3564
<values>
<value code="0">Disabled</value>
<value code="1">Enabled</value>
</values>
</param>
3565
<param humanName="Stabilize mount pan/yaw angle" name="MNT2_STAB_PAN" documentation="enable pan/yaw stabilisation relative to Earth" user="Standard">
3566 3567 3568 3569 3570
<values>
<value code="0">Disabled</value>
<value code="1">Enabled</value>
</values>
</param>
3571
<param humanName="roll RC input channel" name="MNT2_RC_IN_ROLL" documentation="0 for none, any other for the RC channel to be used to control roll movements" user="Standard">
3572 3573 3574 3575 3576 3577 3578 3579
<values>
<value code="0">Disabled</value>
<value code="5">RC5</value>
<value code="6">RC6</value>
<value code="7">RC7</value>
<value code="8">RC8</value>
</values>
</param>
3580
<param humanName="Minimum roll angle" name="MNT2_ANGMIN_ROL" documentation="Minimum physical roll angular position of mount." user="Standard">
3581 3582 3583 3584
<field name="Range">-18000 17999</field>
<field name="Increment">1</field>
<field name="Units">Centi-Degrees</field>
</param>
3585
<param humanName="Maximum roll angle" name="MNT2_ANGMAX_ROL" documentation="Maximum physical roll angular position of the mount" user="Standard">
3586 3587 3588 3589
<field name="Range">-18000 17999</field>
<field name="Increment">1</field>
<field name="Units">Centi-Degrees</field>
</param>
3590
<param humanName="tilt (pitch) RC input channel" name="MNT2_RC_IN_TILT" documentation="0 for none, any other for the RC channel to be used to control tilt (pitch) movements" user="Standard">
3591 3592 3593 3594 3595 3596 3597 3598
<values>
<value code="0">Disabled</value>
<value code="5">RC5</value>
<value code="6">RC6</value>
<value code="7">RC7</value>
<value code="8">RC8</value>
</values>
</param>
3599
<param humanName="Minimum tilt angle" name="MNT2_ANGMIN_TIL" documentation="Minimum physical tilt (pitch) angular position of mount." user="Standard">
3600 3601 3602 3603
<field name="Range">-18000 17999</field>
<field name="Increment">1</field>
<field name="Units">Centi-Degrees</field>
</param>
3604
<param humanName="Maximum tilt angle" name="MNT2_ANGMAX_TIL" documentation="Maximum physical tilt (pitch) angular position of the mount" user="Standard">
3605 3606 3607 3608
<field name="Range">-18000 17999</field>
<field name="Increment">1</field>
<field name="Units">Centi-Degrees</field>
</param>
3609
<param humanName="pan (yaw) RC input channel" name="MNT2_RC_IN_PAN" documentation="0 for none, any other for the RC channel to be used to control pan (yaw) movements" user="Standard">
3610 3611 3612 3613 3614 3615 3616 3617
<values>
<value code="0">Disabled</value>
<value code="5">RC5</value>
<value code="6">RC6</value>
<value code="7">RC7</value>
<value code="8">RC8</value>
</values>
</param>
3618
<param humanName="Minimum pan angle" name="MNT2_ANGMIN_PAN" documentation="Minimum physical pan (yaw) angular position of mount." user="Standard">
3619 3620 3621 3622
<field name="Range">-18000 17999</field>
<field name="Increment">1</field>
<field name="Units">Centi-Degrees</field>
</param>
3623
<param humanName="Maximum pan angle" name="MNT2_ANGMAX_PAN" documentation="Maximum physical pan (yaw) angular position of the mount" user="Standard">
3624 3625 3626 3627
<field name="Range">-18000 17999</field>
<field name="Increment">1</field>
<field name="Units">Centi-Degrees</field>
</param>
3628 3629
<param humanName="mount joystick speed" name="MNT2_JSTICK_SPD" documentation="0 for position control, small for low speeds, 100 for max speed. A good general value is 10 which gives a movement speed of 3 degrees per second." user="Standard">
<field name="Range">0 100</field>
3630 3631 3632
<field name="Increment">1</field>
</param>
</parameters>
3633 3634 3635
<parameters name="GND_">
<param humanName="Absolute Pressure" name="GND_ABS_PRESS" documentation="calibrated ground pressure">
<field name="Increment">1</field>
3636
</param>
3637 3638
<param humanName="ground temperature" name="GND_ABS_PRESS" documentation="calibrated ground temperature">
<field name="Increment">1</field>
3639
</param>
3640 3641 3642
</parameters>
<parameters name="SCHED_">
<param humanName="Scheduler debug level" name="SCHED_DEBUG" documentation="Set to non-zero to enable scheduler debug messages" user="Advanced">
3643
<values>
3644 3645 3646
<value code="0">Disabled</value>
<value code="1">ShowSlipe</value>
<value code="2">ShowOverruns</value>
3647 3648 3649 3650
</values>
</param>
</parameters>
<parameters name="H_">
3651
<param humanName="Servo 1 Position" name="H_SV1_POS" documentation="This is the angular location of swash servo #1." user="Standard">
3652 3653 3654 3655
<field name="Range">-180 180</field>
<field name="Increment">1</field>
<field name="Units">Degrees</field>
</param>
3656
<param humanName="Servo 2 Position" name="H_SV2_POS" documentation="This is the angular location of swash servo #2." user="Standard">
3657 3658 3659 3660
<field name="Range">-180 180</field>
<field name="Increment">1</field>
<field name="Units">Degrees</field>
</param>
3661
<param humanName="Servo 3 Position" name="H_SV3_POS" documentation="This is the angular location of swash servo #3." user="Standard">
3662 3663 3664 3665
<field name="Range">-180 180</field>
<field name="Increment">1</field>
<field name="Units">Degrees</field>
</param>
3666
<param humanName="Maximum Roll Angle" name="H_ROL_MAX" documentation="This is the maximum allowable roll of the swash plate." user="Advanced">
3667 3668 3669 3670
<field name="Range">0 18000</field>
<field name="Increment">1</field>
<field name="Units">Degrees</field>
</param>
3671
<param humanName="Maximum Pitch Angle" name="H_PIT_MAX" documentation="This is the maximum allowable pitch of the swash plate." user="Advanced">
3672 3673 3674 3675
<field name="Range">0 18000</field>
<field name="Increment">1</field>
<field name="Units">Degrees</field>
</param>
3676
<param humanName="Collective Pitch Minimum" name="H_COL_MIN" documentation="This controls the lowest possible servo position for the swashplate." user="Standard">
3677 3678 3679 3680
<field name="Range">1000 2000</field>
<field name="Increment">1</field>
<field name="Units">PWM</field>
</param>
3681
<param humanName="Collective Pitch Maximum" name="H_COL_MAX" documentation="This controls the highest possible servo position for the swashplate." user="Standard">
3682 3683 3684 3685
<field name="Range">1000 2000</field>
<field name="Increment">1</field>
<field name="Units">PWM</field>
</param>
3686
<param humanName="Collective Pitch Mid-Point" name="H_COL_MID" documentation="This is the swash servo position corresponding to zero collective pitch (or zero lift for Assymetrical blades)." user="Standard">
3687 3688 3689 3690
<field name="Range">1000 2000</field>
<field name="Increment">1</field>
<field name="Units">PWM</field>
</param>
3691
<param humanName="External Gyro Enabled" name="H_GYR_ENABLE" documentation="Setting this to Enabled(1) will enable an external rudder gyro control which means outputting a gain on channel 7 and using a simpler heading control algorithm. Setting this to Disabled(0) will disable the external gyro gain on channel 7 and revert to a more complex yaw control algorithm." user="Standard">
3692 3693 3694 3695 3696
<values>
<value code="0">Disabled</value>
<value code="1">Enabled</value>
</values>
</param>
3697
<param humanName="Swash Plate Type" name="H_SWASH_TYPE" documentation='Setting this to 0 will configure for a 3-servo CCPM. Setting this to 1 will configure for mechanically mixed "H1".' user="Standard">
3698
</param>
3699
<param humanName="External Gyro Gain" name="H_GYR_GAIN" documentation="This is the PWM which is passed to the external gyro when external gyro is enabled." user="Standard">
3700 3701 3702 3703
<field name="Range">1000 2000</field>
<field name="Increment">1</field>
<field name="Units">PWM</field>
</param>
3704
<param humanName="Manual Servo Mode" name="H_SV_MAN" documentation="Setting this to Enabled(1) will pass radio inputs directly to servos. Setting this to Disabled(0) will enable Arducopter control of servos.  This is only meant to be used by the Mission Planner using swash plate set-up." user="Standard">
3705 3706 3707 3708 3709
<values>
<value code="0">Disabled</value>
<value code="1">Enabled</value>
</values>
</param>
3710
<param humanName="Swashplate Phase Angle Compensation" name="H_PHANG" documentation="This corrects for phase angle errors of the helicopter main rotor head.  For example if pitching the swash forward also induces a roll, that effect can be offset with this parameter." user="Advanced">
3711 3712 3713 3714 3715 3716 3717
<field name="Range">-90 90</field>
<field name="Increment">1</field>
<field name="Units">Degrees</field>
</param>
<param humanName="Collective-Yaw Mixing" name="H_COLYAW" documentation="This is a feed-forward compensation to automatically add rudder input when collective pitch is increased.">
<field name="Range">0 5</field>
</param>
3718
<param humanName="External Motor Governor Setpoint" name="H_GOV_SETPOINT" documentation="This is the PWM which is passed to the external motor governor when external governor is enabled." user="Standard">
3719 3720 3721 3722
<field name="Range">1000 2000</field>
<field name="Increment">10</field>
<field name="Units">PWM</field>
</param>
3723
<param humanName="Rotor Speed Control Mode" name="H_RSC_MODE" documentation="This sets which ESC control mode is active." user="Standard">
3724 3725
<field name="Range">1 3</field>
</param>
3726
<param humanName="RSC Ramp Rate" name="H_RSC_RATE" documentation="This sets the time the RSC takes to ramp up to full speed (Soft Start)." user="Standard">
3727 3728 3729
<field name="Range">0 6000</field>
<field name="Units">Seconds</field>
</param>
3730
<param humanName="Flybar Mode Selector" name="H_FLYBAR_MODE" documentation="This sets which acro mode is active. (0) is Flybarless (1) is Mechanical Flybar" user="Standard">
3731 3732
<field name="Range">0 1</field>
</param>
3733
<param humanName="Stabilize Throttle Minimum" name="H_STAB_COL_MIN" documentation="This is the minimum collective setpoint in Stabilize Mode" user="Standard">
3734 3735 3736 3737
<field name="Range">0 50</field>
<field name="Increment">1</field>
<field name="Units">1%</field>
</param>
3738
<param humanName="Stabilize Throttle Maximum" name="H_STAB_COL_MAX" documentation="This is the maximum collective setpoint in Stabilize Mode" user="Standard">
3739 3740 3741 3742 3743 3744 3745 3746 3747 3748 3749 3750 3751 3752 3753 3754 3755 3756 3757
<field name="Range">50 100</field>
<field name="Increment">1</field>
<field name="Units">1%</field>
</param>
</parameters>
<parameters name="MOT_">
<param humanName="Thrust Curve Enable" name="MOT_TCRV_ENABLE" documentation="Controls whether a curve is used to linearize the thrust produced by the motors">
<values>
<value code="0">Disabled</value>
<value code="1">Enable</value>
</values>
</param>
<param humanName="Thrust Curve mid-point percentage" name="MOT_TCRV_MIDPCT" documentation="Set the pwm position that produces half the maximum thrust of the motors">
<field name="Range">20 80</field>
</param>
<param humanName="Thrust Curve max thrust percentage" name="MOT_TCRV_MAXPCT" documentation="Set to the lowest pwm position that produces the maximum thrust of the motors.  Most motors produce maximum thrust below the maximum pwm value that they accept.">
<field name="Range">20 80</field>
</param>
</parameters>
3758
<parameters name="SONAR_">
3759
<param humanName="Sonar pin" name="SONAR_PIN" documentation="Analog pin that sonar is connected to. ">
3760 3761 3762 3763 3764 3765 3766 3767 3768 3769 3770 3771 3772 3773 3774 3775 3776 3777 3778 3779 3780 3781 3782 3783 3784 3785 3786 3787 3788 3789
</param>
<param humanName="Sonar scaling" name="SONAR_SCALING" documentation="Scaling factor between sonar reading and distance. For the linear and inverted functions this is in meters per volt. For the hyperbolic function the units are meterVolts.">
<field name="Units">meters/Volt</field>
<field name="Increment">0.001</field>
</param>
<param humanName="Sonar offset" name="SONAR_OFFSET" documentation="Offset in volts for zero distance">
<field name="Units">Volts</field>
<field name="Increment">0.001</field>
</param>
<param humanName="Sonar function" name="SONAR_FUNCTION" documentation="Control over what function is used to calculate distance. For a linear function, the distance is (voltage-offset)*scaling. For a inverted function the distance is (offset-voltage)*scaling. For a hyperbolic function the distance is scaling/(voltage-offset). The functions return the distance in meters.">
<values>
<value code="0">Linear</value>
<value code="1">Inverted</value>
<value code="2">Hyperbolic</value>
</values>
</param>
<param humanName="Sonar minimum distance" name="SONAR_MIN_CM" documentation="minimum distance in centimeters that sonar can reliably read">
<field name="Units">centimeters</field>
<field name="Increment">1</field>
</param>
<param humanName="Sonar maximum distance" name="SONAR_MAX_CM" documentation="maximum distance in centimeters that sonar can reliably read">
<field name="Units">centimeters</field>
<field name="Increment">1</field>
</param>
<param humanName="Sonar enabled" name="SONAR_ENABLE" documentation="set to 1 to enable this sonar">
<values>
<value code="0">Disabled</value>
<value code="1">Enabled</value>
</values>
</param>
3790 3791 3792 3793 3794 3795
<param humanName="Sonar stop pin" name="SONAR_STOP_PIN" documentation="Digital pin that enables/disables sonar measurement. A value of -1 means no pin. If this is set, then the pin is set to 1 to enable the sonar and set to 0 to disable it. This can be used to ensure that multiple sonars don't interfere with each other.">
</param>
<param humanName="Sonar settle time" name="SONAR_SETTLE_MS" documentation="The time in milliseconds that the sonar reading takes to settle. This is only used when a STOP_PIN is specified. It determines how long we have to wait for the sonar to give a reading after we set the STOP_PIN high. For a sonar with a range of around 7m this would need to be around 50 milliseconds to allow for the sonar pulse to travel to the target and back again.">
<field name="Units">milliseconds</field>
<field name="Increment">1</field>
</param>
3796
</parameters>
3797 3798 3799 3800 3801 3802 3803 3804 3805 3806 3807 3808 3809 3810 3811 3812 3813 3814 3815 3816 3817 3818 3819 3820 3821 3822 3823 3824 3825 3826 3827 3828 3829 3830 3831 3832 3833 3834 3835
<parameters name="SONAR2_">
<param humanName="Sonar pin" name="SONAR2_PIN" documentation="Analog pin that sonar is connected to. ">
</param>
<param humanName="Sonar scaling" name="SONAR2_SCALING" documentation="Scaling factor between sonar reading and distance. For the linear and inverted functions this is in meters per volt. For the hyperbolic function the units are meterVolts.">
<field name="Units">meters/Volt</field>
<field name="Increment">0.001</field>
</param>
<param humanName="Sonar offset" name="SONAR2_OFFSET" documentation="Offset in volts for zero distance">
<field name="Units">Volts</field>
<field name="Increment">0.001</field>
</param>
<param humanName="Sonar function" name="SONAR2_FUNCTION" documentation="Control over what function is used to calculate distance. For a linear function, the distance is (voltage-offset)*scaling. For a inverted function the distance is (offset-voltage)*scaling. For a hyperbolic function the distance is scaling/(voltage-offset). The functions return the distance in meters.">
<values>
<value code="0">Linear</value>
<value code="1">Inverted</value>
<value code="2">Hyperbolic</value>
</values>
</param>
<param humanName="Sonar minimum distance" name="SONAR2_MIN_CM" documentation="minimum distance in centimeters that sonar can reliably read">
<field name="Units">centimeters</field>
<field name="Increment">1</field>
</param>
<param humanName="Sonar maximum distance" name="SONAR2_MAX_CM" documentation="maximum distance in centimeters that sonar can reliably read">
<field name="Units">centimeters</field>
<field name="Increment">1</field>
</param>
<param humanName="Sonar enabled" name="SONAR2_ENABLE" documentation="set to 1 to enable this sonar">
<values>
<value code="0">Disabled</value>
<value code="1">Enabled</value>
</values>
</param>
<param humanName="Sonar stop pin" name="SONAR2_STOP_PIN" documentation="Digital pin that enables/disables sonar measurement. A value of -1 means no pin. If this is set, then the pin is set to 1 to enable the sonar and set to 0 to disable it. This can be used to ensure that multiple sonars don't interfere with each other.">
</param>
<param humanName="Sonar settle time" name="SONAR2_SETTLE_MS" documentation="The time in milliseconds that the sonar reading takes to settle. This is only used when a STOP_PIN is specified. It determines how long we have to wait for the sonar to give a reading after we set the STOP_PIN high. For a sonar with a range of around 7m this would need to be around 50 milliseconds to allow for the sonar pulse to travel to the target and back again.">
<field name="Units">milliseconds</field>
<field name="Increment">1</field>
</param>
</parameters>
3836
<parameters name="INS_">
3837
<param humanName="IMU Product ID" name="INS_PRODUCT_ID" documentation="Which type of IMU is installed (read-only)" user="Standard">
3838
</param>
3839 3840 3841 3842 3843 3844 3845 3846 3847 3848 3849 3850 3851 3852
<param humanName="Accelerometer scaling of X axis" name="INS_ACCSCAL_X" documentation="Accelerometer scaling of X axis.  Calculated during acceleration calibration routine" user="Advanced">
<field name="Range">0.8 1.2</field>
</param>
<param humanName="Accelerometer scaling of Y axis" name="INS_ACCSCAL_Y" documentation="Accelerometer scaling of Y axis  Calculated during acceleration calibration routine" user="Advanced">
<field name="Range">0.8 1.2</field>
</param>
<param humanName="Accelerometer scaling of Z axis" name="INS_ACCSCAL_Z" documentation="Accelerometer scaling of Z axis  Calculated during acceleration calibration routine" user="Advanced">
<field name="Range">0.8 1.2</field>
</param>
<param humanName="Accelerometer offsets of X axis" name="INS_ACCOFFS_X" documentation="Accelerometer offsets of X axis. This is setup using the acceleration calibration or level operations" user="Advanced">
<field name="Range">-300 300</field>
<field name="Units">m/s/s</field>
</param>
<param humanName="Accelerometer offsets of Y axis" name="INS_ACCOFFS_Y" documentation="Accelerometer offsets of Y axis. This is setup using the acceleration calibration or level operations" user="Advanced">
3853 3854 3855
<field name="Range">-300 300</field>
<field name="Units">m/s/s</field>
</param>
3856 3857 3858 3859 3860 3861 3862 3863 3864 3865 3866
<param humanName="Accelerometer offsets of Z axis" name="INS_ACCOFFS_Z" documentation="Accelerometer offsets of Z axis. This is setup using the acceleration calibration or level operations" user="Advanced">
<field name="Range">-300 300</field>
<field name="Units">m/s/s</field>
</param>
<param humanName="Gyro offsets of X axis" name="INS_GYROFFS_X" documentation="Gyro sensor offsets of X axis. This is setup on each boot during gyro calibrations" user="Advanced">
<field name="Units">rad/s</field>
</param>
<param humanName="Gyro offsets of Y axis" name="INS_GYROFFS_Y" documentation="Gyro sensor offsets of Y axis. This is setup on each boot during gyro calibrations" user="Advanced">
<field name="Units">rad/s</field>
</param>
<param humanName="Gyro offsets of Z axis" name="INS_GYROFFS_Z" documentation="Gyro sensor offsets of Z axis. This is setup on each boot during gyro calibrations" user="Advanced">
3867 3868
<field name="Units">rad/s</field>
</param>
3869
<param humanName="MPU6000 filter frequency" name="INS_MPU6K_FILTER" documentation="Filter frequency to ask the MPU6000 to apply to samples. This can be set to a lower value to try to cope with very high vibration levels in aircraft. The default value on ArduPlane, APMrover2 and ArduCopter is 20Hz. This option takes effect on the next reboot or gyro initialisation" user="Advanced">
3870 3871 3872 3873 3874 3875 3876 3877 3878 3879 3880 3881 3882 3883 3884 3885
<values>
<value code="0">Default</value>
<value code="5">5Hz</value>
<value code="10">10Hz</value>
<value code="20">20Hz</value>
<value code="42">42Hz</value>
<value code="98">98Hz</value>
</values>
<field name="Units">Hz</field>
</param>
</parameters>
<parameters name="AHRS_">
<param humanName="AHRS GPS gain" name="AHRS_GPS_GAIN" documentation="This controls how how much to use the GPS to correct the attitude. This should never be set to zero for a plane as it would result in the plane losing control in turns. For a plane please use the default value of 1.0.">
<field name="Range">0.0 1.0</field>
<field name="Increment">.01</field>
</param>
3886
<param humanName="AHRS use GPS for navigation" name="AHRS_GPS_USE" documentation="This controls whether to use dead-reckoning or GPS based navigation. If set to 0 then the GPS won't be used for navigation, and only dead reckoning will be used. A value of zero should never be used for normal flight." user="Advanced">
3887 3888 3889 3890
<values>
<value code="0">Disabled</value>
<value code="1">Enabled</value>
</values>
3891 3892 3893 3894 3895 3896 3897 3898 3899 3900 3901 3902 3903 3904
</param>
<param humanName="Yaw P" name="AHRS_YAW_P" documentation="This controls the weight the compass or GPS has on the heading. A higher value means the heading will track the yaw source (GPS or compass) more rapidly.">
<field name="Range">0.1 0.4</field>
<field name="Increment">.01</field>
</param>
<param humanName="AHRS RP_P" name="AHRS_RP_P" documentation="This controls how fast the accelerometers correct the attitude">
<field name="Range">0.1 0.4</field>
<field name="Increment">.01</field>
</param>
<param humanName="Maximum wind" name="AHRS_WIND_MAX" documentation="This sets the maximum allowable difference between ground speed and airspeed. This allows the plane to cope with a failing airspeed sensor. A value of zero means to use the airspeed as is.">
<field name="Range">0 127</field>
<field name="Increment">1</field>
<field name="Units">m/s</field>
</param>
3905 3906 3907 3908 3909 3910 3911 3912 3913 3914
<param humanName="AHRS Trim Roll" name="AHRS_TRIM_X" documentation="Compensates for the roll angle difference between the control board and the frame" user="Advanced">
<field name="Range">-10 10</field>
<field name="Units">Radians</field>
</param>
<param humanName="AHRS Trim Pitch" name="AHRS_TRIM_Y" documentation="Compensates for the pitch angle difference between the control board and the frame" user="Advanced">
<field name="Range">-10 10</field>
<field name="Units">Radians</field>
</param>
<param humanName="AHRS Trim Yaw" name="AHRS_TRIM_Z" documentation="Not Used" user="Advanced">
<field name="Range">-10 10</field>
3915 3916
<field name="Units">Radians</field>
</param>
3917
<param humanName="Board Orientation" name="AHRS_ORIENTATION" documentation="Overall board orientation relative to the standard orientation for the board type. This rotates the IMU and compass readings to allow the board to be oriented in your vehicle at any 90 or 45 degree angle. This option takes affect on next boot. After changing you will need to re-level your vehicle." user="Advanced">
3918 3919 3920 3921 3922 3923 3924 3925 3926 3927 3928 3929 3930 3931 3932 3933 3934 3935 3936 3937 3938 3939 3940 3941 3942 3943 3944 3945
<values>
<value code="0">None</value>
<value code="1">Yaw45</value>
<value code="2">Yaw90</value>
<value code="3">Yaw135</value>
<value code="4">Yaw180</value>
<value code="5">Yaw225</value>
<value code="6">Yaw270</value>
<value code="7">Yaw315</value>
<value code="8">Roll180</value>
<value code="9">Roll180Yaw45</value>
<value code="10">Roll180Yaw90</value>
<value code="11">Roll180Yaw135</value>
<value code="12">Pitch180</value>
<value code="13">Roll180Yaw225</value>
<value code="14">Roll180Yaw270</value>
<value code="15">Roll180Yaw315</value>
<value code="16">Roll90</value>
<value code="17">Roll90Yaw45</value>
<value code="18">Roll90Yaw135</value>
<value code="19">Roll270</value>
<value code="20">Roll270Yaw45</value>
<value code="21">Roll270Yaw90</value>
<value code="22">Roll270Yaw136</value>
<value code="23">Pitch90</value>
<value code="24">Pitch270</value>
</values>
</param>
3946
<param humanName="AHRS Velocity Complmentary Filter Beta Coefficient" name="AHRS_COMP_BETA" documentation="This controls the time constant for the cross-over frequency used to fuse AHRS (airspeed and heading) and GPS data to estimate ground velocity. Time constant is 0.1/beta. A larger time constant will use GPS data less and a small time constant will use air data less." user="Advanced">
3947 3948 3949
<field name="Range">0.001 0.5</field>
<field name="Increment">.01</field>
</param>
3950 3951
<param humanName="AHRS GPS Minimum satellites" name="AHRS_GPS_MINSATS" documentation="Minimum number of satellites visible to use GPS for velocity based corrections attitude correction. This defaults to 6, which is about the point at which the velocity numbers from a GPS become too unreliable for accurate correction of the accelerometers." user="Advanced">
<field name="Range">0 10</field>
3952
<field name="Increment">1</field>
3953
</param>
3954
</parameters>
3955
</libraries></paramfile>