<paramhumanName="Manual Level"name="ArduPlane:MANUAL_LEVEL"documentation="Setting this to Disabled(0) will enable autolevel on every boot. Setting it to Enabled(1) will do a calibration only when you tell it to"user="Advanced">
<values>
<valuecode="0">Disabled</value>
<valuecode="1">Enabled</value>
</values>
</param>
<paramhumanName="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">
<values>
<valuecode="0">Disabled</value>
...
...
@@ -95,6 +89,12 @@
<valuecode="1">L1Controller</value>
</values>
</param>
<paramhumanName="Attitude controller selection"name="ArduPlane:ATT_CONTROLLER"documentation="Which attitude (roll, pitch, yaw) controller to enable"user="Standard">
<values>
<valuecode="0">PID</value>
<valuecode="1">APMControl</value>
</values>
</param>
<paramhumanName="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">
<fieldname="Range">0 1</field>
<fieldname="Increment">0.1</field>
...
...
@@ -333,7 +333,7 @@
<valuecode="1">Enabled</value>
</values>
</param>
<paramhumanName="Elevon mixing"name="ArduPlane:ELEVON_MIXING"documentation="Enable elevon mixing on both input and output"user="User">
<paramhumanName="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">
<values>
<valuecode="0">Disabled</value>
<valuecode="1">Enabled</value>
...
...
@@ -366,6 +366,15 @@
<valuecode="4">DownDown</value>
</values>
</param>
<paramhumanName="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>
<valuecode="0">Disabled</value>
<valuecode="1">UpUp</value>
<valuecode="2">UpDown</value>
<valuecode="3">DownUp</value>
<valuecode="4">DownDown</value>
</values>
</param>
<paramhumanName="Num Resets"name="ArduPlane:SYS_NUM_RESETS"documentation="Number of APM board resets"user="Advanced">
</param>
<paramhumanName="Log bitmask"name="ArduPlane:LOG_BITMASK"documentation="bitmap of log fields to enable"user="Advanced">
...
...
@@ -383,7 +392,7 @@
<paramhumanName="Minimum ground speed"name="ArduPlane:MIN_GNDSPD_CM"documentation="Minimum ground speed in cm/s when under airspeed control"user="Advanced">
<fieldname="Units">cm/s</field>
</param>
<paramhumanName="Pitch angle offset"name="ArduPlane:TRIM_PITCH_CD"documentation="offset to add to pitch - used for trimming tail draggers"user="Advanced">
<paramhumanName="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">
<fieldname="Units">centi-Degrees</field>
</param>
<paramhumanName="RTL altitude"name="ArduPlane:ALT_HOLD_RTL"documentation="Return to launch target altitude"user="User">
...
...
@@ -392,7 +401,7 @@
<paramhumanName="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">
<fieldname="Units">centimeters</field>
</param>
<paramhumanName="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"user="Standard">
<paramhumanName="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">
<values>
<valuecode="0">Disabled</value>
<valuecode="1">Enabled</value>
...
...
@@ -497,6 +506,10 @@
<valuecode="3">HRLV</value>
</values>
</param>
<paramhumanName="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">
<fieldname="Range">0.01 0.5</field>
<fieldname="Increment">0.01</field>
</param>
<paramhumanName="Battery monitoring"name="ArduCopter:BATT_MONITOR"documentation="Controls enabling monitoring of the battery's voltage and current"user="Standard">
<values>
<valuecode="0">Disabled</value>
...
...
@@ -516,6 +529,13 @@
<valuecode="1">Enabled</value>
</values>
</param>
<paramhumanName="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>
<valuecode="0">Disabled</value>
<valuecode="1">Enabled always RTL</value>
<valuecode="2">Enabled Continue with Mission in Auto Mode</value>
</values>
</param>
<paramhumanName="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">
</param>
<paramhumanName="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">
...
...
@@ -581,10 +601,11 @@
<valuecode=" 1">Enabled</value>
</values>
</param>
<paramhumanName="Yaw override behaviour"name="ArduCopter:YAW_OVR_BEHAVE"documentation="Controls when autopilot takes back normal control of yaw after pilot overrides"user="Advanced">
<paramhumanName="Yaw behaviour during missions"name="ArduCopter:WP_YAW_BEHAVIOR"documentation="Determines how the autopilot controls the yaw during missions and RTL"user="Advanced">
<values>
<valuecode="0">At Next WP</value>
<valuecode=" 1">On Mission Restart</value>
<valuecode="0">Never change yaw</value>
<valuecode=" 1">Face next waypoint</value>
<valuecode=" 2">Face next waypoint except RTL</value>
</values>
</param>
<paramhumanName="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">
...
...
@@ -596,6 +617,11 @@
<fieldname="Increment">1</field>
<fieldname="Units">Meters</field>
</param>
<paramhumanName="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">
<fieldname="Range">-90 90</field>
<fieldname="Increment">1</field>
<fieldname="Units">Degrees / second</field>
</param>
<paramhumanName="RTL loiter time"name="ArduCopter:RTL_LOIT_TIME"documentation="Time (in milliseconds) to loiter above home before begining final descent"user="Standard">
<fieldname="Range">0 60000</field>
<fieldname="Increment">1000</field>
...
...
@@ -606,16 +632,6 @@
<fieldname="Increment">10</field>
<fieldname="Units">Centimeters/Second</field>
</param>
<paramhumanName="Autopilot's min vertical speed (max descent) in cm/s"name="ArduCopter:AUTO_VELZ_MIN"documentation="The minimum vertical velocity (i.e. descent speed) the autopilot may request in cm/s"user="Standard">
<fieldname="Range">-500 -50</field>
<fieldname="Increment">10</field>
<fieldname="Units">Centimeters/Second</field>
</param>
<paramhumanName="Auto pilot's max vertical speed in cm/s"name="ArduCopter:AUTO_VELZ_MAX"documentation="The maximum vertical velocity the autopilot may request in cm/s"user="Standard">
<fieldname="Range">50 500</field>
<fieldname="Increment">10</field>
<fieldname="Units">Centimeters/Second</field>
</param>
<paramhumanName="Pilot maximum vertical speed"name="ArduCopter:PILOT_VELZ_MAX"documentation="The maximum vertical velocity the pilot may request in cm/s"user="Standard">
<fieldname="Range">10 500</field>
<fieldname="Increment">10</field>
...
...
@@ -649,16 +665,106 @@
<fieldname="Increment">1</field>
</param>
<paramhumanName="Flight Mode 1"name="ArduCopter:FLTMODE1"documentation="Flight mode when Channel 5 pwm is <= 1230"user="Standard">
<values>
<valuecode="0">Stabilize</value>
<valuecode="1">Acro</value>
<valuecode="2">AltHold</value>
<valuecode="3">Auto</value>
<valuecode="4">Guided</value>
<valuecode="5">Loiter</value>
<valuecode="6">RTL</value>
<valuecode="7">Circle</value>
<valuecode="8">Position</value>
<valuecode="9">Land</value>
<valuecode="10">OF_Loiter</value>
<valuecode="11">ToyA</value>
<valuecode="12">ToyM</value>
</values>
</param>
<paramhumanName="Flight Mode 2"name="ArduCopter:FLTMODE2"documentation="Flight mode when Channel 5 pwm is >1230, <= 1360"user="Standard">
<values>
<valuecode="0">Stabilize</value>
<valuecode="1">Acro</value>
<valuecode="2">AltHold</value>
<valuecode="3">Auto</value>
<valuecode="4">Guided</value>
<valuecode="5">Loiter</value>
<valuecode="6">RTL</value>
<valuecode="7">Circle</value>
<valuecode="8">Position</value>
<valuecode="9">Land</value>
<valuecode="10">OF_Loiter</value>
<valuecode="11">ToyA</value>
<valuecode="12">ToyM</value>
</values>
</param>
<paramhumanName="Flight Mode 3"name="ArduCopter:FLTMODE3"documentation="Flight mode when Channel 5 pwm is >1360, <= 1490"user="Standard">
<values>
<valuecode="0">Stabilize</value>
<valuecode="1">Acro</value>
<valuecode="2">AltHold</value>
<valuecode="3">Auto</value>
<valuecode="4">Guided</value>
<valuecode="5">Loiter</value>
<valuecode="6">RTL</value>
<valuecode="7">Circle</value>
<valuecode="8">Position</value>
<valuecode="9">Land</value>
<valuecode="10">OF_Loiter</value>
<valuecode="11">ToyA</value>
<valuecode="12">ToyM</value>
</values>
</param>
<paramhumanName="Flight Mode 4"name="ArduCopter:FLTMODE4"documentation="Flight mode when Channel 5 pwm is >1490, <= 1620"user="Standard">
<values>
<valuecode="0">Stabilize</value>
<valuecode="1">Acro</value>
<valuecode="2">AltHold</value>
<valuecode="3">Auto</value>
<valuecode="4">Guided</value>
<valuecode="5">Loiter</value>
<valuecode="6">RTL</value>
<valuecode="7">Circle</value>
<valuecode="8">Position</value>
<valuecode="9">Land</value>
<valuecode="10">OF_Loiter</value>
<valuecode="11">ToyA</value>
<valuecode="12">ToyM</value>
</values>
</param>
<paramhumanName="Flight Mode 5"name="ArduCopter:FLTMODE5"documentation="Flight mode when Channel 5 pwm is >1620, <= 1749"user="Standard">
<values>
<valuecode="0">Stabilize</value>
<valuecode="1">Acro</value>
<valuecode="2">AltHold</value>
<valuecode="3">Auto</value>
<valuecode="4">Guided</value>
<valuecode="5">Loiter</value>
<valuecode="6">RTL</value>
<valuecode="7">Circle</value>
<valuecode="8">Position</value>
<valuecode="9">Land</value>
<valuecode="10">OF_Loiter</value>
<valuecode="11">ToyA</value>
<valuecode="12">ToyM</value>
</values>
</param>
<paramhumanName="Flight Mode 6"name="ArduCopter:FLTMODE6"documentation="Flight mode when Channel 5 pwm is >=1750"user="Standard">
<values>
<valuecode="0">Stabilize</value>
<valuecode="1">Acro</value>
<valuecode="2">AltHold</value>
<valuecode="3">Auto</value>
<valuecode="4">Guided</value>
<valuecode="5">Loiter</value>
<valuecode="6">RTL</value>
<valuecode="7">Circle</value>
<valuecode="8">Position</value>
<valuecode="9">Land</value>
<valuecode="10">OF_Loiter</value>
<valuecode="11">ToyA</value>
<valuecode="12">ToyM</value>
</values>
</param>
<paramhumanName="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">
</param>
...
...
@@ -683,7 +789,6 @@
<valuecode="5">CH6_RATE_KI</value>
<valuecode="6">CH6_YAW_RATE_KP</value>
<valuecode="7">CH6_THROTTLE_KP</value>
<valuecode="8">CH6_TOP_BOTTOM_RATIO</value>
<valuecode="9">CH6_RELAY</value>
<valuecode="10">CH6_WP_SPEED</value>
<valuecode="12">CH6_LOITER_KP</value>
...
...
@@ -709,6 +814,7 @@
<valuecode="35">CH6_THR_ACCEL_KI</value>
<valuecode="36">CH6_THR_ACCEL_KD</value>
<valuecode="38">CH6_DECLINATION</value>
<valuecode="39">CH6_CIRCLE_RATE</value>
</values>
</param>
<paramhumanName="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">
...
...
@@ -723,6 +829,7 @@
<valuecode="0">Plus</value>
<valuecode=" 1">X</value>
<valuecode=" 2">V</value>
<valuecode=" 3">H</value>
</values>
</param>
<paramhumanName="Channel 7 option"name="ArduCopter:CH7_OPT"documentation="Select which function if performed when CH7 is above 1800 pwm"user="Standard">
...
...
@@ -828,6 +935,17 @@
</param>
</parameters>
<parametersname="APMrover2">
<paramhumanName="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>
<valuecode="0">MANUAL</value>
<valuecode="2">LEARNING</value>
<valuecode="3">STEERING</value>
<valuecode="4">HOLD</value>
<valuecode="10">AUTO</value>
<valuecode="11">RTL</value>
<valuecode="15">GUIDED</value>
</values>
</param>
<paramhumanName="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">
<values>
<valuecode="-1">Disabled</value>
...
...
@@ -916,7 +1034,7 @@
<fieldname="Increment">1</field>
<fieldname="Units">centi-Degrees</field>
</param>
<paramhumanName="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."user="standard">
<paramhumanName="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">
<values>
<valuecode="-1">Disabled</value>
<valuecode="0-9">TiggerPin</value>
...
...
@@ -1567,6 +1685,129 @@
<paramhumanName="RC dead-zone"name="RC11_DZ"documentation="dead zone around trim."user="Advanced">
</param>
</parameters>
<parametersname="RC12_">
<paramhumanName="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>
<valuecode="0">Disabled</value>
<valuecode="1">Manual</value>
<valuecode="2">Flap</value>
<valuecode="3">Flap_auto</value>
<valuecode="4">Aileron</value>
<valuecode="5">flaperon</value>
<valuecode="6">mount_pan</value>
<valuecode="7">mount_tilt</value>
<valuecode="8">mount_roll</value>
<valuecode="9">mount_open</value>
<valuecode="10">camera_trigger</value>
<valuecode="11">release</value>
<valuecode="12">mount2_pan</value>
<valuecode="13">mount2_tilt</value>
<valuecode="14">mount2_roll</value>
<valuecode="15">mount2_open</value>
<valuecode="16">DifferentialSpoiler1</value>
<valuecode="17">DifferentialSpoiler2</value>
<valuecode="18">AileronWithInput</value>
<valuecode="19">Elevator</value>
<valuecode="20">ElevatorWithInput</value>
</values>
</param>
<paramhumanName="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">
<fieldname="Range">800 2200</field>
<fieldname="Increment">1</field>
<fieldname="Units">ms</field>
</param>
<paramhumanName="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">
<fieldname="Range">800 2200</field>
<fieldname="Increment">1</field>
<fieldname="Units">ms</field>
</param>
<paramhumanName="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">
<fieldname="Range">800 2200</field>
<fieldname="Increment">1</field>
<fieldname="Units">ms</field>
</param>
<paramhumanName="RC reverse"name="RC12_REV"documentation="Reverse servo operation. Ignored on APM1 unless dip-switches are disabled."user="Advanced">
<values>
<valuecode="-1">Reversed</value>
<valuecode="1">Normal</value>
</values>
</param>
<paramhumanName="RC dead-zone"name="RC12_DZ"documentation="dead zone around trim."user="Advanced">
</param>
</parameters>
<parametersname="CTL_RLL_">
<paramhumanName="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">
<fieldname="Range">0.8 2.5</field>
<fieldname="Increment">0.1</field>
</param>
<paramhumanName="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">
<fieldname="Range">0.1 2</field>
<fieldname="Increment">0.1</field>
</param>
<paramhumanName="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">
<fieldname="Range">0 0.1</field>
<fieldname="Increment">0.01</field>
</param>
<paramhumanName="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">
<fieldname="Range">0 0.2</field>
<fieldname="Increment">0.01</field>
</param>
<paramhumanName="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">
<fieldname="Range">0 180</field>
<fieldname="Increment">1</field>
<fieldname="Units">degrees/second</field>
</param>
</parameters>
<parametersname="CTL_PTCH_">
<paramhumanName="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">
<fieldname="Range">0.8 2.5</field>
<fieldname="Increment">0.1</field>
</param>
<paramhumanName="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">
<fieldname="Range">0.1 2</field>
<fieldname="Increment">0.1</field>
</param>
<paramhumanName="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">
<fieldname="Range">0 0.1</field>
<fieldname="Increment">0.01</field>
</param>
<paramhumanName="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">
<fieldname="Range">0 0.3</field>
<fieldname="Increment">0.01</field>
</param>
<paramhumanName="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">
<fieldname="Range">0 100</field>
<fieldname="Increment">1</field>
<fieldname="Units">degrees/second</field>
</param>
<paramhumanName="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">
<fieldname="Range">0 100</field>
<fieldname="Increment">1</field>
<fieldname="Units">degrees/second</field>
</param>
<paramhumanName="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">
<fieldname="Range">0.7 1.5</field>
<fieldname="Increment">0.05</field>
</param>
</parameters>
<parametersname="CTL_YAW_">
<paramhumanName="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.">
<fieldname="Range">0 4</field>
<fieldname="Increment">0.25</field>
</param>
<paramhumanName="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.">
<fieldname="Range">0 2</field>
<fieldname="Increment">0.25</field>
</param>
<paramhumanName="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.">
<fieldname="Range">0 2</field>
<fieldname="Increment">0.25</field>
</param>
<paramhumanName="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.">
<fieldname="Range">0.8 1.2</field>
<fieldname="Increment">0.05</field>
</param>
</parameters>
<parametersname="COMPASS_">
<paramhumanName="Compass offsets on the Z axis"name="COMPASS_OFS_X"documentation="Offset to be added to the compass z-axis values to compensate for metal in the frame">
<fieldname="Range">-400 400</field>
...
...
@@ -1595,7 +1836,7 @@
<valuecode="1">Enabled</value>
</values>
</param>
<paramhumanName="Motor interference compensation type"name="COMPASS_MOTCT"documentation="Set motor interference compensation type to disabled, throttle or current">
<paramhumanName="Motor interference compensation type"name="COMPASS_MOTCT"documentation="Set motor interference compensation type to disabled, throttle or current. Do not change manually.">
<values>
<valuecode="0">Disabled</value>
<valuecode="1">Use Throttle</value>
...
...
@@ -1606,6 +1847,36 @@
<paramhumanName="Motor interference compensation for body frame Z axis"name="COMPASS_MOT_X"documentation="Multiplied by the current throttle and added to the compass's z-axis values to compensate for motor interference">
<fieldname="Range">-1000 1000</field>
<fieldname="Increment">1</field>
<fieldname="Units">Offset per Amp or at Full Throttle</field>
</param>
<paramhumanName="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>
<valuecode="0">None</value>
<valuecode="1">Yaw45</value>
<valuecode="2">Yaw90</value>
<valuecode="3">Yaw135</value>
<valuecode="4">Yaw180</value>
<valuecode="5">Yaw225</value>
<valuecode="6">Yaw270</value>
<valuecode="7">Yaw315</value>
<valuecode="8">Roll180</value>
<valuecode="9">Roll180Yaw45</value>
<valuecode="10">Roll180Yaw90</value>
<valuecode="11">Roll180Yaw135</value>
<valuecode="12">Pitch180</value>
<valuecode="13">Roll180Yaw225</value>
<valuecode="14">Roll180Yaw270</value>
<valuecode="15">Roll180Yaw315</value>
<valuecode="16">Roll90</value>
<valuecode="17">Roll90Yaw45</value>
<valuecode="18">Roll90Yaw135</value>
<valuecode="19">Roll270</value>
<valuecode="20">Roll270Yaw45</value>
<valuecode="21">Roll270Yaw90</value>
<valuecode="22">Roll270Yaw136</value>
<valuecode="23">Pitch90</value>
<valuecode="24">Pitch270</value>
</values>
</param>
</parameters>
<parametersname="INS_">
...
...
@@ -1686,6 +1957,9 @@
<fieldname="Range">0.001 0.5</field>
<fieldname="Increment">.01</field>
</param>
<paramhumanName="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">
<paramhumanName="L1 control damping ratio"name="NAVL1_DAMPING"documentation="Damping ratio for L1 control. Increase this if you are getting overshoot in path tracking.">
<paramhumanName="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.">
<fieldname="Range">0.6-1.0</field>
<fieldname="Increment">0.05</field>
</param>
...
...
@@ -2316,6 +2590,106 @@
</values>
</param>
</parameters>
<parametersname="RC9_">
<paramhumanName="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">
<fieldname="Range">800 2200</field>
<fieldname="Increment">1</field>
<fieldname="Units">ms</field>
</param>
<paramhumanName="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">
<fieldname="Range">800 2200</field>
<fieldname="Increment">1</field>
<fieldname="Units">ms</field>
</param>
<paramhumanName="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">
<fieldname="Range">800 2200</field>
<fieldname="Increment">1</field>
<fieldname="Units">ms</field>
</param>
<paramhumanName="RC reverse"name="RC9_REV"documentation="Reverse servo operation. Ignored on APM1 unless dip-switches are disabled."user="Advanced">
<values>
<valuecode="-1">Reversed</value>
<valuecode="1">Normal</value>
</values>
</param>
<paramhumanName="RC dead-zone"name="RC9_DZ"documentation="dead zone around trim."user="Advanced">
</param>
<paramhumanName="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>
<valuecode="0">Disabled</value>
<valuecode="1">Manual</value>
<valuecode="2">Flap</value>
<valuecode="3">Flap_auto</value>
<valuecode="4">Aileron</value>
<valuecode="5">flaperon</value>
<valuecode="6">mount_pan</value>
<valuecode="7">mount_tilt</value>
<valuecode="8">mount_roll</value>
<valuecode="9">mount_open</value>
<valuecode="10">camera_trigger</value>
<valuecode="11">release</value>
<valuecode="12">mount2_pan</value>
<valuecode="13">mount2_tilt</value>
<valuecode="14">mount2_roll</value>
<valuecode="15">mount2_open</value>
<valuecode="16">DifferentialSpoiler1</value>
<valuecode="17">DifferentialSpoiler2</value>
<valuecode="18">AileronWithInput</value>
<valuecode="19">Elevator</value>
<valuecode="20">ElevatorWithInput</value>
</values>
</param>
</parameters>
<parametersname="RC12_">
<paramhumanName="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">
<fieldname="Range">800 2200</field>
<fieldname="Increment">1</field>
<fieldname="Units">ms</field>
</param>
<paramhumanName="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">
<fieldname="Range">800 2200</field>
<fieldname="Increment">1</field>
<fieldname="Units">ms</field>
</param>
<paramhumanName="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">
<fieldname="Range">800 2200</field>
<fieldname="Increment">1</field>
<fieldname="Units">ms</field>
</param>
<paramhumanName="RC reverse"name="RC12_REV"documentation="Reverse servo operation. Ignored on APM1 unless dip-switches are disabled."user="Advanced">
<values>
<valuecode="-1">Reversed</value>
<valuecode="1">Normal</value>
</values>
</param>
<paramhumanName="RC dead-zone"name="RC12_DZ"documentation="dead zone around trim."user="Advanced">
</param>
<paramhumanName="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>
<valuecode="0">Disabled</value>
<valuecode="1">Manual</value>
<valuecode="2">Flap</value>
<valuecode="3">Flap_auto</value>
<valuecode="4">Aileron</value>
<valuecode="5">flaperon</value>
<valuecode="6">mount_pan</value>
<valuecode="7">mount_tilt</value>
<valuecode="8">mount_roll</value>
<valuecode="9">mount_open</value>
<valuecode="10">camera_trigger</value>
<valuecode="11">release</value>
<valuecode="12">mount2_pan</value>
<valuecode="13">mount2_tilt</value>
<valuecode="14">mount2_roll</value>
<valuecode="15">mount2_open</value>
<valuecode="16">DifferentialSpoiler1</value>
<valuecode="17">DifferentialSpoiler2</value>
<valuecode="18">AileronWithInput</value>
<valuecode="19">Elevator</value>
<valuecode="20">ElevatorWithInput</value>
</values>
</param>
</parameters>
<parametersname="CAM_">
<paramhumanName="Camera shutter (trigger) type"name="CAM_TRIGG_TYPE"documentation="how to trigger the camera to take a picture"user="Standard">
<values>
...
...
@@ -2364,7 +2738,7 @@
<valuecode="1">Enabled</value>
</values>
</param>
<paramhumanName="Motor interference compensation type"name="COMPASS_MOTCT"documentation="Set motor interference compensation type to disabled, throttle or current">
<paramhumanName="Motor interference compensation type"name="COMPASS_MOTCT"documentation="Set motor interference compensation type to disabled, throttle or current. Do not change manually.">
<values>
<valuecode="0">Disabled</value>
<valuecode="1">Use Throttle</value>
...
...
@@ -2375,6 +2749,36 @@
<paramhumanName="Motor interference compensation for body frame Z axis"name="COMPASS_MOT_X"documentation="Multiplied by the current throttle and added to the compass's z-axis values to compensate for motor interference">
<fieldname="Range">-1000 1000</field>
<fieldname="Increment">1</field>
<fieldname="Units">Offset per Amp or at Full Throttle</field>
</param>
<paramhumanName="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>
<valuecode="0">None</value>
<valuecode="1">Yaw45</value>
<valuecode="2">Yaw90</value>
<valuecode="3">Yaw135</value>
<valuecode="4">Yaw180</value>
<valuecode="5">Yaw225</value>
<valuecode="6">Yaw270</value>
<valuecode="7">Yaw315</value>
<valuecode="8">Roll180</value>
<valuecode="9">Roll180Yaw45</value>
<valuecode="10">Roll180Yaw90</value>
<valuecode="11">Roll180Yaw135</value>
<valuecode="12">Pitch180</value>
<valuecode="13">Roll180Yaw225</value>
<valuecode="14">Roll180Yaw270</value>
<valuecode="15">Roll180Yaw315</value>
<valuecode="16">Roll90</value>
<valuecode="17">Roll90Yaw45</value>
<valuecode="18">Roll90Yaw135</value>
<valuecode="19">Roll270</value>
<valuecode="20">Roll270Yaw45</value>
<valuecode="21">Roll270Yaw90</value>
<valuecode="22">Roll270Yaw136</value>
<valuecode="23">Pitch90</value>
<valuecode="24">Pitch270</value>
</values>
</param>
</parameters>
<parametersname="INAV_">
...
...
@@ -2388,9 +2792,9 @@
</param>
</parameters>
<parametersname="WPNAV_">
<paramhumanName="Waypoint Speed Target"name="WPNAV_SPEED"documentation="Defines the speed in cm/s which the aircraft will attempt to maintain during a WP mission"user="Standard">
<fieldname="Range">0 1000</field>
<fieldname="Increment">100</field>
<paramhumanName="Waypoint Horizontal Speed Target"name="WPNAV_SPEED"documentation="Defines the speed in cm/s which the aircraft will attempt to maintain horizontally during a WP mission"user="Standard">
<fieldname="Range">0 2000</field>
<fieldname="Increment">50</field>
<fieldname="Units">Centimeters/Second</field>
</param>
<paramhumanName="Waypoint Radius"name="WPNAV_RADIUS"documentation="Defines the distance from a waypoint, that when crossed indicates the wp has been hit."user="Standard">
...
...
@@ -2398,11 +2802,26 @@
<fieldname="Increment">1</field>
<fieldname="Units">Centimeters</field>
</param>
<paramhumanName="Waypoint Climb Speed Target"name="WPNAV_SPEED_UP"documentation="Defines the speed in cm/s which the aircraft will attempt to maintain while climbing during a WP mission"user="Standard">
<fieldname="Range">0 1000</field>
<fieldname="Increment">50</field>
<fieldname="Units">Centimeters/Second</field>
</param>
<paramhumanName="Waypoint Descent Speed Target"name="WPNAV_SPEED_DN"documentation="Defines the speed in cm/s which the aircraft will attempt to maintain while descending during a WP mission"user="Standard">
<fieldname="Range">0 1000</field>
<fieldname="Increment">50</field>
<fieldname="Units">Centimeters/Second</field>
</param>
<paramhumanName="Loiter Horizontal Maximum Speed"name="WPNAV_LOIT_SPEED"documentation="Defines the maximum speed in cm/s which the aircraft will travel horizontally while in loiter mode"user="Standard">
<fieldname="Range">0 2000</field>
<fieldname="Increment">50</field>
<fieldname="Units">Centimeters/Second</field>
</param>
</parameters>
<parametersname="SR0_">
<paramhumanName="Waypoint Speed Target"name="SR0_SPEED"documentation="Defines the speed in cm/s which the aircraft will attempt to maintain during a WP mission"user="Standard">
<fieldname="Range">0 1000</field>
<fieldname="Increment">100</field>
<paramhumanName="Waypoint Horizontal Speed Target"name="SR0_SPEED"documentation="Defines the speed in cm/s which the aircraft will attempt to maintain horizontally during a WP mission"user="Standard">
<fieldname="Range">0 2000</field>
<fieldname="Increment">50</field>
<fieldname="Units">Centimeters/Second</field>
</param>
<paramhumanName="Waypoint Radius"name="SR0_RADIUS"documentation="Defines the distance from a waypoint, that when crossed indicates the wp has been hit."user="Standard">
...
...
@@ -2410,11 +2829,26 @@
<fieldname="Increment">1</field>
<fieldname="Units">Centimeters</field>
</param>
<paramhumanName="Waypoint Climb Speed Target"name="SR0_SPEED_UP"documentation="Defines the speed in cm/s which the aircraft will attempt to maintain while climbing during a WP mission"user="Standard">
<fieldname="Range">0 1000</field>
<fieldname="Increment">50</field>
<fieldname="Units">Centimeters/Second</field>
</param>
<paramhumanName="Waypoint Descent Speed Target"name="SR0_SPEED_DN"documentation="Defines the speed in cm/s which the aircraft will attempt to maintain while descending during a WP mission"user="Standard">
<fieldname="Range">0 1000</field>
<fieldname="Increment">50</field>
<fieldname="Units">Centimeters/Second</field>
</param>
<paramhumanName="Loiter Horizontal Maximum Speed"name="SR0_LOIT_SPEED"documentation="Defines the maximum speed in cm/s which the aircraft will travel horizontally while in loiter mode"user="Standard">
<fieldname="Range">0 2000</field>
<fieldname="Increment">50</field>
<fieldname="Units">Centimeters/Second</field>
</param>
</parameters>
<parametersname="SR3_">
<paramhumanName="Waypoint Speed Target"name="SR3_SPEED"documentation="Defines the speed in cm/s which the aircraft will attempt to maintain during a WP mission"user="Standard">
<fieldname="Range">0 1000</field>
<fieldname="Increment">100</field>
<paramhumanName="Waypoint Horizontal Speed Target"name="SR3_SPEED"documentation="Defines the speed in cm/s which the aircraft will attempt to maintain horizontally during a WP mission"user="Standard">
<fieldname="Range">0 2000</field>
<fieldname="Increment">50</field>
<fieldname="Units">Centimeters/Second</field>
</param>
<paramhumanName="Waypoint Radius"name="SR3_RADIUS"documentation="Defines the distance from a waypoint, that when crossed indicates the wp has been hit."user="Standard">
...
...
@@ -2422,6 +2856,21 @@
<fieldname="Increment">1</field>
<fieldname="Units">Centimeters</field>
</param>
<paramhumanName="Waypoint Climb Speed Target"name="SR3_SPEED_UP"documentation="Defines the speed in cm/s which the aircraft will attempt to maintain while climbing during a WP mission"user="Standard">
<fieldname="Range">0 1000</field>
<fieldname="Increment">50</field>
<fieldname="Units">Centimeters/Second</field>
</param>
<paramhumanName="Waypoint Descent Speed Target"name="SR3_SPEED_DN"documentation="Defines the speed in cm/s which the aircraft will attempt to maintain while descending during a WP mission"user="Standard">
<fieldname="Range">0 1000</field>
<fieldname="Increment">50</field>
<fieldname="Units">Centimeters/Second</field>
</param>
<paramhumanName="Loiter Horizontal Maximum Speed"name="SR3_LOIT_SPEED"documentation="Defines the maximum speed in cm/s which the aircraft will travel horizontally while in loiter mode"user="Standard">
<fieldname="Range">0 2000</field>
<fieldname="Increment">50</field>
<fieldname="Units">Centimeters/Second</field>
</param>
</parameters>
<parametersname="AHRS_">
<paramhumanName="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.">
...
...
@@ -2479,6 +2928,9 @@
<fieldname="Range">0.001 0.5</field>
<fieldname="Increment">.01</field>
</param>
<paramhumanName="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">
<fieldname="Range">0 10</field>
</param>
</parameters>
<parametersname="MNT_">
<paramhumanName="Mount operation mode"name="MNT_MODE"documentation="Camera or antenna mount operation mode"user="Standard">
...
...
@@ -2678,99 +3130,34 @@
<fieldname="Increment">1</field>
</param>
</parameters>
<parametersname="LIM_">
<paramhumanName="Enable Limits Library"name="LIM_ENABLED"documentation="Setting this to Enabled(1) will enable the limits system"user="Standard">
<values>
<valuecode="0">Disabled</value>
<valuecode="1">Enabled</value>
</values>
</param>
<paramhumanName="Limits Library Required"name="LIM_REQUIRED"documentation="Setting this to 1 will enable the limits pre-arm checklist"user="Standard">
<values>
<valuecode="0">Disabled</value>
<valuecode="1">Enabled</value>
</values>
</param>
<paramhumanName="Enable Limits Debug"name="LIM_DEBUG"documentation="Setting this to 1 will turn on debugging messages on the console and via MAVLink STATUSTEXT messages"user="Standard">
<values>
<valuecode="0">Disabled</value>
<valuecode="1">Enabled</value>
</values>
</param>
<paramhumanName="Limits Safetime"name="LIM_SAFETIME"documentation="Automatic return of controls to pilot. Set to 0 to disable (full RTL) or a number of seconds after complete recovery to return the controls to the pilot in STABILIZE"user="Standard">
<values>
<valuecode="0">Disabled</value>
<valuecode="1-255">Seconds before returning control</value>
</values>
</param>
<paramhumanName="Limits Channel"name="LIM_CHANNEL"documentation="Channel for Limits on/off control. If channel exceeds LIMITS_ENABLE_PWM, it turns limits on, and vice-versa."user="Standard">
<fieldname="Range">1-8</field>
</param>
<paramhumanName="Limits Recovery Mode"name="LIM_RECMODE"documentation='Select how Limits should "recover". Set to 0 for RTL-like mode, where the vehicle navigates back to home until it is "safe". Set to 1, for bounce-mode, where the vehicle will hold position when it hits a limit. RTL mode is better for large fenced areas, Bounce mode for smaller spaces. Note: RTL mode will cause the vehicle to yaw 180 degrees (turn around) to navigate towards home when it hits a limit.'user="Standard">
<values>
<valuecode="0">RTL mode</value>
<valuecode=" 1"> Bounce mode</value>
</values>
</param>
<paramhumanName="Enable gpslock"name="LIM_GPSLCK_ON"documentation="Setting this to Enabled(1) will enable the gpslock. Setting this to Disabled(0) will disable the gpslock"user="Standard">
<values>
<valuecode="0">Disabled</value>
<valuecode="1">Enabled</value>
</values>
</param>
<paramhumanName="Require gpslock"name="LIM_GPSLCK_REQ"documentation="Setting this to Enabled(1) will make being inside the gpslock a required check before arming the vehicle."user="Standard">
<values>
<valuecode="0">Disabled</value>
<valuecode="1">Enabled</value>
</values>
</param>
<paramhumanName="Enable Geofence"name="LIM_FNC_ON"documentation="Setting this to Enabled(1) will enable the geofence. Setting this to Disabled(0) will disable the geofence"user="Standard">
<values>
<valuecode="0">Disabled</value>
<valuecode="1">Enabled</value>
</values>
</param>
<paramhumanName="Require Geofence"name="LIM_FNC_REQ"documentation="Setting this to Enabled(1) will make being inside the geofence a required check before arming the vehicle."user="Standard">
<parametersname="FENCE_">
<paramhumanName="Fence enable/disable"name="FENCE_ENABLE"documentation="Allows you to enable (1) or disable (0) the fence functionality"user="Standard">
<values>
<valuecode="0">Disabled</value>
<valuecode="1">Enabled</value>
</values>
</param>
<paramhumanName="Require Geofence"name="LIM_FNC_SMPL"documentation='"Simple" geofence (enabled - 1) is based on a radius from the home position, "Complex" (disabled - 0) define a complex fence by lat/long positions'user="Standard">
<paramhumanName="Fence Type"name="FENCE_TYPE"documentation="Enabled fence types held as bitmask"user="Standard">
<values>
<valuecode="0">Disabled</value>
<valuecode="1">Enabled</value>
</values>
</param>
<paramhumanName="Require Geofence"name="LIM_FNC_RAD"documentation="Radius of fenced area in meters. A value of 20 creates a 20-meter radius circle (40-meter diameter) from the home point."user="Standard">
<fieldname="Range">0 32767</field>
<fieldname="Increment">1</field>
<fieldname="Units">Meters</field>
</param>
<paramhumanName="Total number of geofence points"name="LIM_FNC_TOT"documentation="Total number of geofence points. This parameter should not be updated manually">
<fieldname="Range">0 6</field>
<fieldname="Increment">1</field>
</param>
<paramhumanName="Enable altitude"name="LIM_ALT_ON"documentation="Setting this to Enabled(1) will enable the altitude. Setting this to Disabled(0) will disable the altitude"user="Standard">
<values>
<valuecode="0">Disabled</value>
<valuecode="1">Enabled</value>
<valuecode="0">None</value>
<valuecode="1">Altitude</value>
<valuecode="2">Circle</value>
<valuecode="3">Altitude and Circle</value>
</values>
</param>
<paramhumanName="Require altitude"name="LIM_ALT_REQ"documentation="Setting this to Enabled(1) will make being inside the altitude a required check before arming the vehicle."user="Standard">
<paramhumanName="Action to perform when the limit is breached"name="FENCE_ACTION"documentation="What to do on fence breach"user="Standard">
<values>
<valuecode="0">Disabled</value>
<valuecode="1">Enabled</value>
<valuecode="0">Report Only</value>
<valuecode="1">RTL or Land</value>
</values>
</param>
<paramhumanName="Minimum Altitude"name="LIM_ALT_MIN"documentation='Minimum Altitude. Zero to disable. Sets a "floor" that your vehicle will try to stay above. IF the vehicle is crossing the threshold at speed, it will take a while to recover, so give yourself enough room. Caution: minimum altitude limits can cause unexpected behaviour, such as inability to land, or sudden takeoff. Read the wiki instructions before setting.'user="Standard">
<fieldname="Range">0 250000</field>
<paramhumanName="Fence Maximum Altitude"name="FENCE_ALT_MAX"documentation="Maximum altitude allowed before geofence triggers"user="Standard">
<fieldname="Range">10 1000</field>
<fieldname="Increment">1</field>
<fieldname="Units">Meters</field>
</param>
<paramhumanName="Maximum Altitude"name="LIM_ALT_MAX"documentation='Maximum Altitude. Zero to disable. Sets a "ceiling" that your vehicle will try to stay below. IF the vehicle is crossing the threshold at speed, it will take a while to recover.'user="Standard">
<fieldname="Range">0 250000</field>
<fieldname="Increment">1</field>
<paramhumanName="Circular Fence Radius"name="FENCE_RADIUS"documentation="Circle fence radius which when breached will cause an RTL"user="Standard">
<fieldname="Range">0 10000</field>
<fieldname="Units">Meters</field>
</param>
</parameters>
...
...
@@ -2869,8 +3256,6 @@
</param>
</parameters>
<parametersname="MOT_">
<paramhumanName="Top Bottom Ratio"name="MOT_TB_RATIO"documentation="Not Used. Will control the speed of the top motors vs bottom motors on frames such as the Octo-Quad and Y6">
</param>
<paramhumanName="Thrust Curve Enable"name="MOT_TCRV_ENABLE"documentation="Controls whether a curve is used to linearize the thrust produced by the motors">
<values>
<valuecode="0">Disabled</value>
...
...
@@ -2885,7 +3270,7 @@
</param>
</parameters>
<parametersname="SONAR_">
<paramhumanName="Sonar pin"name="SONAR_PIN"documentation="Analog pin that sonar is connected to. Use pin number 127 for an APM1 Oilpan">
<paramhumanName="Sonar pin"name="SONAR_PIN"documentation="Analog pin that sonar is connected to. ">
</param>
<paramhumanName="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.">
<fieldname="Units">meters/Volt</field>
...
...
@@ -2916,6 +3301,12 @@
<valuecode="1">Enabled</value>
</values>
</param>
<paramhumanName="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>
<paramhumanName="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.">
<fieldname="Units">milliseconds</field>
<fieldname="Increment">1</field>
</param>
</parameters>
<parametersname="INS_">
<paramhumanName="IMU Product ID"name="INS_PRODUCT_ID"documentation="Which type of IMU is installed (read-only)"user="Standard">
...
...
@@ -2995,5 +3386,8 @@
<fieldname="Range">0.001 0.5</field>
<fieldname="Increment">.01</field>
</param>
<paramhumanName="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">